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
c4rt0 has quit [Remote host closed the connection]
c4rt0_ has quit [Remote host closed the connection]
jlebon has quit [Ping timeout: 246 seconds]
jlebon has joined #fedora-coreos
mnguyen has quit [Ping timeout: 268 seconds]
nb has quit [Quit: The Lounge - https://thelounge.chat]
nb has joined #fedora-coreos
jlebon has quit [Ping timeout: 252 seconds]
jlebon has joined #fedora-coreos
jlebon has quit [Ping timeout: 260 seconds]
paragan has joined #fedora-coreos
Anonymous[m]1 has quit [*.net *.split]
alebastr[m] has quit [*.net *.split]
OnuralpSezer[m]1 has quit [*.net *.split]
lucab has quit [*.net *.split]
ccha has quit [*.net *.split]
michele has quit [*.net *.split]
pwhalen has quit [*.net *.split]
jdoss has quit [*.net *.split]
pbrobinson has quit [*.net *.split]
pwhalen has joined #fedora-coreos
ccha has joined #fedora-coreos
pbrobinson has joined #fedora-coreos
jdoss has joined #fedora-coreos
ccha has joined #fedora-coreos
ccha has quit [Changing host]
jdoss has joined #fedora-coreos
jdoss has quit [Changing host]
michele has joined #fedora-coreos
lucab has joined #fedora-coreos
bytehackr has joined #fedora-coreos
alebastr[m] has joined #fedora-coreos
OnuralpSezer[m]1 has joined #fedora-coreos
Anonymous[m]1 has joined #fedora-coreos
jcajka has joined #fedora-coreos
saschagrunert has joined #fedora-coreos
saschagrunert has quit [Remote host closed the connection]
saschagrunert has joined #fedora-coreos
c4rt0 has joined #fedora-coreos
Betal has quit [Quit: WeeChat 3.7]
azukku has joined #fedora-coreos
jpn has joined #fedora-coreos
<travier[m]> queeup: Can you make a forum post with the denials?
<queeup[m]> Sure. I will try to make it.
<c4rt0> @travier test
travisghansen has quit [Quit: The Lounge - https://thelounge.github.io]
travisghansen has joined #fedora-coreos
<queeup[m]> travier: My message is misleading. I was trying to say tailscale's new ssh feature is not working with selinux. Because it needs shell_exec_t or something.
<queeup[m]> Maybe they need to bundle policy or something. Is there anything we can do manually?
copperi[m] has left #fedora-coreos [#fedora-coreos]
copperi[m] has joined #fedora-coreos
<travier[m]> A forum post would still be nice as it would have all the details in a single place and easy to reference. It's hard to diagnose SELinux issues in chat
<travier[m]> queeup: ^^
mockgeek is now known as mock
jpn has quit [Ping timeout: 268 seconds]
mnguyen has joined #fedora-coreos
nalind has joined #fedora-coreos
crobinso has joined #fedora-coreos
jpn has joined #fedora-coreos
vgoyal has joined #fedora-coreos
jpn has quit [Ping timeout: 248 seconds]
jpn has joined #fedora-coreos
jpn has quit [Ping timeout: 268 seconds]
plarsen has joined #fedora-coreos
jpn has joined #fedora-coreos
jlebon has joined #fedora-coreos
jpn has quit [Ping timeout: 264 seconds]
mheon has joined #fedora-coreos
jpn has joined #fedora-coreos
cmagina has quit [Changing host]
cmagina has joined #fedora-coreos
jlebon has quit [Quit: brb]
jlebon has joined #fedora-coreos
palasso has joined #fedora-coreos
saschagrunert has quit [Remote host closed the connection]
palasso has quit [Client Quit]
azukku has quit [Quit: Leaving.]
gursewak has joined #fedora-coreos
mboddu_ has quit [Changing host]
mboddu_ has joined #fedora-coreos
mboddu_ is now known as mboddu
bgilbert has joined #fedora-coreos
ykadev[m] has quit [Quit: You have been kicked for being idle]
paragan has quit [Quit: Leaving]
crobinso has quit [Ping timeout: 252 seconds]
<dustymabe> gursewak: let's unpin bash in `testing-devel`
jpn has quit [Ping timeout: 260 seconds]
jpn has joined #fedora-coreos
<cverna> Looks like maybe something related to the pipeline changes?
jtgreene has quit [Changing host]
jtgreene has joined #fedora-coreos
<jlebon> cverna: ahhh fun. gimme a sec
jcajka has quit [Quit: Leaving]
jpn has quit [Ping timeout: 260 seconds]
<dustymabe> 👀'
jpn has joined #fedora-coreos
<jlebon> cverna: commented on the PRs
<bgilbert> also, it looks like PRs to testing-devel are failing with a slightly different error
<bgilbert> it just says "/srv/coreos"
<bgilbert> (when running kola)
<jlebon> checking
<jlebon> hmm, this looks like fallout from https://github.com/coreos/coreos-ci-lib/pull/120. dustymabe, can you track that down? I can take a look too if you need a hand
<dustymabe> yeah I'll look
<jlebon> hmm ok right and this blocks the cherry-pick PRs I just opened too
* jlebon has to grab food
<dustymabe> where we try to cd into the cosadir
fifofonix has joined #fedora-coreos
jpn has quit [Ping timeout: 252 seconds]
<dustymabe> my best guess is that `shwrap("cd /srv/coreos")` works fine for whatever reason, but `dir(cosaDir)` fails
bytehackr has quit [Ping timeout: 248 seconds]
bytehackr has joined #fedora-coreos
jpn has joined #fedora-coreos
<dustymabe> i'm looking into the problem. running a test now. will be back after some food
saroy has joined #fedora-coreos
jpn has quit [Ping timeout: 252 seconds]
bytehackr has quit [Ping timeout: 246 seconds]
saroy has quit [Ping timeout: 260 seconds]
jpn has joined #fedora-coreos
<bgilbert> looks like the pod can't be scheduled
<jlebon> bgilbert: yup, that's tracked at https://github.com/openshift/os/issues/1028
<bgilbert> +1
<jlebon> dustymabe: ughhh, i bet the `dir()` tries to do it on the controller instead of the pod
<jlebon> there are other steps like that which aren't actually kube-aware and we end up with things like https://github.com/coreos/coreos-ci-lib/blob/6a7df2d9c9cdc0000c88cb3052a60f9a00abfccf/vars/utils.groovy#L24-L27
<dustymabe> jlebon in this case 'controller' is the pod running jenkins and "pod" is the cosa pod?
<jlebon> dustymabe: right yeah
<dustymabe> any other ideas on how to change directory inside the pod and have it stick?
jpn has quit [Ping timeout: 268 seconds]
<dustymabe> ok i'm going to hack on coreos-ci and see if I have a potential solution here
<queeup[m]> travier: Do I need to use `chcon` once or every boot and updated package if I want to change security context of a layered package file?
<jlebon> dustymabe: one idea is to add a stage like `chdir` which drops a file that `shwrap` reads in to cd
<jlebon> s/stage/custom step/
<jlebon> let me see though if `dir` is known to not work with the kubernetes plugin
<dustymabe> jlebon: I've got another potential solution
<dustymabe> testing it out now
<jlebon> dustymabe: hmm, is what you're doing related to the CoreOS CI jenkins not loading right now?
<dustymabe> yep
<jlebon> ack
<dustymabe> updated the casc to point at a coreos-ci-lib fork and then cycled the jenkins pod
<dustymabe> should be back soon I would assume
jpn has joined #fedora-coreos
c4rt0 has quit [Quit: Leaving]
gursewak has quit [Ping timeout: 246 seconds]
gursewak has joined #fedora-coreos
jpn has quit [Ping timeout: 252 seconds]
<jlebon> :lgtm:
<jlebon> will let you merge whenever you're ready
travisghansen has quit [Ping timeout: 248 seconds]
gursewak has quit [Ping timeout: 248 seconds]
jpn has joined #fedora-coreos
nalind has quit [Quit: until next time]
plarsen has quit [Remote host closed the connection]
plarsen has joined #fedora-coreos
jpn has quit [Ping timeout: 252 seconds]
<travier[m]> queeup: I'd try with rpm-otree usroverlay first and then if it works we'll need to figure out a better permanent option
<dustymabe> jlebon: should we start requested memory amounts for our CI runs?
<dustymabe> requesting
<dustymabe> Seeing `Out of memory: Killed process 1384 (rpm-ostree)` in the `ext.config.extensions*` tests for https://github.com/coreos/fedora-coreos-config/pull/2016
<jlebon> dustymabe: i think that's the dnf issue
<jlebon> we could cherry-pick that commit to stable
<jlebon> which bumps the memory request in those tests
<dustymabe> jlebon: can you point me at the commit?
<dustymabe> IIUC we aren't requesting any memory amount in f-c-c .cci.Jenkinsfile
<jlebon> e8135307 2022-10-12 Colin Walters tests: Bump RAM allocation for tests that install packages
<dustymabe> what repo is that in ?
<dustymabe> ahh
<dustymabe> i See
<dustymabe> yeah let me cherry-pick that
<dustymabe> done - do you mind reviewing?
<jlebon> :lgtm:
<jlebon> but as for the pod level, i agree we should probably be specifying a memory request. i'm not sure what the defaults are in that project
<jlebon> but if a limit range is ever added, or changed we'd hit that issue
jpn has joined #fedora-coreos
jpn has quit [Ping timeout: 252 seconds]
<jlebon> talk to y'all later!
<dustymabe> l8r
<dustymabe> adamw: want to meet tomorrow on https://github.com/coreos/fedora-coreos-tracker/issues/1239
<dustymabe> ?
<adamw> sure
<dustymabe> sent an invite
jpn has joined #fedora-coreos
jpn has quit [Ping timeout: 260 seconds]
mheon has quit [Ping timeout: 252 seconds]
jpn has joined #fedora-coreos
jpn has quit [Ping timeout: 252 seconds]
plarsen has quit [Quit: NullPointerException!]
jpn has joined #fedora-coreos
jpn has quit [Ping timeout: 250 seconds]
vgoyal has quit [Quit: Leaving]
jpn has joined #fedora-coreos
jpn has quit [Ping timeout: 250 seconds]