haiwen / seafile

High performance file syncing and sharing, with also Markdown WYSIWYG editing, Wiki, file label and other knowledge management features.
http://seafile.com/
Other
12.25k stars 1.54k forks source link

seafile-cli init fails: 'ccnet-init not found in PATH. Have you installed seafile?' #1854

Closed laur89 closed 7 years ago

laur89 commented 7 years ago

Running on Debian testing, installed via package manager, version 6.0.4.

Only place I found ccnet-init, was under server, but surely server isn't required for client?

christmart commented 7 years ago

Version 6.0.4-2 of ccnet in unstable fixes this issue.

killing commented 7 years ago

You can also use the seafile repository on bintray, which contains usually the latest version of Seafile client.

laur89 commented 7 years ago

You can also use the seafile repository on bintray, which contains usually the latest version of Seafile client.

bintray contains only the release versions (available through stable); eg 6.0.4-2 is not listed there, only 6.0.4.

Version 6.0.4-2 of ccnet in unstable

Latest ver available in unstable repo is 6.0.4-1 (not -2), where this problem still persists.

christmart commented 7 years ago

Debian versions always append a Debian subversion.

Version 6.0.4-2 was uploaded 28th of februar to Debian unstable. Maybe your mirror is out of sync.

laur89 commented 7 years ago

Are you sure?

christmart commented 7 years ago

Yes. I have uploaded the packages. See https://tracker.debian.org/pkg/ccnet and https://packages.debian.org/search?searchon=contents&keywords=ccnet-init&mode=exactfilename&suite=unstable&arch=any

laur89 commented 7 years ago

Huh. Thought that seafile-cli had to be installed.

For anyone else in same position:

aptitude install libccnet0/unstable ccnet/unstable

Cheers guys.

christmart commented 7 years ago

seafile-gui depends on seafile-daemon seafile-daemon depends on ccnet and libccnet0. So it should get automatically installed via dependencies.