etesync / etesync-dav

This is a CalDAV and CardDAV adapter for EteSync
https://www.etesync.com
GNU General Public License v3.0
285 stars 45 forks source link

linux: Error when launching #272

Closed MbappeTNul closed 1 year ago

MbappeTNul commented 1 year ago

I am (a noob) on Ubuntu 18.04.5 With etesync Version 0.31.2

yb@myname:~/Downloads$ ./linux-amd64-etesync-dav [2022-07-23 18:46:56 +0200] [4594] [CRITICAL] An exception occurred during server startup: Failed to start server [localhost]:37358: [Errno 98] Address already in use

tasn commented 1 year ago

It's exactly what the error says, the address is already in use. It means you already have an instance of etesync dav running.

MbappeTNul commented 1 year ago

So, I have to killall etesync?

tasn commented 1 year ago

not sure that's the right command, maybe pkill etesync-dav would work. Depends on a lot of things.