Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 463376 - sys-apps/systemd should not create a dialout group
Summary: sys-apps/systemd should not create a dialout group
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo systemd Team
URL:
Whiteboard:
Keywords:
Depends on: 454556
Blocks:
  Show dependency tree
 
Reported: 2013-03-26 16:11 UTC by William Hubbs
Modified: 2014-01-20 22:53 UTC (History)
4 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description William Hubbs gentoo-dev 2013-03-26 16:11:59 UTC
sys-fs/udev uses the uucp group for linux dialout devices. This is the
standard group for these in gentoo.

We have a bug open to base-system to determine whether we want to
replace that group with dialout or continue editing our rules.

By creating the dialout group on your own, you are creating an
unnecessary divergance for our users. Now people will not only have to
add themselves to the uucp group to use these devices, but to the
dialout group if they install systemd.
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2014-01-20 17:01:34 UTC
There is a thread in gentoo-user mailing list currently where VirtualBox doesn't work w/ systemd because it uses the dialout group, instead of uucp group.

Should use uucp until bug 454556 is resolved, after it's resolved, we can convert everything from uucp to dialout, but not before, so systemd is really doing something unwanted here at this time.
Comment 2 Mike Gilbert gentoo-dev 2014-01-20 17:20:58 UTC
(In reply to Samuli Suominen from comment #1)
> There is a thread in gentoo-user mailing list currently where VirtualBox
> doesn't work w/ systemd because it uses the dialout group, instead of uucp
> group.
> 

Can you provide a link to this thread? If we are breaking things, I agree that we should change this.

> Should use uucp until bug 454556 is resolved, after it's resolved, we can
> convert everything from uucp to dialout, but not before, so systemd is
> really doing something unwanted here at this time.

Any suggestions for how we would resolve this for current installs?

I assume we would want to remove the dialup group somehow. Or can we can just leave that for whatever conversion happens in baselayout?
Comment 3 Samuli Suominen (RETIRED) gentoo-dev 2014-01-20 17:35:20 UTC
(In reply to Mike Gilbert from comment #2)
> Can you provide a link to this thread

http://article.gmane.org/gmane.linux.gentoo.user/271981

> Any suggestions for how we would resolve this for current installs?

Line...

sed -i -e 's/GROUP="dialout"/GROUP="uucp"/' rules/*.rules || die

...to revision bumped systemd ebuild, like it is in sys-fs/udev's ebuild

> I assume we would want to remove the dialup group somehow. Or can we can
> just leave that for whatever conversion happens in baselayout?

Just leave it... it's harmless.
Comment 4 Samuli Suominen (RETIRED) gentoo-dev 2014-01-20 17:36:54 UTC
I think we are stuck with uucp group because of http://bugs.gentoo.org/show_bug.cgi?id=454556#c3
I'm not sure if we are ever going to change the group in Gentoo then :-/
Comment 5 Ulrich Müller gentoo-dev 2014-01-20 19:31:32 UTC
It was decided long time ago in bug 108249 that the uucp group should be used for this purpose. Please stick with this, and don't create any new confusion.
Comment 6 Mike Gilbert gentoo-dev 2014-01-20 22:53:25 UTC
+*systemd-208-r3 (20 Jan 2014)
+
+  20 Jan 2014; Mike Gilbert <floppym@gentoo.org> +systemd-208-r3.ebuild,
+  systemd-208-r2.ebuild, systemd-9999.ebuild:
+  Replace dialout with uucp group in udev rules, bug 463376.