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
ravanelli has joined #fedora-coreos
ravanelli has quit [Ping timeout: 260 seconds]
ravanelli has joined #fedora-coreos
plarsen has quit [Quit: NullPointerException!]
ravanelli has quit [Remote host closed the connection]
ravanelli has joined #fedora-coreos
ravanelli has quit [Ping timeout: 260 seconds]
jpn has joined #fedora-coreos
jpn has quit [Ping timeout: 252 seconds]
bgilbert has joined #fedora-coreos
bowsers has quit [Ping timeout: 252 seconds]
jlebon has quit [Quit: leaving]
bytehackr has joined #fedora-coreos
travisghansen has joined #fedora-coreos
bgilbert has quit [Ping timeout: 252 seconds]
gursewak has quit [Ping timeout: 260 seconds]
paragan has joined #fedora-coreos
gursewak has joined #fedora-coreos
gursewak has quit [Ping timeout: 260 seconds]
bgilbert has joined #fedora-coreos
gursewak has joined #fedora-coreos
gursewak has quit [Ping timeout: 248 seconds]
jcajka has joined #fedora-coreos
Betal has quit [Quit: WeeChat 3.6]
jpn has joined #fedora-coreos
bgilbert has quit [Ping timeout: 268 seconds]
jpn has quit [Ping timeout: 255 seconds]
ravanelli has joined #fedora-coreos
jpn has joined #fedora-coreos
ravanelli has quit [Ping timeout: 268 seconds]
ravanelli has joined #fedora-coreos
ravanelli has quit [Remote host closed the connection]
ravanelli has joined #fedora-coreos
jpn has quit [Ping timeout: 252 seconds]
jpn has joined #fedora-coreos
jpn has quit [Ping timeout: 252 seconds]
vgoyal has joined #fedora-coreos
crobinso has joined #fedora-coreos
jpn has joined #fedora-coreos
plarsen has joined #fedora-coreos
mheon has joined #fedora-coreos
jlebon has joined #fedora-coreos
nalind has joined #fedora-coreos
jpn has quit [Ping timeout: 268 seconds]
jpn has joined #fedora-coreos
fifofonix has joined #fedora-coreos
<dustymabe> jlebon: ok I think this should get us settled: https://github.com/coreos/coreos-assembler/pull/3056
hjst has quit [Ping timeout: 260 seconds]
hjst has joined #fedora-coreos
<dustymabe> jlebon: wow - it involved a complication in tmux?
<dustymabe> that's a twist I didn't see coming
<jlebon> dustymabe: yup indeed! :) if you test it in GNOME Terminal directly, it works fine
<jlebon> (that is to say, it gracefully handles the invalid sequence)
<fifofonix> I have a layered package with a recently declared security vulnerability. The product has a new release but that is not yet available in the rpm sources even on next. I don't think there is a fedora rpm source I can add to accelerate an update to the package so I will likely just disable it temporarily. Anyway, although I fully anticipate that people upstream of coreos are racing to release a new version of said package I wondered whether
<fifofonix> there is a process I should be following in coreos land to flag a version update as eagerly anticipated?
<dustymabe> fifofonix: probably open an issue
<dustymabe> oh hmm
<dustymabe> it's a layered package? not one in the base?
<fifofonix> dustymabe: yes a layered package. i just opened an issue as a new package version request even though it isn't a request to add a package to coreos itself.
travisghansen has quit [Quit: The Lounge - https://thelounge.github.io]
travisghansen has joined #fedora-coreos
jcajka has quit [Quit: Leaving]
bgilbert has joined #fedora-coreos
<dustymabe> fifofonix: since it's not in the base layer I'll close the bug out and link you to the proper location to track
<fifofonix> dustymabe: thanks, apologies for erroneously opening in your domain, and thanks for the re-point...
<dustymabe> np. I told you the wrong thing up front
<fifofonix> dustymabe: I'm English so I still owe you an apology.
<dustymabe> apology accepted!
<jlebon> haha
gursewak has joined #fedora-coreos
mnguyen_ has joined #fedora-coreos
mnguyen has quit [Ping timeout: 252 seconds]
<dustymabe> gursewak: jlebon: mind a review on https://github.com/coreos/fedora-coreos-config/pull/1940
<travisghansen> is there a good guide somewhere on how to properly build akmod package and how to integrate that into fcos?
<travisghansen> I'm looking to try it out on some threadripper machines from system76 which requires a kernel module and daemon to properly handle fans/cooling
bytehackr has quit [Remote host closed the connection]
marmijo has joined #fedora-coreos
<dustymabe> travisghansen: honestly your best path to success is getting the kernel module upstream into the linux kernel.. It's a large upfront investment, but will be much better for you (and everyone else) over time
<travisghansen> knowing their history that seems unlikely: https://github.com/pop-os/system76-io-dkms
<dustymabe> barring that happening.. I suggest you use something like coreos-layering to build and bake the kernel module into FCOS: https://github.com/coreos/coreos-layering-examples
<dustymabe> or build your own RPM with the kmod and package layer that
<dustymabe> it would actually be really great if you do the coreos-layering approach to submit this as an example back to the repo
<travisghansen> yeah the upstreaming seems unlikely for sure
<dustymabe> but why?
<dustymabe> it's open source
<travisghansen> ask them?
<dustymabe> it's most likely a question of "time and resources", which is not a large barrier. More often the barrier is more the license.
<travisghansen> it's a 1.5 year old issue with no response from the team
<travisghansen> in any case, how does the 'layering' approach you mention differ from my original question?
<dustymabe> I guess to answer your original question: "no there isn't a good guide somewhere on how to build an akmod and integrate that into FCOS"
<travisghansen> wouldn't that be the path to follow for layering though? install an akmod rpm?
<dustymabe> there was a POC years back, but it's kind of fragile: https://github.com/kmods-via-containers/kmods-via-containers
<dustymabe> travisghansen: with "coreos-layering" you can just build the kernel module directly (i.e. gcc) and then copy the module into the right place inside the OS
<dustymabe> so you don't need RPMs at all
<dustymabe> you'd want to use a multi-stage container build - but pretty easy to do
<travisghansen> right, but how would that integrate sanely after kernel upgrades in fcos?
<dustymabe> after you rebased your system you'd only update when a new container was pushed (by you)
<travisghansen> sorry, brand new to fcos and rpmtree etc
<dustymabe> travisghansen: no worries.. coreos-layering is still under some development so there are some kinks to be worked out
<dustymabe> see https://github.com/coreos/fedora-coreos-tracker/issues/1219 for a better description of positives and negatives
<travisghansen> am I understanding this correctly that in order to do this I would be rolling my own updated images every time fcos has a new version?
<dustymabe> travisghansen: currently, yes
<travisghansen> that doesn't really sound appealing to me honestly, I'd rather have the akmod build during each upgrade and make it seamless for everything else
<dustymabe> yeah, it has drawbacks
<travisghansen> I'd rather manage the akmod once, rather than manage builds of the whole os over and over
mnguyen has joined #fedora-coreos
mnguyen_ has quit [Ping timeout: 252 seconds]
paragan has quit [Quit: Leaving]
jpn has quit [Ping timeout: 252 seconds]
<travisghansen> would this be expected? I'm not sure how to properly use akmod with fcos: https://pastebin.com/VUf1LPrW
<travisghansen> unless I'm reading that wrong, it seems the condition is basically a 'akmods should never run on fcos'
<travier[m]> kernel modules using akmods are built during rpm-ostree composes (updates, etc.) and not at runtime
mnguyen has quit [Remote host closed the connection]
mnguyen has joined #fedora-coreos
<travisghansen> travier[m]: so would the approach be build the akmod rpm for the driver, have it depend on akmod package, and rpm-ostree install that with ignition?
Betal has joined #fedora-coreos
aleek has quit [Ping timeout: 268 seconds]
aleek has joined #fedora-coreos
<dustymabe> and apparently I need this too: https://github.com/coreos/fedora-coreos-config/pull/1942
<dustymabe> ravanelli: mind reviewing https://github.com/coreos/fedora-coreos-config/pull/1942 ?
<dustymabe> and once that merges I'll rebase 1933
ravanelli has quit [Remote host closed the connection]
ravanelli has joined #fedora-coreos
ravanelli has quit [Remote host closed the connection]
ravanelli has joined #fedora-coreos
ravanelli has quit [Remote host closed the connection]
ravanelli has joined #fedora-coreos
<dustymabe> one more stamp (hopefully the final time!): https://github.com/coreos/fedora-coreos-config/pull/1933
ravanelli has quit [Ping timeout: 268 seconds]
<dustymabe> :)
ravanelli has joined #fedora-coreos
ravanelli has quit [Ping timeout: 268 seconds]
marmijo has quit [Quit: Client closed]
fifofonix has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
ChanServ has quit [*.net *.split]
guesswhat has quit [*.net *.split]
d10n_ has quit [*.net *.split]
nnewton has quit [*.net *.split]
poppajarv has quit [*.net *.split]
ccha has quit [*.net *.split]
nb has quit [*.net *.split]
flokli has quit [*.net *.split]
travisghansen has quit [*.net *.split]
nbsadminaccount- has quit [*.net *.split]
michele has quit [*.net *.split]
b100s has quit [*.net *.split]
crap has quit [*.net *.split]
miabbott[m] has quit [*.net *.split]
piwu has quit [*.net *.split]
zodbot has quit [*.net *.split]
lvrabec has quit [*.net *.split]
killefiz[m] has quit [*.net *.split]
ykadev[m] has quit [*.net *.split]
u1106 has quit [*.net *.split]
Matthieu[m]1 has quit [*.net *.split]
kklimonda has quit [*.net *.split]
aleskandro[m] has quit [*.net *.split]
justJanne has quit [*.net *.split]
jzelinskie has quit [*.net *.split]
mgrundmann has quit [*.net *.split]
Betal has quit [*.net *.split]
jlebon has quit [*.net *.split]
mheon has quit [*.net *.split]
crobinso has quit [*.net *.split]
vgoyal has quit [*.net *.split]
aleek has quit [*.net *.split]
bgilbert has quit [*.net *.split]
nalind has quit [*.net *.split]
klaas_ has quit [*.net *.split]
siodor has quit [*.net *.split]
jdieter has quit [*.net *.split]
ikonia has quit [*.net *.split]
kieren has quit [*.net *.split]
strigazi has quit [*.net *.split]
brtknr has quit [*.net *.split]
darknao has quit [*.net *.split]
shoragan has quit [*.net *.split]
hotbox has quit [*.net *.split]
pej has quit [*.net *.split]
boudinie[m] has quit [*.net *.split]
thomasfedb has quit [*.net *.split]
sayan has quit [*.net *.split]
mikeru has quit [*.net *.split]
bowsers[m] has quit [*.net *.split]
SandipanRoy[m] has quit [*.net *.split]
cverna has quit [*.net *.split]
jmarrero has quit [*.net *.split]
djinni`_ has quit [*.net *.split]
spresti[m] has quit [*.net *.split]
davdunc has quit [*.net *.split]
aaradhak[m] has quit [*.net *.split]
MichaelArmijo[m] has quit [*.net *.split]
jednorozec[m] has quit [*.net *.split]
mhayden has quit [*.net *.split]
nb[m] has quit [*.net *.split]
hiredman has quit [*.net *.split]
jtgreene- has quit [*.net *.split]
GiuDno[m]1 has quit [*.net *.split]
cmagina has quit [*.net *.split]
jdoss has quit [*.net *.split]
shoragan[m] has quit [*.net *.split]
pbrobinson has quit [*.net *.split]
ebbex has quit [*.net *.split]
zodbot has joined #fedora-coreos
hiredman has joined #fedora-coreos
davdunc has joined #fedora-coreos
aleek has joined #fedora-coreos
Betal has joined #fedora-coreos
bgilbert has joined #fedora-coreos
travisghansen has joined #fedora-coreos
nalind has joined #fedora-coreos
jlebon has joined #fedora-coreos
mheon has joined #fedora-coreos
crobinso has joined #fedora-coreos
vgoyal has joined #fedora-coreos
bowsers[m] has joined #fedora-coreos
guesswhat has joined #fedora-coreos
nbsadminaccount- has joined #fedora-coreos
ykadev[m] has joined #fedora-coreos
d10n_ has joined #fedora-coreos
nnewton has joined #fedora-coreos
poppajarv has joined #fedora-coreos
klaas_ has joined #fedora-coreos
ccha has joined #fedora-coreos
nb has joined #fedora-coreos
killefiz[m] has joined #fedora-coreos
flokli has joined #fedora-coreos
b100s has joined #fedora-coreos
SandipanRoy[m] has joined #fedora-coreos
u1106 has joined #fedora-coreos
aaradhak[m] has joined #fedora-coreos
michele has joined #fedora-coreos
crap has joined #fedora-coreos
MichaelArmijo[m] has joined #fedora-coreos
miabbott[m] has joined #fedora-coreos
piwu has joined #fedora-coreos
Matthieu[m]1 has joined #fedora-coreos
jmarrero has joined #fedora-coreos
cverna has joined #fedora-coreos
kklimonda has joined #fedora-coreos
aleskandro[m] has joined #fedora-coreos
jdieter has joined #fedora-coreos
ikonia has joined #fedora-coreos
shoragan has joined #fedora-coreos
siodor has joined #fedora-coreos
lvrabec has joined #fedora-coreos
hotbox has joined #fedora-coreos
jednorozec[m] has joined #fedora-coreos
mhayden has joined #fedora-coreos
GiuDno[m]1 has joined #fedora-coreos
justJanne has joined #fedora-coreos
spresti[m] has joined #fedora-coreos
boudinie[m] has joined #fedora-coreos
cmagina has joined #fedora-coreos
mgrundmann has joined #fedora-coreos
nb[m] has joined #fedora-coreos
kieren has joined #fedora-coreos
pej has joined #fedora-coreos
strigazi has joined #fedora-coreos
brtknr has joined #fedora-coreos
mikeru has joined #fedora-coreos
pbrobinson has joined #fedora-coreos
thomasfedb has joined #fedora-coreos
darknao has joined #fedora-coreos
jdoss has joined #fedora-coreos
djinni`_ has joined #fedora-coreos
shoragan[m] has joined #fedora-coreos
sayan has joined #fedora-coreos
ChanServ has joined #fedora-coreos
jtgreene- has joined #fedora-coreos
ebbex has joined #fedora-coreos
jzelinskie has joined #fedora-coreos
Eighth_Doctor has quit [Max SendQ exceeded]
go4godvin has quit [Max SendQ exceeded]
cverna has quit [Ping timeout: 240 seconds]
spresti[m] has quit [Ping timeout: 240 seconds]
gotmax[m] has quit [Ping timeout: 255 seconds]
mikeru has quit [Ping timeout: 255 seconds]
bowsers[m] has quit [Ping timeout: 240 seconds]
SandipanRoy[m] has quit [Ping timeout: 240 seconds]
jmarrero has quit [Ping timeout: 240 seconds]
hartan[m] has quit [Ping timeout: 255 seconds]
x3mboy has quit [Ping timeout: 255 seconds]
sgallagh has quit [Ping timeout: 255 seconds]
lucab has quit [Ping timeout: 255 seconds]
davdunc[m has quit [Ping timeout: 255 seconds]
lorbus has quit [Ping timeout: 255 seconds]
alebastr[m] has quit [Ping timeout: 255 seconds]
aaradhak[m] has quit [Ping timeout: 264 seconds]
nbsadminaccount- has quit [Ping timeout: 248 seconds]
miabbott[m] has quit [Ping timeout: 248 seconds]
crap has quit [Ping timeout: 248 seconds]
baaash[m] has quit [Ping timeout: 255 seconds]
anthr76[m] has quit [Ping timeout: 255 seconds]
walters has quit [Ping timeout: 255 seconds]
osezer[m] has quit [Ping timeout: 255 seconds]
adamw has quit [Ping timeout: 255 seconds]
dngray[m] has quit [Ping timeout: 255 seconds]
hiroshi[m] has quit [Ping timeout: 255 seconds]
travier[m] has quit [Ping timeout: 255 seconds]
Sheogorath[m] has quit [Ping timeout: 255 seconds]
defolos has quit [Ping timeout: 255 seconds]
vladan[m] has quit [Ping timeout: 255 seconds]
boudinie[m] has quit [Ping timeout: 255 seconds]
GiuDno[m]1 has quit [Ping timeout: 268 seconds]
cmagina has quit [Ping timeout: 268 seconds]
shoragan[m] has quit [Ping timeout: 268 seconds]
MichaelArmijo[m] has quit [Ping timeout: 264 seconds]
jednorozec[m] has quit [Ping timeout: 264 seconds]
nb[m] has quit [Ping timeout: 264 seconds]
ykadev[m] has quit [Ping timeout: 268 seconds]
Matthieu[m]1 has quit [Ping timeout: 268 seconds]
aleskandro[m] has quit [Ping timeout: 268 seconds]
killefiz[m] has quit [Ping timeout: 268 seconds]
mock has quit [Quit: ZNC 1.8.2 - https://znc.in]
mockgeek has joined #fedora-coreos
mockgeek is now known as mock
cverna has joined #fedora-coreos
jpn has joined #fedora-coreos
killefiz[m] has joined #fedora-coreos
jpn has quit [Ping timeout: 268 seconds]
marmijo has joined #fedora-coreos
boudinie[m] has joined #fedora-coreos
MichaelArmijo[m] has joined #fedora-coreos
Guest1750 has joined #fedora-coreos
mikeru has joined #fedora-coreos
SandipanRoy[m] has joined #fedora-coreos
jpn has joined #fedora-coreos
crobinso has quit [Ping timeout: 252 seconds]
nbsadminaccount- has joined #fedora-coreos
jpn has quit [Ping timeout: 264 seconds]
jpn has joined #fedora-coreos
hartan[m] has joined #fedora-coreos
GiuDno[m]1 has joined #fedora-coreos
jmarrero has joined #fedora-coreos
aaradhak[m] has joined #fedora-coreos
jpn has quit [Ping timeout: 252 seconds]
Matthieu[m]1 has joined #fedora-coreos
llamma` is now known as llamma
fifofonix has joined #fedora-coreos
jpn has joined #fedora-coreos
vgoyal has quit [Quit: Leaving]
vgoyal has joined #fedora-coreos
jpn has quit [Ping timeout: 268 seconds]
ravanelli has joined #fedora-coreos
cmagina has joined #fedora-coreos
jpn has joined #fedora-coreos
bowsers[m] has joined #fedora-coreos
mheon has quit [Ping timeout: 252 seconds]
<ravanelli> dustymabe: sorry lost the message here, it is already merged anyway
nalind has quit [Quit: until next time]
spresti[m] has joined #fedora-coreos
miabbott[m] has joined #fedora-coreos
ykadev[m] has joined #fedora-coreos
nb[m] has joined #fedora-coreos
aleskandro[m] has joined #fedora-coreos
jpn has quit [Ping timeout: 268 seconds]
defolos has joined #fedora-coreos
lucab has joined #fedora-coreos
osezer[m] has joined #fedora-coreos
anthr76[m] has joined #fedora-coreos
travier[m] has joined #fedora-coreos
shoragan[m] has joined #fedora-coreos
jednorozec[m] has joined #fedora-coreos
vladan[m] has joined #fedora-coreos
adamw has joined #fedora-coreos
baaash[m] has joined #fedora-coreos
gotmax[m] has joined #fedora-coreos
Sheogorath[m] has joined #fedora-coreos
dngray[m] has joined #fedora-coreos
sgallagh has joined #fedora-coreos
davdunc[m has joined #fedora-coreos
x3mboy has joined #fedora-coreos
hiroshi[m] has joined #fedora-coreos
walters has joined #fedora-coreos
lorbus has joined #fedora-coreos
alebastr[m] has joined #fedora-coreos
go4godvin has joined #fedora-coreos
Eighth_Doctor has joined #fedora-coreos
plarsen has quit [Quit: NullPointerException!]
fifofonix has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
jpn has joined #fedora-coreos
jpn has quit [Ping timeout: 255 seconds]
jlebon has quit [Quit: leaving]
gursewak has quit [Ping timeout: 260 seconds]
jpn has joined #fedora-coreos
jpn has quit [Ping timeout: 268 seconds]
<baaash[m]> <matthieu[m]> "baaash[m]: have a look in the..." <- you'd think huh?