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
<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>
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]
<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
<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
<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?
<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]