bug#45066: guix environment --container is borken

2020-12-06 Thread luhux
In the new guix `guix environment --container` is borken. The reason lies in the 8bc5ca5160db3d82bd5b6b2b7ed80c96f42bd33e of the master branch: It checks if the file exists and then returns a boolean None of my 3 Guix System machines have this file but they can still run unprivileged cont

bug#44390: Cuirass reports succesful builds as failed in /var/log/cuirass.log and cuirass-web reports them as scheduled

2020-12-06 Thread david larsson
On 2020-11-06 15:07, Jonathan Brielmaier wrote: In the mean time I did a quick fix on my system in config.scm: ``` (use-modules (gnu) (gnu packages ci) (guix packages) (guix utils)) (define-public cuirass/queue-1 (package/inherit cuirass (name "cuirass-queue-1") (arg

bug#45015: [mumi] 44964 cannot be displayed

2020-12-06 Thread Ricardo Wurmus
Arun Isaac writes: >> For some reason “Jorge P. de Morais Neto ” is >> not split up into name and address parts but remains a single string. > > I have fixed this bug in the latest guile-email master, and added > tests to prevent regression. See > https://git.systemreboot.net/guile-email/commit

bug#45015: [mumi] 44964 cannot be displayed

2020-12-06 Thread Arun Isaac
>> I have fixed this bug in the latest guile-email master, and added >> tests to prevent regression. See >> https://git.systemreboot.net/guile-email/commit/?id=37e245539bc9e27db35731e7b517cdde397834e2 >> and >> https://git.systemreboot.net/guile-email/commit/?id=907a5d678c58eff653133df441aeecd3b70

bug#38715: Issue with guile-email: unbound variable

2020-12-06 Thread Ricardo Wurmus
Ricardo Wurmus writes: > Christopher Baines writes: > >>> Could it be that the reference to guile-email in the version field of >>> mumimu created this issue? >>> --8<---cut here---start->8--- >>> (version (git-version (package-version guile-email) revision

bug#45069: BUG: Re: guix environment: error: cannot create container: unprivileged user cannot create user namespaces

2020-12-06 Thread yasu
Hi, I really don't know much about Linux but it looks like the problem I reported has something to do with Debian? https://unix.stackexchange.com/questions/303213/how-to-enable-user-namespaces-in-the-kernel-for-unprivileged-unshare Now, I don't use Debian at all (I use Guix System) and do you th

bug#44916: No option to add whisker menu to xfce panel after installing package xfce4-whiskermenu-plugin.

2020-12-06 Thread potentialuser54
Hello Kei and Michael, Thank you for your work. I'm sorry that I lack technical expertise to comment on the patch, nor am I able to test it. I'm also not sure about if I should send this email or not because I could not provide any insights into this issue. Please inform me if you find this ema

bug#45069: BUG: Re: guix environment: error: cannot create container: unprivileged user cannot create user namespaces

2020-12-06 Thread Tobias Geerinckx-Rice via Bug reports for GNU Guix
yasu 写道: Now, I don't use Debian at all (I use Guix System) and do you think this is a Bug in Guix (in that this Debian specific word should never even be mentioned in Guix?) It's not Debian-specific. It is a bug in Guix. It should try to create a namespace and properly report an error iff

bug#45069: BUG: Re: guix environment: error: cannot create container: unprivileged user cannot create user namespaces

2020-12-06 Thread zimoun
Hi, Please try the recommendation. Have you tried it? please set /proc/sys/kernel/unprivileged_userns_clone to "1" As root, you just do: echo 1 > /proc/sys/kernel/unprivileged_userns_clone then “guix environment -C” should work as expected. To do the trick automatically with Sheperd, I do

bug#45066: guix environment --container is borken

2020-12-06 Thread zimoun
Hi, On Sun, 06 Dec 2020 at 16:59, luhux wrote: > In the new guix `guix environment --container` is borken. It is not broken. > Please fix it, Please fix your config. :-) The message says: --8<---cut here---start->8--- $ guix environment -C --ad-hoc hello

bug#41906: [mumi] Raw mailbox download not usable with mutt

2020-12-06 Thread Ricardo Wurmus
Hi Lars, > currently mailbox files generated by mumi’s /raw/ endpoint are not usable with > mutt, because the first line contains a “Received:” header and thus does not > start with the mandated “From …” banner. Does the equivalent mbox provided by the official Debbugs web interface work? This

bug#45069: BUG: Re: guix environment: error: cannot create container: unprivileged user cannot create user namespaces

2020-12-06 Thread yasu
Hi Zimoun, I tried as you suggested but it didn't work... root@guix ~# echo "kernel.unprivileged_userns_clone = 1" > /etc/sysctl.d/local.conf -bash: /etc/sysctl.d/local.conf: No such file or directory root@guix ~# sysctl --system root@guix ~# logout ~$ guix environment -C gu

bug#45066: guix environment --container is borken

2020-12-06 Thread Marius Bakke
zimoun skriver: > Hi, > > On Sun, 06 Dec 2020 at 16:59, luhux wrote: >> In the new guix `guix environment --container` is borken. > > It is not broken. It was broken. :-) > Have you tried the recommendation? > > --8<---cut here---start->8--- > $ su - > Pass

bug#43448: [bug#45059] [PATCH] gnu: freecad: Fix compilation flags

2020-12-06 Thread Marius Bakke
Ekaitz Zarraga skriver: > Hi everyone, > > I managed to solve the longstanding issue with freecad's compilation (#43448). > > I'll submit a new change with the package update to 0.18.5 next. Thanks a lot for these patches Ekaitz! I pushed them both with 383f087cd74316d26c5c0f19b73bc620312c5477.

bug#45069: BUG: Re: guix environment: error: cannot create container: unprivileged user cannot create user namespaces

2020-12-06 Thread Jesse Dowell
Hi All, I believe the recommended suggestion is Debian specific is it not? My kernel supports user namespaces and doesn't expose that file at that location. The only way I can work around the issue is to downgrade guix to the commit on the master branch right before 8bc5ca5160db3d82bd5b6b2b7ed80

bug#45069: closed (Re: bug#45066: guix environment --container is borken)

2020-12-06 Thread Yasuaki Kudo
I confirm this is fixed. Thank GNU and Guix!! 😄😄 > On Dec 7, 2020, at 06:03, help-debb...@gnu.org wrote: > > Your bug report > > #45066: BUG: Re: guix environment: error: cannot create container: > unprivileged user cannot create user namespaces > > which was filed against the guix package,

bug#45066: guix environment --container is borken

2020-12-06 Thread zimoun
Hi Marius, On Sun, 06 Dec 2020 at 22:02, Marius Bakke wrote: >> Have you tried the recommendation? > It was broken. :-) [...] > ...because this only works on the Debian kernel. Therefore, what does the recommendation mean? From [1] on Guix System: --8<---cut here--

bug#31977: clone tests fail on CentOS 7

2020-12-06 Thread zimoun
Hi Paul, On Thu, 03 Dec 2020 at 16:34, Paul Garlick wrote: > I have pushed the fix as 8bc5ca5160db3d82bd5b6b2b7ed80c96f42bd33e. Apparently people are complaining [1,2]. Well, I do not understand what it breaks but Marius reverted the commit (see #45066) so I am reopening the issue.

bug#41906: [mumi] Raw mailbox download not usable with mutt

2020-12-06 Thread Lars-Dominik Braun
Hi Ricardo, > Does the equivalent mbox provided by the official Debbugs web interface > work? This endpoint is called “raw” because it returns the plain email > as I got it from Debbugs. It doesn’t seem right for me to manipulate it. yes, debbugs’ mboxes work. For instance look at the first mess

bug#44491: Support GUIX_DISABLE_NETWORK_TESTS environment variable

2020-12-06 Thread Ludovic Courtès
Hi! Vagrant Cascadian skribis: > On 2020-12-03, Ludovic Courtès wrote: >> Should we close this issue now that you found the RES_OPTIONS=attempts:0 >> trick, or do you think we should still keep the refactoring bits? > > Well, it's three cases of copy-paste code, and one nearly identical but > in