-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
run sydent error #26
Comments
Hi, I already asked directly to the developers (~july 2016) but still no answers... I gave up for the moment. |
@wjhtinger, @floviolleau |
Hi all Trying to set up an identity server myself. But I have some same problems... @slipeer What I did:
Then ran all the SQL-Statements from the *.sql files in the db-directory (/path/to/sydent/sydent/db) in the console. I stripped out all existing "IF NOT EXISTS " as recommended by you. When checking the database with the command The I run the command
which gives me the following error:
The file contains the mentioned command on line 42 ( The only thing I could possibly think of is, that I mistakenly installed the stuff in the directory "/home/temp/" which probably is not exactly where it belongs to. Installed all on a Debian Jessie. Any hints from someone...? Thank you! |
@chlw I found that to sydent work correctly you need sqlite version >=3.12. I'm use 3.16 and all work for me. |
Thanks for the quick reply and your help! I Installed a fresh copy of Debian Stretch and it now seems to work (at least the thing with the DB...). I think the Identity-server now is online and working, but I still cannot get it to work with the homeserver, presumably due to a misconfigured conf file... The Identity server is set up correctly in terms of DNS (sub.mydomain.tld), I have a working postfix-Server on that machine, but still can't get any mail-addresses or phne numbers to be saved.
What am I missing? Should I use an external SMTP-Server? Below is my Thanks again for any hints!
|
hopefully this is fixed now |
(.sydent) [wangjh@localhost .sydent]$ python -m sydent.sydent
INFO:sydent.db.sqlitedb:Using DB file sydent.db
WARNING:sydent.http.httpcommon:No HTTPS private key / cert found: not starting replication server or doing replication pushes
INFO:sydent.http.httpserver:Starting Client API HTTP server on port 8090
INFO:twisted:Site starting on 8090
INFO:twisted:Starting factory <twisted.web.server.Site instance at 0x7f366710c2d8>
Unhandled error in Deferred:
CRITICAL:twisted:Unhandled error in Deferred:
CRITICAL:twisted:
Traceback (most recent call last):
File "/home/wangjh/.sydent/lib/python2.7/site-packages/twisted/internet/defer.py", line 149, in maybeDeferred
result = f(*args, **kw)
File "/home/wangjh/.sydent/lib/python2.7/site-packages/sydent/replication/pusher.py", line 76, in scheduledPush
peers = self.peerStore.getAllPeers()
File "/home/wangjh/.sydent/lib/python2.7/site-packages/sydent/db/peers.py", line 52, in getAllPeers
res = cur.execute("select p.name, p.port, p.lastSentVersion, pk.alg, pk.key from peers p, peer_pubkeys pk "
OperationalError: no such table: peers
What wrong?
The text was updated successfully, but these errors were encountered: