I noticed that ssh to the ts-7400 starts working if I umount /dev/pts and then
remount it, so I implemented a workaround that does this.
I believe this is happening because the fastboot environment mounts /dev/pts
before using root_pivot to switch to the root partition on the SD card.
The /dev/pts that is already mounted is therefore not in the current root
filesystem and applications can't find the entries created in it.
/dev/shm might have a similar problem
--- In "rbergerpa" <> wrote:
>
> When I try to ssh to a TS-7400 running lenny I get
>
> PTY allocation request failed on channel 0
>
> How do I fix this?
>
> I already checked the obvious:
>
> # ls -l /dev/pt*
> crw-rw-rw- 1 root root 5, 2 Apr 9 20:13 /dev/ptmx
>
> /dev/pts:
> total 0
>
> # mount |grep pts
> devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=620)
>
> #cat /proc/sys/kernel/pty/max
> 4096
>
------------------------------------
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/
|