Quotebodhi I'm in the process to release a new u-boot envs image for Kirkwood, so I will also create one for Oxnas (which is basically the same, with address and other things adjusted for Oxnas) Awesome. I will keep an eye out for that, and play around with the uEnv boot to see if I can get something working myself. In the meantime, a related question would be: is there a best way afteby emac - uBoot
So far, I have been able to successfully modify my uBoot on my pogoplug pro and boot into Debian. However, I am looking to use Netatalk to set up a network drive for my Macbook Pro to use as a Time Machine backup, and I have run into a problem where uBoot fails when I have more than one device attached to the pogoplug during the initial boot process. I suppose I can simply unplug all other drivby emac - uBoot
Quoteemac Perhaps the chromebook is blocking messages on the 6666 port... AHA! This was it...needed to install iptables and open the 6666 port on my chromebook to accept udp messages. THanks for all your help. I knew it had to be something simple I was missingby emac - Rescue System
Quotebodhi Is wirehark running on the Ubuntu laptop? Yes. I am running it on the same machine I am attempting to run my netconsole server. Quotebodhi Can you ping the Pogo from the laptop during the time the Pogo is powering up? i.e start pinging it continuously and then power up. Yes. I receive Destination Host Unreachable messages when the pogo is powered off, and start receiving rby emac - Rescue System
Quotebodhi Netcat comes in many flavors. With crouton, I believe you're running Ubuntu on top of Chrome file system. If that is true, check the netcat version, and make sure you're using netcat traditional, not BSD version. Possible command on Ubuntu is: nc -kup 6666 xx.xx.xx.xx 6666 I am frustrated because this seems like it should be simple to get set up, but still not working.by emac - Rescue System
Quotebodhi To fix this: fw_setenv dt_bootcmd_usb 'usb start; run dt_usb_bootcmd; usb stop' fw_setenv bootcmd 'run dt_bootcmd_usb; run bootcmd_stock; reset' This did the trick, thank you. As far as getting netconsole to work, I am trying to run the server off of a chromebook using crouton running xfce4. When I tried using your recommended command: nc -lup 6666 xx.xby emac - Rescue System