Re: binary installation on Fedora 25

2017-01-27 Thread Leo Famulari
On Fri, Jan 27, 2017 at 05:07:34PM +0100, Hartmut Goebel wrote: > Hi, > > Am 27.01.2017 um 15:54 schrieb Catonano: > > $ ls -lha /etc/systemd/system/guix-daemon.service > > lrwxrwxrwx. 1 root root 58 27 gen 14.18 > > /etc/systemd/system/guix-daemon.service -> > > /root/.guix-profile/lib/systemd/sy

[Paid assignment] Set up and testing of system configuration (GuixSD)

2017-01-27 Thread Thomas Sigurdsen
Hi all, I'm in need of getting a system configuration up and running for a server. The primary needs of the resulting system is to provide: email and email lists, webpages and file synchronization. I've been administering a linode instance with nixos for some time, but prefer guixsd because fr

Re: binary installation on Fedora 25

2017-01-27 Thread Marius Bakke
Catonano writes: > On a fresh installation of Fedora 25 I am trying to do a binary > installation of Guix > > When attempting > > systemctl start guix-daemon && systemctl enable guix-daemon > > I get > > Failed to start guix-daemon.service: Unit guix-daemon.service not found. > > Now: > > $ ls -l

Re: binary installation on Fedora 25

2017-01-27 Thread Catonano
Hartmut, 2017-01-27 17:07 GMT+01:00 Hartmut Goebel : > Hi, > > Am 27.01.2017 um 15:54 schrieb Catonano: > > $ ls -lha /etc/systemd/system/guix-daemon.service > > lrwxrwxrwx. 1 root root 58 27 gen 14.18 > > /etc/systemd/system/guix-daemon.service -> > > /root/.guix-profile/lib/systemd/system/guix-

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-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: binary installation on Fedora 25

2017-01-27 Thread Hartmut Goebel
Hi, Am 27.01.2017 um 15:54 schrieb Catonano: > $ ls -lha /etc/systemd/system/guix-daemon.service > lrwxrwxrwx. 1 root root 58 27 gen 14.18 > /etc/systemd/system/guix-daemon.service -> > /root/.guix-profile/lib/systemd/system/guix-daemon.service AFAIK systemd changed its behaviour and does not lon

binary installation on Fedora 25

2017-01-27 Thread Catonano
On a fresh installation of Fedora 25 I am trying to do a binary installation of Guix When attempting systemctl start guix-daemon && systemctl enable guix-daemon I get Failed to start guix-daemon.service: Unit guix-daemon.service not found. Now: $ ls -lha /etc/systemd/system/guix-daemon.servic

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