[Cooker] [Bug 5286] [devfsd] devfs creating incorrect entries for lirc

2003-09-17 Thread [rkulagow]
http://qa.mandrakesoft.com/show_bug.cgi?id=5286





--- Additional Comments From [EMAIL PROTECTED]  2003-17-09 21:48 ---
Is this a clue?

I saw this right after I had rm -rf /dev/lirc and then mknod /dev/lirc c 61 0

Sep 17 14:43:43 frontend devfsd[98]: error calling: unlink in GLOBAL
Sep 17 14:43:43 frontend last message repeated 3 times
Sep 17 14:43:56 frontend devfsd[98]: error copying: /dev/lirc to
/lib/dev-state/lirc
Sep 17 14:44:07 frontend devfsd[98]: error copying: /dev/lirc to
/lib/dev-state/lirc

[EMAIL PROTECTED] dev-state]# cd lirc
[EMAIL PROTECTED] lirc]# ls -l
total 12
drwxr-xr-t2 root root 4096 Aug  4 23:49 0/
drwxr-xr-t2 root root 4096 Aug  4 23:49 61/
drwxr-xr-t2 root root 4096 Aug  4 23:49 c/

I don't know where the above came from, but I'm assuming that's where the bad
device is coming from.

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: NEEDINFO
creation_date: 
description: 
Running lirc0.7.0pre2 (self compiled because it's not in contrib) to support
Hauppauge PVR-250 remote.  lirc_i2c is the device driver.

After rebooting, these are the entries in /dev:
[EMAIL PROTECTED] mythtv]# ls -l /dev/li*
srw-rw-rw-1 root root0 Sep  5 02:58 /dev/lircd=
prw-r--r--1 root root0 Sep  5 02:58 /dev/lircm|

/dev/lirc:
total 0
drwxr-xr-x1 root root0 Sep  5 02:58 0/
drwxr-xr-x1 root root0 Sep  5 02:58 61/
drwxr-xr-x1 root root0 Sep  5 02:58 c/

Note that the /dev/lirc directory has three _files_ in it, rather than creating
the correct character device.  According to the lirc0.7.0pre2 docs, the correct
device would be created with mknod /dev/lirc c 61 0



Re: [Cooker] [Bug 5286] [devfsd] devfs creating incorrect entries for lirc

2003-09-06 Thread Thierry Vignaud
[rkulagow] [EMAIL PROTECTED] writes:

 After reboot:
 
 [EMAIL PROTECTED] mythtv]$ su
 [EMAIL PROTECTED] mythtv]# ls -l /dev/li*
 srw-rw-rw-1 root root0 Sep  6 15:00 /dev/lircd=
 prw-r--r--1 root root0 Sep  6 15:00 /dev/lircm|
 
 /dev/lirc:
 total 0
 drwxr-xr-x1 root root0 Sep  6 15:00 0/
 drwxr-xr-x1 root root0 Sep  6 15:00 61/
 drwxr-xr-x1 root root0 Sep  6 15:00 c/
 [EMAIL PROTECTED] mythtv]#
 
 So, _something_ is creating these files rather than the character
 device at major 61, minor 0.
 
 Is makedev.d/mandrake the culprit?

no. this is used by mdk_makedev only on package installation, not at
boot time.

what reports fgrep -r 61 /etc ? (you can first only search in
/etc/rc.d/)

what does report ls /dev/,devfsd ?




[Cooker] [Bug 5286] [devfsd] devfs creating incorrect entries for lirc

2003-09-06 Thread [tvignaud]
http://qa.mandrakesoft.com/show_bug.cgi?id=5286





--- Additional Comments From [EMAIL PROTECTED]  2003-07-09 00:47 ---
this looks obviously fishy:

1) the files in your /dev/lirc are not device files but regular ones... which is
just impossible with devfs, so i guess you really do not use devfs.

2) since the entry in /dev/lirc are c, 61 and 0 like the arguments you
said one has to pass to mknod, it looks like *you* created these files by typing
a wrong command.

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: UNCONFIRMED
creation_date: 
description: 
Running lirc0.7.0pre2 (self compiled because it's not in contrib) to support
Hauppauge PVR-250 remote.  lirc_i2c is the device driver.

After rebooting, these are the entries in /dev:
[EMAIL PROTECTED] mythtv]# ls -l /dev/li*
srw-rw-rw-1 root root0 Sep  5 02:58 /dev/lircd=
prw-r--r--1 root root0 Sep  5 02:58 /dev/lircm|

/dev/lirc:
total 0
drwxr-xr-x1 root root0 Sep  5 02:58 0/
drwxr-xr-x1 root root0 Sep  5 02:58 61/
drwxr-xr-x1 root root0 Sep  5 02:58 c/

Note that the /dev/lirc directory has three _files_ in it, rather than creating
the correct character device.  According to the lirc0.7.0pre2 docs, the correct
device would be created with mknod /dev/lirc c 61 0



[Cooker] [Bug 5286] [devfsd] devfs creating incorrect entries for lirc

2003-09-06 Thread [tvignaud]
http://qa.mandrakesoft.com/show_bug.cgi?id=5286


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever Confirmed||1




--- Additional Comments From [EMAIL PROTECTED]  2003-07-09 01:09 ---
change status (see my previous comment why)

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: NEEDINFO
creation_date: 
description: 
Running lirc0.7.0pre2 (self compiled because it's not in contrib) to support
Hauppauge PVR-250 remote.  lirc_i2c is the device driver.

After rebooting, these are the entries in /dev:
[EMAIL PROTECTED] mythtv]# ls -l /dev/li*
srw-rw-rw-1 root root0 Sep  5 02:58 /dev/lircd=
prw-r--r--1 root root0 Sep  5 02:58 /dev/lircm|

/dev/lirc:
total 0
drwxr-xr-x1 root root0 Sep  5 02:58 0/
drwxr-xr-x1 root root0 Sep  5 02:58 61/
drwxr-xr-x1 root root0 Sep  5 02:58 c/

Note that the /dev/lirc directory has three _files_ in it, rather than creating
the correct character device.  According to the lirc0.7.0pre2 docs, the correct
device would be created with mknod /dev/lirc c 61 0



[Cooker] [Bug 5286] [devfsd] devfs creating incorrect entries for lirc

2003-09-06 Thread [rkulagow]
http://qa.mandrakesoft.com/show_bug.cgi?id=5286





--- Additional Comments From [EMAIL PROTECTED]  2003-07-09 04:46 ---
[EMAIL PROTECTED] mythtv]# rm -rf /dev/lirc
[EMAIL PROTECTED] mythtv]# ls -l /dev/li*
srw-rw-rw-1 root root0 Sep  5 02:58 /dev/lircd=
prw-r--r--1 root root0 Sep  5 02:58 /dev/lircm|
[EMAIL PROTECTED] mythtv]# shutdown -r now

After reboot:

[EMAIL PROTECTED] mythtv]$ su
[EMAIL PROTECTED] mythtv]# ls -l /dev/li*
srw-rw-rw-1 root root0 Sep  6 15:00 /dev/lircd=
prw-r--r--1 root root0 Sep  6 15:00 /dev/lircm|

/dev/lirc:
total 0
drwxr-xr-x1 root root0 Sep  6 15:00 0/
drwxr-xr-x1 root root0 Sep  6 15:00 61/
drwxr-xr-x1 root root0 Sep  6 15:00 c/
[EMAIL PROTECTED] mythtv]#

So, _something_ is creating these files rather than the character device at
major 61, minor 0.

Is makedev.d/mandrake the culprit?


-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: NEEDINFO
creation_date: 
description: 
Running lirc0.7.0pre2 (self compiled because it's not in contrib) to support
Hauppauge PVR-250 remote.  lirc_i2c is the device driver.

After rebooting, these are the entries in /dev:
[EMAIL PROTECTED] mythtv]# ls -l /dev/li*
srw-rw-rw-1 root root0 Sep  5 02:58 /dev/lircd=
prw-r--r--1 root root0 Sep  5 02:58 /dev/lircm|

/dev/lirc:
total 0
drwxr-xr-x1 root root0 Sep  5 02:58 0/
drwxr-xr-x1 root root0 Sep  5 02:58 61/
drwxr-xr-x1 root root0 Sep  5 02:58 c/

Note that the /dev/lirc directory has three _files_ in it, rather than creating
the correct character device.  According to the lirc0.7.0pre2 docs, the correct
device would be created with mknod /dev/lirc c 61 0



[Cooker] [Bug 5286] [devfsd] devfs creating incorrect entries for lirc

2003-09-06 Thread [rkulagow]
http://qa.mandrakesoft.com/show_bug.cgi?id=5286





--- Additional Comments From [EMAIL PROTECTED]  2003-07-09 07:47 ---
Created an attachment (id=758)
 -- (http://qa.mandrakesoft.com/attachment.cgi?id=758action=view)
Per instructions.


-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: NEEDINFO
creation_date: 
description: 
Running lirc0.7.0pre2 (self compiled because it's not in contrib) to support
Hauppauge PVR-250 remote.  lirc_i2c is the device driver.

After rebooting, these are the entries in /dev:
[EMAIL PROTECTED] mythtv]# ls -l /dev/li*
srw-rw-rw-1 root root0 Sep  5 02:58 /dev/lircd=
prw-r--r--1 root root0 Sep  5 02:58 /dev/lircm|

/dev/lirc:
total 0
drwxr-xr-x1 root root0 Sep  5 02:58 0/
drwxr-xr-x1 root root0 Sep  5 02:58 61/
drwxr-xr-x1 root root0 Sep  5 02:58 c/

Note that the /dev/lirc directory has three _files_ in it, rather than creating
the correct character device.  According to the lirc0.7.0pre2 docs, the correct
device would be created with mknod /dev/lirc c 61 0



[Cooker] [Bug 5286] [devfsd] devfs creating incorrect entries for lirc

2003-09-06 Thread [rkulagow]
http://qa.mandrakesoft.com/show_bug.cgi?id=5286





--- Additional Comments From [EMAIL PROTECTED]  2003-07-09 07:49 ---
[EMAIL PROTECTED] mythtv]$ ls /dev
apm_bios@  md0@md137@  md176@  md214@  md253@  md62@  mixer@  ptyc2@  ptyed@
 ptyr8@  ptyu3@  ptywe@  ptyz9@   tty1@   tty49@
audio@ md1@md138@  md177@  md215@  md254@  md63@  mouse@  ptyc3@  ptyee@
 ptyr9@  ptyu4@  ptywf@  ptyza@   tty10@  tty5@
cdrom@ md10@   md139@  md178@  md216@  md255@  md64@  nullptyc4@  ptyef@
 ptyra@  ptyu5@  ptyx0@  ptyzb@   tty11@  tty50@
cdrom0@md100@  md14@   md179@  md217@  md26@   md65@  portptyc5@  ptyp0@
 ptyrb@  ptyu6@  ptyx1@  ptyzc@   tty12@  tty51@
cdroms/md101@  md140@  md18@   md218@  md27@   md66@  ppp ptyc6@  ptyp1@
 ptyrc@  ptyu7@  ptyx2@  ptyzd@   tty13@  tty52@
consolemd102@  md141@  md180@  md219@  md28@   md67@  psaux@  ptyc7@  ptyp2@
 ptyrd@  ptyu8@  ptyx3@  ptyze@   tty14@  tty53@
cpu/   md103@  md142@  md181@  md22@   md29@   md68@  ptmxptyc8@  ptyp3@
 ptyre@  ptyu9@  ptyx4@  ptyzf@   tty15@  tty54@
cua/   md104@  md143@  md182@  md220@  md3@md69@  pts/ptyc9@  ptyp4@
 ptyrf@  ptyua@  ptyx5@  ram0@tty16@  tty55@
cua0@  md105@  md144@  md183@  md221@  md30@   md7@   pty/ptyca@  ptyp5@
 ptys0@  ptyub@  ptyx6@  ram1@tty17@  tty56@
discs/ md106@  md145@  md184@  md222@  md31@   md70@  ptya0@  ptycb@  ptyp6@
 ptys1@  ptyuc@  ptyx7@  ram10@   tty18@  tty57@
dsp@   md107@  md146@  md185@  md223@  md32@   md71@  ptya1@  ptycc@  ptyp7@
 ptys2@  ptyud@  ptyx8@  ram11@   tty19@  tty58@
dvd@   md108@  md147@  md186@  md224@  md33@   md72@  ptya2@  ptycd@  ptyp8@
 ptys3@  ptyue@  ptyx9@  ram12@   tty2@   tty59@
fb/md109@  md148@  md187@  md225@  md34@   md73@  ptya3@  ptyce@  ptyp9@
 ptys4@  ptyuf@  ptyxa@  ram13@   tty20@  tty6@
fb0@   md11@   md149@  md188@  md226@  md35@   md74@  ptya4@  ptycf@  ptypa@
 ptys5@  ptyv0@  ptyxb@  ram14@   tty21@  tty60@
fd@md110@  md15@   md189@  md227@  md36@   md75@  ptya5@  ptyd0@  ptypb@
 ptys6@  ptyv1@  ptyxc@  ram15@   tty22@  tty61@
floppy/md111@  md150@  md19@   md228@  md37@   md76@  ptya6@  ptyd1@  ptypc@
 ptys7@  ptyv2@  ptyxd@  ram2@tty23@  tty62@
full   md112@  md151@  md190@  md229@  md38@   md77@  ptya7@  ptyd2@  ptypd@
 ptys8@  ptyv3@  ptyxe@  ram3@tty24@  tty63@
hda@   md113@  md152@  md191@  md23@   md39@   md78@  ptya8@  ptyd3@  ptype@
 ptys9@  ptyv4@  ptyxf@  ram4@tty25@  tty7@
hdb@   md114@  md153@  md192@  md230@  md4@md79@  ptya9@  ptyd4@  ptypf@
 ptysa@  ptyv5@  ptyy0@  ram5@tty26@  tty8@
hdb1@  md115@  md154@  md193@  md231@  md40@   md8@   ptyaa@  ptyd5@  ptyq0@
 ptysb@  ptyv6@  ptyy1@  ram6@tty27@  tty9@
hdb2@  md116@  md155@  md194@  md232@  md41@   md80@  ptyab@  ptyd6@  ptyq1@
 ptysc@  ptyv7@  ptyy2@  ram7@tty28@  ttyS0@
hdb5@  md117@  md156@  md195@  md233@  md42@   md81@  ptyac@  ptyd7@  ptyq2@
 ptysd@  ptyv8@  ptyy3@  ram8@tty29@  urandom
hdb6@  md118@  md157@  md196@  md234@  md43@   md82@  ptyad@  ptyd8@  ptyq3@
 ptyse@  ptyv9@  ptyy4@  ram9@tty3@   usb/
ide/   md119@  md158@  md197@  md235@  md44@   md83@  ptyae@  ptyd9@  ptyq4@
 ptysf@  ptyva@  ptyy5@  raminitrd@   tty30@  usbmouse@
initctl|   md12@   md159@  md198@  md236@  md45@   md84@  ptyaf@  ptyda@  ptyq5@
 ptyt0@  ptyvb@  ptyy6@  random   tty31@  vc/
initrd@md120@  md16@   md199@  md237@  md46@   md85@  ptyb0@  ptydb@  ptyq6@
 ptyt1@  ptyvc@  ptyy7@  raw/ tty32@  vcc/
input/ md121@  md160@  md2@md238@  md47@   md86@  ptyb1@  ptydc@  ptyq7@
 ptyt2@  ptyvd@  ptyy8@  rd/  tty33@  vcs@
kmem   md122@  md161@  md20@   md239@  md48@   md87@  ptyb2@  ptydd@  ptyq8@
 ptyt3@  ptyve@  ptyy9@  rdvd@tty34@  vcs1@
lirc   md123@  md162@  md200@  md24@   md49@   md88@  ptyb3@  ptyde@  ptyq9@
 ptyt4@  ptyvf@  ptyya@  root tty35@  vcs2@
lircd= md124@  md163@  md201@  md240@  md5@md89@  ptyb4@  ptydf@  ptyqa@
 ptyt5@  ptyw0@  ptyyb@  root.old@tty36@  vcs3@
lircm| md125@  md164@  md202@  md241@  md50@   md9@   ptyb5@  ptye0@  ptyqb@
 ptyt6@  ptyw1@  ptyyc@  rtc@ tty37@  vcs4@
log=   md126@  md165@  md203@  md242@  md51@   md90@  ptyb6@  ptye1@  ptyqc@
 ptyt7@  ptyw2@  ptyyd@  scsi/tty38@  vcs5@
loop/  md127@  md166@  md204@  md243@  md52@   md91@  ptyb7@  ptye2@  ptyqd@
 ptyt8@  ptyw3@  ptyye@  sequencer@   tty39@  vcs6@
loop0@ md128@  md167@  md205@  md244@  md53@   md92@  ptyb8@  ptye3@  ptyqe@
 ptyt9@  ptyw4@  ptyyf@  sequencer2@  tty4@   vcs7@
loop1@ md129@  md168@  md206@  md245@  md54@   md93@  ptyb9@  ptye4@  ptyqf@
 ptyta@  ptyw5@  ptyz0@  shm/ tty40@  vcsa@
loop2@ md13@   md169@  md207@  md246@  md55@   md94@  ptyba@  ptye5@  ptyr0@
 ptytb@  ptyw6@  ptyz1@  snd/ tty41@  vcsa1@
loop3@ md130@  md17@