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
vgoyal has quit [Quit: Leaving]
sentenza has quit [Remote host closed the connection]
sentenza has joined #fedora-coreos
jcajka has joined #fedora-coreos
sentenza has quit [Remote host closed the connection]
zodbot has quit [Server closed connection]
zodbot has joined #fedora-coreos
saschagrunert has joined #fedora-coreos
Betal has quit [Quit: WeeChat 3.8]
jpn has joined #fedora-coreos
jpn has quit [Ping timeout: 252 seconds]
apiaseck has joined #fedora-coreos
apiaseck has quit [Ping timeout: 240 seconds]
jpn has joined #fedora-coreos
sashin[m] has quit [Remote host closed the connection]
pbrobinson has quit [Server closed connection]
pbrobinson has joined #fedora-coreos
apiaseck has joined #fedora-coreos
apiaseck has quit [Remote host closed the connection]
apiaseck has joined #fedora-coreos
apiaseck has quit [Remote host closed the connection]
apiaseck has joined #fedora-coreos
apiaseck has quit [Remote host closed the connection]
apiaseck has joined #fedora-coreos
apiaseck has quit [Remote host closed the connection]
apiaseck has joined #fedora-coreos
vgoyal has joined #fedora-coreos
apiaseck has quit [Remote host closed the connection]
apiaseck has joined #fedora-coreos
jpn has quit [Ping timeout: 260 seconds]
nalind has joined #fedora-coreos
jpn has joined #fedora-coreos
jpn has quit [Ping timeout: 240 seconds]
<fifofonix[m]> dustymabe: question about rawhide fcos builds. is there any material gating/delay from main upstream fedora rawhide or if i see build was N hours ago can I assume it features unadulterated upstream fedora rawhide from ~N hours ago?
<fifofonix[m]> should have addressed that generally to the group.
plarsen has joined #fedora-coreos
jpn has joined #fedora-coreos
jpn has quit [Ping timeout: 252 seconds]
mheon has joined #fedora-coreos
spresti has joined #fedora-coreos
jpn has joined #fedora-coreos
<dustymabe> fifofonix[m]: it's a bit nuanced
<dustymabe> when it transitions to `stable` in bodhi for f39 that means it will be in the next successful rawhide compose from Fedora releng. Unfortunately sometimes the rawhide composes fail for a few days at a time
<dustymabe> looks like the one from today completed (FINISHED_INCOMPLETE) status
<fifofonix[m]> so, i'm worried that i'm providing misinformation on the BZ update for the CIFS issue.
<dustymabe> so you can check under https://kojipkgs.fedoraproject.org/compose/rawhide/Fedora-Rawhide-20230621.n.0/compose/Everything/x86_64/os/Packages/ to see if the package you are expecting is there
jpn has quit [Ping timeout: 240 seconds]
apiaseck has quit [Ping timeout: 246 seconds]
jpn has joined #fedora-coreos
spresti has quit [Quit: Leaving.]
spresti has joined #fedora-coreos
<fifofonix[m]> dustymabe: typo on my part. responded.
<dustymabe> fifofonix[m]: +1
<dustymabe> fifofonix[m]: I think it's clear from your rpm-ostree status output.. but I'll ask anyway: is this a freshly istalled system?
<fifofonix[m]> @dustymabe: yes this morning.
<dustymabe> 👍
<dustymabe> lorbus: do you think you could open a BZ for the problem described in https://github.com/openshift/os/issues/1274#issuecomment-1597742858 ?
baude has joined #fedora-coreos
<baude> howdy folks, i am working on podman machine support of the Apple Silicon hypervisor; which means booting fcos. I am able to make this work with ignition being pulled over the network, etc ... but ran into a problem yesterday where i could use some team insight
<baude> the applehv is capable of popping up a spice console ... this makes testing and debugging nice
<baude> but, when using a fcos disk image, i see almost no messages and certainly no kernel messages ... but I see grub, so I know I have early console support
<baude> so first questions would be around things like ... is something special being done specifically for aarch64 fedora/fedora-core regarding console ... are assumptions being made about aarch64 being headless?
<fifofonix[m]> dustymabe: so, thanks for all of above. i think i now better understand the flow from bodhi into a stable rawhide which then flows to FCOS rawhide. that has helped me to see that the version i'm testing for this BZ issue is one built on June 15th and so doesn't feature latest latest changes that the maintainer believes address the issue. understanding quickly which commit i'm testing is my struggle i think.
<baude> fwiw, various attempts to use console=tty0|1 etc do not change results ... and iirc, that only impacts things later in boot?
<dustymabe> baude: will catch you in 30m
<baude> dustymabe: cool
<dustymabe> ravanelli: added a review to https://github.com/coreos/fedora-coreos-pipeline/pull/836
<dustymabe> fifofonix[m]: if you click through to the individual commits in the history of https://src.fedoraproject.org/rpms/selinux-policy/commits/rawhide it will show you what koji build is related to that commit
<dustymabe> baude: it depends on the platform what console settings are getting used. See: https://github.com/coreos/fedora-coreos-config/blob/testing-devel/platforms.yaml
<dustymabe> by default (if the platform isn't listed in that file) it should have no console= kernel command line entry
<dustymabe> IIUC
IgorJagec[m]12 has joined #fedora-coreos
saschagrunert has quit [Remote host closed the connection]
<fifofonix[m]> dustymabe: thanks for the fishing lessons. that works for me. the commit ids for the rpm definition/spec referencing the github commits (a piece i had not understood)
jcajka has quit [Quit: Leaving]
<baude> dustymabe: sure, but I dont think console= dictactes kernel messages does it ?
<baude> dustymabe: example, i'm messing with ignition devel; and i'm almost certain ignition is failing somewhere but I *never* get anything on the screen AND more importantly, I am not dropped to a prompt in the initrd
flekz[m] has quit [Remote host closed the connection]
<dustymabe> baude: yes, console= dictates kernel messages
<baude> i have tried console=hvc0|tty0|tty1 and i nichts
<baude> get nichts
<dustymabe> this is ARM right?
<dustymabe> maybe try ttyAMA0
<baude> if i boot with something like an iso, the tty command returns tty1
<baude> arm64
<dustymabe> ok so you are on the VGA console then
<baude> dustymabe: yes, and i'm testing with a fresh fedora install ... i see all kernel messages
<baude> and there is NO console in cmdline ... which is why I was wondering about fcos specifically or arm64 fcos more specifically
<dustymabe> baude: and you are using which FCOS image? one you built locally?
<ravanelli> dustymabe: Thanks for the review in the brew PR
<spresti> aaradhak anthr76 apiaseck davdunc dustymabe guidon gursewak jaimelm jbrooks jcajka jdoss jlebon jmarrero lorbus miabbott nasirhm quentin9696[m] ravanelli saqali walters
<spresti> If you don't want to be pinged remove your name from this file: https://github.com/coreos/fedora-coreos-tracker/blob/main/meeting-people.txt
<spresti> FCOS community meeting in #fedora-meeting-1
aaradhak has joined #fedora-coreos
<ravanelli> .hi
<zodbot> ravanelli: ravanelli 'Renata Ravanelli' <renata.ravanelli@gmail.com>
<ravanelli> 🤔 wrong place, sorry
nbsadminaccount- has joined #fedora-coreos
gnfzdz has joined #fedora-coreos
InshalKhan[m] has joined #fedora-coreos
<jmarrero> travier[m]: rpm-ostree 2023.5 is now in rawhide: https://bodhi.fedoraproject.org/updates/FEDORA-2023-7a8817d80b
<dustymabe> jmarrero++
<dustymabe> jmarrero: any chance you want to fast-track that in rawhide and also drop https://github.com/coreos/fedora-coreos-config/blob/f0b99f75441a9da0e3c1d888bcc50e367dec76fe/manifest-lock.overrides.yaml#L12-L36 ?
<dustymabe> baude: i'll be back in 5m or so.. if you want to do a screenshare then I'll be happy to try to help figure out the console issue.
<dustymabe> after 1:30 I have to head out for an appointment, though
<baude> dustymabe: i have used a officially built image as well as custom built ... seemingly no difference in that case.
<dustymabe> baude: want to do a screen share?
<jmarrero> dustymabe: sure thing
<baude> dustymabe: sure, sec
<baude> dustymabe: i thihnk best way will be to sen dyou a video link in slack
<baude> done
<dustymabe> jmarrero: ahh yes. those are all part of the same source RPM
jpn has quit [Ping timeout: 260 seconds]
spresti has quit [Quit: Leaving.]
spresti has joined #fedora-coreos
<jmarrero> Looks like the CI does not like my rpm-ostree override, I wonder if we even need that in fc39 as it looks like it's been already submitted to rawhide/stable
daMaestro has joined #fedora-coreos
jpn has joined #fedora-coreos
jpn has quit [Ping timeout: 246 seconds]
jpn has joined #fedora-coreos
<baude> dustymabe: is there an easy way with cosa to build an image (iso or disk) where where i take a specific kernel module and build it into the kernel?
<dustymabe> like you've compiled it yourself locally?
<baude> dustymabe: follow up question, it might also just be that the driver is not in the initrd ... iirc that is something I can do too
<baude> dustymabe: no, like i want to change the default kernel config fcos arm64 uses to build the module in (to eliminate a theory on why video is not working)
<baude> i would also settle for putting it into the initrd ... which i think i have done before, maybe I should try that first
<dustymabe> ahh. so currently it's a module (M) and you want to make it built in (Y)
<baude> right
<baude> but it may be enuff to simply sneek it into the initrd for now ... im trying to remember where and how i did that
<baude> tyvm, thats it
<dustymabe> I don't know if the module you include will get loaded by default or not, might have to modprobe it
<baude> well that would be problematic if that module is the video card right?
<dustymabe> some modules get autoloaded if they exist by the software that's trying to use them. some don't. I guess just include it and see if it works
sentenza has joined #fedora-coreos
aaradhak has quit [Quit: Connection closed for inactivity]
piwu1 has quit [Quit: Bye!]
piwu1 has joined #fedora-coreos
jpn has quit [Ping timeout: 265 seconds]
<baude> dustymabe: bingo
<dustymabe> kmod?
<baude> apparently
<baude> makes total sense
<baude> dustymabe: i think this should be fixed upstream
<baude> do you agree?
<baude> ( i mean to say, this is not just an apple thing, it is a virtio-gpu thing)
<dustymabe> as in the ultimate fix lies somewhere other than FCOS? yes, I agree
<baude> no, i think it should be in the initrd by default ?
<dustymabe> yes, I agree it should be in the initrd by default
<dustymabe> but the code that specifies that it should be in the initrd by default should be defined somewhere other than FCOS (in the long term)
<dustymabe> not unless we are just doing something completely wrong
<dustymabe> I guess you said you don't see the problem in Fedora Server?
<baude> right
<dustymabe> ok hmm
<baude> i mean, i could file a bug somewhere fcos and we can debate it ?
<baude> an issue
<baude> or, it is easy enuff i could also just do a PR
<dustymabe> can you fpaste me the line you added to get the module to be included?
<baude> and debate it there
hiredman has joined #fedora-coreos
<dustymabe> baude: on Fedora Server can you run: `grep -ri instmods /usr/lib/dracut/ | grep virtio-gpu` ?
<baude> sure
<dustymabe> trying to figure out the difference
<baude> i dont see it
<dustymabe> yeah. weird
<baude> yeah, but this is explainable
<dustymabe> :) - explain
<baude> i wonder if server gets out of the ramdisk quicker?
<baude> i could boot the iso and peek
<dustymabe> i think we should compare the initrd from FCOS and server
<dustymabe> can you run lsinitrd on both and compare the output?
<dustymabe> on FCOS - something like this should work: `lsinitrd /boot/ostree/fedora-coreos-*/initramfs*img`
<baude> https://paste.centos.org/view/29d13562 <-- fedora server ... note line 1587
<dustymabe> i'm wondering it it's because the initrd on Server is not --no-hostonly
<baude> dunno
<dustymabe> if you run `dracut --force --no-hostonly` on that server instance and then look at the lsinitrd output, do you see the driver?
<baude> dustymabe: im looking at the next hurdle, which is the vsock kernel module. It also is not in the initrd. I have added it like virtio_gpu. But nothing probes it automatically like the video card.
<baude> iirc, i can tell ignition to modprobe a kernel mod right ?
<dustymabe> if ignition needs the module it can pull it in IIUC
<baude> yup, installkernel() in modulesetup
<dustymabe> i need to head out for the day - will check back in here later
rsalveti has quit [Quit: Connection closed for inactivity]
JamesBelchamber[ has left #fedora-coreos [#fedora-coreos]
nalind has quit [Quit: bye for now]
jpn has joined #fedora-coreos
baude has quit []
jpn has quit [Ping timeout: 240 seconds]
mheon has quit [Ping timeout: 240 seconds]
rsalveti has joined #fedora-coreos
jpn has joined #fedora-coreos
jpn has quit [Ping timeout: 240 seconds]
jpn has joined #fedora-coreos
jpn has quit [Ping timeout: 240 seconds]
gursewak has quit [Ping timeout: 258 seconds]
gursewak has joined #fedora-coreos
gursewak has quit [Ping timeout: 245 seconds]
jpn has joined #fedora-coreos