guixsd install questions

2017-01-27 Thread Divan Santana
Hi All, Few newbie questions regarding install. * How to get sshd running on install image for easier remote install. Useful for a VM: I'm doing this nasty hack for now. Get ssh working on boot image: #+BEGIN_EXAMPLE guix package -i shadow openssh export PATH="/root/.guix-profile/bin:/root/.gu

Re: guixsd install questions

2017-01-27 Thread Marius Bakke
Divan Santana writes: > Hi All, > > Few newbie questions regarding install. > > * How to get sshd running on install image for easier remote install. > > Useful for a VM: > > I'm doing this nasty hack for now. > > Get ssh working on boot image: > #+BEGIN_EXAMPLE > guix package -i shadow openssh >

Re: guixsd install questions

2017-01-27 Thread Marius Bakke
Marius Bakke writes: > (lsh-service #:port-number 22 >#:root-login? #t >#:password-authentication? #f Sorry, this should be: #:password-authentication? #t ..so that users can SSH in if they set a password first. Hope this helps! :)

Re: guixsd install questions

2017-01-28 Thread Ludovic Courtès
Hello! Divan Santana skribis: > Then do the install with this guile code: > > #+BEGIN_SRC scheme > ;; two devices in raid0 striped with LUKS full disk encryption. > (bootloader (grub-configuration (device "/dev/vdb"))) > (mapped-devices (list >(mapped-device >

Re: guixsd install questions

2017-02-04 Thread Divan Santana
Marius Bakke writes: >> * How to get sshd running on install image for easier remote install. >> >> Useful for a VM: >> >> I'm doing this nasty hack for now. >> >> Get ssh working on boot image: >> #+BEGIN_EXAMPLE >> guix package -i shadow openssh >> export PATH="/root/.guix-profile/bin:/root/.g

Re: guixsd install questions

2017-02-04 Thread Divan Santana
Ludovic Courtès writes: > Hello! > > Divan Santana skribis: > >> Then do the install with this guile code: >> >> #+BEGIN_SRC scheme >> ;; two devices in raid0 striped with LUKS full disk encryption. >> (bootloader (grub-configuration (device "/dev/vdb"))) >> (mapped-devices (list >>

Re: guixsd install questions

2017-02-07 Thread Ludovic Courtès
Divan Santana skribis: > Ludovic Courtès writes: [...] >>> On tt1 I did =herd stop guix-daemon= >>> Then exported proxy like so: >>> export http_proxy=http://server.domain.co.za:8080/ ; export >>> ftp_proxy=$http_proxy ; export https_proxy=$http_proxy >>> >>> =herd start guix-daemon= >> >> Th

Re: guixsd install questions

2017-06-30 Thread Divan Santana
Hi Ludo, Ludovic Courtès writes: > Hello! > > Divan Santana skribis: > >> Then do the install with this guile code: >> >> #+BEGIN_SRC scheme >> ;; two devices in raid0 striped with LUKS full disk encryption. >> (bootloader (grub-configuration (device "/dev/vdb"))) >> (mapped-devices (list

Re: guixsd install questions

2017-07-01 Thread Ludovic Courtès
Divan Santana skribis: > Ludovic Courtès writes: [...] >> My guess is that you’d need to explicitly mark one of the mapped device >> as depending on the other; this cannot be guessed. >> >> If you run “guix system shepherd-graph” on your config you’ll probably >> see that there’s no such depen

Re: guixsd install questions

2017-07-01 Thread Divan Santana
Ludovic Courtès writes: > Divan Santana skribis: > >> Ludovic Courtès writes: > > [...] > >>> My guess is that you’d need to explicitly mark one of the mapped device >>> as depending on the other; this cannot be guessed. >>> >>> If you run “guix system shepherd-graph” on your config you’ll prob

Re: guixsd install questions

2017-07-02 Thread Ludovic Courtès
Hi, Divan Santana skribis: > I wish. Maybe one day. My coding skills are MIA and time is very > limited. But I do hope to start contributing in some way in time > (besides my FSF financial support). Trying out GuixSD and reporting successes and failures like you do is a good way to get started;