<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.
<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
<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