Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 329335 - udev-160 does not create devpts causing xterminals to crash
Summary: udev-160 does not create devpts causing xterminals to crash
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Linux bug wranglers
URL: https://bugs.launchpad.net/ubuntu/+so...
Whiteboard:
Keywords:
: 329201 (view as bug list)
Depends on:
Blocks:
 
Reported: 2010-07-21 20:57 UTC by David J Cozatt
Modified: 2010-07-22 00:39 UTC (History)
1 user (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 David J Cozatt 2010-07-21 20:57:44 UTC
gnome-terminal kept crashing on me. openrc and not running hald in the initscripts either.
Traced to /dev/pts problem or at least adding:

devpts          /dev/pts        devpts  defaults,rw,noexec,nosuid,gid=5,mode=620 0 0

to /etc/fstab fixed the issue even though it's a hack.

Reproducible: Always

Steps to Reproduce:
1.ACCEPT_KEYWORDS="~amd64"
2.emerge openrc (also -uvNDp world)
3. etc-update/dispatch.conf
3.rm /etc/runlevels/sysinit/devfs
4. reboot

Actual Results:  
mount shows no devpts and gnome-terminal will not open Gnome is 2.30.2 atm
Comment 1 Harald van Dijk (RETIRED) gentoo-dev 2010-07-21 21:08:18 UTC
udev isn't supposed to create those: openrc is supposed to simply mount /dev/pts. That's what the /etc/runlevels/sysinit/devfs file that you removed is for.
Comment 2 David J Cozatt 2010-07-21 21:42:39 UTC
If devfs is required for a proper system then it should be noted in one or both of 
http://www.gentoo.org/doc/en/udev-guide.xml
http://www.gentoo.org/doc/en/openrc-migration.xml

Please correct your docs and consider doing so before closing.
Comment 3 David J Cozatt 2010-07-21 21:43:39 UTC
Re-opened
Comment 4 Harald van Dijk (RETIRED) gentoo-dev 2010-07-21 22:01:47 UTC
The documentation is correct, you don't need to include devfs in your kernel, but the devfs file from openrc does not mount devfs on /dev, and nowhere does the documentation say to remove that file. You can say that the file is poorly named, but that is all.
Comment 5 Rafał Mużyło 2010-07-22 00:39:47 UTC
*** Bug 329201 has been marked as a duplicate of this bug. ***