Monat: Dezember 2015

  • Seafile CLI sync certificate error

    If you get the following error while syncing your seafile library with a server using a self signed certificate, you have to add the certficate to your certificate store. Error: urllib2.URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:581)> Solution: Retrieve the self-signed certificate (usually .pem or .crt) Make sure you have ca-certificates installed apt-get…

  • Update Seafile Client 4.x to 5.x on Raspberry Pi

    To update your Seafile Client (e.g. 3.1.7) on your Raspberry you just have to install the new packages of version 5.x. 1. Download packages libsearpc-3.0_3.0-latest-2_armhf ccnet_5.0.1-1_armhf seafile_5.0.1-1_armhf seafile-client_5.0.1-1_armhf 2. Install packages dpkg -i libsearpc-3.0_3.0-latest-2_armhf.deb dpkg -i ccnet_5.0.1-1_armhf.deb dpkg -i seafile_5.0.1-1_armhf.deb dpkg -i seafile-client_5.0.1-1_armhf.deb As usual: Please, report if you have any issues and also report…