Wouldn´t it be best to just use the virtualenv provided by the seafile packages?
[root@<domain>]# sudo -u seafile -s
[seafile@<domain>]$ echo "source /usr/lib/seafile/seafileenv/bin/activate" >> ~/.bashrc
[seafile@<domain>]$ exit
[root@<domain>]# sudo -u seafile -s
(seafileenv)[seafile@<domain>]$ <do the upgrade as usual>
Search Criteria
Package Details: seafile 9.0.11-1
Package Actions
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: | 111 |
Popularity: | 0.000000 |
First Submitted: | 2016-08-11 16:38 (UTC) |
Last Updated: | 2024-11-14 17:06 (UTC) |
Dependencies (8)
- fuse (fuse2)
- libevent (libevent-gitAUR)
- libsearpcAUR
- libwebsockets
- python-future
- sqlite (sqlite-fossilAUR, libsql-sqlite3AUR)
- intltool (make)
- vala (vala-gitAUR) (make)
Required by (2)
Sources (2)
Latest Comments
« First ‹ Previous 1 .. 17 18 19 20 21 22 23 24 25 26 27 .. 47 Next › Last »
r3ddr4gOn commented on 2015-11-10 06:38 (UTC)
BunBum commented on 2015-11-09 16:36 (UTC)
You have to install the python2 package (it can be installed parallel to python3) and it should work.
Almin commented on 2015-11-09 16:27 (UTC)
That's true, thanks.
So how de we solve the issue, as python3 is the default python interpreter on Arch Linux and everyone will run the script as I did?
Everyone will run it manually and copy-paste the secret key?
BunBum commented on 2015-11-09 15:34 (UTC)
You are using Python 3 (it expects parentheses for function calls like 'print'). You have to use Python 2 to run seafile.
Almin commented on 2015-11-09 15:00 (UTC)
Hey guys, updating got an error.
[code]
[me@mypc seafile-server]$ ./upgrade/upgrade_4.3_4.4.sh
-------------------------------------------------------------
This script would upgrade your seafile server from 4.3 to 4.4
Press [ENTER] to contiune
-------------------------------------------------------------
File "/srv/seafile/laptop/seafile-server/seahub/tools/secret_key_generator.py", line 53
print key
^
SyntaxError: Missing parentheses in call to 'print'
Updating seafile/seahub database ...
[INFO] You are using SQLite3
Done
migrating avatars ...
Done
updating /srv/seafile/laptop/seafile-server-latest symbolic link to /srv/seafile/laptop/seafile-server ...
-----------------------------------------------------------------
Upgraded your seafile server successfully.
-----------------------------------------------------------------
[/code]
Should I care about that?
simontunnat commented on 2015-10-29 16:23 (UTC)
Could someone please take over the seafile packages as maintainer.
I just can't find the time to maintain them.
<deleted-account> commented on 2015-09-29 12:50 (UTC)
I am unwilling to wait any longer, so the package is now orphaned. I advise anyone willing to pick this up to pick up the whole seafile dependency tree, as it would otherwise become tedious to maintain.
BunBum commented on 2015-09-20 06:43 (UTC)
@VinTeK thank you! It's working.
This should be definitely mentioned in the Arch Linux Wiki seafile section https://wiki.archlinux.org/index.php/Seafile
Pinned Comments