Your message dated Mon, 20 Aug 2007 19:51:12 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Bug#438902: BugS Debian + udev
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: udev
Version: 0.114-2
Severity: Serious
System: Debian, kernel 2.6.21-2 amd64, x86_64
Two levels of bug:
-----------------------------------------------------------------------
LEVEL 1: At boot time
a) "cat /dev/null: Permission denied" is written during the boot
[When booting is done, going to a terminal and typing "cat /dev/null" is ok and
"ls -l /dev/null" gives
"crw -rw---- root root /dev/null"]
b) KDE log screen appears but after writing password, I cannot log under KDE.
c) This problem is SOLVED by going to a terminal and doing:
cd /dev
chmod a+rw /dev/null
chmod a+rw /dev/urandom
chmod a+rw /dev/random
(This has to be done at each reboot)
---------------------------------------------------------------------------
LEVEL 2: Konsole refuse to open a terminal (pty problems).
Once booted, no access to a xterm or a Konsole
a) The reason is that "Konsole" cannot open a pty
b) pty devices do not exist in /dev
c) I cannot create the devices by hand because doing in /dev, "MAKEDEV pty"
gives
"udev is active, devices will be created in /dev/.static/pty
So nothing created in /dev and the problem is still here.
d) I cannot copy the devices from /dev/.static/pty/ to /dev.
"cp /dev/.static/pty/* /dev" gives (french to english translation) "Can't open
pty* to read: no peripheric or address"
----------------------------------------------------------------------------
Olivier Agullo
Marseille
France
--- End Message ---
--- Begin Message ---
On Aug 20, Olivier AGULLO <[EMAIL PROTECTED]> wrote:
> [When booting is done, going to a terminal and typing "cat /dev/null" is ok
> and "ls -l /dev/null" gives
> "crw -rw---- root root /dev/null"]
Obviously the permissions are wrong.
> b) KDE log screen appears but after writing password, I cannot log under KDE.
>
> c) This problem is SOLVED by going to a terminal and doing:
> cd /dev
> chmod a+rw /dev/null
> chmod a+rw /dev/urandom
> chmod a+rw /dev/random
> (This has to be done at each reboot)
Again, looks like you broke your system.
cd /etc/udev/rules.d/
ln -s ../permissions.rules 020_permissions.rules
And check that you did not remove other important links or files from
the directory.
> b) pty devices do not exist in /dev
They are not supposed to.
> c) I cannot create the devices by hand because doing in /dev, "MAKEDEV pty"
> gives
> "udev is active, devices will be created in /dev/.static/pty
Feature.
> So nothing created in /dev and the problem is still here.
> d) I cannot copy the devices from /dev/.static/pty/ to /dev.
> "cp /dev/.static/pty/* /dev" gives (french to english translation) "Can't
> open pty* to read: no peripheric or address"
Not knowing how to use cp is not an udev bug.
--
ciao,
Marco
signature.asc
Description: Digital signature
--- End Message ---