Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Sep 2019 12:51:49 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 240498] net-im/py-matrix-synapse: Cannot start service
Message-ID:  <bug-240498-7788-sPkl8NYISD@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-240498-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-240498-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D240498

--- Comment #3 from IPTRACE <arkadiusz.majewski@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=3Dno
# 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 SERV=
ER
*****
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: 'g=
it':
'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.do=
main
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: 'g=
it':
'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 - N=
one
- Upgrading schema to v55
2019-09-11 14:43:53,790 - synapse.app.homeserver - 377 - INFO - None - Data=
base
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 set=
ting
up.=20

Unfortunately, server is not up.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-240498-7788-sPkl8NYISD>