Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 691232 - sys-apps/systemd-243_rc1 crashes when mounting an external USB drive
Summary: sys-apps/systemd-243_rc1 crashes when mounting an external USB drive
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo systemd Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-08-01 14:06 UTC by Helmut Jarausch
Modified: 2019-08-11 16:28 UTC (History)
0 users

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


Attachments
emerge --info (systemd.info,20.77 KB, application/x-info)
2019-08-01 14:06 UTC, Helmut Jarausch
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Helmut Jarausch 2019-08-01 14:06:53 UTC
Created attachment 585364 [details]
emerge --info

After upgrading to systemd-243_rc1 system crashes when I try to mount an external
USB drive
kernel: sd 10:0:0:0: [sde] Assuming drive cache: write through
kernel:  sde: sde1 sde2 sde3 sde4 sde5 sde6 sde7
kernel: systemd-udevd[480887]: 
Assertion 'key' failed at src/libsystemd/sd-device/device-private.c:34, 
function device_add_property(). Aborting.
Comment 1 Helmut Jarausch 2019-08-01 14:08:16 UTC
I forgot to mention that I don't use systemd on system start-up since I am using
openrc. But I do have systemd installed here which hasn't caused any problems for a very long time.
Comment 2 Mike Gilbert gentoo-dev 2019-08-01 14:16:49 UTC
Please report the issue upstream.

https://github.com/systemd/systemd/issues
Comment 3 Mike Gilbert gentoo-dev 2019-08-01 14:17:49 UTC
(In reply to Helmut Jarausch from comment #1)

That should not be a problem; udev is supposed to run/function independently of systemd.
Comment 4 Helmut Jarausch 2019-08-01 15:51:20 UTC
(In reply to Mike Gilbert from comment #3)
> (In reply to Helmut Jarausch from comment #1)
> 
> That should not be a problem; udev is supposed to run/function independently
> of systemd.

But downgrading to systemd-242-r6 resolves the problem.
So, the new version 234_rc1 is definitely the culprit.
Comment 5 Helmut Jarausch 2019-08-01 17:25:50 UTC
The new version of systemd disabled Virtualbox to start a Win64 client.
Comment 6 Mike Gilbert gentoo-dev 2019-08-01 17:26:18 UTC
(In reply to Helmut Jarausch from comment #4)
> But downgrading to systemd-242-r6 resolves the problem.
> So, the new version 234_rc1 is definitely the culprit.

My comment was in response to your disclaimer about not running systemd on system start-up.
Comment 7 Mike Gilbert gentoo-dev 2019-08-01 17:29:20 UTC
Again, please report the issue upstream.
Comment 8 Larry the Git Cow gentoo-dev 2019-08-11 16:28:06 UTC
The bug has been closed via the following commit(s):

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

commit 35dcfcc83b7e325672f9167b5417d67deb4e3270
Author:     Mike Gilbert <floppym@gentoo.org>
AuthorDate: 2019-08-11 16:27:41 +0000
Commit:     Mike Gilbert <floppym@gentoo.org>
CommitDate: 2019-08-11 16:27:41 +0000

    sys-apps/systemd: backport fixes
    
    Closes: https://bugs.gentoo.org/691232
    Closes: https://bugs.gentoo.org/691280
    Closes: https://bugs.gentoo.org/691502
    Package-Manager: Portage-2.3.71, Repoman-2.3.16_p24
    Signed-off-by: Mike Gilbert <floppym@gentoo.org>

 sys-apps/systemd/files/243-rc1-cryptsetup.patch    | 148 +++++++++++++++++++++
 ...243-rc1-revert-logind-remove-unused-check.patch |  31 +++++
 .../systemd/files/243-rc1-udev-properties.patch    |  53 ++++++++
 ...243_rc1-r1.ebuild => systemd-243_rc1-r2.ebuild} |   3 +
 4 files changed, 235 insertions(+)