[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Garbage on telnetd in 1.0.2 on Solaris 10
9 jan 2008 kl. 22.11 skrev Ian Delahorne:
>
> On Sun, 2008-01-06 at 17:33 +0100, Love Hörnquist Åstrand wrote:
>> 2 jan 2008 kl. 22.46 skrev Ian Delahorne:
>>
>>> Hi. I've built Heimdal binaries for 1.0.2 on Solaris 10, and I'm
>>> having problems with telnetd. Specifically, I get what looks like
>>> line noise when trying to log in:
>>
>> It would be around the time when login is forked, does login work for
>> you ?
>
> Yes, login works on the console.
> This also shows up with 1.0.1.
You used heimdal login or system login, does the same failure happen
with you force system login (telnetd -L/path/to/system/login) ?
>>
>> What does strace say ?
>
> Any ideas on how to run truss/strace on it? It's started from inetd,
> but
> I'm at a loss how to do this
strace telnetd -debug port-number
Love