Gentoo Archives: gentoo-user

From: Mick <michaelkintzios@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] udev-191 bit me. Insufficient ptys
Date: Thu, 31 Jan 2013 18:25:03
Message-Id: 201301311824.29755.michaelkintzios@gmail.com
In Reply to: Re: [gentoo-user] udev-191 bit me. Insufficient ptys by Michael Mol
1 On Thursday 31 Jan 2013 14:37:00 Michael Mol wrote:
2 > On Thu, Jan 31, 2013 at 9:30 AM, Peter Humphrey
3 >
4 > <peter@××××××××××××××.org> wrote:
5 > > On Thursday 31 January 2013 14:05:07 Michael Mol wrote:
6 > >> OK, it looks like /dev/pts is not mounted. But darned if I know
7 > >> why...Isn't udev supposed to handle that?
8 > >
9 > > Why did you remove udev-mount from the sysinit level? I left mine alone
10 > > and it all works just fine.
11 >
12 > Because, when I initially rebooted, openrc failed to launch the
13 > udev-mount service, and I couldn't get any farther in the boot
14 > sequence until I removed it. (Which involved removing the symlink in
15 > /etc/runlevels, since rc-update kept failing while complaining about
16 > being unable to update dependencies.)
17 >
18 > It seems possible now that the reason the udev-mount service failed to
19 > start was because of the missing CONFIG_DEVTMPFS kernel config option.
20 > I can try adding udev-mount back to see if it works.
21
22 Well, I have udev-mount running:
23
24 rc-update -s -v | grep udev
25 udev | sysinit
26 udev-mount | sysinit
27
28 and do not have CONFIG_DEVTMPFS_MOUNT enabled. devpts is created fine and I
29 have no problems booting:
30
31 mount | grep devpts
32 devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620)
33
34
35 You may want to try the same in case it works?
36
37 --
38 Regards,
39 Mick

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] udev-191 bit me. Insufficient ptys Michael Mol <mikemol@×××××.com>