Re: Magit interactive rebase error: perl not found

2018-08-02 Thread Chris Marusich
Pierre Neidhardt writes: > When rebasing interactively with Magit, I get the following error > > 1 git … rebase -i d64bc3b\^ > /home/ambrevar/.guix-profile/libexec/git-core/git-rebase--interactive: line > 277: perl: command not found > Could not execute editor > > From commandline it works fin

Re: partitions

2018-08-02 Thread Pierre Neidhardt
The EFI partition is a required partition used by the UEFI partition schemes. GuixSD does not require anything special compared to other distributions. I recommend you have a look at https://wiki.archlinux.org/index.php/Partitioning for general guidelines. Then you choose how to

partitions

2018-08-02 Thread Catonano
I'm considering to install GuixSD in a virtual machine made with Gnome Boxes I should partition the disk but I don't know where to start This is what I find in cfdisk https://imgur.com/a/EjYKRwb I don't understand how these partitions are organized Why is the boot partition so large ? Will it e

Re: Can't configure guix, no guile-sqlite3

2018-08-02 Thread Thorsten Wilms
On 02.08.2018 14:18, Ricardo Wurmus wrote: Which “guix” are you using? “guix pull” installs “guix” in ~/.config/guix/current/bin. Make sure that the “guix” in “guix environment guix” is taken from there. Tripple checked. I'm fully expecting some silly mistake, but well, I can't find it. Bef

Re: difficulty getting networking working on new install

2018-08-02 Thread vikram sai balaji ulaganathan
To add to it, you may have to restart networking service using herd command like herd stop networking and herd start networking. Wep connection may need to be marked as wpa in nmtui Thanks Vikram On Thu, Aug 2, 2018, 4:31 AM Chris Marusich wrote: > Benjamin Slade writes: > > > I ultimately want

Re: Can't configure guix, no guile-sqlite3

2018-08-02 Thread Ricardo Wurmus
Thorsten Wilms writes: >> * Run "guix pull" at least twice - without using ./pre-inst-env. > > Done. […] > With `guix environment guix` it's again: > --- > checking for sqlite3 >= 3.6.19... no > configure: error: Package requirements (sqlite3 >= 3.6.19) were not met: > > No package 'sqlite3' fo

Re: Can't configure guix, no guile-sqlite3

2018-08-02 Thread Thorsten Wilms
On 02.08.2018 09:12, Chris Marusich wrote: configure: error: Package requirements (sqlite3 >= 3.6.19) were not met: No package 'sqlite3' found --- It sounds like you're saying this error occurs when you've run "guix environment guix", and then you run "./configure --localstatedir=/var". Is tha

Re: difficulty getting networking working on new install

2018-08-02 Thread Chris Marusich
Benjamin Slade writes: > I ultimately want to use NetworkManager, but I just wanted to get some > sort of connection working to start with. > > [...] > > I have included in my `config.scm` the "%desktop-services" bit, so I > thought this should provide NetworkManager, but I don't seem able to use

Re: LUKS-encrypted root and unencrypted /boot ?

2018-08-02 Thread Chris Marusich
Benjamin Slade writes: > Doing a full LUKS-encryption on root, including /boot results in very > slow unlocking at boot (about 30 secs even with --iter set to 1000). Is > there any way to do an unencrypted /boot with an encrypted root? At that stage, is it GRUB that is unlocking the encrypted vo

Re: Guix and Emacs Integration for Polyglot Development

2018-08-02 Thread Chris Marusich
Kenny Ballou writes: > I would like to be able to specify a project's dependencies in a > manifest file, add any environment variables as necessary, and have > Emacs be aware of those variables when entering that environment. It may not be what you're looking for, but projects like Haunt [1] put

Re: libssh source problem

2018-08-02 Thread Chris Marusich
Hi Ben, Ben Woodcroft writes: > I run a setup that uses a non-standard store directory, and am running > into this: > > $ ~/git/guix-euramoo/pre-inst-env guix build -S libssh > substitute: guix substitute: warning: 'https://mirror.hydra.gnu.org' > uses different store '/gnu/store'; ignoring it >

Re: guixsd system reconfigure errors

2018-08-02 Thread Chris Marusich
Divan Santana writes: > adding group 'tty'... > groupadd: GID '996' already exists > > [...] > > Not sure if the system got in a strange state as a result of me changing > my first user accounts name. Perhaps. Could you share a minimal operating system configuration file that reproduces the issu

Re: Can't configure guix, no guile-sqlite3

2018-08-02 Thread Chris Marusich
Hi Thorsten! Thorsten Wilms writes: > On 17.06.2018 22:24, Thorsten Wilms wrote: > >> git clone https://git.savannah.gnu.org/git/guix.git >> cd guix >> *add package definition, commit right here, or maybe later* >> guix environment guix >> ./bootstrap >> ./configure --localstatedir=/var >> ./pre

Re: LUKS-encrypted root and unencrypted /boot ?

2018-08-02 Thread Clément Lassieur
Hi Benjamin, Do you use Libreboot? Benjamin Slade writes: > Doing a full LUKS-encryption on root, including /boot results in very > slow unlocking at boot (about 30 secs even with --iter set to 1000). Is > there any way to do an unencrypted /boot with an encrypted root? I'm unsure that would h