Solved:
There is an error in /etc/init.d/mountdevsubfs.sh
The line:
if grep -qs '/dev devfs' /proc/mounts
Needs to be:
if grep -s '/dev devfs' /proc/mounts
This link pointed me in the right direction:
http://buffalo.nas-central.org/wiki/GrepUpgradeBreaksDevPts
--- In "Blair" <> wrote:
>
> I installed the Lenny distro from the TS FTP site onto sda4 of a 7350 and I
> can't telnet or ssh into it. I can ping and ftp into it though.
>
> telnet gives me the following error:
>
> telnetd: getpty: No such file or directory
>
> And ssh gives me this error:
>
> PTY allocation request failed on channel 0
>
> Anyone see this before? Oddly enough I can telnet in from the busybox shell
> prompt.
>
------------------------------------
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/ts-7000/join
(Yahoo! ID required)
<*> To change settings via email:
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|