Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 868477 - sys-fs/lxcfs: missing executable file /usr/bin/fusermount, which is actually named /usr/bin/fusermount3
Summary: sys-fs/lxcfs: missing executable file /usr/bin/fusermount, which is actually ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Joonas Niilola
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-09-04 17:55 UTC by Furude Rika
Modified: 2022-09-08 06:43 UTC (History)
1 user (show)

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


Attachments
The logs of lxcfs.service (lxcfs-service.log,1.82 KB, text/x-log)
2022-09-04 17:57 UTC, Furude Rika
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Furude Rika 2022-09-04 17:55:36 UTC
lxcfs.service failed with message `Executable /usr/bin/fusermount missing, skipping: No such file or directory` when shutting down my machine.

Reproducible: Always
Comment 1 Furude Rika 2022-09-04 17:57:16 UTC
Created attachment 803215 [details]
The logs of lxcfs.service
Comment 2 Larry the Git Cow gentoo-dev 2022-09-08 06:43:11 UTC
The bug has been closed via the following commit(s):

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

commit cb81fce5810abaf904df8bf3df43cb07b18bf376
Author:     Joonas Niilola <juippis@gentoo.org>
AuthorDate: 2022-09-08 06:38:36 +0000
Commit:     Joonas Niilola <juippis@gentoo.org>
CommitDate: 2022-09-08 06:42:12 +0000

    sys-fs/lxcfs: tweak init/service files for fuse:3
    
     - dependency is on fuse:3 instead of fuse:0,
     - update openrc files to call fusermount3,
     - update openrc files to have LXCFS_PATH config option,
     - update systemd service file to call fusermount3.
    
    Closes: https://bugs.gentoo.org/868477
    Signed-off-by: Joonas Niilola <juippis@gentoo.org>

 sys-fs/lxcfs/files/lxcfs-5.0.2.confd   |  8 ++++
 sys-fs/lxcfs/files/lxcfs-5.0.2.initd   | 27 ++++++++++++
 sys-fs/lxcfs/files/lxcfs-5.0.2.service | 18 ++++++++
 sys-fs/lxcfs/lxcfs-5.0.2-r1.ebuild     | 77 ++++++++++++++++++++++++++++++++++
 4 files changed, 130 insertions(+)