dustymabe changed the topic of #fedora-coreos to: Fedora CoreOS :: Find out more at https://getfedora.org/coreos/ :: Logs at https://libera.irclog.whitequark.org/fedora-coreos
plarsen has quit [Remote host closed the connection]
llamma has quit [Ping timeout: 248 seconds]
mboddu_ has joined #fedora-coreos
jlebon has quit [Quit: leaving]
mboddu has quit [Ping timeout: 248 seconds]
llamma has joined #fedora-coreos
jbrooks has quit [Ping timeout: 265 seconds]
jbrooks has joined #fedora-coreos
gursewak has joined #fedora-coreos
gursewak has quit [Ping timeout: 250 seconds]
jbrooks has quit [Ping timeout: 250 seconds]
gursewak has joined #fedora-coreos
daMaestro has quit [Quit: Leaving]
daMaestro has joined #fedora-coreos
fifofonix has quit [Read error: Connection reset by peer]
bgilbert has quit [Ping timeout: 265 seconds]
gursewak has quit [Ping timeout: 250 seconds]
paragan has joined #fedora-coreos
Betal has quit [Quit: WeeChat 3.8]
sentenza has quit [Remote host closed the connection]
saschagrunert has joined #fedora-coreos
jpn has joined #fedora-coreos
jpn has quit [Ping timeout: 260 seconds]
jcajka has joined #fedora-coreos
daMaestro has quit [Quit: Leaving]
quentin9696[m] has quit [Quit: You have been kicked for being idle]
hotbox has quit [Ping timeout: 248 seconds]
jpn has joined #fedora-coreos
apiaseck has joined #fedora-coreos
ravanelli has quit [Remote host closed the connection]
jpn has quit [Ping timeout: 265 seconds]
mheon has joined #fedora-coreos
jpn has joined #fedora-coreos
fifofonix has joined #fedora-coreos
<fifofonix> dustymabe: chronyd worked fine on newly provisioned test-devel (thought I'd responded yesterday - sorry)
ravanelli has joined #fedora-coreos
jlebon has joined #fedora-coreos
plarsen has joined #fedora-coreos
saschagrunert has quit [Quit: Leaving]
quentin9696[m] has joined #fedora-coreos
uny[m] has joined #fedora-coreos
<dustymabe> fifofonix: thanks! If you want to respond in the issue you opened and say you tested the fix and that it worked, that would be good information to have
nalind has joined #fedora-coreos
ravanelli has quit [Remote host closed the connection]
<fifofonix> dustymabe: done
<dustymabe> fifofonix++
<dustymabe> jlebon: bgilbert: I have a question about https://github.com/coreos/coreos-assembler/pull/3409 - before that merged I was able to launch older FCOS versions in the upgrade test, but after that merged I can't (they complain about a ignition config version that's not supported). Before I was able to successfully down-version the configs by specifying on old butane spec version
<dustymabe> in the staging pipeline yesterday (where I was testing out the upgrade test) this manifested by instances entering emergency.target in the initramfs
<dustymabe> when I try to repro this locally I see: No translator exists for variant fcos with version 1.5.0
<jlebon> dustymabe: i'll let bgilbert answer that one :)
ravanelli has joined #fedora-coreos
ravanelli has quit [Read error: Connection reset by peer]
ravanelli has joined #fedora-coreos
ravanelli has quit [Remote host closed the connection]
jbrooks has joined #fedora-coreos
ravanelli has joined #fedora-coreos
gursewak has joined #fedora-coreos
<dustymabe> jlebon: NVM - I was accidentally using an old `kola` binary that was in my local dev directory
<dustymabe> the test is working now
jcajka has quit [Quit: Leaving]
cyberpear has joined #fedora-coreos
jpn has quit [Ping timeout: 252 seconds]
jpn has joined #fedora-coreos
millerthegorilla has joined #fedora-coreos
<millerthegorilla> I am writing an ansible script to provision a rpi4 with coreos.  I am currently using coreos-installer, but for portability I wondered if there is a script that can be used by machines that are running distros' other than Fedora?  I have seen this, but it looks quite old...
<millerthegorilla> is there a container with coreos-installer (looks..)
apiaseck has quit [Ping timeout: 248 seconds]
<millerthegorilla> no official container, but I guess it should be easy to make one, as long as its possible to mount the sd card...
millerthegorilla has quit [Quit: Client closed]
jpn has quit [Ping timeout: 276 seconds]
ravanelli has quit [Remote host closed the connection]
ravanelli has joined #fedora-coreos
millerthegorilla has joined #fedora-coreos
paragan has quit [Quit: Leaving]
Betal has joined #fedora-coreos
bgilbert has joined #fedora-coreos
ravanelli has quit [Remote host closed the connection]
ravanelli has joined #fedora-coreos
javierm has joined #fedora-coreos
ravanelli has quit [Ping timeout: 260 seconds]
<javierm> travier[m], walters: related to https://github.com/coreos/bootupd/issues/440, something that I was thinking was that bootupd could do an atomic rename exchange of dirs in the ESP
<javierm> that is, create a new directory that's a copy of the ESP, apply the diff to that and then do a renameat2(..., RENAME_EXCHANGE)
<javierm> I see that openat::Dir already has that support https://docs.rs/openat/latest/openat/struct.Dir.html#method.local_exchange
<millerthegorilla> dustymabe many thanks, precisely the thang... cheers!
<walters> javierm: worth commenting on the issue, I think it'd help, though the obvious cost is without reflinks it incurs temporary storage doubling
<walters> or really even sym or hard links...
<walters> why did they have to pick FAT 😢
<javierm> walters: yeah, but it's just temporary and after all the shim, fwdup, grub, etc binaries are not that big
<javierm> walters: because UEFI is really MS-DOS in disguise :)
<javierm> walters, travier[m]: I've filed as a separate issue because I think both are complementary https://github.com/coreos/bootupd/issues/454
ravanelli has joined #fedora-coreos
<millerthegorilla> I am using coreos-installer that is installed on fedora silverblue by rpm-ostree, with the script at https://docs.fedoraproject.org/en-US/fedora-coreos/provisioning-raspberry-pi4/#_edk2_combined_fedora_coreos_edk2_firmware_disk  but everytime I run it, it works perfectly but along the way it produces an error message, which must emanate from the
<millerthegorilla> coreos-installer itself,    ---  mount: /tmp/FCOSEFIpart: can't find in /etc/fstab.  ---  this then leaves a non-zero exit code, which bothers my ansible...  should I open an issue at coreos-installer github?
Betal has quit [Ping timeout: 276 seconds]
hotbox has joined #fedora-coreos
<dustymabe> millerthegorilla: the instructions say `sudo mount $FCOSEFIPARTITION /tmp/FCOSEFIpart`
<dustymabe> are you setting $FCOSEFIPARTITION ?
<millerthegorilla> The line with fcosefipartition should be correct, I will have to test it - it takes about 3.5 minutes to run.  back soon.
<millerthegorilla> no, fcosefipartition is correctly set to /dev/sda2
chrish136 has quit [Quit: WeeChat 3.6]
<dustymabe> millerthegorilla: the error you posted `mount: /tmp/FCOSEFIpart: can't find in /etc/fstab` only happens when you only provide one argument to mount
<dustymabe> which is why I asked if the variable was set to some value
<dustymabe> if you manually run the steps it should work just fine (I just executed the steps earlier this week as part of FCOS 38 test week)
<dustymabe> so the question is:
<dustymabe> 1. if you manually run the steps (outside of ansible) does it work fine?
<dustymabe> 2. if the answer to 1. is yes, then the bug is in your ansible script, correct?
chrish136 has joined #fedora-coreos
chrish136 has quit [Quit: WeeChat 3.6]
dustymabe has quit [Quit: WeeChat 3.6]
dustymabe has joined #fedora-coreos
gursewak has quit [Ping timeout: 250 seconds]
guesswhat6 has quit [Ping timeout: 252 seconds]
gursewak has joined #fedora-coreos
gursewak has quit [Ping timeout: 268 seconds]
gursewak has joined #fedora-coreos
gursewak has quit [Ping timeout: 260 seconds]
gursewak has joined #fedora-coreos
gursewak has quit [Ping timeout: 260 seconds]
gursewak has joined #fedora-coreos
gursewak has quit [Remote host closed the connection]
gursewak has joined #fedora-coreos
gursewak has quit [Remote host closed the connection]
troglodito has joined #fedora-coreos
apiaseck has joined #fedora-coreos
gursewak has joined #fedora-coreos
apiaseck has quit [Client Quit]
gursewak has quit [Remote host closed the connection]
gursewak has joined #fedora-coreos
Betal has joined #fedora-coreos
gursewak has quit [Ping timeout: 250 seconds]
gursewak has joined #fedora-coreos
nalind has quit [Quit: bye for now]
fifofonix has quit [Quit: Textual IRC Client: www.textualapp.com]
gursewak has quit [Ping timeout: 250 seconds]
gursewak has joined #fedora-coreos
gursewak has quit [Remote host closed the connection]
gursewak has joined #fedora-coreos
gursewak has quit [Ping timeout: 250 seconds]
sentenza has joined #fedora-coreos
gursewak has joined #fedora-coreos
<millerthegorilla> dustymabe I found the problem.  Coreosinstaller is not releasing the disk until after it has run, so unless I put a sleep command after the coreos-installer line, the partitions couldn't be found.
<millerthegorilla> it was certainly working previously, and I can't be certain that it is something else that I have done.
gursewak has quit [Ping timeout: 250 seconds]
bgilbert has quit [Ping timeout: 260 seconds]
mheon has quit [Ping timeout: 250 seconds]
gursewak has joined #fedora-coreos
gursewak has quit [Ping timeout: 250 seconds]
gursewak has joined #fedora-coreos
gursewak has quit [Ping timeout: 250 seconds]
millerthegorilla has quit [Quit: Client closed]
bgilbert has joined #fedora-coreos