Code review comment for lp:~andrea.corbellini/beeseek/cross-platform-setup

Revision history for this message
Andrea Corbellini (andrea.corbellini) wrote :

The error that you are experiencing is not related to the setup script. You are seeing it because the version of the server running on beeseek.org is different by your local instance.

However it seems that everything was installed fine, so I'm approving and merging this branch.

Thank you very much for the log, Daniele! :)

> After ~2 sec beeseek-peer crash.
>
> $ beeseek-peer start --user dnax --debug
> PeerSession: Starting up...
> PeerSession:DEBUG: Lock file created at /var/lock/beeseek-peer.pid
> PeerSession: Session started with arguments
> '/usr/local/bin/beeseek-peer start --user dnax --debug'
> PeerSession: Bound address localhost:8080
> PeerSession: Bound address localhost:4096
> PeerSession: Running as user dnax
> PeerSession: Bound address /var/lock/beeseek-peer.sock
> PeerSession: Database connected
> Traceback (most recent call last):
> File "/usr/local/bin/beeseek-peer", line 21, in <module>
> PeerSession()
> File "/usr/local/lib/python2.6/dist-packages/beeseek/app/session.py",
> line 278, in __init__
> self.run(arguments)
> File "/usr/local/lib/python2.6/dist-packages/beeseek/app/session.py",
> line 308, in run
> command_obj(self, *arguments)
> File "/usr/local/lib/python2.6/dist-packages/beeseek/app/session.py",
> line 559, in start
> self.setup()
> File "/usr/local/lib/python2.6/dist-packages/beeseek/app/peer/main.py",
> line 74, in setup
> server.greet()
> File "/usr/local/lib/python2.6/dist-packages/beeseek/web/protocols/bsnp.py",
> line 90, in greet
> self._recv_greeting(2)
> File "/usr/local/lib/python2.6/dist-packages/beeseek/web/protocols/bsnp.py",
> line 75, in _recv_greeting
> raise NotImplementedError
> NotImplementedError
> PeerSession:ERROR: Daemon not started

review: Approve

« Back to merge proposal