USB Key Installers - Broken in OpenPeak OS

General discussion relating to the O2 Joggler, from the default O2 setup, to alternative operating systems and applications.
Post Reply
User avatar
roobarb!
Posts: 1772
Joined: Sat Mar 05, 2011 1:30 pm
Location: Salford, UK
Contact:

USB Key Installers - Broken in OpenPeak OS

Post by roobarb! »

As a quick heads-up, USB key installers (like PnP, the SSH enabler and SqueezePlay's USB installation option) won't work at the moment. There's a file missing in the new OS which will prevent these from running, plus the location that payloads are extracted to has changed.

This means that anyone updating to the new OS (which I guess is everyone) will need to telnet into their Joggler and run this command before any USB key installers will work:

Code: Select all

touch /etc/.usb-key
This is a bit of a bummer.

Whoever is providing the USB installer will need to update it to include a .usb-key hidden file (in addition to the .sum file for the O2 OS) which should contain the MD5 checksum of the opupdt.tgz payload. The opupdt.run script is now expected to be inside the tarball and is executed from /tmp rather than /, so anyone making an installer will need to take that into account as well.

I'd recommend that the /etc/.usb-key file is kept entirely empty (zero bytes), otherwise it'll make creating the checksum files for the payloads a total faff.
BirdsLikeWires - Get fresh builds of Debian Bullseye, Bookworm, and Trixie for OpenFrame with the latest 5.10, 6.1, and 6.12 kernels! 8-)
User avatar
dwl99
Posts: 765
Joined: Fri Mar 04, 2011 7:38 am
Location: Glasgow

Re: USB Key Installers - Broken in OpenPeak OS

Post by dwl99 »

Thanks for the info - I assume that Linux & Android still run OK from a USB key?
User avatar
roobarb!
Posts: 1772
Joined: Sat Mar 05, 2011 1:30 pm
Location: Salford, UK
Contact:

Re: USB Key Installers - Broken in OpenPeak OS

Post by roobarb! »

dwl99 wrote:Thanks for the info - I assume that Linux & Android still run OK from a USB key?
Yup, no changes to the EFI system and the boot partition on the internal flash still looks for external devices, so all alternative OS users are fine.
BirdsLikeWires - Get fresh builds of Debian Bullseye, Bookworm, and Trixie for OpenFrame with the latest 5.10, 6.1, and 6.12 kernels! 8-)
Tsundere
Posts: 2
Joined: Tue May 01, 2012 7:53 pm

Re: USB Key Installers - Broken in OpenPeak OS

Post by Tsundere »

I was wondering why the ssh+scp enabler downloads on the wiki were not working. I had to resort to the manual way of getting turned on by hand. Luckily they left Telnet open by default (as someone spotted in the sticky threads) otherwise I wouldn't have got anything done last night around 11pm :D
Post Reply