Erik Dannenberg

Results 62 comments of Erik Dannenberg

Nice find, ideally we should also look into making most functions pure then. Lots of global variables still in play sadly.

Looks like mixing global args like `-v` and command specific args with a single dash is not supported: $ kubler build -vnF `--verbose` is set but `-nF` is ignored. $...

Hey, thanks for reporting! Good idea, I'm a bit short of time currently, I'll add it probably next week.

Thanks for the report! Hmm at first glance, this seems to podman related, could you give it a try with Docker to narrow the issue down?

Hmm odd, I'm planning to do the monthly rebuild this Friday, let's see if I can replicate this. Modifying [BOB_FEATURES](https://github.com/edannenberg/kubler/blob/master/kubler.conf#L62) should be enough to unset `userpriv` and `usersandbox`. See `man...

Did you revert the `userpriv` and `usersandbox` changes? My `distfiles` folder looks like this: ``` drwxrwxr-x 3 ed portage 132K Jun 28 18:16 distfiles ``` As it has write permissions...

Ok, so portage should be running as root but can't write anyways. Do you have some extra hardening on the host that might prevent docker/podman from writing to a host...

Hmm let's try to narrow it down: ``` docker run -it --rm -v /path/to/distfiles:/distfiles busybox # echo test > /distfiles/foo.txt ``` If that fails there is most likely some host...

Ok progess. :) > If I use interactive build mode and disable userpriv usersandbox in make.conf it works. Let's check how the permissions for `/distfiles` look from inside the interactive...

@jbergstroem Agreed, but on the other hand the example images should be best practice, so general improvements should always be welcome. @azimut I'll fix the postgres script but I don't...