[Bug 240498] net-im/py-matrix-synapse: Cannot start service

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Sep 11 12:51:49 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240498

--- Comment #3 from IPTRACE <arkadiusz.majewski at iptrace.pl> ---
Little progress. I run the synapse using two below commands as my standard
user.

# python3.6 -m synapse.app.homeserver --server-name my.domain --config-path
homeserver.yaml --generate-config --report-stats=no
# synctl start

At this moment server had started. So, I've copied generated homeserver.yaml
file and other like logs, db and another config file and changed paths in
homeserver.yaml file.
Then I've just run the service start command.

# service synapse start

Output is below:

Starting synapse.
2019-09-11 14:43:53,714 - root - 226 - WARNING - None - ***** STARTING SERVER
*****
2019-09-11 14:43:53,745 - synapse.util.versionstring - 85 - INFO - None -
Failed to check for git repository: [Errno 2] No such file or directory: 'git':
'git'
2019-09-11 14:43:53,746 - root - 227 - WARNING - None - Server
/usr/local/lib/python3.6/site-packages/synapse/app/homeserver.py version 1.2.1
2019-09-11 14:43:53,747 - root - 228 - INFO - None - Server hostname: my.domain
2019-09-11 14:43:53,748 - twisted - 254 - INFO - None - Redirected
stdout/stderr to logs
2019-09-11 14:43:53,780 - synapse.util.versionstring - 85 - INFO - None -
Failed to check for git repository: [Errno 2] No such file or directory: 'git':
'git'
2019-09-11 14:43:53,783 - synapse.app.homeserver - 359 - INFO - None -
Preparing database: sqlite3...
2019-09-11 14:43:53,788 - synapse.storage.prepare_database - 242 - INFO - None
- Upgrading schema to v55
2019-09-11 14:43:53,790 - synapse.app.homeserver - 377 - INFO - None - Database
prepared in sqlite3.
2019-09-11 14:43:53,790 - synapse.server - 233 - INFO - None - Setting up.
2019-09-11 14:43:53,810 - synapse.storage.event_push_actions - 500 - INFO -
None - Searching for stream ordering 1 month ago
2019-09-11 14:43:53,810 - synapse.storage.event_push_actions - 505 - INFO -
None - Found stream ordering 1 month ago: it's 0
2019-09-11 14:43:53,811 - synapse.storage.event_push_actions - 507 - INFO -
None - Searching for stream ordering 1 day ago
2019-09-11 14:43:53,811 - synapse.storage.event_push_actions - 512 - INFO -
None - Found stream ordering 1 day ago: it's 0
2019-09-11 14:43:53,814 - synapse.server - 237 - INFO - None - Finished setting
up. 

Unfortunately, server is not up.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list