pam modules

2019-01-25 Thread Saeed Jamali
Hello. I have a pam module and I want to use it at login time, as I understand from my last questions I have to do some changes in (gnu system pam) how can I apply this changes? do I need to Invoke guix system reconfigure pam.scm? thank you so much

Re: "guix system vm" to libvirt XML domain

2019-01-25 Thread Giovanni Biscuolo
Hi Gabor, thanks for your interest Gábor Boskovits writes: [...] >> but now I've a problem with the /gnu/store mount in guest >> >> "9pnet_virtio: no channels available for device >> TAGjoptajej2oynju6yvboauz7pl6uj" >> >> ...still missimg someting >> >> any hint please? >> > > I have seen thi

Re: openvpn

2019-01-25 Thread nightowl
Ok, thanks. I may wait until it becomes un-broke. On 2019-01-24 1:09 am, swedebugia wrote: On 2019-01-24 04:40, nightowl wrote:   (network-manager-service-type config =>     (network-manager-configuration   (inherit config)   

gnome printer administration

2019-01-25 Thread nightowl
I have added the cups service to my configuration in guixsd. I am able to add a printer and manage it from the web administration page (localhost:136) but in the gnome printer administration tool settings can not be changed. How do I get settings to be accessible in gnome administration tool?

error running container: mingetty cannot find ttys

2019-01-25 Thread Giovanni Biscuolo
Hi guix! I'm experimenting with my first "system container": it builds but it fails running I build the container using this operating system definition: signature.asc Description: PGP signature container-minimal.scm Description: container-minimal.scm --8<---cut here-

Re: emacs-guix error

2019-01-25 Thread Alex Kost
Yoshinori Arai (2019-01-24 09:20 +0900) wrote: > hello, > > When I will execute install pacakge or dry-run on emacs-guix, this error is > showed. It's success to install on command line. > > (process-package-actions "/var/guix/profiles/per-user/yoshi/guix-profile" > #:install '((145722368 "out"))

Re: emacs-guix error

2019-01-25 Thread Alex Kost
bre...@posteo.net (2019-01-23 20:34 -0600) wrote: > I reported this issue two days ago and haven't heard anything yet Hello, where did you report it? Sorry, I don't see it anywhere. -- Alex

nis client in guix? server?

2019-01-25 Thread Giovanni Biscuolo
Hi guix, please how can I configure user authentication against a NIS server on guix? AFAIU I should configure NSS for password and shadow databases but I'm not able to elaborate based on the example provided here in "(guix)Name Service Switch": https://www.gnu.org/software/guix/manual/en/html_no

Re: gnome printer administration

2019-01-25 Thread swedebugia
nightowl skrev: (25 januari 2019 15:09:16 CET) >I have added the cups service to my configuration in guixsd. I am able > >to add a printer and manage it from the web administration page >(localhost:136) but in the gnome printer administration tool settings >can not be changed. How do I get set

Re: openvpn

2019-01-25 Thread Maxim Cournoyer
Hello, nightowl writes: > Ok, thanks. I may wait until it becomes un-broke. > Any progress (or lack thereof) on this issue can be tracked here: http://issues.guix.info/issue/33832. Cheers, Maxim

Re: emacs-guix error

2019-01-25 Thread Yoshinori Arai
On Fri, Jan 25, 2019 at 08:48:21PM +0300, Alex Kost wrote: > Hello, do you use Guix on a foreign system (not GuixSD)? If so, please > look at: > > https://github.com/alezost/guix.el#important-note-for-non-guixsd-users > > Try the workaround described there and let me know if it works or not.

mypaint package

2019-01-25 Thread Yoshinori Arai
Hello, I have made mypaint git version package. I have some question about guix package development. During develop the package, add gobject-introspection for propagated-inputs to resolve the python module import error, which is gi.require_version('GdkPixBuf','2.0'). But this case can't resolve