hallo,

seit einiger zeit geht "su" bei mir nicht mehr. Bekomm immer nur:
Code:
$ su hans
Datenübergabe unterbrochen (broken pipe)
kann leider nicht mehr sagen seit wann es so ist, da ich "su" schon länger nicht benutzt hab.

su ist auf dem aktuellsten Stand.
Hier mal der letzte teil von "strace":
Code:
close(3)                                = 0
munmap(0x40014000, 4096)                = 0
getgid32()                              = 100
getuid32()                              = 0
pipe([3, 4])                            = 0
pipe([5, 6])                            = 0
fork()                                  = 28423
--- SIGCHLD (Child exited) @ 0 (0) ---
close(3)                                = 0
close(6)                                = 0
close(4)                                = 0
read(5, "0100 000a 46616273757365747578 0"..., 2048) = 119
read(5, "", 2048)                       = 0
close(5)                                = 0
wait4(28423, NULL, 0, NULL)             = 28423
gettimeofday({1081947680, 795191}, NULL) = 0
getpid()                                = 28422
open("/home/hans/.xauth1OSW5E", O_RDWR|O_CREAT|O_EXCL, 0600) = 3
fchown32(0x3, 0x3f6, 0x64)              = 0
close(3)                                = 0
pipe([3, 4])                            = 0
pipe([5, 6])                            = 0
fork()                                  = 28424
--- SIGCHLD (Child exited) @ 0 (0) ---
close(3)                                = 0
close(6)                                = 0
write(4, "0100 000a 46616273757365747578 0"..., 119) = -1 EPIPE (Broken pipe)
--- SIGPIPE (Broken pipe) @ 0 (0) ---
+++ killed by SIGPIPE +++
kennt das jemand?

Gruss,
Basti