Package Details: pacserve 2021-4

Git Clone URL: https://aur.archlinux.org/pacserve.git (read-only, click to copy)
Package Base: pacserve
Description: Easily share Pacman packages between computers. A replacement for PkgD.
Upstream URL: https://xyne.dev/projects/pacserve
Keywords: arch_linux pacman server
Licenses: GPL
Conflicts: pacredir
Submitter: Xyne
Maintainer: Xyne
Last Packager: Xyne
Votes: 110
Popularity: 0.103029
First Submitted: 2011-04-17 00:30 (UTC)
Last Updated: 2022-07-15 22:46 (UTC)

Dependencies (5)

Required by (0)

Sources (2)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 .. 14 Next › Last »

Xyne commented on 2017-02-15 10:39 (UTC)

@lmat The backend is in the python3-threaded_servers package.

lahwaacz commented on 2017-01-31 10:07 (UTC)

@lmat: The source array in the PKGBUILD contains the URLs, there is even a link on this page just above the "Add Comment" field.

lmat commented on 2017-01-31 10:01 (UTC)

I'm looking for the source of pacserve. There is a file referred to in the pkgbuild, pacserve-2016.tar.xz, but it doesn't appear to have the server source. Perhaps I'm overlooking something in that bundle?

lahwaacz commented on 2015-10-01 18:56 (UTC)

@dangersalad: If it happens with python-3.5, this is to be expected since python3-threaded_servers still has its files under /usr/lib/python-3.4/ As python-3.5 has left testing only today, give Xyne some time to update his packages...

dangersalad commented on 2015-10-01 18:12 (UTC)

I am getting this error when trying to start pacserve pacserve[10930]: /usr/sbin/python3: Error while finding spec for 'ThreadedServers.Pacserve' (<class 'ImportError'>: No module named 'ThreadedServers') % pacman -Qi pacserve Name : pacserve Version : 2015-1 % pacman -Qi python3-threaded_servers Name : python3-threaded_servers Version : 2014.11-1

Xyne commented on 2015-03-06 01:29 (UTC)

@Tempel This is not a Pacserve error. The filename needs to be percent-encoded to produce a valid URL. Try "http://localhost:15678/pkg/?repo=extra&arch=x86_64&file=libsigc%2B%2B-2.4.1-1-x86_64.pkg.tar.xz" for example, with "+" replaced by "%2B". Pacman does not properly encode the name before inserting it into the URL and so it fails because "+" represents a space in URL query strings. This is not the first time that Pacman's lack of proper URL formatting has created a problem. Please create a ticket on the (Pacman) bugtracker. Regards, Xyne

Tempel commented on 2015-03-05 04:02 (UTC)

Pacserve seems to have an issue with any file containing a + in the filename. During updates of libsigc++ and freerdp (version 1.2.0_beta1+20150302-1), "The requested URL returned error: 404".

asdil12 commented on 2015-01-31 14:20 (UTC)

or you can put this line in your ~/.gnupg/gpg.conf: keyserver-options auto-key-retrieve This will allow gpg to auto-import keys on demand.

hamelg commented on 2015-01-31 14:18 (UTC)

You must import the Xyne public key in your GPG keyring. https://wiki.archlinux.org/index.php/Makepkg#Signature_checking