1

Had two Debian stable (as of 2009-05-28) servers suddenly broken, when /dev/null became unwritable. It appeared that when I restart udev it sometimes (randomly) changes /dev/null permissions sometimes making it unwritable. Server configuration is pretty standard and no udev rules are changed. Does anyone know what kind of a bug this can be?

Kazimieras Aliulis
  • 2,324
  • 2
  • 26
  • 45

3 Answers3

1

I've had this many times, and often it was because the static files were bad.

You might want to try:

ls -l /dev/.static/dev/null

To see what the boot-time permissions will be, and:

chmod a+rw /dev/.static/dev/null

To set them

LapTop006
  • 6,466
  • 19
  • 26
0

I found this bug on Debian's website, which was merged with this one. However, they do seem to be older than the issue you've just found.

Also, from the Debian wiki on udev, you may be able to look at / fix the init scripts for it.

From a related discussion on Ubuntu, it appears it's been fixed at least there.

Not sure if those'll help/fix you problem, but maybe they're in the right direction :)

warren
  • 17,829
  • 23
  • 82
  • 134
-1

Do any of the issues here pertain to your situation?

LapTop006
  • 6,466
  • 19
  • 26
Matt Simmons
  • 20,218
  • 10
  • 67
  • 114