TiVoCommunity.com
(c)opyright 1995-2005 All rights reserved
indexcheckTC
This area is a static history of posts in the TiVo Community Forum Archive.
This archive history was made for the simple indexing of search sites like
Google.
Pages:1
./rc.remote-login question
(Click here to view the original thread with full colors/images)
Posted by: backspacedelete
at bash when i run ./rc.remote-login i get an error after couldn't bind to socket that says
/sbin/custpppd: in file /etc/ppp-options : unrecognized option 'cd'
twice then says it couldn't find the command noauth
is this normal when you run ./rc.remote-login from bash
or is that the reason it's causing me problems getting it connected?
Posted by: backspacedelete
any ideas?
Posted by: mpulver
I don't know a lot, but from what I've seen, you want to run this from tivosh. Or, at least try to...
bash-2.02# tivosh
% ./rc.remote-login
Hope that helps.
Posted by: stormsweeper
what does your ppp-options file look like?
Posted by: backspacedelete
ppp-options.cua3
__________________
/dev/cua3
115200
nocrtscts
lcp-restart 1
ipcp-restart 1
debug
local
noauth
passive
persist
nodetach
kdebug 1
asyncmap 0
defaultroute
refuse-chap
Posted by: stormsweeper
ok, how about your rc.remote-login?
Posted by: backspacedelete
#!/bin/bash
tnlited 23 /bin/bash -login &
/sbin/custpppd
if /sbin/custpppd file /etc/ppp-options.cua3 passive nodetach nocrtscts noauth persist; then
echo pppd started on /dev/cua3
else
echo pppd failed on /dev/cua3, starting bash
/bin/bash < /dev/ttyS3 >& /dev/ttyS3 &
fi
vBulletin Copyright ©2000 - 2010,
Jelsoft Enterprises Limited.
vB Easy Archive Final ©2000 - 2010
- Created by Stefan "Xenon" Kaeser
Modified by Adam J. de Jaray