Package Details: seafile 9.0.11-3

Git Clone URL: https://aur.archlinux.org/seafile.git (read-only, click to copy)
Package Base: seafile
Description: An online file storage and collaboration tool
Upstream URL: https://github.com/haiwen/seafile
Licenses: GPL2
Conflicts: seafile-server
Provides: seafile-client-cli
Submitter: eolianoe
Maintainer: Joffrey
Last Packager: Joffrey
Votes: 110
Popularity: 0.000000
First Submitted: 2016-08-11 16:38 (UTC)
Last Updated: 2025-02-09 18:48 (UTC)

Pinned Comments

Latest Comments

« First ‹ Previous 1 .. 10 11 12 13 14 15 16 17 18 19 20 .. 47 Next › Last »

eolianoe commented on 2016-08-01 21:02 (UTC)

Updated to 5.1.4, as previously said the server part is not fully tested. I'm in process to separate the seafile-server and seahub (the front-end https://github.com/haiwen/seahub) in order to get clearer packaging. I you wish to test or help, feel free to send e-mails.

BytEvil commented on 2016-06-08 07:07 (UTC)

Seafile-admin setup failed with error. *** Now initializing seahub database, please wait... /usr/lib/seafile/seafileenv/bin/python2: can't open file 'manage.py': [Errno 2] No such file or directory Error: Seahub syncdb failed ***

eolianoe commented on 2016-06-05 16:11 (UTC)

@pssd: sha56sum fixed, and yes you can change by yourself the checksums.

pssd commented on 2016-06-05 15:56 (UTC)

cannot install the package. ==> Überprüfe source Dateien mit sha256sums... seafile-server-5.1.3.tar.gz ... Durchgelaufen seafile-admin_virtualenv.patch ... Durchgelaufen seafile-server@.service ... Durchgelaufen seahub-preupgrade ... FEHLGESCHLAGEN create-default-conf-dir.patch ... Durchgelaufen 0001-Revert-server-put-pids-folder-out-of-seafile-data.patch ... Durchgelaufen libseafile.in.patch ... Durchgelaufen I realized: sha256sum of seahub-preupgrade: '333b78e2ac2ce03b243a70223975bfb0f8e1998edc074b4307c9a96df1b5883f' and in PKGBUILD:'2a1e079cbea3543f356e6e9571f3d7d2a4b0ab75131ee417115d738ea191c4fb' Is it due to Your changes in the seahub-preupgrade script? Can i just change that line? (sorry for the newbish question)

fordprefect commented on 2016-06-04 17:07 (UTC)

@andreymal: i see, my fault. eolianoe already fixed this.

eolianoe commented on 2016-06-04 17:06 (UTC)

@andreymal, @fordprefect: made the appropriate change in seahub-preupgrade

andreymal commented on 2016-06-04 17:05 (UTC) (edited on 2016-06-04 17:05 (UTC) by andreymal)

@fordprefect no, I want russian, just seahub-preupgrade script is broken. Line 11: SEAFILE_VERSION="$(pacman -Qi seafile-server | grep Version | sed 's|[^\n]*: \(.*\)-.*|\1|g')" SEAFILE_VERSION has empty value for non-english locales. It is bug. Changing locale for script fixes this.

fordprefect commented on 2016-06-04 16:19 (UTC) (edited on 2016-06-04 16:20 (UTC) by fordprefect)

@andreymal: AUR packages will never change the locale of the environment they are build or installed in. If I understand you correctly, you want your pacman output to be english instead of russian. You can achieve this in several ways one of which would be defining an alias "alias pacman='LANG=C pacman'". This package has nothing to do with this intent at all. EDIT: exchanged yaourt and pacman. misread.

andreymal commented on 2016-06-04 16:14 (UTC)

Please add "LANG=C; export LANG" or something like this in seahub-preupgrade, because "pacman -Qi seafile-server | grep Version" not working for non-english locales andreymal@home:~$ pacman -Qi seafile-server | grep Version andreymal@home:~$ echo $LANG ru_RU.UTF-8 andreymal@home:~$ pacman -Qi seafile-server | grep Версия Версия : 5.1.3-1 andreymal@home:~$ export LANG=C andreymal@home:~$ pacman -Qi seafile-server |Version Version : 5.1.3-1