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
gursewak has joined #fedora-coreos
jpn has joined #fedora-coreos
jpn has quit [Ping timeout: 272 seconds]
gursewak has quit [Ping timeout: 240 seconds]
mboddu_ has joined #fedora-coreos
mboddu has quit [Ping timeout: 244 seconds]
llamma has quit [Ping timeout: 276 seconds]
llamma has joined #fedora-coreos
gursewak has joined #fedora-coreos
gursewak has quit [Ping timeout: 272 seconds]
gursewak has joined #fedora-coreos
gursewak has quit [Ping timeout: 244 seconds]
gursewak has joined #fedora-coreos
paragan has joined #fedora-coreos
bgilbert has quit [Ping timeout: 255 seconds]
gursewak has quit [Ping timeout: 240 seconds]
Betal has quit [Ping timeout: 264 seconds]
Betal has joined #fedora-coreos
jpn has joined #fedora-coreos
jcajka has joined #fedora-coreos
jpn has quit [Ping timeout: 272 seconds]
jpn has joined #fedora-coreos
jpn has quit [Ping timeout: 244 seconds]
jpn has joined #fedora-coreos
jpn has quit [Ping timeout: 240 seconds]
jpn has joined #fedora-coreos
<guesswhat> hello, i have troubles in podman 4.1.0 ( fcos 36 ),, sometimes, containers lose the ability to resolve themselfs ( same network bridge ), ping is working, but dns resolution does not, os restart is helping only temporarily. any ideas? thanks
ravanelli has joined #fedora-coreos
ravanelli has quit [Remote host closed the connection]
ravanelli has joined #fedora-coreos
<travier[m]> guesswhat: Can you file an issue with as much details as possible? Do you have a reproducer?
Betal has quit [Quit: WeeChat 3.6]
ravanelli has quit [Remote host closed the connection]
<guesswhat> travier[m]: i can not simulate this, waiting for another "dns" hickup
<guesswhat> some containers are resolvable, other arent...
<guesswhat> this one is internesting: Jul 15 12:05:34 ip-10-2-13-15 aardvark-dns[2286]: Unable to start server unable to start CoreDns server: Address already in use (os error 98)
jpn has quit [Ping timeout: 268 seconds]
ravanelli has joined #fedora-coreos
jpn has joined #fedora-coreos
ravanelli has quit [Ping timeout: 240 seconds]
jpn has quit [Ping timeout: 240 seconds]
jpn has joined #fedora-coreos
ravanelli has joined #fedora-coreos
ravanelli has quit [Ping timeout: 272 seconds]
mheon has joined #fedora-coreos
ravanelli has joined #fedora-coreos
nalind has joined #fedora-coreos
plarsen has joined #fedora-coreos
ravanelli has quit [Ping timeout: 272 seconds]
paragan has quit [Quit: Leaving]
plarsen has quit [Remote host closed the connection]
plarsen has joined #fedora-coreos
ravanelli has joined #fedora-coreos
ravanelli has quit [Ping timeout: 240 seconds]
bgilbert has joined #fedora-coreos
ravanelli has joined #fedora-coreos
bagasse has quit [Remote host closed the connection]
ravanelli has quit [Ping timeout: 276 seconds]
<sgallagh> Is there a tool out there that would allow me to create my own custom OStree based on CoreOS (or IoT or Silverblue)? Essentially, I have a pattern where I'm regularly layering packages (in particular, those that relate to network-bound disk encryption) and I have to replicate this over a number of machines. I'd like to be able to just make this part of the OStree repo.
jcajka has quit [Quit: Leaving]
<aaradhak[m]> Hi travier , a question regarding this [PR](https://github.com/coreos/console-login-helper-messages/pull/111) for "steps to create a tag" , kindly let me know if we need to add it in `repo-templates`. I would like to get your thoughts on this.
<dustymabe> sgallagh: there are options here. so the answer may have multiple levels
<dustymabe> do you want to derive from FCOS or start from scratch?
<sgallagh> dustymabe: Let's start with FCOS
<dustymabe> sgallagh: if you want to derive from FCOS the two options are package layering (what you're doing today) or something new we've been calling `coreos layering` (could probably use a better name)
<dustymabe> this allows you to use a Dockerfile like "FROM: " approach to modifying disk images. You then store it in a container registry and point your machines at that
<dustymabe> the only problem with this approach is that right now it's not fully baked (i.e. your machines won't get updates unless you do new builds)
<dustymabe> we're working on finishing it up
<dustymabe> sgallagh: if you're doing development work then you might not care so much about updates so coreos layering might work well for you
<bgilbert> aaradhak[m]: short version: I don't think it _needs_ to go in repo-templates but other projects could benefit from putting it there
<sgallagh> dustymabe: I'll check it out.
<sgallagh> And what about the other approach (starting from scratch)?
<aaradhak[m]> bgilbert: I see your point there. That makes sense.
<aaradhak[m]> dustymabe shall we move this to `repo-templates` ?
<dustymabe> sgallagh: you'd basically use coreos-assembler and the configs repo to create your own - see https://github.com/coreos/coreos-assembler/blob/main/docs/building-fcos.md
<dustymabe> aaradhak[m]: it's up to you. Depends on your current tasks/priorities if you want to take on that extra task.
<bgilbert> aaradhak[m]: if you do move it, I'd recommend making it a proper Markdown checklist in .github/ISSUE_TEMPLATE
ravanelli has joined #fedora-coreos
<sgallagh> dustymabe: Thanks again!
<sgallagh> I have two goals here: one to easily set up NBDE clients and another to create a minimized NBDE (tang) server system that could live on a low-powered, tamper-resistance device.
<lucab> Stephen Gallagher: perhaps I'm misunderstanding this but it sounds like neither of those cases strictly need a custom OS, maybe? Which packages/bits are you missing in a vanilla image?
<aaradhak[m]> bgilbert dustymabe : I will make the Markdown Checklist if its beneficial for future reference.
<bgilbert> aaradhak[m]: +1, thank you!
<sgallagh> lucab: For the clients, I need at minimum `dracut-clevis` and realistically also `cockpit-storaged` for the easy setup UI.
<bgilbert> sgallagh: clevis is already supported via Ignition
<sgallagh> For the server, I could probably set that up in a container, it just seems like a lot of overhead for a tiny service
<sgallagh> bgilbert: I’m looking for a solution that would also work for Silverblue.
<bgilbert> ah, okay
ravanelli has quit [Ping timeout: 255 seconds]
<lucab> ah, that explains
<walters> (of course, ignition-for-silverblue relates to https://github.com/fedora-silverblue/issue-tracker/issues/244 )
gursewak has joined #fedora-coreos
<lucab> I'd personally put tang in a container, but at the same time I never had to manage such service in production
<sgallagh> The tang part is mostly about storage space.
<sgallagh> I’m looking at putting it on extremely storage-restricted devices.
<sgallagh> Likely built on Fedora IoT
jpn has quit [Ping timeout: 272 seconds]
jpn has joined #fedora-coreos
jpn has quit [Ping timeout: 240 seconds]
jpn has joined #fedora-coreos
ravanelli has joined #fedora-coreos
ravanelli has quit [Ping timeout: 264 seconds]
cverna has quit [Ping timeout: 240 seconds]
cverna has joined #fedora-coreos
nalind has quit [Ping timeout: 268 seconds]
ravanelli has joined #fedora-coreos
nalind has joined #fedora-coreos
<lucab> I'd like to land https://github.com/coreos/fedora-coreos-config/pull/1836 and keep going with the users/groups spring cleanings, if there are no concerns
ravanelli has quit [Ping timeout: 255 seconds]
<dustymabe> lucab: how risky is it?
<dustymabe> should we wait until after next week's releases cycle through?
<dustymabe> I mean theoretically if it passes tests it passes tests
jpn has quit [Ping timeout: 272 seconds]
plarsen has quit [Quit: NullPointerException!]
ravanelli has joined #fedora-coreos
ravanelli has quit [Ping timeout: 260 seconds]
ravanelli has joined #fedora-coreos
ravanelli has quit [Ping timeout: 276 seconds]
<dustymabe> gursewak: want to update the description and title of the PR to match the new commit message? https://github.com/coreos/coreos-assembler/pull/2986
<gursewak> done
Betal has joined #fedora-coreos
gursewak has quit [Ping timeout: 272 seconds]
gursewak has joined #fedora-coreos
<dustymabe> gursewak: jlebon: mind a review on https://github.com/coreos/coreos-assembler/pull/2988 ?
jbrooks has quit [Ping timeout: 272 seconds]
jbrooks has joined #fedora-coreos
gursewak has quit [Ping timeout: 240 seconds]
gursewak has joined #fedora-coreos
nalind has quit [Quit: bye]
jbrooks has quit [Ping timeout: 272 seconds]
jbrooks has joined #fedora-coreos
ravanelli has joined #fedora-coreos
ravanelli has quit [Ping timeout: 276 seconds]
jbrooks has quit [Ping timeout: 255 seconds]
gursewak has quit [Ping timeout: 272 seconds]
jpn has joined #fedora-coreos
ravanelli has joined #fedora-coreos
jbrooks has joined #fedora-coreos
jpn has quit [Ping timeout: 244 seconds]
ravanelli has quit [Ping timeout: 272 seconds]
jpn has joined #fedora-coreos
ravanelli has joined #fedora-coreos
ravanelli has quit [Ping timeout: 272 seconds]
jpn has quit [Ping timeout: 255 seconds]