bug#51425: file-system: validate flags

2021-10-30 Thread Maxim Cournoyer
Hi Tobias, Tobias Geerinckx-Rice writes: > Maxim, > > Maxim Cournoyer 写道: >> Another thing that is tricky about options is that some of them are >> only >> really understood by the 'mount' command line utility, not the >> 'mount' >> system call such as used in our init RAM disk (both are thrown

bug#51442: Non-default umask when using guix system leads to wrong file permissions

2021-10-30 Thread Josselin Poiret via Bug reports for GNU Guix
Hi, Ludovic Courtès writes: > Perhaps the best fix would be to set the umask explicitly before > activation snippets run, like so (untested): > [snip] > WDYT? I forgot about those too! I guess they're run in two different contexts: once when `guix reconfigure` happens, and another one in the boo

bug#51454: Progress bar in Org source blocks

2021-10-30 Thread zimoun
Hi, On Sat, 30 Oct 2021 at 06:55, excala...@tutanota.com wrote: >> try the environment variable INSIDE_EMACS with turns off >> some fancy shell things. >> > This is a good suggestion.  Maybe I'm misunderstanding how > INSIDE_EMACS works. The docs say: Thanks for the pointing the Emacs doc. From

bug#51466: guix shell --check reports missing PKG_CONFIG_PATH on Debian bookworm

2021-10-30 Thread Ludovic Courtès
Howdy! Vagrant Cascadian skribis: > On 2021-10-29, Ludovic Courtès wrote: [...] >> If you look at ‘child-shell-environment’ in (guix scripts environment), >> it runs this in the child shell: >> >> env || /usr/bin/env || set; echo GUIX-CHECK-DONE; read x; exit >> >> If the shell prints non-ne