Search Criteria
Package Details: pacserve 2020-1
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.archlinux.ca/projects/pacserve |
Keywords: | arch_linux pacman server |
Licenses: | |
Conflicts: | |
Submitter: | Xyne |
Maintainer: | Xyne |
Last Packager: | Xyne |
Votes: | 102 |
Popularity: | 0.198767 |
First Submitted: | 2011-04-17 00:30 |
Last Updated: | 2020-06-13 07:19 |
Dependencies (5)
- pyalpm (pyalpm-git, pyalpm-next-git)
- python3-threaded_servers
- avahi (avahi-nosystemd, avahi-git, avahi-gtk2) (optional) – Avahi support
- python-dbus (optional) – Avahi support
- python-gobject (python-gobject-git) (optional) – Avahi support
Latest Comments
1 2 3 4 5 6 ... Next › Last »
radiomike commented on 2020-12-02 13:33
@jlp2 it's actually an issue with the threaded-servers dependency. There's a deprecated method ".tostring()" used.
While you wait for upstream, you can fix it by replacing the .tostring() with .tobytes() in /usr/lib/python3.9/site-packages/ThreadedServers/common.py
jlp2 commented on 2020-12-02 10:57
Today the python 3.9.0 update arrived in the repos. I rebuilt pacserve and python3-threaded_servers, but pacserve no longer starts.
brikler commented on 2020-07-27 12:12
@Xyne the first look is on the AUR page if a program doesn't work as expected and so i think this page is a suitable place for a hint also possible is a post installation message
lahwaacz commented on 2020-07-27 07:31
@Xyne I think an explanation can be found in https://bugs.mageia.org/show_bug.cgi?id=15425
@brikler The wiki has always said to enable avahi-daemon.service, so I don't think any hint is necessary. https://wiki.archlinux.org/index.php/Avahi#Installation
Xyne commented on 2020-07-27 03:08
@brikler I'm open to the idea but what kind of hint do you mean? Where would be it shown?
Unless Pacserve is doing something wrong, I consider this an issue with Avahi's socket activation. I did a quick search for similar issues to see what I could find and this popped up: https://bugs.archlinux.org/task/60012
Unfortunately, the cited explanation is no longer available at the given URL.
brikler commented on 2020-07-26 19:40
@xyne this was my first thought, but i think now a hint would be better
Xyne commented on 2020-07-26 16:12
@brikler Given that Avahi is optional, I'm reluctant to require it in the service file. Is there a reason to not just enable both at the same time?
brikler commented on 2020-07-19 14:28
could you add
Requires=avahi-daemon.service
to the systemd service file? on my systemavahi-daemon.socket
doesn't triggeravahi-daemon.service
whenpacserve
need theavahi-daemon
without running avahi-daemon this error occurs
Xyne commented on 2020-06-12 18:30
@C0rn3j Fixed. Sorry for the delay. I'll push the update this evening.
C0rn3j commented on 2020-05-04 08:45
I've found a minor bug - pacman.conf-insert_pacserve ALWAYS inserts an ending newline, even when there is one present already.
Coupled with another (ansible) bug I ended up with hundreds of newlines over time.