system vm

2018-05-17 Thread Catonano
After a while, I'm attempting at creating a vm image, with this line (I had stored the comand line in a notes file) ~/GNU/guix$ ./pre-inst-env guix system vm ~/configs/vm-config-desktop.scm--image-size=10GB --share=$HOME/transit=/transit These are the last lines I can see in the terminal

Re: system vm

2018-05-17 Thread Catonano
2018-05-17 15:34 GMT+02:00 Tobias Geerinckx-Rice : > Catonano, > > May 17, 2018 3:20 PM, "Catonano" wrote: > >>> These are the last lines I can see in the terminal > >> > >> [dmesg snipped] > >> > >>> and it remains like this for several minutes > >>> > >>>

Re: system vm

2018-05-17 Thread Catonano
2018-05-17 14:46 GMT+02:00 Tobias Geerinckx-Rice : > Catonano, > > May 17, 2018 11:23 AM, "Catonano" wrote: > > After a while, I'm attempting at creating a vm image, with this line (I > had stored the comand line > > in a notes file) > > > > ~/GNU/guix$

Re: Controling requirements when packaging haskell modules

2018-05-17 Thread Ludovic Courtès
Hello, Ricardo Wurmus skribis: > Ludovic Courtès writes: > >>> You should not package ghc-array, ghc-containers, or ghc-binary — these >>> are all provided by GHC itself. It is possible that there are some more >>> packages for which this applies (possibly

Re: system vm

2018-05-17 Thread Tobias Geerinckx-Rice
Catonano, May 17, 2018 11:23 AM, "Catonano" wrote: > After a while, I'm attempting at creating a vm image, with this line (I had > stored the comand line > in a notes file) > > ~/GNU/guix$ ./pre-inst-env guix system vm ~/configs/vm-config-desktop.scm > --image-size=10GB >

Re: Conflict resolution (gtk, wayland)

2018-05-17 Thread Ludovic Courtès
Hi, Rutger Helling skribis: > It's because Wayland recently absorbed libwayland-egl. See: > https://lists.freedesktop.org/archives/wayland-devel/2018-April/037767.html > > Specifically: > "libwayland-egl is now part of libwayland, and will presumably be > removed from mesa

Re: Udisks uses ntfs instead of ntfs-3g

2018-05-17 Thread Ludovic Courtès
Pierre Neidhardt skribis: > Udisks mounts external NTFS partitions using the NTFS kernel module > (read-only) instead of ntfs-3g (read-write). I would assume that if the > users have ntfs-3g installed, they probably want to use it by default > > I haven't tested it, but I

Re: system vm

2018-05-17 Thread Tobias Geerinckx-Rice
Catonano, May 17, 2018 3:20 PM, "Catonano" wrote: >>> These are the last lines I can see in the terminal >> >> [dmesg snipped] >> >>> and it remains like this for several minutes >>> >>> Discouragaed, I interrupted it My kernel's finally finished and I'm able to reproduce

emacs-dev: 'unpack' phase does not seem to preserve timestamps

2018-05-17 Thread Pierre Neidhardt
I'm trying to build an Emacs package of my local git checkout: --8<---cut here---start->8--- (define-public emacs-dev (package (inherit emacs) (name "emacs-dev") (version "27.0.0") (source (local-file "/home/ambrevar/projects/emacs"

Re: Udisks uses ntfs instead of ntfs-3g

2018-05-17 Thread Pierre Neidhardt
Done: https://github.com/storaged-project/udisks/issues/532. -- Pierre Neidhardt I wasn't kissing her, I was whispering in her mouth. -- Chico Marx signature.asc Description: PGP signature

Re: system vm

2018-05-17 Thread Ludovic Courtès
Hello, Catonano skribis: > ~/GNU/guix$ ./pre-inst-env guix system vm > ~/configs/vm-config-desktop.scm--image-size=10GB > --share=$HOME/transit=/transit > > These are the last lines I can see in the terminal > > ... > [1.084823] 9p: Installing v9fs 9p2000 file system

Re: system vm

2018-05-17 Thread Tobias Geerinckx-Rice
May 17, 2018 4:39 PM, l...@gnu.org wrote: > This is a bug caused by a recent Linux-libre upgrade: > > https://bugs.gnu.org/31268 Oh :-) Thanks! T G-R Sent from a Web browser. Excuse or enjoy my brevity.

Re: removing items from %desktop-services

2018-05-17 Thread Ludovic Courtès
Hello, Efraim Flashner skribis: > I'm trying to modify the list of services in my os-config, and I've run > into a bit of a problem. I've replaced my ntp-service with an > openntpd-service, but I'm having trouble with the syntax for removing > more services. Here's a

Re: Controling requirements when packaging haskell modules

2018-05-17 Thread Tonton
On Thu, 17 May 2018 16:18:49 +0200 l...@gnu.org (Ludovic Courtès) wrote: ... > Ton, could you update your patch series at: > > https://bugs.gnu.org/31422 > https://bugs.gnu.org/31423 > > ? > > TIA! > > Ludo’. Will do, trying to finish and send them now. On a related note: I started

Re: Mount /tmp as tmpfs?

2018-05-17 Thread Pierre Neidhardt
Thanks! -- Pierre Neidhardt Spiritual leadership should remain spiritual leadership and the temporal power should not become too important in any church. - Eleanor Roosevelt signature.asc Description: PGP signature

Re: system vm

2018-05-17 Thread Catonano
2018-05-17 16:39 GMT+02:00 Ludovic Courtès : > Hello, > > Catonano skribis: > > > ~/GNU/guix$ ./pre-inst-env guix system vm > > ~/configs/vm-config-desktop.scm--image-size=10GB > > --share=$HOME/transit=/transit > > > > These are the last lines I can see in

Mount /tmp as tmpfs?

2018-05-17 Thread Pierre Neidhardt
I was wondering if it's commendable to mount /tmp as tmpfs with GuixSD. I think it could be useful to speed up Guix builds. What would be the best way to do so? Can't test now, but what about (file-system (mount-point "/tmp") (device "tmpfs") (type "tmpfs")

Re: Mount /tmp as tmpfs?

2018-05-17 Thread Clément Lassieur
Pierre Neidhardt writes: > I was wondering if it's commendable to mount /tmp as tmpfs with GuixSD. > I think it could be useful to speed up Guix builds. > > What would be the best way to do so? > Can't test now, but what about > > (file-system >(mount-point