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
paragan has joined #fedora-coreos
bgilbert has joined #fedora-coreos
bgilbert has quit [Ping timeout: 240 seconds]
tempora has quit [*.net *.split]
mhayden has quit [*.net *.split]
mhayden has joined #fedora-coreos
tempora has joined #fedora-coreos
klaas_ has quit [*.net *.split]
hank has quit [*.net *.split]
klaas has joined #fedora-coreos
hank has joined #fedora-coreos
jcajka has joined #fedora-coreos
bagasse has joined #fedora-coreos
paragan has quit [Ping timeout: 240 seconds]
paragan has joined #fedora-coreos
Betal has quit [Quit: WeeChat 3.5]
paragan has quit [Ping timeout: 240 seconds]
paragan has joined #fedora-coreos
eballetbo has joined #fedora-coreos
ksinny has joined #fedora-coreos
bgilbert has joined #fedora-coreos
heldwin has joined #fedora-coreos
jpn has joined #fedora-coreos
bgilbert has quit [Ping timeout: 260 seconds]
jpn has quit [Ping timeout: 272 seconds]
jpn has joined #fedora-coreos
jpn has quit [Ping timeout: 252 seconds]
paragan has quit [Ping timeout: 248 seconds]
paragan has joined #fedora-coreos
bagasse has quit [Remote host closed the connection]
bagasse has joined #fedora-coreos
<hartan[m]> Hi,
<hartan[m]> has anyone here attempted to use FCOS as base for a self-hosted NAS before? Now that cockpit gained the ability to manage NFS/SMB shares I'm thinking about replacing my TrueNAS with something that has BTRFS. In general I don't need a pretty UI for configuration or maintenance, I'm quite happy living in the CLI. Or should I prefer regular Fedora Server for a usecase like that?
<shanduur[m]> Is there any particular reason why you want to choose BTRFS over ZFS?
sgallagh has joined #fedora-coreos
<hartan[m]> shanduur: It's the default in Fedora, I do quite like how it work and am pretty comfortable handling the btrfs-progs, most of all I can't use send/sync between btrfs and zfs. I don't want to resort to having to rsync everything and then doing snapshots on that (Because it's just so insanely slow compared to send/receive).
<hartan[m]> But I'm open for discussion: Do you have particular reasons for why I should prefer ZFS over BTRFS for a NAS?
<sgallagh> dustymabe, Colin Walters When performing an rpm-ostree transaction, I know that `/etc` isn't available (or is limited to the defaults?). Is there a path that I can use to have packages have access to a locally-modified file? Is `/var` available?
ravanelli has joined #fedora-coreos
ravanelli has quit [Read error: Connection reset by peer]
ravanell_ has joined #fedora-coreos
ravanelli has joined #fedora-coreos
ravanell_ has quit [Read error: Connection reset by peer]
ravanell_ has joined #fedora-coreos
ravanelli has quit [Ping timeout: 260 seconds]
ravanelli has joined #fedora-coreos
<lucab> Stephen Gallagher: do you have a more concrete example of what you are attempting? Both /etc and /var should be available, but there are caveats
ravanell_ has quit [Ping timeout: 240 seconds]
<walters> Stephen Gallagher: The rationale for the current design is that when building images server side, the per-client `/etc` is inherently not available, and we try to keep symmetry between server and client flows
<sgallagh> I need to cryptographically sign a file. My CA key is local.
<walters> That sounds like something better done in a systemd unit
<sgallagh> I cannot do it during a systemd unit
ravanelli has quit [Ping timeout: 248 seconds]
<sgallagh> Because I'm trying to sign a kernel driver.
ravanelli has joined #fedora-coreos
<sgallagh> Which of course is on the immutable FS
<sgallagh> And it signs in-place, not detached.
<dustymabe> hartan[m]: I don't know of anyone doing that right now, but I'm sure some people are.. i'm planning to set up my own NAS in the future (next few months) based on FCOS
nalind has joined #fedora-coreos
<walters> Stephen Gallagher: I think 3rd party kmod stuff is going to work a lot better with https://fedoraproject.org/wiki/Changes/OstreeNativeContainer but...for now yes this one is hard, you could probably hack around it by using the kernel keyring
jpn has joined #fedora-coreos
<sgallagh> I don't see how the keyring would help, since it's not available until after the kernel is already running (which means post-measuring)
<walters> I mean as a way to smuggle the key behind the containerization rpm-ostree uses today
<walters> instead of putting it in `/etc`
<sgallagh> ah, I get you now
ravanelli has quit [Quit: Leaving...]
ravanelli has joined #fedora-coreos
mheon has joined #fedora-coreos
crobinso has joined #fedora-coreos
plarsen has joined #fedora-coreos
yuu[m] has left #fedora-coreos [#fedora-coreos]
jbrooks has quit [Remote host closed the connection]
<Eighth_Doctor> I wish we had OS-local keyrings for kmod certificates
bgilbert has joined #fedora-coreos
jcajka has quit [Quit: Leaving]
paragan has quit [Quit: Leaving]
nemric has joined #fedora-coreos
Betal has joined #fedora-coreos
mhbauer has joined #fedora-coreos
jpn has quit [Ping timeout: 276 seconds]
mhbauer has quit [Client Quit]
ravanell_ has joined #fedora-coreos
ravanelli has quit [Ping timeout: 260 seconds]
crobinso has quit [Ping timeout: 260 seconds]
ravanell_ has quit [Read error: Connection reset by peer]
ravanelli has joined #fedora-coreos
<hiredman> I am interesting in installing amazon's corretto jvm on fedora-coreos, but it looks like it fails in some kind of loop calling alternatives, has anyone gotten it to work?
<dustymabe> hiredman: where are you trying to run the software? in a container?
<hiredman> nope
ravanelli has quit [Read error: Connection reset by peer]
ravanelli has joined #fedora-coreos
<dustymabe> hiredman: I'd recommend installing things like that into a container (you can start with a Fedora container as the base if you'd like)
<dustymabe> updates alternatives don't quite work right in the rpm-ostree world: https://github.com/coreos/fedora-coreos-tracker/issues/677
<dustymabe> so there are two issues here:
<dustymabe> 1 - for FCOS we generally try to get you to run software in containers (makes automatic updates more reliable)
<hiredman> oh neat, I'll check out those issues
<dustymabe> 2 - updates alternatives don't work right (we should fix it, but haven't had a chance to yet)
<dustymabe> hiredman: np - thanks for using Fedora CoreOS
<hiredman> yeah, I do most of my software development for work sshed in to a vm running emacs in tmux, and I am trying out coreos as a way to make os maintaince on the vm less of an issue, I've got a few support services running as podman containers, but I prefer to do the actual development outside of a container
<hiredman> I am kind of surprised so far how well it just works like this
ravanell_ has joined #fedora-coreos
<hiredman> the most annoying thing is actually issues with the software I am working on, because development for it started on macs it assumes source code lives under /Developer, and despite no one working on it using a mac any more, it still assumes that
<walters> I'd take a look at `toolbox` for development; I use it on my host desktop and rarely execute commands outside of it on my host
<hiredman> I'll check that out
ravanelli has quit [Ping timeout: 240 seconds]
ravanell_ has quit [Read error: Connection reset by peer]
ravanelli has joined #fedora-coreos
ravanell_ has joined #fedora-coreos
ravanelli has quit [Read error: Connection reset by peer]
ravanelli has joined #fedora-coreos
ravanell_ has quit [Read error: Connection reset by peer]
ravanell_ has joined #fedora-coreos
ravanelli has quit [Read error: Connection reset by peer]
jpn has joined #fedora-coreos
EnigmaCurry has quit [Remote host closed the connection]
jpn has quit [Client Quit]
EnigmaCurry has joined #fedora-coreos
ravanelli has joined #fedora-coreos
ravanell_ has quit [Read error: Connection reset by peer]
EnigmaCurry has quit [Remote host closed the connection]
EnigmaCurry has joined #fedora-coreos
ksinny has quit [Remote host closed the connection]
ravanell_ has joined #fedora-coreos
ravanelli has quit [Read error: Connection reset by peer]
ravanell_ has quit [Read error: Connection reset by peer]
ravanelli has joined #fedora-coreos
EnigmaCurry has quit [Remote host closed the connection]
EnigmaCurry has joined #fedora-coreos
gursewak has quit [Remote host closed the connection]
nalind has quit [Quit: bye]
mheon has quit [Ping timeout: 260 seconds]
ravanelli has quit [Remote host closed the connection]
ravanelli has joined #fedora-coreos
ravanelli has quit [Ping timeout: 260 seconds]
bgilbert has quit [Ping timeout: 240 seconds]
ravanelli has joined #fedora-coreos