Re: SSH Daemon failing
On Mon, Feb 25, 2002 at 04:51:54PM +1100, Andrew Tait wrote:
> It appears to run fine to begin with, loading libraries and reading config
> files, these are the last few lines. It tries to fork, and then just dies.
>
> read(3, "-----BEGIN DSA PRIVATE KEY-----\n"..., 672) = 672
> _llseek(3, 0, [0], SEEK_SET) = 0
> fcntl64(3, F_GETFL) = 0x8000 (flags
> O_RDONLY|O_LARGEFILE)
> fstat64(3, {st_mode=S_IFREG|0600, st_size=672, ...}) = 0
> old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0)
> = 0x40016000
> _llseek(3, 0, [0], SEEK_CUR) = 0
> read(3, "-----BEGIN DSA PRIVATE KEY-----\n"..., 4096) = 672
> close(3) = 0
> munmap(0x40016000, 4096) = 0
> fork() = 451
> --- SIGCHLD (Child exited) ---
> _exit(0)
Try running it under strace -f (or -F) to see what the child does before
it dies.
Marcin
--
Marcin Owsiany <porridge@debian.org> http://marcin.owsiany.pl/
GnuPG: 1024D/60F41216 FE67 DA2D 0ACA FC5E 3F75 D6F6 3A0D 8AA0 60F4 1216
Reply to: