[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 can also confirm on kubuntu dapper. Permissions also get reset after
 reboot like Michael Hirsch. Also, I checked
 /etc/udev/rules.d/40-permissions.rules and have 'KERNEL==null,
 MODE=0666' as it should be.

 --
 /dev/null permission
 https://launchpad.net/bugs/58509


-- 
/dev/null permission 
https://launchpad.net/bugs/58509

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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

Since I have a non us keyboard I have to remember the position for + and
/ on a us keyboard.

Then I return to the X screen with Alt+Ctrl+F7 and can login.

-- 
/dev/null permission 
https://launchpad.net/bugs/58509

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 to restart the whole system and apps.

-- 
Hibernate sometimes dont work
https://launchpad.net/bugs/32689

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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/null

** Affects: Ubuntu
 Importance: Untriaged
 Status: Unconfirmed

-- 
/dev/null permission 
https://launchpad.net/bugs/58509

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs