Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 868477

Summary: sys-fs/lxcfs: missing executable file /usr/bin/fusermount, which is actually named /usr/bin/fusermount3
Product: Gentoo Linux Reporter: Furude Rika <myloveyuxuan>
Component: Current packagesAssignee: Joonas Niilola <juippis>
Status: RESOLVED FIXED    
Severity: normal CC: virtualization
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: The logs of lxcfs.service

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(+)