Categories: Pogoplug Classic
Hi all,
i am facing an issue while trying to install debian on my pogo pink.
i started by
ssh root@192.168.1.123
killall hbwd
chmod go+w /dev/null
mount / -rw -o remount
vi /etc/init.d/dockstar-reboot.sh
[code]
#!/bin/sh
# attente de 1,30 minute avant de faire quoi que ce soit
sleep 90
# cherche si une connexion ssh est etablie
AA=`netstat -n -t -a | grep “:22″ | grep “ESTABLISHED”`
# effectue le choix reboot ou non
if [ -n "$AA" ]; then
echo “Ma Dockstar reste en mode Pogoplug”;
else
echo “Rebooting”
/sbin/reboot
fi
[/code]
chmod +x /etc/init.d/dockstar-reboot.sh
vi /etc/init.d/rcS
changed /etc/init.d/hbmgr.sh start to
#/etc/init.d/hbmgr.sh start
added
# automatic rebooting after 1min30 without ssh connection
/etc/init.d/dockstar-reboot.sh
mount -o remount,ro /
and finally /sbin/reboot
using ipscan, i have no pogo on lan
can someone help me to solve this ?
Sincerly
Arnaud

RSS


