[Ginga-argentina] Cunsulta Newtronic
Gabriel Carissimo
gcarissimo at ryaco.com
Fri Dec 30 19:28:18 CET 2011
Hola
A todos!
Que tengan un buen fin de año y un mejor comienzo!
Alguno sabe que estoy haciendo mal que en el Newtronic con el nuevo firmware no me levanta el scritp de telnet
# ls -l
-rwxrwxrwx 1 default default 1365 Aug 4 2011 S20urandom
-rwxrwxrwx 1 default default 340 Aug 4 2011 S40network
-rwxrwxrwx 1 root root 537 Apr 7 2011 S45telnet
-rwxrwxrwx 1 default default 815 Aug 4 2011 lircd
-rwxrwxrwx 1 default default 408 Aug 4 2011 rcS
Script S45telnet
#cat S45telnet
#!/bin/sh
#
# Start the telnet....
#
start() {
echo "Starting telnet..."
/usr/sbin/telnetd -p 1111 -K -l /bin/sh
}
stop() {
echo -n "Stopping telnet..."
}
restart() {
stop
start
}
case "$1" in
start)
start
;;
stop)
stop
;;
restart|reload)
restart
;;
*)
echo $"Usage: $0 {start|stop|restart}"
exit 1
esac
exit $?
Script rcS
#cat rcS
#!/bin/sh
# Start all init scripts in /etc/init.d
# executing them in numerical order.
#
for i in /etc/init.d/S??* ;do
# Ignore dangling symlinks (if any).
[ ! -f "$i" ] && continue
case "$i" in
*.sh)
# Source shell script for speed.
(
trap - INT QUIT TSTP
set start
. $i
)
;;
*)
# No sh extension, so fork subprocess.
$i start
;;
esac
done
Alguno sabe que puedo estar haciendo mal?, o que me falta?
Gracias a todos y buen Año!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://lists.ourproject.org/pipermail/ginga-argentina/attachments/20111230/0cfa9a3c/attachment.htm
More information about the Ginga-argentina
mailing list