--
You received this message because you are subscribed to the Google Groups "seafile" group.
To unsubscribe from this group and stop receiving emails from it, send an email to seafile+u...@googlegroups.com.
To post to this group, send email to sea...@googlegroups.com.
Visit this group at http://groups.google.com/group/seafile.
For more options, visit https://groups.google.com/d/optout.
--
Ok, was just checking uploads: unsuccesfully. Client and web interface start uploading with a certain speed which is quickly dropping to 0 KB/s until an "!" appears in the Windows desktop client and the error message in the web interface.
Quota is set to 5 GB, from which currently 958 MB are used.
Seafile server is running on Wheezy (Linux) on my Raspberry Pi and I'm searching for the folder in:
/home/seafile
There I only see "seahub-data" besides "ccnet", "conf", "logs" etc. and "seafile-server.3.0.4". The seafile server directory also doesn't contain the "seafile-data" folder.
--
--
--
cd seafile-server-{version}/seafile export LD_LIBRARY_PATH=./lib:${LD_LIBRARY_PATH} ./bin/seafserv-gc -c ../../ccnet -d ../../seafile-data
./bin/seafserv-gc -c ../../ccnet -d ../../seafile-data" to the export document which opens by executing "export LD_LIBRARY_PATH=./lib:${LD_LIBRARY_PATH}" or dies it have to be run separately afterwards ?export LD_LIBRARY_PATH=./lib:${LD_LIBRARY_PATH}" a blank document is opened. Is that intended to do so ? And do I have to replace the variable "LD_LIBRARY_PATH" manually or does it get it's values automatically ?