[Bug 58509] Re: [Bug 58509] Re: /dev/null permission

2006-09-21 Thread danielpf
I have found that the problem lies in the udev package, which has /lib/udev/devices/null set to the wrong permission. Just change the permission of this file to a+rw and at the next boot /dev/null will have the same permission. Daniel On 9/20/06, Jimmy the shoe <[EMAIL PROTECTED]> wrote: > > I

[Bug 58509] Re: /dev/null permission

2006-09-11 Thread danielpf
Just for those meeting this problem, here is my procedure to login. A better one would be to find which script sets /dev/null to crw-- just after boot! After booting, when the login screen appears, I type Alt+Ctrl+F1 to get a console. Then I login as user and: $ sudo chmod a+rw /dev/null

[Bug 32689] Re: Hibernate works once, but not twice (dapper)

2006-09-04 Thread danielpf
Dapper 6.06: on a Dell Latitude D600 I can well hibernate once, but not twice. On the second attempt the system just doesn't start to hibernate. For a laptop I consider this as a major problem because a laptop is often used (e.g. on travel) for short moments between which one doesn't want t

[Bug 58509] /dev/null permission

2006-09-01 Thread danielpf
Public bug reported: I met twice the situation that Kubuntu dapper sets /dev/null to permission Crw--- so when starting X for example the script fails because somewhere permission to write on /dev/null is required. The problem is fixed if root sets the permission to chmod a+rw /dev/nul