Ich habs jetzt nochmal probiert. Mit dem gleichen Ergebnis:
dropbear von der Kommandozeile gestartet:
Code:
/var/mod/root $ ./strace -p 3533
Process 3533 attached - interrupt to quit
read(0, "", 1) = 0
--- SIGHUP (Hangup) @ 0 (0) ---
Process 3533 detached
/var/mod/root $
dropbear aus dem dsmod-Webif gestartet:
Code:
/var/mod/root $ ./strace -p 4008
Process 4008 attached - interrupt to quit
read(0, "", 1) = 0
--- SIGHUP (Hangup) @ 0 (0) ---
--- SIGCONT (Continued) @ 0 (0) ---
ioctl(0, TIOCSCTTY, {B38400 opost isig icanon echo ...}) = -1 EIO (Input/output error)
rt_sigaction(SIGWINCH, {0x10000000, [], 0}, {0x10000000, [], 0x46ecd4}, 16) = 0
ioctl(10, 0x80047476, 0x7f8619bc) = -1 ENOTTY (Inappropriate ioctl for device)
write(2, "-sh", 3) = -1 EIO (Input/output error)
write(2, "Cannot set tty process group (", 30) = -1 EIO (Input/output error)
write(2, "\n", 1) = -1 EIO (Input/output error)
ioctl(10, 0x80047476, 0x7f8619bc) = -1 ENOTTY (Inappropriate ioctl for device)
write(2, "-sh", 3) = -1 EIO (Input/output error)
write(2, "Cannot set tty process group (", 30) = -1 EIO (Input/output error)
write(2, "\n", 1) = -1 EIO (Input/output error)
ioctl(10, 0x80047476, 0x7f8619bc) = -1 ENOTTY (Inappropriate ioctl for device)
write(2, "-sh", 3) = -1 EIO (Input/output error)
write(2, "Cannot set tty process group (", 30) = -1 EIO (Input/output error)
write(2, "\n", 1) = -1 EIO (Input/output error)
ioctl(10, 0x80047476, 0x7f8619bc) = -1 ENOTTY (Inappropriate ioctl for device)
write(2, "-sh", 3) = -1 EIO (Input/output error)
write(2, "Cannot set tty process group (", 30) = -1 EIO (Input/output error)
write(2, "\n", 1) = -1 EIO (Input/output error)
ioctl(10, 0x80047476, 0x7f8619bc) = -1 ENOTTY (Inappropriate ioctl for device)...
MfG Oliver