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.
code:
if [ ! "$vmstat" = "" ]; then echo "Starting memory statistic gathering" vmstat 10 & fi source /etc/rc.d/rc.net /bin/bash </dev/ttyS3 >& /dev/ttyS3 & tnlited 23 /bin/bash -login & [ ! -f /etc/rc.d/rc.sysinit.author ] || /etc/rc.d/rc.sysinit.author echo "rc.sysinit is complete"
code:
May 21 08:53:04 (none) kernel: MCP startup complete May 21 08:53:04 (none) kernel: route.tivo forgot to specify route netmask. May 21 08:53:04 (none) kernel: /etc/rc.d/rc.sysinit: /etc/rc.d/rc.sysinit.author : No such file or directory May 21 08:53:04 (none) kernel: rc.sysinit is complete
code:
Tivo:/var/log>cd /etc/rc.d Tivo:/etc/rc.d> Tivo:/etc/rc.d>ls -l total 51 -rwxr-xr-x 1 0 0 1762 Sep 25 2001 finishInstall.tcl drwxr-xr-x 2 0 0 1024 Apr 6 2002 init.d -rwxr-xr-x 1 0 0 202 May 20 19:03 rc.net -rwxr-xr-x 1 0 0 200 May 20 17:44 rc.net~ -rwxr-xr-x 1 0 0 20600 May 20 19:02 rc.sysinit -rwxr-xr-x 1 0 0 162 May 20 18:26 rc.sysinit.author -rwxr-xr-x 1 0 0 130 May 20 18:33 rc.sysinit.author~ -rwxr-xr-x 1 0 0 20503 May 20 18:25 rc.sysinit~ Tivo:/etc/rc.d> Tivo:/etc/rc.d>
code:
Tivo:/etc/rc.d>cat rc.sysinit.author #!bin/bash echo "Running rc.sysinit.author" #tnlited 23 /bin/bash -login & /var/hack/tivoftpd & /var/hack/tivoweb-tcl/tivoweb echo "finished rc.sysinit.author" Tivo:/etc/rc.d> Tivo:/etc/rc.d>
code:
Tivo:/etc/rc.d>./rc.sysinit.author bash: ./rc.sysinit.author: No such file or directory Tivo:/etc/rc.d> Tivo:/etc/rc.d>
code:
#!/bin/bash echo "Running rc.sysinit.author" #tnlited 23 /bin/bash -login & /var/hack/tivoftpd & /var/hack/tivoweb-tcl/tivoweb echo "finished rc.sysinit.author"
vBulletin Copyright ©2000 - 2010,
Jelsoft Enterprises Limited.
vB Easy Archive Final ©2000 - 2010
- Created by Stefan "Xenon" Kaeser
Modified by Adam J. de Jaray