Re: 02/04: services: Add samba service.

2022-09-25 Thread Lars-Dominik Braun
Hi Mathieu,

> I noticed that while the "samba" test
> works fine on my machine, it fails on the CI:
> https://ci.guix.gnu.org/build/1495525/log/raw
> any idea why?
it works on my machine too. The log above says 

---snip---
This is the GNU system.  Welcome.
komputilo login: In execvp of 
/gnu/store/996q9xpmk73l1z8mjx1yix3ri629jprb-samba-4.16.4/bin/smbclient: Invalid 
argument
In execvp of 
/gnu/store/996q9xpmk73l1z8mjx1yix3ri629jprb-samba-4.16.4/bin/smbclient: Invalid 
argument
---snap---

and the test is locally using a different smbclient
(/gnu/store/mmnawpyk0zn08cvhypj8a7ir95mk5fag-samba-4.16.4/bin/smbclient)
for me.

Lars




Re: 02/04: services: Add samba service.

2022-09-25 Thread Mathieu Othacehe


Hello,

Thanks for this new service :) I noticed that while the "samba" test
works fine on my machine, it fails on the CI:

https://ci.guix.gnu.org/build/1495525/log/raw

any idea why?

Mathieu