 Jet101Jet101Premium join:2009-10-01 Pflugerville, TX Reviews:
·Clearwire Wireless
·Callcentric
1 edit | reply to davidnewt
Re: [Other] Own a FreeSwitch on a Seagate DockStar for $24.99 If you want to kill the phone home portion so that you could go back and allow it at a later date, do this before doing anything else:
Use ssh and login to the dockstar.
* killall hbwd * mount -o remount,rw / * vi /etc/init.d/rcS press "i" (to get into insert mode) change the line "/etc/init.d/hbmgr.sh start" to "#/etc/init.d/hbmgr.sh start" [esc] and ":wq" (write & quit)
You can go back at a later date and remove the comment "#" to get it working again.
Edit: I'm about to try the nslu2 website method vs. the OpenPogo method myself. Will let you know how it goes. |
|
 | In this site,
»ahsoftware.de/dockstar/#installation
the author has a warning about disabling hbmgr.sh for certain new firmware:
(Warning: As already mentioned above, don't disable hbmgr on devices with a firmware where you have to enable ssh through the Pogoplug software. This will disable ssh after reboot/shutdown and you will loose access through ssh. Do this only, when you have access to the serial.)
Is there a way to tell which firmware the dockstar use? From the above statement, I guess that if I can access the ssh without registering, it should be safe to disable hbmgr.sh in the rcS file. Am I right? Thanks. |
|
 Jet101Jet101Premium join:2009-10-01 Pflugerville, TX Reviews:
·Clearwire Wireless
·Callcentric
1 edit | Best I can tell, if you already have ssh access after powering up for the first time, then this warning would not apply. If you are concerned about this, here is an alternate method at this site:
»plugapps.com/index.php5?title=Pr···_Updates
Haven't tried this one yet.
Edit: That link goes to plugapps, which is where the OpenPogo method is located. They seem to be back online now. |
|