Pogoplug E02 No SSH access after reboot Orange front LED

This forum is for Marvell Kirkwood devices such as the GoFlex Home/Net, PogoPlug v1/v2, SheevaPlug, and ZyXEL devices.

Re: Pogoplug E02 No SSH access after reboot Orange front LED

Postby makuab » Thu Mar 07, 2013 3:37 am

Something keeps messing it up. I reinstalled arch after wiping the USB stick and then I rebooted it after changing the host name. I checked my router again and it wasn't on the list of dhcp clients, and I wasn't able to ssh into it. I then ran fsck again on my laptop and tried again and I can now ssh into it. So every time I reboot it the filesystem is getting corrupted or something.


EDIT: I don't know what's going on. It's not every time, if I don't change anything then it reboots fine.
EDIT: So it restarts fine when I don't install anything. I just installed sudo and now it's not working again. I don't understand what is causing this.
makuab
 
Posts: 60
Joined: Fri Mar 01, 2013 11:49 pm

Re: Pogoplug E02 No SSH access after reboot Orange front LED

Postby Socaltom » Thu Mar 07, 2013 12:49 pm

Run "sync" before you reboot,
Make sure it's mounting the drive as ext3
Tom
used to be owned by me
Pink Pogo V2, Black Pogo V3, Zyxel NAS 325 v1,
used to be Adminstrator for
Goflex net, Black V3, Black V2
Now I have a couple of raspberry pi ( 3+ and 4)
Socaltom
 
Posts: 571
Joined: Thu Apr 07, 2011 2:21 pm
Location: The left side

Re: Pogoplug E02 No SSH access after reboot Orange front LED

Postby moonman » Thu Mar 07, 2013 2:06 pm

:shock:
Pogoplug V4 | GoFlex Home | Raspberry Pi 4 4GB | CuBox-i4 Pro | ClearFog | BeagleBone Black | Odroid U2 | Odroid C1 | Odroid XU4
-----------------------------------------------------------------------------------------------------------------------
[armv5] Updated U-Boot | [armv5] NAND Rescue System
moonman
Developer
 
Posts: 3388
Joined: Sat Jan 15, 2011 3:36 am

Re: Pogoplug E02 No SSH access after reboot Orange front LED

Postby moonman » Thu Mar 07, 2013 2:09 pm

$this->bbcode_second_pass_quote('moonman', '.')..don't forget to change U-Boot (bootloader) variable "usb_rootfstype" to ext3
$this->bbcode_second_pass_code('', '/usr/sbin/fw_setenv usb_rootfstype 'ext3'')


$this->bbcode_second_pass_quote('moonman', 'D')id you change the usb_rootfstype to ext3? ...


$this->bbcode_second_pass_quote('Socaltom', 'M')ake sure it's mounting the drive as ext3
Pogoplug V4 | GoFlex Home | Raspberry Pi 4 4GB | CuBox-i4 Pro | ClearFog | BeagleBone Black | Odroid U2 | Odroid C1 | Odroid XU4
-----------------------------------------------------------------------------------------------------------------------
[armv5] Updated U-Boot | [armv5] NAND Rescue System
moonman
Developer
 
Posts: 3388
Joined: Sat Jan 15, 2011 3:36 am
Top

Re: Pogoplug E02 No SSH access after reboot Orange front LED

Postby makuab » Fri Mar 08, 2013 1:38 am

$this->bbcode_second_pass_quote('moonman', '')$this->bbcode_second_pass_quote('moonman', '.')..don't forget to change U-Boot (bootloader) variable "usb_rootfstype" to ext3
$this->bbcode_second_pass_code('', '/usr/sbin/fw_setenv usb_rootfstype 'ext3'')


$this->bbcode_second_pass_quote('moonman', 'D')id you change the usb_rootfstype to ext3? ...


$this->bbcode_second_pass_quote('Socaltom', 'M')ake sure it's mounting the drive as ext3


Do I do this in arch or just booting it without arch?
makuab
 
Posts: 60
Joined: Fri Mar 01, 2013 11:49 pm
Top

Re: Pogoplug E02 No SSH access after reboot Orange front LED

Postby moonman » Fri Mar 08, 2013 2:34 am

The command is for nand boot. If you want to do it in alarm, then install uboot-env and issue the command without specofying the full path to it "fw_setenv..."
Pogoplug V4 | GoFlex Home | Raspberry Pi 4 4GB | CuBox-i4 Pro | ClearFog | BeagleBone Black | Odroid U2 | Odroid C1 | Odroid XU4
-----------------------------------------------------------------------------------------------------------------------
[armv5] Updated U-Boot | [armv5] NAND Rescue System
moonman
Developer
 
Posts: 3388
Joined: Sat Jan 15, 2011 3:36 am

Re: Pogoplug E02 No SSH access after reboot Orange front LED

Postby makuab » Fri Mar 08, 2013 5:57 am

I did the command to make sure it's mounting as ext3, then it booted fine. After that I installed sudo and did /sbin/reboot and it wouldn't boot again. I ran fsck on it and now it's working again. I'm assuming something is causing it to become corrupted.
makuab
 
Posts: 60
Joined: Fri Mar 01, 2013 11:49 pm

Re: Pogoplug E02 No SSH access after reboot Orange front LED

Postby makuab » Fri Mar 08, 2013 7:01 pm

Using the Sync command seems to be working when I reboot after installing or changing something. But just now I rebooted and it didn't boot to arch, it booted to the pogobox shell or whatever. How can I get it to boot to arch again? The usb stick is still in.

EDIT: I just unplugged the power after using the halt command and then it booted to arch after I plugged it back in.
makuab
 
Posts: 60
Joined: Fri Mar 01, 2013 11:49 pm

Re: Pogoplug E02 No SSH access after reboot Orange front LED

Postby makuab » Fri Mar 08, 2013 7:47 pm

Conclusion

Problem: Not booting to arch, No IP, Can't SSH to arch
Solution: Make sure the pogo plug is mounting the partition as ext3 with $this->bbcode_second_pass_code('', '/usr/sbin/fw_setenv usb_rootfstype 'ext3'')pogoplug shell (disconnect your storage)

Make sure your filesystem? isn't corrupted by running $this->bbcode_second_pass_code('', 'sudo fsck /dev/sdb1') on a livecd or another linux machine.

And make sure you run $this->bbcode_second_pass_code('', 'sync') before shutting down or rebooting to prevent it from happening again.

Also shutdown/restart properly with one of these $this->bbcode_second_pass_code('', '/sbin/shutdown
shutdown now
/sbin/reboot
shutdown -r now
poweroff?
')

I think that covers everything. Thanks for everyone's help :)

Also the LED is still orange, but I don't think that matters.
Last edited by makuab on Fri Mar 08, 2013 10:23 pm, edited 1 time in total.
makuab
 
Posts: 60
Joined: Fri Mar 01, 2013 11:49 pm

Re: Pogoplug E02 No SSH access after reboot Orange front LED

Postby pepedog » Fri Mar 08, 2013 9:05 pm

poweroff is preferred to halt or shutdown on systemd
pepedog
Developer
 
Posts: 2431
Joined: Mon Jun 07, 2010 3:30 pm
Location: London UK

PreviousNext

Return to Marvell Kirkwood

Who is online

Users browsing this forum: No registered users and 12 guests