Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 917748 - net-fs/cvmfs-2.10.1-r1: cvmfs_config gives /bin/pidof: No such file or directory
Summary: net-fs/cvmfs-2.10.1-r1: cvmfs_config gives /bin/pidof: No such file or direc...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Guilherme Amadio
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2023-11-22 14:35 UTC by APN-Pucky
Modified: 2024-03-10 17:15 UTC (History)
0 users

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 APN-Pucky 2023-11-22 14:35:41 UTC
I get this error running the setup as root:

$ cvmfs_config setup
/usr/bin/cvmfs_config: line 1927: /bin/pidof: No such file or directory
Utility to manage services missing

but it exists in

$ which pidof 
/usr/bin/pidof
Comment 1 APN-Pucky 2023-12-05 07:48:23 UTC
I submitted a patch to upstream: https://github.com/cvmfs/cvmfs/pull/3462
Comment 2 Larry the Git Cow gentoo-dev 2024-03-10 17:15:04 UTC
The bug has been closed via the following commit(s):

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

commit fb9facdf06e6f2e82c15622174d32699328df103
Author:     Guilherme Amadio <amadio@gentoo.org>
AuthorDate: 2024-03-10 17:10:07 +0000
Commit:     Guilherme Amadio <amadio@gentoo.org>
CommitDate: 2024-03-10 17:14:52 +0000

    net-fs/cvmfs: fix path for pidof, bug 917748
    
    Closes: https://bugs.gentoo.org/917748
    
    Signed-off-by: Guilherme Amadio <amadio@gentoo.org>

 net-fs/cvmfs/cvmfs-2.11.2.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)