Re: Help with `guix system reconfigure`

2019-10-14 Thread Tonton
Hi, I built a VM from your config. It boots allright, I saw some errors about files in /etc/ but couldn't catch what they were. I also haven't figured out how to get at logs of a running VM to check. Maybe try guix pull followed by guix system build YOUR-CONFIG-FILE.scm without sudo, I mean as

Re: Reminder to remain civil

2019-10-14 Thread Tonton
Quiliro, this is not about censorship. No one is taking away your right to express yourself. This channel however is not public, even though it comes close. This channel also has a set topic. This is just another drop in the ocean. No one will fix anything while the storm is raging. I think I

Booting to raid over usb

2019-10-14 Thread Tonton
-bootloader) (target "/dev/disk/by-id/usb-Kingston_DT_microDuo_3.0_1C6F6581FDFCBEB0B9233C66-0:0"))) (swap-devices '("/swapfile")) (file-systems (cons* (file-system (device (file-system-label "BOOT")) (mount-point "/boot&

Re: Root partition on raid?

2019-06-12 Thread Tonton
Hi, no, I use mdadm. Can GRUB see/use/boot this? Maybe this is way easier than I thought. Could you share how you configure this on your end? On Wed, 12 Jun 2019 17:52:09 +0200 Tobias Geerinckx-Rice wrote: > Tonton, > > Tonton wrote: > > This is mostly a shot in the dark, but

Root partition on raid?

2019-06-12 Thread Tonton
This is mostly a shot in the dark, but is it feasible to have a /boot partition with a initramfs on a partition of it's own and then all the rest of / on a raid partition? To make it work kernel, initramfs, mdadm, GRUB and some other tools would need to be copied to the /boot partition from

Re: Some general guix questions

2019-01-08 Thread Tonton
On Tue, 08 Jan 2019 18:43:06 +0200 Divan Santana wrote: > 3. If I run guix system vm --fallback system.scm I get a vm I can run, >which is really awesome. If I then do a guix pull and guix system >vm --fallback system.scm I get /another/ VM which I can run. How is >the previous VMs

Re: rolling back only a single package

2018-12-31 Thread Tonton
On Sun, 30 Dec 2018 19:57:06 -0300 wrote: > Tonton writes: > > Yes, but I check the blog suggested by Björn: > > https://www.gnu.org/software/guix/blog/2018/multi-dimensional-transactions-and-rollbacks-oh-my/ > Cool, I hadn't seen this post before. So yes, that sounds like

Re: rolling back only a single package

2018-12-28 Thread Tonton
"0agx490q6sbmv3vfq33ys8dsrgwizj3bmha4i1pkxz5wp5q8cx3l")) - Then add the file to your shells $GUIX_PACKAGE_PATH like 'export GUIX_PACKAGE_PATH=~/my-guix-pakcages/:$GUIX_PACKAGE_PATH' in your .profile or similar. Open a new shell and run: guix package -i xmobar@0.27 Hope that

Re: How to delete guix system generations

2018-12-17 Thread Tonton
are the gc roots for the store items, so run guix gc after to actually remove the stuff. HTH Tonton On Mon, 17 Dec 2018 21:00:26 +0100 (CET) wrote: > Hello, Guix developers! There no suggestions in manual about how to delete > system generations that are displaying by `guix system list-generati

Re: Single user mode in GuixSD

2018-12-01 Thread Tonton
boot. You have now set a new password for your root account. For documentation see man passwd man 5 shadow Now for some this is old, but for those who have not seen this before - this is why physical access means you own the device. Unless ofcourse, it's encrypted. HTH Tonton

Re: Features of installing package that works as service

2018-11-27 Thread Tonton
initions. Defining packages and services is next level (it's not very difficult, but not something you should need for regular systems). Look at the sections under "System Configuration" sepcifically the pages under Services. HTH Tonton

Re: root certificate

2018-06-12 Thread Tonton
h. To use this definition with guix: put it in for example /home/username/guix-modules/certs.scm and then add this directory to your $GUIX_PACKAGE_PATH. I do the following in my .profile export GUIX_PACKAGE_PATH="$HOME/guix-modules:$GUIX_PACKAGE_PATH" I'm traveling and so might not respond

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: Controling requirements when packaging haskell modules

2018-05-14 Thread Tonton
On Mon, 14 May 2018 13:20:48 +0200 Ricardo Wurmus wrote: > 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