Re: sshd:cipher_encrypt: bad plaintext length 337 [Failed}: ( second time post)

From: William Hooper (whooperhsd3_at_earthlink.net)
Date: 05/30/05

  • Next message: Kanwar Ranbir Sandhu: "Re: screen grab that snaps the mouse pointer"
    Date: Mon, 30 May 2005 13:06:16 -0400 (EDT)
    To: fedora-list@redhat.com
    
    

    Ankush Grover wrote:
    [snip]
    > Here is the output.
    >
    >
    > strace -x /etc/init.d/sshd start output is in the file strace

    strace won't follow child processes, so this won't help any.

    Start with the built in debugging:

    /usr/sbin/sshd -ddd

    If that doesn't work, run it with strace directly.

    strace -x /usr/sbin/sshd -ddd

    -- 
    William Hooper
    -- 
    fedora-list mailing list
    fedora-list@redhat.com
    To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list
    

  • Next message: Kanwar Ranbir Sandhu: "Re: screen grab that snaps the mouse pointer"

    Relevant Pages

    • Re: [F13] thunderbird-3.1.1-1 wont restart
      ... strace may yield some clue.... ... I should have mentioned that you probably would have to do "strace -f" ... so the child processes are also traced. ... Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines ...
      (Fedora)
    • Re: Increased memory usage when a daemon is killed.
      ... > I like your strace idea, but that's specific to a process, right. ... > It doesn't capture the events from the child processes, ... including the parent process. ...
      (comp.unix.programmer)
    • Re: [klibc] klibc and whats the next step?
      ... User space is only more debuggable if it does something independent, and we've seen that user space is _harder_ to debug than kernel space if we have events going back and forth. ... enough debugging code in their (like a real live working shell, ... strace, basic shell commands etc.) Otherwise, it becomes even more ... In your case above, with kinit, I would have added dash and strace -- or even gdb -- to initramfs, and have /init drop into a shell. ...
      (Linux-Kernel)
    • Re: [opensuse] Paying with the "future": Btrfs Grub2, systemd
      ... FHS version 2.3 explains it for you. ... than wait and see - collect diagnostics, core dumps etc. Debugging a ... production issue with gdb and strace is for the optimistic. ...
      (SuSE)
    • Re: [opensuse] Paying with the "future": Btrfs Grub2, systemd
      ... than wait and see - collect diagnostics, core dumps etc. Debugging a ... production issue with gdb and strace is for the optimistic. ... I meant it is optimistic to expect to have access to a production system ...
      (SuSE)