Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 615438 - net-print/cups - cups-lpd service unit - Failed at step EXEC spawning
Summary: net-print/cups - cups-lpd service unit - Failed at step EXEC spawning
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Printing Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-04-13 15:01 UTC by Stefan Schmid
Modified: 2021-10-28 09:49 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stefan Schmid 2017-04-13 15:01:24 UTC
The provided service unit from net-print/cups (My Version is 2.1.4) for cups-lpd is faulty.

Apr 13 16:27:25 LAMBDA10 systemd[29648]: cups-lpd@3-10.76.0.245:515-10.76.0.171:52239.service: Failed at step EXEC spawning /usr/lib/cups/daemon/cups-lpd: No such file or directory

Please modify the "ExexStart"-Parameter in the Service Unit "/usr/lib/systemd/system/cups-lpd@.service" from "ExecStart=-/usr/lib/cups/daemon/cups-lpd" to "ExecStart=-/usr/libexec/cups/daemon/cups-lpd".
Comment 1 Larry the Git Cow gentoo-dev 2021-10-28 09:49:21 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f6d1abb628f060426d6871edd65aa0ec70cee12

commit 8f6d1abb628f060426d6871edd65aa0ec70cee12
Author:     Pacho Ramos <pacho@gentoo.org>
AuthorDate: 2021-10-28 09:49:01 +0000
Commit:     Pacho Ramos <pacho@gentoo.org>
CommitDate: 2021-10-28 09:49:13 +0000

    net-print/cups: Multiple bug fixes
    
    - Fix missing dep on avahi[dbus] (#695438)
    - Ensure server path is always correct (#615438)
    - Recommend sys-auth/nss-mdns when needed (#634048)
    - Fix /run paths (#685308)
    - Respect empty LINGUAS (#771162)
    - Fix empty dirs handling (#798855)
    - Fix printing on some Samsung devices (#801316)
    - Apply other upstream accepted patches widely tested on Fedora and Debian.
    
    Closes: https://bugs.gentoo.org/695438
    Thanks-to: Mart Raudsepp
    Closes: https://bugs.gentoo.org/615438
    Thanks-to: Stefan Schmid
    Closes: https://bugs.gentoo.org/634048
    Closes: https://bugs.gentoo.org/685308
    Thanks-to: Bertrand Jacquin
    Closes: https://bugs.gentoo.org/771162
    Thanks-to: i.Dark_Templar
    Closes: https://bugs.gentoo.org/798855
    Thanks-to: Marco Scardovi (scardracs)
    Closes: https://bugs.gentoo.org/801316
    Thanks-to: Gentlenoob
    Thanks-to: mehw
    Thanks-to: Volkmar W. Pogatzki
    Package-Manager: Portage-3.0.28, Repoman-3.0.3
    Signed-off-by: Pacho Ramos <pacho@gentoo.org>

 net-print/cups/cups-2.3.3_p2-r3.ebuild             | 326 +++++++++++++++++++++
 .../files/cups-2.3.3-enforcing-read-limits.patch   |  29 ++
 .../cups/files/cups-2.3.3-ipp-retry-validate.patch |  43 +++
 net-print/cups/files/cups-2.3.3-manpage.patch      |  23 ++
 net-print/cups/files/cups-2.3.3-timeout.patch      |  26 ++
 net-print/cups/files/cupsd.init.d-r4               |  22 ++
 6 files changed, 469 insertions(+)