Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 862342 - sys-fs/lxcfs-5.0.1: crash when starting lxcfs.service, which exec "/usr/bin/lxcfs /var/lib/lxcfs"
Summary: sys-fs/lxcfs-5.0.1: crash when starting lxcfs.service, which exec "/usr/bin/l...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Joonas Niilola
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2022-07-30 13:20 UTC by Furude Rika
Modified: 2022-08-02 05:36 UTC (History)
1 user (show)

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


Attachments
output of 'emerge --info sys-fs/lxcfs-5.0.1' (emerge-info-lxcfs.txt,7.93 KB, text/plain)
2022-07-30 13:24 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-07-30 13:20:07 UTC
Related commit: 
https://github.com/lxc/lxcfs/commit/5976d0349c1900e2649b7d2904d98ba6a7278e6b

Reproducible: Always

Steps to Reproduce:
1. install sys-fs/lxcfs-5.0.1 via emerge
2. enable and start lxcfs.service with systemctl
Actual Results:  
lxcfs receive SIGV and is killed.
Comment 1 Furude Rika 2022-07-30 13:24:15 UTC
Created attachment 795811 [details]
output of 'emerge --info sys-fs/lxcfs-5.0.1'
Comment 2 Furude Rika 2022-07-30 15:53:52 UTC
Sorry for typo: 

Related commit -> Related commit that solves the issue
Comment 3 Larry the Git Cow gentoo-dev 2022-08-02 05:35:51 UTC
The bug has been closed via the following commit(s):

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

commit a1b35f5980098c9b168d4e02a59acf30bb22da64
Author:     Joonas Niilola <juippis@gentoo.org>
AuthorDate: 2022-08-02 05:34:32 +0000
Commit:     Joonas Niilola <juippis@gentoo.org>
CommitDate: 2022-08-02 05:35:48 +0000

    sys-fs/lxcfs: add a patch to fix an issue with fuse3 on 5.0.1
    
    Closes: https://bugs.gentoo.org/862342
    Signed-off-by: Joonas Niilola <juippis@gentoo.org>

 ...cfs-5.0.1-fix-reinitialization-with-fuse3.patch | 71 +++++++++++++++++++
 sys-fs/lxcfs/lxcfs-5.0.1-r1.ebuild                 | 79 ++++++++++++++++++++++
 2 files changed, 150 insertions(+)
Comment 4 Joonas Niilola gentoo-dev 2022-08-02 05:36:19 UTC
Thanks!