01:04
ravanelli has joined #fedora-coreos
01:12
ravanelli has quit [Ping timeout: 260 seconds]
01:25
ravanelli has joined #fedora-coreos
01:29
plarsen has quit [Quit: NullPointerException!]
01:48
ravanelli has quit [Remote host closed the connection]
01:49
ravanelli has joined #fedora-coreos
01:54
ravanelli has quit [Ping timeout: 260 seconds]
02:51
jpn has joined #fedora-coreos
02:56
jpn has quit [Ping timeout: 252 seconds]
03:06
bgilbert has joined #fedora-coreos
03:07
bowsers has quit [Ping timeout: 252 seconds]
03:15
jlebon has quit [Quit: leaving]
04:05
bytehackr has joined #fedora-coreos
04:34
travisghansen has joined #fedora-coreos
05:12
bgilbert has quit [Ping timeout: 252 seconds]
05:18
gursewak has quit [Ping timeout: 260 seconds]
05:19
paragan has joined #fedora-coreos
05:22
gursewak has joined #fedora-coreos
05:32
gursewak has quit [Ping timeout: 260 seconds]
05:41
bgilbert has joined #fedora-coreos
05:52
gursewak has joined #fedora-coreos
06:31
gursewak has quit [Ping timeout: 248 seconds]
06:44
jcajka has joined #fedora-coreos
08:11
Betal has quit [Quit: WeeChat 3.6]
08:24
jpn has joined #fedora-coreos
08:59
bgilbert has quit [Ping timeout: 268 seconds]
09:26
jpn has quit [Ping timeout: 255 seconds]
09:33
ravanelli has joined #fedora-coreos
09:38
jpn has joined #fedora-coreos
09:38
ravanelli has quit [Ping timeout: 268 seconds]
11:22
ravanelli has joined #fedora-coreos
11:25
ravanelli has quit [Remote host closed the connection]
11:27
ravanelli has joined #fedora-coreos
11:59
jpn has quit [Ping timeout: 252 seconds]
12:22
jpn has joined #fedora-coreos
12:27
jpn has quit [Ping timeout: 252 seconds]
12:28
vgoyal has joined #fedora-coreos
12:39
crobinso has joined #fedora-coreos
12:47
jpn has joined #fedora-coreos
13:01
plarsen has joined #fedora-coreos
13:09
mheon has joined #fedora-coreos
13:15
jlebon has joined #fedora-coreos
13:32
nalind has joined #fedora-coreos
13:50
jpn has quit [Ping timeout: 268 seconds]
13:58
jpn has joined #fedora-coreos
14:00
fifofonix has joined #fedora-coreos
14:18
hjst has quit [Ping timeout: 260 seconds]
14:19
hjst has joined #fedora-coreos
14:23
<
dustymabe >
jlebon: wow - it involved a complication in tmux?
14:23
<
dustymabe >
that's a twist I didn't see coming
14:24
<
jlebon >
dustymabe: yup indeed! :) if you test it in GNOME Terminal directly, it works fine
14:24
<
jlebon >
(that is to say, it gracefully handles the invalid sequence)
14:27
<
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
14:27
<
fifofonix >
there is a process I should be following in coreos land to flag a version update as eagerly anticipated?
14:27
<
dustymabe >
fifofonix: probably open an issue
14:28
<
dustymabe >
it's a layered package? not one in the base?
14:41
<
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.
14:43
travisghansen has joined #fedora-coreos
14:48
jcajka has quit [Quit: Leaving]
15:03
bgilbert has joined #fedora-coreos
15:06
<
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
15:09
<
fifofonix >
dustymabe: thanks, apologies for erroneously opening in your domain, and thanks for the re-point...
15:10
<
dustymabe >
np. I told you the wrong thing up front
15:15
<
fifofonix >
dustymabe: I'm English so I still owe you an apology.
15:16
<
dustymabe >
apology accepted!
15:19
gursewak has joined #fedora-coreos
15:20
mnguyen_ has joined #fedora-coreos
15:22
mnguyen has quit [Ping timeout: 252 seconds]
15:41
<
travisghansen >
is there a good guide somewhere on how to properly build akmod package and how to integrate that into fcos?
15:45
<
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
15:55
bytehackr has quit [Remote host closed the connection]
16:07
marmijo has joined #fedora-coreos
16:15
<
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
16:20
<
dustymabe >
or build your own RPM with the kmod and package layer that
16:21
<
dustymabe >
it would actually be really great if you do the coreos-layering approach to submit this as an example back to the repo
16:21
<
travisghansen >
yeah the upstreaming seems unlikely for sure
16:21
<
dustymabe >
but why?
16:21
<
dustymabe >
it's open source
16:21
<
travisghansen >
ask them?
16:22
<
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.
16:22
<
travisghansen >
it's a 1.5 year old issue with no response from the team
16:22
<
travisghansen >
in any case, how does the 'layering' approach you mention differ from my original question?
16:23
<
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"
16:24
<
travisghansen >
wouldn't that be the path to follow for layering though? install an akmod rpm?
16:24
<
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
16:24
<
dustymabe >
so you don't need RPMs at all
16:25
<
dustymabe >
you'd want to use a multi-stage container build - but pretty easy to do
16:25
<
travisghansen >
right, but how would that integrate sanely after kernel upgrades in fcos?
16:26
<
dustymabe >
after you rebased your system you'd only update when a new container was pushed (by you)
16:26
<
travisghansen >
sorry, brand new to fcos and rpmtree etc
16:27
<
dustymabe >
travisghansen: no worries.. coreos-layering is still under some development so there are some kinks to be worked out
16:28
<
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?
16:30
<
dustymabe >
travisghansen: currently, yes
16:33
<
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
16:33
<
dustymabe >
yeah, it has drawbacks
16:34
<
travisghansen >
I'd rather manage the akmod once, rather than manage builds of the whole os over and over
16:37
mnguyen has joined #fedora-coreos
16:39
mnguyen_ has quit [Ping timeout: 252 seconds]
16:40
paragan has quit [Quit: Leaving]
17:10
jpn has quit [Ping timeout: 252 seconds]
17:11
<
travisghansen >
unless I'm reading that wrong, it seems the condition is basically a 'akmods should never run on fcos'
17:22
<
travier[m] >
kernel modules using akmods are built during rpm-ostree composes (updates, etc.) and not at runtime
17:33
mnguyen has quit [Remote host closed the connection]
17:33
mnguyen has joined #fedora-coreos
17:40
<
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?
17:58
Betal has joined #fedora-coreos
18:20
aleek has quit [Ping timeout: 268 seconds]
18:21
aleek has joined #fedora-coreos
18:27
<
dustymabe >
and once that merges I'll rebase 1933
18:55
ravanelli has quit [Remote host closed the connection]
18:55
ravanelli has joined #fedora-coreos
18:56
ravanelli has quit [Remote host closed the connection]
18:57
ravanelli has joined #fedora-coreos
18:58
ravanelli has quit [Remote host closed the connection]
18:59
ravanelli has joined #fedora-coreos
19:04
ravanelli has quit [Ping timeout: 268 seconds]
19:07
ravanelli has joined #fedora-coreos
19:12
ravanelli has quit [Ping timeout: 268 seconds]
19:30
marmijo has quit [Quit: Client closed]
19:37
fifofonix has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
19:55
ChanServ has quit [*.net *.split]
19:55
guesswhat has quit [*.net *.split]
19:55
d10n_ has quit [*.net *.split]
19:55
nnewton has quit [*.net *.split]
19:55
poppajarv has quit [*.net *.split]
19:55
ccha has quit [*.net *.split]
19:55
nb has quit [*.net *.split]
19:55
flokli has quit [*.net *.split]
19:55
travisghansen has quit [*.net *.split]
19:55
nbsadminaccount- has quit [*.net *.split]
19:55
michele has quit [*.net *.split]
19:55
b100s has quit [*.net *.split]
19:55
crap has quit [*.net *.split]
19:55
miabbott[m] has quit [*.net *.split]
19:55
piwu has quit [*.net *.split]
19:55
zodbot has quit [*.net *.split]
19:55
lvrabec has quit [*.net *.split]
19:55
killefiz[m] has quit [*.net *.split]
19:55
ykadev[m] has quit [*.net *.split]
19:55
u1106 has quit [*.net *.split]
19:55
Matthieu[m]1 has quit [*.net *.split]
19:55
kklimonda has quit [*.net *.split]
19:55
aleskandro[m] has quit [*.net *.split]
19:55
justJanne has quit [*.net *.split]
19:55
jzelinskie has quit [*.net *.split]
19:55
mgrundmann has quit [*.net *.split]
19:55
Betal has quit [*.net *.split]
19:55
jlebon has quit [*.net *.split]
19:55
mheon has quit [*.net *.split]
19:55
crobinso has quit [*.net *.split]
19:55
vgoyal has quit [*.net *.split]
19:55
aleek has quit [*.net *.split]
19:55
bgilbert has quit [*.net *.split]
19:55
nalind has quit [*.net *.split]
19:55
klaas_ has quit [*.net *.split]
19:55
siodor has quit [*.net *.split]
19:55
jdieter has quit [*.net *.split]
19:55
ikonia has quit [*.net *.split]
19:55
kieren has quit [*.net *.split]
19:55
strigazi has quit [*.net *.split]
19:55
brtknr has quit [*.net *.split]
19:55
darknao has quit [*.net *.split]
19:55
shoragan has quit [*.net *.split]
19:55
hotbox has quit [*.net *.split]
19:55
pej has quit [*.net *.split]
19:55
boudinie[m] has quit [*.net *.split]
19:55
thomasfedb has quit [*.net *.split]
19:55
sayan has quit [*.net *.split]
19:55
mikeru has quit [*.net *.split]
19:55
bowsers[m] has quit [*.net *.split]
19:55
SandipanRoy[m] has quit [*.net *.split]
19:55
cverna has quit [*.net *.split]
19:55
jmarrero has quit [*.net *.split]
19:55
djinni`_ has quit [*.net *.split]
19:55
spresti[m] has quit [*.net *.split]
19:55
davdunc has quit [*.net *.split]
19:55
aaradhak[m] has quit [*.net *.split]
19:55
MichaelArmijo[m] has quit [*.net *.split]
19:55
jednorozec[m] has quit [*.net *.split]
19:55
mhayden has quit [*.net *.split]
19:55
nb[m] has quit [*.net *.split]
19:55
hiredman has quit [*.net *.split]
19:55
jtgreene- has quit [*.net *.split]
19:55
GiuDno[m]1 has quit [*.net *.split]
19:55
cmagina has quit [*.net *.split]
19:55
jdoss has quit [*.net *.split]
19:55
shoragan[m] has quit [*.net *.split]
19:55
pbrobinson has quit [*.net *.split]
19:55
ebbex has quit [*.net *.split]
19:56
zodbot has joined #fedora-coreos
19:56
hiredman has joined #fedora-coreos
19:56
davdunc has joined #fedora-coreos
19:56
aleek has joined #fedora-coreos
19:56
Betal has joined #fedora-coreos
19:56
bgilbert has joined #fedora-coreos
19:56
travisghansen has joined #fedora-coreos
19:56
nalind has joined #fedora-coreos
19:56
jlebon has joined #fedora-coreos
19:56
mheon has joined #fedora-coreos
19:56
crobinso has joined #fedora-coreos
19:56
vgoyal has joined #fedora-coreos
19:56
bowsers[m] has joined #fedora-coreos
19:56
guesswhat has joined #fedora-coreos
19:56
nbsadminaccount- has joined #fedora-coreos
19:56
ykadev[m] has joined #fedora-coreos
19:56
d10n_ has joined #fedora-coreos
19:56
nnewton has joined #fedora-coreos
19:56
poppajarv has joined #fedora-coreos
19:56
klaas_ has joined #fedora-coreos
19:56
ccha has joined #fedora-coreos
19:56
nb has joined #fedora-coreos
19:56
killefiz[m] has joined #fedora-coreos
19:56
flokli has joined #fedora-coreos
19:56
b100s has joined #fedora-coreos
19:56
SandipanRoy[m] has joined #fedora-coreos
19:56
u1106 has joined #fedora-coreos
19:56
aaradhak[m] has joined #fedora-coreos
19:56
michele has joined #fedora-coreos
19:56
crap has joined #fedora-coreos
19:56
MichaelArmijo[m] has joined #fedora-coreos
19:56
miabbott[m] has joined #fedora-coreos
19:56
piwu has joined #fedora-coreos
19:56
Matthieu[m]1 has joined #fedora-coreos
19:56
jmarrero has joined #fedora-coreos
19:56
cverna has joined #fedora-coreos
19:56
kklimonda has joined #fedora-coreos
19:56
aleskandro[m] has joined #fedora-coreos
19:56
jdieter has joined #fedora-coreos
19:56
ikonia has joined #fedora-coreos
19:56
shoragan has joined #fedora-coreos
19:56
siodor has joined #fedora-coreos
19:56
lvrabec has joined #fedora-coreos
19:56
hotbox has joined #fedora-coreos
19:56
jednorozec[m] has joined #fedora-coreos
19:56
mhayden has joined #fedora-coreos
19:56
GiuDno[m]1 has joined #fedora-coreos
19:56
justJanne has joined #fedora-coreos
19:56
spresti[m] has joined #fedora-coreos
19:56
boudinie[m] has joined #fedora-coreos
19:56
cmagina has joined #fedora-coreos
19:56
mgrundmann has joined #fedora-coreos
19:56
nb[m] has joined #fedora-coreos
19:56
kieren has joined #fedora-coreos
19:56
pej has joined #fedora-coreos
19:56
strigazi has joined #fedora-coreos
19:56
brtknr has joined #fedora-coreos
19:56
mikeru has joined #fedora-coreos
19:56
pbrobinson has joined #fedora-coreos
19:56
thomasfedb has joined #fedora-coreos
19:56
darknao has joined #fedora-coreos
19:56
jdoss has joined #fedora-coreos
19:56
djinni`_ has joined #fedora-coreos
19:56
shoragan[m] has joined #fedora-coreos
19:56
sayan has joined #fedora-coreos
19:56
ChanServ has joined #fedora-coreos
19:56
jtgreene- has joined #fedora-coreos
19:56
ebbex has joined #fedora-coreos
19:56
jzelinskie has joined #fedora-coreos
19:57
Eighth_Doctor has quit [Max SendQ exceeded]
19:57
go4godvin has quit [Max SendQ exceeded]
19:58
cverna has quit [Ping timeout: 240 seconds]
19:58
spresti[m] has quit [Ping timeout: 240 seconds]
19:58
gotmax[m] has quit [Ping timeout: 255 seconds]
19:59
mikeru has quit [Ping timeout: 255 seconds]
19:59
bowsers[m] has quit [Ping timeout: 240 seconds]
19:59
SandipanRoy[m] has quit [Ping timeout: 240 seconds]
19:59
jmarrero has quit [Ping timeout: 240 seconds]
19:59
hartan[m] has quit [Ping timeout: 255 seconds]
19:59
x3mboy has quit [Ping timeout: 255 seconds]
19:59
sgallagh has quit [Ping timeout: 255 seconds]
19:59
lucab has quit [Ping timeout: 255 seconds]
19:59
davdunc[m has quit [Ping timeout: 255 seconds]
19:59
lorbus has quit [Ping timeout: 255 seconds]
19:59
alebastr[m] has quit [Ping timeout: 255 seconds]
19:59
aaradhak[m] has quit [Ping timeout: 264 seconds]
19:59
nbsadminaccount- has quit [Ping timeout: 248 seconds]
19:59
miabbott[m] has quit [Ping timeout: 248 seconds]
19:59
crap has quit [Ping timeout: 248 seconds]
19:59
baaash[m] has quit [Ping timeout: 255 seconds]
19:59
anthr76[m] has quit [Ping timeout: 255 seconds]
19:59
walters has quit [Ping timeout: 255 seconds]
19:59
osezer[m] has quit [Ping timeout: 255 seconds]
19:59
adamw has quit [Ping timeout: 255 seconds]
19:59
dngray[m] has quit [Ping timeout: 255 seconds]
19:59
hiroshi[m] has quit [Ping timeout: 255 seconds]
19:59
travier[m] has quit [Ping timeout: 255 seconds]
19:59
Sheogorath[m] has quit [Ping timeout: 255 seconds]
19:59
defolos has quit [Ping timeout: 255 seconds]
19:59
vladan[m] has quit [Ping timeout: 255 seconds]
19:59
boudinie[m] has quit [Ping timeout: 255 seconds]
20:00
GiuDno[m]1 has quit [Ping timeout: 268 seconds]
20:00
cmagina has quit [Ping timeout: 268 seconds]
20:00
shoragan[m] has quit [Ping timeout: 268 seconds]
20:00
MichaelArmijo[m] has quit [Ping timeout: 264 seconds]
20:00
jednorozec[m] has quit [Ping timeout: 264 seconds]
20:00
nb[m] has quit [Ping timeout: 264 seconds]
20:00
ykadev[m] has quit [Ping timeout: 268 seconds]
20:00
Matthieu[m]1 has quit [Ping timeout: 268 seconds]
20:00
aleskandro[m] has quit [Ping timeout: 268 seconds]
20:03
killefiz[m] has quit [Ping timeout: 268 seconds]
20:11
mockgeek has joined #fedora-coreos
20:12
mockgeek is now known as mock
20:17
cverna has joined #fedora-coreos
20:23
jpn has joined #fedora-coreos
20:26
killefiz[m] has joined #fedora-coreos
20:32
jpn has quit [Ping timeout: 268 seconds]
20:39
marmijo has joined #fedora-coreos
20:45
boudinie[m] has joined #fedora-coreos
20:46
MichaelArmijo[m] has joined #fedora-coreos
20:46
Guest1750 has joined #fedora-coreos
21:06
mikeru has joined #fedora-coreos
21:12
SandipanRoy[m] has joined #fedora-coreos
21:13
jpn has joined #fedora-coreos
21:14
crobinso has quit [Ping timeout: 252 seconds]
21:15
nbsadminaccount- has joined #fedora-coreos
21:18
jpn has quit [Ping timeout: 264 seconds]
21:19
jpn has joined #fedora-coreos
21:21
hartan[m] has joined #fedora-coreos
21:24
GiuDno[m]1 has joined #fedora-coreos
21:24
jmarrero has joined #fedora-coreos
21:24
aaradhak[m] has joined #fedora-coreos
21:25
jpn has quit [Ping timeout: 252 seconds]
21:25
Matthieu[m]1 has joined #fedora-coreos
21:26
llamma` is now known as llamma
21:30
fifofonix has joined #fedora-coreos
21:38
jpn has joined #fedora-coreos
21:43
vgoyal has quit [Quit: Leaving]
21:43
vgoyal has joined #fedora-coreos
21:52
jpn has quit [Ping timeout: 268 seconds]
21:58
ravanelli has joined #fedora-coreos
22:04
cmagina has joined #fedora-coreos
22:05
jpn has joined #fedora-coreos
22:05
bowsers[m] has joined #fedora-coreos
22:06
mheon has quit [Ping timeout: 252 seconds]
22:06
<
ravanelli >
dustymabe: sorry lost the message here, it is already merged anyway
22:07
nalind has quit [Quit: until next time]
22:09
spresti[m] has joined #fedora-coreos
22:11
miabbott[m] has joined #fedora-coreos
22:12
ykadev[m] has joined #fedora-coreos
22:12
nb[m] has joined #fedora-coreos
22:14
aleskandro[m] has joined #fedora-coreos
22:15
jpn has quit [Ping timeout: 268 seconds]
22:17
defolos has joined #fedora-coreos
22:17
lucab has joined #fedora-coreos
22:19
osezer[m] has joined #fedora-coreos
22:21
anthr76[m] has joined #fedora-coreos
22:21
travier[m] has joined #fedora-coreos
22:22
shoragan[m] has joined #fedora-coreos
22:22
jednorozec[m] has joined #fedora-coreos
22:23
vladan[m] has joined #fedora-coreos
22:23
adamw has joined #fedora-coreos
22:23
baaash[m] has joined #fedora-coreos
22:24
gotmax[m] has joined #fedora-coreos
22:24
Sheogorath[m] has joined #fedora-coreos
22:24
dngray[m] has joined #fedora-coreos
22:25
sgallagh has joined #fedora-coreos
22:26
davdunc[m has joined #fedora-coreos
22:26
x3mboy has joined #fedora-coreos
22:28
hiroshi[m] has joined #fedora-coreos
22:28
walters has joined #fedora-coreos
22:28
lorbus has joined #fedora-coreos
22:29
alebastr[m] has joined #fedora-coreos
22:31
go4godvin has joined #fedora-coreos
22:33
Eighth_Doctor has joined #fedora-coreos
22:40
plarsen has quit [Quit: NullPointerException!]
22:42
fifofonix has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
22:44
jpn has joined #fedora-coreos
22:50
jpn has quit [Ping timeout: 255 seconds]
23:04
jlebon has quit [Quit: leaving]
23:22
gursewak has quit [Ping timeout: 260 seconds]
23:26
jpn has joined #fedora-coreos
23:31
jpn has quit [Ping timeout: 268 seconds]
23:56
<
baaash[m] >
<matthieu[m]> "baaash[m]: have a look in the..." <- you'd think huh?