Gentoo Archives: gentoo-user

From: maxim wexler <blissfix@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] getting somewhere -- was about a bug
Date: Fri, 19 May 2006 22:43:10
Message-Id: 20060519223416.70831.qmail@web31713.mail.mud.yahoo.com
In Reply to: Re: [gentoo-user] getting somewhere -- was about a bug by Richard Fish
1 --- Richard Fish <bigfish@××××××××××.org> wrote:
2
3 > On 5/18/06, maxim wexler <blissfix@×××××.com> wrote:
4 > > Just one little problem left. From the boot
5 > console:
6 > >
7 > > udevd-event[3787]: udev_make_node:
8 > mknod(/dev/ttyS0,
9 > > 020660, 4, 64)
10 > > failed: File exists
11 >
12 > Hmm, odd. What do "ls -l /dev/ttyS*" and "grep ttyS
13 > /etc/udev/rules.d/*" produce?
14
15 This is weird. As root using the --color option the
16 links are displayed in normal turquoise. But as user
17 the links are flashing white on red, indicating
18 missing links(?).
19
20 ls -l /dev/ttyS*:
21
22 lrwxrwxrwx 1 root root 5 May 19 10:07 /dev/ttyS0 ->
23 tts/0
24 lrwxrwxrwx 1 root root 5 May 19 10:07 /dev/ttyS1 ->
25 tts/1
26 lrwxrwxrwx 1 root root 5 May 19 10:07 /dev/ttyS2 ->
27 tts/2
28 lrwxrwxrwx 1 root root 5 May 19 10:07 /dev/ttyS3 ->
29 tts/3
30 lrwxrwxrwx 1 root root 5 May 19 10:07 /dev/ttyS4 ->
31 tts/4
32 lrwxrwxrwx 1 root root 5 May 19 10:07 /dev/ttyS5 ->
33 tts/5
34 lrwxrwxrwx 1 root root 5 May 19 10:07 /dev/ttyS6 ->
35 tts/6
36 lrwxrwxrwx 1 root root 5 May 19 10:07 /dev/ttyS7 ->
37 tts/7
38
39 grep ttyS
40 /etc/udev/rules.d/*:
41
42 /etc/udev/rules.d/50-udev.rules:KERNEL=="ttyS[0-9]*",
43 NAME="%k", SYMLINK="tts/%n", GROUP="tty"
44
45
46 More weirdness: seems my provider file is wiped out
47 every time I reboot. Have to re-run pppconfig over and
48 over.
49
50 But it still won't dial-out as root or user, error is:
51
52 /usr/sbin/pppd: Couldn't stat /dev/ttyS0: Too many
53 levels of symbolic links.
54
55 Over to you Richard.
56
57 -Maxim
58
59 >
60 > -Richard
61 >
62 > --
63 > gentoo-user@g.o mailing list
64 >
65 >
66
67
68
69 __________________________________________________
70 Do You Yahoo!?
71 Tired of spam? Yahoo! Mail has the best spam protection around
72 http://mail.yahoo.com
73 --
74 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] getting somewhere -- was about a bug Richard Fish <bigfish@××××××××××.org>