Allow to add more than one group for service user

2020-08-19 Thread Reza Alizadeh Majd
Hi Guix, coming from this thread: https://lists.gnu.org/archive/html/help-guix/2020-07/msg00088.html I had defined a service that needs to run by a specific user. regarding application creates a unix domain socket during start and change the ownership of socket file to specific group. the prob

Re: [bug#42738] [Work in progress] gnu: emacs: update to 27.1

2020-08-19 Thread Diego Nicola Barbato
Hey Guix, Jack Hill writes: [...] > On Tue, 18 Aug 2020, Michael Rohleder wrote: >>Jack Hill writes: [...] >>> Is the emacs-wide-int variant needed with the new multiprecision >>> functionality? >> >> I don't think so. > > Ok, I've deprecated that package. I added the emacs-wide-int variant

Re: Allow to add more than one group for service user

2020-08-19 Thread Julien Lepiller
Hi Reza, This kind of message should probably go to guix-help instead. Can you send your user and groups definition you're using? Then we should see if there's anything wrong with it, or if we can reproduce the issue. On 2020年8月19日 3:46:59 GMT-04:00, Reza Alizadeh Majd wrote: >Hi Guix, > >com

[OUTREACHY]: Integration of desktop environments into GNU Guix

2020-08-19 Thread Raghav Gururajan
Hello Guix! As of today, my Outreachy Internship is over. I am very grateful to Guix for giving me this amazing opportunity. My work were done in wip-desktop branch. Some of the work are already being merged to master. Some more work in wip-desktop, require testing plus fix for some run-time erro

Re: Allow to add more than one group for service user

2020-08-19 Thread Reza Alizadeh Majd
Hi Julien, On Wed, 19 Aug 2020 07:11:25 -0400 Julien Lepiller wrote: > This kind of message should probably go to guix-help instead. Can you > send your user and groups definition you're using? Then we should see > if there's anything wrong with it, or if we can reproduce the issue. sorry for

Re: Allow to add more than one group for service user

2020-08-19 Thread Julien Lepiller
From what I understand, the generated /etc/group is correct, but loging as kyc-service, even after a reboot, you don't see the additional groups? On 2020年8月19日 12:18:34 GMT-04:00, Reza Alizadeh Majd wrote: >Hi Julien, > >On Wed, 19 Aug 2020 07:11:25 -0400 >Julien Lepiller wrote: > >> This kind

Re: Allow to add more than one group for service user

2020-08-19 Thread Reza Alizadeh Majd
On Wed, 19 Aug 2020 14:13:43 -0400 Julien Lepiller wrote: > From what I understand, the generated /etc/group is correct, but > loging as kyc-service, even after a reboot, you don't see the > additional groups? when I login normally, using `su - kyc-service` all groups are in place and I can see

Re: Allow to add more than one group for service user

2020-08-19 Thread Reza Alizadeh Majd
On Wed, 19 Aug 2020 14:13:43 -0400 Julien Lepiller wrote: > From what I understand, the generated /etc/group is correct, but > loging as kyc-service, even after a reboot, you don't see the > additional groups? in order to replicate this issue I had prepared a `test-service` that provides bash ac