bug#45615: Wrong type argument in "guix lint -c archival"

2021-01-02 Thread Hartmut Goebel
When running "guix lint -c archival ugrep" I get this backtrace show below. Expected behavior: No crash, but a useful error message. Reproduce: * Guix 947aed127a48ef41bab3bdbb4252eb2a56dafc10 (2021-01-01 13:55:11) * ugrep (new package) see http://debbugs.gnu.org/cgi/bugreport.cgi?bug=45614 $ .

bug#45613: U2F does not work in IceCat

2021-01-02 Thread John Doe via Bug reports for GNU Guix
I've been trying to get U2F to work in IceCat without success with the Nitrokey FIDO2 and FIDO U2F devices. To test 2 websites were used: vault.bitwarden.com and u2f.bin.coffee . For vault.bitwarden.com, after entering the password, the following error popup appears repeatedly: "An error has oc

bug#45571: Fwd: Re: bug#45571: Support stable uids and gids for all accounts

2021-01-02 Thread Jason Conroy
Hi Leo, On Sat, Jan 2, 2021 at 10:35 AM Leo Prikler wrote: > Hello Jason, > Am Samstag, den 02.01.2021, 09:52 -0500 schrieb Jason Conroy: > > On Sat, Jan 2, 2021 at 9:29 AM Leo Prikler < > > leo.prik...@student.tugraz.at> wrote: > > > Hi Jason, > > > Am Samstag, den 02.01.2021, 09:02 -0500 schri

bug#45571: Fwd: Re: bug#45571: Support stable uids and gids for all accounts

2021-01-02 Thread Leo Prikler
Hello Jason, Am Samstag, den 02.01.2021, 09:52 -0500 schrieb Jason Conroy: > On Sat, Jan 2, 2021 at 9:29 AM Leo Prikler < > leo.prik...@student.tugraz.at> wrote: > > Hi Jason, > > Am Samstag, den 02.01.2021, 09:02 -0500 schrieb Jason Conroy: > > > On Fri, Jan 1, 2021 at 10:11 PM Leo Prikler < > > >

bug#45571: Support stable uids and gids for all accounts

2021-01-02 Thread Leo Prikler
Hi Danny, Am Samstag, den 02.01.2021, 16:04 +0100 schrieb Danny Milosavljevic: > Hi Leo, > > > > Considering the goal of Guix, it's weird that with Guix, one > > > needs to > > > store&restore /etc/passwd at all. It's state, but not very > > > useful > > > one. > > > I mean that's how it is right

bug#45571: Fwd: Re: bug#45571: Support stable uids and gids for all accounts

2021-01-02 Thread Leo Prikler
Hi Danny, Am Samstag, den 02.01.2021, 15:50 +0100 schrieb Danny Milosavljevic: > [...] > I agree, if in addition. > > (Or if a registry is undesireable, calculate the uids by user name. > These are the possibilities. If hashing user names is too uncommon > on > UNIX elsewhere, I say that we have

bug#45571: Fwd: Re: bug#45571: Support stable uids and gids for all accounts

2021-01-02 Thread Jason Conroy
Hi Danny, On Sat, Jan 2, 2021 at 9:50 AM Danny Milosavljevic wrote: > > >From the solutions we do have so far, I believe that making user > > > accounts an explicit part of service configuration (in what shape may > > > still be up for debate), > > Not everything needs to be user configurable.

bug#45571: Support stable uids and gids for all accounts

2021-01-02 Thread Danny Milosavljevic
Hi Leo, > > Considering the goal of Guix, it's weird that with Guix, one needs to > > store&restore /etc/passwd at all. It's state, but not very useful > > one. > > I mean that's how it is right now--but it's still weird. > > With /etc/shadow maybe there's a slightly better case, but note that >

bug#45571: Fwd: Re: bug#45571: Support stable uids and gids for all accounts

2021-01-02 Thread Jason Conroy
On Sat, Jan 2, 2021 at 9:29 AM Leo Prikler wrote: > Hi Jason, > Am Samstag, den 02.01.2021, 09:02 -0500 schrieb Jason Conroy: > > On Fri, Jan 1, 2021 at 10:11 PM Leo Prikler < > > leo.prik...@student.tugraz.at> wrote: > > > Hi Danny, > > > Am Samstag, den 02.01.2021, 02:40 +0100 schrieb Danny > >

bug#45571: Fwd: Re: bug#45571: Support stable uids and gids for all accounts

2021-01-02 Thread Danny Milosavljevic
Hi Jason, On Sat, 2 Jan 2021 09:02:18 -0500 Jason Conroy wrote: > My reaction to this was not that defaults are bad, but that dispersing > numeric literals throughout the code is. In general that is not exactly true. What you want is some way to check the uids for collisions--and putting them

bug#45571: Fwd: Re: bug#45571: Support stable uids and gids for all accounts

2021-01-02 Thread Leo Prikler
Hi Jason, Am Samstag, den 02.01.2021, 09:02 -0500 schrieb Jason Conroy: > On Fri, Jan 1, 2021 at 10:11 PM Leo Prikler < > leo.prik...@student.tugraz.at> wrote: > > Hi Danny, > > Am Samstag, den 02.01.2021, 02:40 +0100 schrieb Danny > > Milosavljevic: > > > Hi Leo, > > > > > > On Sat, 02 Jan 2021 0

bug#45571: Fwd: Re: bug#45571: Support stable uids and gids for all accounts

2021-01-02 Thread Jason Conroy
On Fri, Jan 1, 2021 at 10:11 PM Leo Prikler wrote: > Hi Danny, > Am Samstag, den 02.01.2021, 02:40 +0100 schrieb Danny Milosavljevic: > > Hi Leo, > > > > On Sat, 02 Jan 2021 00:16:45 +0100 > > Leo Prikler wrote: > > > > > > And it indeed is possible to add (uid 4711) in the literal and it > > >

bug#45517: Failed boot on arm32 with u-boot due to missing requirements with the distro boot protocol

2021-01-02 Thread Mathieu Othacehe
Hey Dennis, > Thanks a lot, that works fine. Glad it works! Maybe we should consider creating a gnu/system/images/lime.scm file in the future. Closing this one. Thanks, Mathieu