Till!

Results 407 comments of Till!

Moarrr logs: ``` Apr 11 16:56:48 node-006.cluster update_engine[925]: I0411 16:56:48.716156 925 omaha_request_action.cc:268] Posting an Omaha request to https://public.update.flatcar-linux.net/v1/update/ Apr 11 16:56:48 node-006.cluster update_engine[925]: I0411 16:56:48.716158 925 omaha_request_action.cc:269] Request: Apr 11...

Tried an airgabbed update to work around the weird nebraska issue, so I downloaded `flatcar-update` but that didn't work either: ```shell node-006 core # wget "https://update.release.flatcar-linux.net/${ARCH}-usr/${VER}/flatcar_production_update.gz" --2024-04-11 17:59:31-- https://update.release.flatcar-linux.net/amd64-usr/3815.2.1/flatcar_production_update.gz Resolving...

@pothos I am trying this on another machine that's stuck on an older release and I am hitting the bash error again: ``` core@node-001 ~ $ sudo ./flatcar-update -V 3510.3.2...

When I comment out this line, it's progressing but dies at: ``` core@node-001 ~ $ sudo ./flatcar-update --to-version 3510.3.2 Downloading update payloads... Forcing update... ./flatcar-update: line 336: EXTENSIONS[*]: unbound variable...

Update still worked, though had to remove a line from `/etc/flatcar/update.conf` (for the local server).

@whysi what did you run? `update_engine_client -update`? For some reason, I had to use `flatcar-update` script.

@dongsupark can you re-schedule this? The script still contains more of these bash errors.

@sayanchowdhury I haven't tested, not sure what/where the bash errors were from. I think I was running this on a very old system, possibly incompatible version of bash?

Currently facing this with: ``` NAME="Flatcar Container Linux by Kinvolk" ID=flatcar ID_LIKE=coreos VERSION=3510.2.2 VERSION_ID=3510.2.2 BUILD_ID=2023-05-29-0939 SYSEXT_LEVEL=1.0 PRETTY_NAME="Flatcar Container Linux by Kinvolk 3510.2.2 (Oklo)" ANSI_COLOR="38;5;75" HOME_URL="https://flatcar.org/" BUG_REPORT_URL="https://issues.flatcar.org" FLATCAR_BOARD="amd64-usr" CPE_NAME="cpe:2.3:o:flatcar-linux:flatcar_linux:3510.2.2:*:*:*:*:*:*:*" ``` Had...