OUR NETWORK:TiVoCommunity TechLore MyOpenRouter Dijit Community MediaSmart Home See all... About UsAdvertiseContact Us

 
Learn about scoring Forum's Raw Score: 17738.8
January 25, 2012 04:24 PM

Categories: Pogoplug Classic

Rating (0 votes)
  • 1
  • 2
  • 3
  • 4
  • 5
Rate This!

Member Avatar

acognard

Member
Joined: 07/04/2011

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

Add Your Reply

(will not be displayed)

Email me when comments are added to this thread

 
 

Please log in or register to participate in this community!

Log In

Remember

Not a member? Sign up!

Did you forget your password?

You can also log in using OpenID.

close this window
close this window