Bug#403136: XServe G5 has no hardware deffect, so this *IS* a udev bug :/

2007-01-26 Thread Sven Luther
tags 403136 + d-i tags 403136 + needhelp thanks Well, After speaking some with various folks, and someone else testing the same d-i which failed here on other XServe's, altough maybe not from the same generation (mine is from september 2005 i was told), i became suspicious, and brang the machine

Bug#403136: XServe G5 has no hardware deffect, so this *IS* a udev bug :/

2007-01-26 Thread Marco d'Itri
On Jan 26, Sven Luther [EMAIL PROTECTED] wrote: 1) write a program writing to stdout and dropping the actual error message somewhere. Just add something like this to the top of the affected scripts: exec /dev/xxx.log 21 -- ciao, Marco signature.asc Description: Digital signature

Bug#403136: XServe G5 has no hardware deffect, so this *IS* a udev bug :/

2007-01-26 Thread Sven Luther
On Fri, Jan 26, 2007 at 11:11:45AM +0100, Marco d'Itri wrote: On Jan 26, Sven Luther [EMAIL PROTECTED] wrote: 1) write a program writing to stdout and dropping the actual error message somewhere. Just add something like this to the top of the affected scripts: exec /dev/xxx.log 21

Bug#403136: XServe G5 has no hardware deffect, so this *IS* a udev bug :/

2007-01-26 Thread David Härdeman
On Fri, Jan 26, 2007 at 10:52:39AM +0100, Sven Luther wrote: Next step would be : 1) write a program writing to stdout and dropping the actual error message somewhere. How about this: #include stdio.h #include stdlib.h #include errno.h #include string.h #define LOGFILE /stdouttest.log

Bug#403136: XServe G5 has no hardware deffect, so this *IS* a udev bug :/

2007-01-26 Thread Sven Luther
On Fri, Jan 26, 2007 at 11:52:12AM +0100, David Härdeman wrote: On Fri, Jan 26, 2007 at 10:52:39AM +0100, Sven Luther wrote: Next step would be : 1) write a program writing to stdout and dropping the actual error message somewhere. How about this: #include stdio.h #include stdlib.h