Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 593088 - sys-fs/cachefilesd-0.10.9: systemd unit uses /usr/sbin/cachefilesd instead of /sbin/cachefilesd
Summary: sys-fs/cachefilesd-0.10.9: systemd unit uses /usr/sbin/cachefilesd instead of...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Jason Zaman
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-08 00:38 UTC by Maciej Piechotka
Modified: 2018-07-20 20:56 UTC (History)
3 users (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 Maciej Piechotka 2016-09-08 00:38:00 UTC
Installed /usr/lib/systemd/system/cachefilesd.service has /usr/sbin/cachefilesd while this released moved binary to /sbin/
Comment 1 Chris Paras 2017-02-17 16:51:17 UTC
I can confirm this too. Here's a workaround:

Put the following in /etc/systemd/system/cachefilesd.service :


[Unit]
Description=Local network file caching management daemon

[Service]
Type=simple
ExecStartPre=-/sbin/modprobe -qab cachefiles
ExecStart=/sbin/cachefilesd -n -f /etc/cachefilesd.conf

[Install]
WantedBy=multi-user.target
Comment 2 Matt Turner gentoo-dev 2018-07-20 00:45:21 UTC
Ridiculous that this hasn't been fixed.
Comment 3 Larry the Git Cow gentoo-dev 2018-07-20 03:43:47 UTC
The bug has been closed via the following commit(s):

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

commit 40347598ee0fda0f336f6048a4623200b449a631
Author:     Jason Zaman <perfinion@gentoo.org>
AuthorDate: 2018-07-20 03:41:47 +0000
Commit:     Jason Zaman <perfinion@gentoo.org>
CommitDate: 2018-07-20 03:42:05 +0000

    sys-fs/cachefilesd: fix systemd unit path
    
    Closes: https://bugs.gentoo.org/593088
    Package-Manager: Portage-2.3.40, Repoman-2.3.9

 .../{cachefilesd-0.10.10.ebuild => cachefilesd-0.10.10-r1.ebuild}        | 1 +
 1 file changed, 1 insertion(+)