On Thursday 28 September 2006 15:48, "Mark Haney" <[EMAIL PROTECTED]> wrote about 'Re: [gentoo-amd64] Strange ssh behaviour': > Boyd Stephen Smith Jr. wrote: > > On Thursday 28 September 2006 10:52, "Mark Haney" > > <[EMAIL PROTECTED]> > > wrote about '[gentoo-amd64] Strange ssh behaviour': > >> [N]ow, when I ssh into the box, I > >> get no output from any commands. su,ls,cat all just return to the > >> prompt without showing me any output. > > Try running strace on a command on the remote side -- see if that > > indicates anything. > I'm curious as to how to do that if no commands run from inside that > session?
Well, you say the commands run, they just don't produce any output. I'm hoping strace will be different (although, that is a bit unlikely). In any case, it looks like your shell is have problems exec()-ing commands while env and echo are probably built-ins. Perhaps your nproc ulimit is to low... or maybe it's something entirely different. Try: ssh host strace ls ssh host exec ls ssh host exec strace ls And see which ones produce output and how the outputs differ. With the outputs if you need any more assistance. -- "If there's one thing we've established over the years, it's that the vast majority of our users don't have the slightest clue what's best for them in terms of package stability." -- Gentoo Developer Ciaran McCreesh
pgpMsYKqOBgbu.pgp
Description: PGP signature
