- Nov 23, 2020
-
-
Waylon Cude authored
Synctl did not check if a worker thread was already running when using `synctl start` and would naively start a fresh copy. This would sometimes lead to cases where many duplicate copies of a single worker would run. This fix adds a pid check when starting worker threads and synctl will now refuse to start individual workers if they're already running.
-
- Jul 03, 2020
-
-
Alex Kotov authored
Useful when config file is fully commented Signed-off-by:
Alex Kotov <kotovalexarian@gmail.com>
-
- Jun 16, 2020
-
-
Dagfinn Ilmari Mannsåker authored
-
- Jun 03, 2020
-
-
Richard van der Hoff authored
-
- May 19, 2020
-
-
Romain Bouyé authored
* If an error occurs when stopping a process synctl now logs a warning. * During a restart, synctl will avoid attempting to start Synapse if an error occurs during stopping Synapse.
-
- Apr 08, 2020
-
-
Richard van der Hoff authored
We pass --daemonize on the commandline, which (since at least #4853) overrides whatever the config file, so there is no need for it to be set in the config file.
-
- Sep 18, 2019
-
-
Jorik Schellekens authored
-
- Aug 28, 2019
-
-
Jorik Schellekens authored
* Let synctl use a config directory.
-
- Jul 02, 2019
-
-
Erik Johnston authored
-
- Jun 10, 2019
-
-
sohamg authored
-
sohamg authored
-
sohamg authored
-
https://github.com/matrix-org/synapse/issues/4130sohamg authored
- Add parser argument "--no-daemonize" Signed-off-by:
sohamg <sohamg2@gmail.com>
-
- Mar 22, 2019
-
-
Erik Johnston authored
-
- Jan 07, 2019
-
-
Jason Robinson authored
* Fix command hint to generate a config file When trying to start Synapse without a config file, it will complain and give a hint towards what command to run. This hinted command is missing the "report_stats" parameter, which is required with either yes or no value. Add this to the command. Not an ideal situation but makes the given command work without the user getting another error, even though it might be unclear what "report_stats" represents. Signed-off-by:
Jason Robinson <jasonr@matrix.org>
-
- Oct 20, 2018
-
-
Amber Brown authored
-
- Oct 18, 2018
-
-
Richard van der Hoff authored
We should use the same python to start the workers as we do for the main synapse (ie, the same one used to run synctl.)
-
- Oct 17, 2018
-
-
Erik Johnston authored
Assume isatty is always defined, and catch AttributeError. Also don't bother checking colour==Normal
-
Erik Johnston authored
-
- Oct 12, 2018
-
-
Amber Brown authored
-
- Sep 25, 2018
-
-
Richard van der Hoff authored
symlinks apparently break setuptools on python3 and alpine (https://bugs.python.org/issue31940), so let's stop using a symlink and just use the file directly.
-
- Nov 15, 2014
-
-
Matthew Hodgson authored
-
- Nov 13, 2014
-
-
Mark Haines authored
-
- Oct 02, 2014
-
-
David Baker authored
Fix ncorrect ports in documentation and add notes on how generate-config also generates certs bound to whatever hostname you give with --generate-config. SYN-87 #resolved
-
David Baker authored
-
David Baker authored
Make instructions synctl gives for generateing a config file actuall generate a config file. Also, make synctil run synapse correctly by invoking a module such that the path is correct to pull in other bits from the working directory rather than requiring them to be on the PYTHONPATH (which would lead to people being very confused when they edit source in the working directory and their changes do not take effect).
-
- Sep 08, 2014
-
-
Erik Johnston authored
-
Erik Johnston authored
Don't autogen config in synctl for the same reasons we don't turn of --generate-config by default on the homeserver - it is liable to confuse people who have moved the config file or have chosen a non standard location. Also, don't override log file location.
-
- Sep 03, 2014
-
-
Matthew Hodgson authored
-
Paul "LeoNerd" Evans authored
-