[SRU] Removable media is being mounted randomly in multiseat systems
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
udisks2 (Ubuntu) |
Fix Released
|
High
|
Unassigned | ||
Trusty |
Confirmed
|
Low
|
Unassigned |
Bug Description
[Impact]
Due to lack of full systemd-logind integration in current "udisks2" package, automounting of removable media in multiseat setups is not respecting seat hierarchy. All seats try to mount it at the same time, resulting in a race condition. However, the expected behaviour is that only the right seat (i.e. the seat whose USB port the removable media is plugged in) should be able to mount it.
To solve this problem, just rebuild package "udisks2" with additional build-dependencies "libsystemd-
[Test case]
* Set up a multiseat system and try to mount a removable medium in one seat
or another. Repeat this procedure several times.
* Before rebuilding udisks2 with full logind support, all seats will try to
mount this medium at the same time, so it will be shown in one seat or
another, randomly.
* After rebuilding udisks2 with full logind support, only one seat will
succeed to mount the medium in all times it's plugged in.
[Regression Potential]
Medium. This rebuilt package was well tested in ppa:ubuntu-
It may happen that only one seat will be able to mount removable media, regardless which seat owns the USB port the medium is plugged (due to lack of systemd as PID 1), but at least there will be no race condition between seats. But verification should include thorough testing that removable media is still mounted correctly on non-multiseat systems, with multiple user sessions.
Related branches
- Phillip Susi (community): Needs Resubmitting
- Sebastien Bacher: Approve
-
Diff: 21 lines (+3/-1)1 file modifieddebian/control (+3/-1)
summary: |
- Rebuild udisks2 with additional build-dependencies "libsystemd-login- - dev" and "libsystemd-daemon-dev" + Removable media is being mounted randomly in multiseat systems |
tags: | added: multiseat |
summary: |
- Removable media is being mounted randomly in multiseat systems + [SRU] Removable media is being mounted randomly in multiseat systems |
description: | updated |
description: | updated |
Changed in udisks2 (Ubuntu Trusty): | |
status: | Fix Committed → Confirmed |
FTR, I've just enabled logind support in the debian package