Greetings!
I just got a GuruPlug and was fiddling around with it for the first time today. The first thing I set out to do was disable the Wifi, Bluetooth, the DNS service, the DHCP service, and IP forwarding by commenting out most of the stuff in /root/init_setup.sh. Next, I tried to set a static IP, but upon reboot the static IP address information was ignored and DHCP took over. While I was searching the net for a way to configure a static IP (which is how I found this forum) I decided to disable SSH access for root. This is where the trouble started. After rebooting I found that I was unable to SSH into the box. Ping returned fine. A quick port scan of the box revealed that port 22 was closed (other ports, such as FTP and HTTP were open), which means that the SSH service is not starting up, or cannot start up. I don't think that I made a mistake in the SSH server config. It is possible that due to some weird interplay between the SSH server service and the weird static/dynamic IP problem the SSH server service was unable to start up. I don't know--is there some sort of known issue related to this?
Anyhow, I need a way to access the box. I don't have a JTAG board and would prefer not to order one because I live overseas and globalscaletechnologies charges an arm and a leg for international shipping. Besides, shipping takes forever--I want to fix this problem now! :p
Does anybody have any ideas?