Christian Goll

Results 110 comments of Christian Goll

For me this looks as another issue than the first one, but I also see this error on openSUSE Tumbleweed, with rmda-core 25.1

I am unsure about this, on the one side a proper changelog is good, but if it's enforced it's hard to do this for all small changes which just fix...

Fixing this will need some refactoring for the placement of `resolv.conf`.

The location of the configuration files depend on how you installed warewulf. If you installed via a rpm, you can find the correct locaton with `rpm -ql RPMNAME`. If you...

Great idea, so can you make a PR for it, as I am not experienced with CI pipelines?

The official syntax is to use file://pathToTarBall so with this syntax a relative path is not sensible. That it's possible to use this without file prefix is a kind bug.

I remember that I didn't want to write "/absolute/path/to/archive/tar/ball" So the problem here is that the underlying API wants the absolute paths, so as there might be a proper reason...

Although nodes can have multiple profiles assigned, there is no agreement or description I am aware of how this should behave. For overlays which are defined in profile and node,...

Another workaround is to use double hyphen two times, so e.g. the following comand works ``` wwctl container exex $CONTAINER /usr/bin/ls -- -- -l -h ```

There is no overlay level currently in warewulf. But as ``resolv.conf`` is the only file copied in at container it sounds sensible to find another solution to handle resolv.conf.