Installing GuixSD on an external USB hard drive

2018-04-16 Thread Divan Santana
Hi Guix, So I'm installing GuixSD on an external USB hard drive. This is obviously quite useful to test and setup all before you switch to it. I plan to eventually install on laptop. I could do it in a VM but... Anyway, the install went flawless and docs are great. *After a reboot*, I did a gu

Re: Installing GuixSD on an external USB hard drive

2018-04-17 Thread Divan Santana
Pierre Neidhardt writes: > But did you _add_ the module into the initrd? This should be done in your > configuration file upon which you run `guix system reconfigure`. > > (operating-system >;... > >(initrd-modules (append (list "usb_module") > %base-initrd-mo

Re: Installing GuixSD on an external USB hard drive

2018-04-17 Thread Divan Santana
Divan Santana writes: > Hi Guix, > > So I'm installing GuixSD on an external USB hard drive. > > This is obviously quite useful to test and setup all before you switch > to it. I plan to eventually install on laptop. > > I could do it in a VM but... > > Anyway,

Re: Installing GuixSD on an external USB hard drive

2018-04-19 Thread Divan Santana
myg...@gmail.com writes: > On 04/16/2018 at 20:04 Divan Santana writes: > >> Hi Guix, >> >> So I'm installing GuixSD on an external USB hard drive. >> >> This is obviously quite useful to test and setup all before you switch >> to it. I plan to ev

Re: Installing GuixSD on an external USB hard drive

2018-04-19 Thread Divan Santana
Chris Marusich writes: > Hi Divan! > > Thank you for taking the time to write to us about the problem. These > kinds of but reports are very helpful! Your welcome. Thanks for the great reply. > On Tue, Apr 17, 2018, 06:43 Divan Santana wrote: > >> OK, I think this

dvorak

2018-05-07 Thread Divan Santana
Hi Guix, There's been several mails and configs I've seen for dvorak configuration. Though, I can't seem to find any info or examples on how to configure dvorak for grub. I have an encrypted boot and on boot up grub asks for crypt passphrase as does the system on boot up. While talking about luk

cssh doesn't seem to work out the box

2018-05-08 Thread Divan Santana
Hi Guix, I installed cssh and trying to use it like so: cssh `cat /tmp/servers` but it breaks with: Can't locate Tk.pm in @INC (you may need to install the Tk module) (@INC contains: /gnu/store/w60y4wh55iqxp56migmy7427n8aib9wj-perl-x11-protocol-0.56/lib/perl5/site_perl/5.26.1/x86_64-linux-thr

root certificate

2018-06-11 Thread Divan Santana
Hi Guix :) How does one import a root certificate for GuixSD? I didn't see it in the manual. (Hopefully I didn't miss it. I need to read up on using info within Emacs better.) -- Divan

Re: root certificate

2018-06-12 Thread Divan Santana
Joshua Branson writes: > Divan Santana writes: > >> Hi Guix :) >> >> How does one import a root certificate for GuixSD? > > This probably isn't helpful, but what is a root certificate? https://en.wikipedia.org/wiki/Root_certificate In cryptography and compu

Re: root certificate

2018-06-12 Thread Divan Santana
myg...@gmail.com writes: > On 06/11/2018 at 12:59 Joshua Branson writes: > >> Divan Santana writes: >> >>> Hi Guix :) >>> >>> How does one import a root certificate for GuixSD? >> >> This probably isn't helpful, but what i

Re: [HOWTO] Start X server manually instead of using a login manager

2018-07-19 Thread Divan Santana
Hi Alex, Alex Kost writes: > People often ask how they can use startx/xinit on GuixSD. It is > possible, although it is not as easy as on other distros. Hopefully, > this tutorial will answer some questions on the subject. This is really great and appreciated. Thank you very much. -- Divan

Re: [HOWTO] Start X server manually instead of using a login manager

2018-07-23 Thread Divan Santana
Alex Kost writes: > Hello, > > People often ask how they can use startx/xinit on GuixSD. It is > possible, although it is not as easy as on other distros. Hopefully, > this tutorial will answer some questions on the subject. > > At first, a couple of points: > > - We will run X server with user

guixsd system reconfigure errors

2018-07-23 Thread Divan Santana
Hi Guix, A couple of errors I get upon a reconfigure: --8<---cut here---start->8--- adding group 'tty'... groupadd: GID '996' already exists --8<---cut here---end--->8--- --8<---cut here---start-

Re: guixsd system reconfigure errors

2018-08-05 Thread Divan Santana
>> 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 issue, and descr

guix gc error: build failed: executing SQLite statement: FOREIGN KEY constraint failed

2018-08-18 Thread Divan Santana
Hi All, Not sure why my guix gc is doing this. How can I go about fixing this? guix gc results in --8<---cut here---start->8--- deleting `/gnu/store/lxnis4mw71rd0pvjrhs6dyl5ijzgn08b-imagemagick-6.9.10-8-doc' guix gc: error: build failed: executing SQLite stat

Some general guix questions

2019-01-08 Thread Divan Santana
Hi great guix community, 1. What is the recommendations around when to install a package system wide (via guix system reconfigure manifest.scm) vs in your user profile? I'm confused if i3/various X packages and other desktop packages should be installed in one or the other? Or even the pr

Re: Some general guix questions

2019-01-09 Thread Divan Santana
Tonton writes: > 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 /anoth

Re: Some general guix questions

2019-01-09 Thread Divan Santana
George Clemmer writes: > Divan Santana writes: > >> Hi great guix community, >> >> 1. What is the recommendations around when to install a package system >>wide (via guix system reconfigure manifest.scm) vs in your user >>profile? I'm co

Re: Some general guix questions

2019-01-09 Thread Divan Santana
Pierre Neidhardt writes: > 1. System-wide installation means packages are readily available to all users, >which can be nice, but users then don't have the freedom to remove them. >For maximal flexibility, it's often best to leave system-wide packages to > the >bare minimum and let u

Running docker safely on guixsd

2019-02-06 Thread Divan Santana
Hi Guix, I'm certainly not an expert on docker etc. As per Arch Docker wiki [1] anyone added to docker group is root equivalent. [1] https://wiki.archlinux.org/index.php/Docker#Installation Also I think it's quite easy to fire up a docker container with privileged mode, by accident. I'm just

Noob issues with maintaining a guix laptop system

2019-06-03 Thread Divan Santana
Hi All, Issues of a noob with no lisp programming skills has in maintaining a guix laptop system. * how to do a system reconfigure on an older guix generation? Sometimes I do a guix pull and attempt a reconfigure. Due to various reasons, the reconfigure may fail. I now want to do a reconfigure,

Issues with guix offload

2019-06-03 Thread Divan Santana
Hi All :) So my guix offload to my build box used to work, no troubles. As of late it fails. Perhaps due to an update, or because I renamed the user account on the remote box. I think all is correct in terms of configuration but still fails with the below. Not sure how to further troubleshoot i

Re: Noob issues with maintaining a guix laptop system

2019-06-05 Thread Divan Santana
Julien Lepiller writes: > Le 4 juin 2019 08:17:11 GMT+02:00, ison a écrit : >>Just to be clear, when a reconfigure fails you can make any necessary >>changes >>and run it again. Guix operations are atomic so it doesn't actually >>change the >>state of your system in any way until it finishes. >>

Re: Issues with guix offload

2019-07-21 Thread Divan Santana
> Did you eventually find out? I tried looking through the strace output but didn't come right with that. In the end I just built another box. Was easier to resolve.

Getting network-manager-openconnect to work

2019-09-10 Thread Divan Santana
Hi Guix, I'm glad openconnect and network-manager-openconnect are now in Guix! It would be nice to get it to work via network-manager, though I suppose it's not essential. Using openconnect directly works for me. $ sudo openconnect vpn.somewhere.com Trying to get it work via network-manager gi

vagrant

2019-09-10 Thread Divan Santana
Hi Guix, One of the last packages I miss and would like on my Guix system would be vagrant. I use it for work for testing infra as code. Anyone else got a way to get it working? I'm surprised it's not yet packaged for Guix. Greetings :) -- Divan

Re: vagrant

2019-09-24 Thread Divan Santana
Hey Chris, Thanks for the helpful reply. >> One of the last packages I miss and would like on my Guix system would >> be vagrant. >> >> I use it for work for testing infra as code. >> >> Anyone else got a way to get it working? I'm surprised it's not yet >> packaged for Guix. > > It would be a gr

internal 3g modem

2019-09-27 Thread Divan Santana
Hi Guix, Hopefully someone knowledgeable with these things here can help out. :) I'm trying to get the internal 3g modem to work in my Dell laptop running guix. Ideally with networkmanager/modemmanager would be great. Using nm-connection-editor and selecting mobile broadband, it says can't find

Re: internal 3g modem

2019-09-28 Thread Divan Santana
pelzflorian (Florian Pelz) writes: > On Fri, Sep 27, 2019 at 12:35:38PM +0200, Divan Santana wrote: >> Hi Guix, >> >> Hopefully someone knowledgeable with these things here can help out. :) >> >> I'm trying to get the internal 3g modem to work in my Dell lap

Re: bug#37369: Getting network-manager-openconnect to work

2019-09-28 Thread Divan Santana
crets_done_cb > being passed what GDB calls an “” as the connection > and crashing in nm_connection_get_setting_by_name. I need to repeat > this nm-connection-editor editing after every reboot. > > Does editing the VPN connection in nm-connection-editor fix the > problem for

Re: bug#37369: Getting network-manager-openconnect to work

2019-09-28 Thread Divan Santana
crets_done_cb > being passed what GDB calls an “” as the connection > and crashing in nm_connection_get_setting_by_name. I need to repeat > this nm-connection-editor editing after every reboot. > > Does editing the VPN connection in nm-connection-editor fix the > problem for you,

Re: bug#37369: Getting network-manager-openconnect to work

2019-10-03 Thread Divan Santana
pelzflorian (Florian Pelz) writes: > On Sat, Sep 28, 2019 at 04:16:40PM +0200, Divan Santana wrote: >> So firstly I can't edit the connection as my user, without sudo. Not >> sure if I need to be in some group to do that? >> > > P.S. I use > > (users (con

split dns with dnsmasq and networkmanager broken since 1.10.10 -> 1.14.4

2019-10-28 Thread Divan Santana
Hi Guix, I've configured split DNS with dnsmasq and networkmanager and been using that for quite a while on guix system. Since a recent update this split DNS setup has stopped working. Booting the older guix system confirms all just works. I'm not quite sure what could be wrong. Here is the det

pass free(): double free detected in tcache 2

2019-12-06 Thread Divan Santana
Hi Guix Since my guix system update from: Generation 188 Nov 19 2019 22:37:41 file name: /var/guix/profiles/system-188-link canonical file name: /gnu/store/dvj16fi2psiffb8pxpzpfpgrkbkg5nki-system label: GNU with Linux 5.3.10 bootloader: grub-efi root device: /dev/mapper/crypt kernel:

Re: pass free(): double free detected in tcache 2

2019-12-09 Thread Divan Santana
> Could you do me a few things? > > 1. Run `guix describe` > 2. Show me what packages you have listed in your system configuration. > 3. Show me what packages you have installed in your main user-profile. > > From there we might get a better idea of what is going on. Thanks :) Noted for next time.

Re: pass free(): double free detected in tcache 2

2019-12-09 Thread Divan Santana
> I believe this is the upstream issue: https://dev.gnupg.org/T4762 Looks like that's it. Thanks.

Re: guix browsers timezones are set to GMT

2020-02-10 Thread Divan Santana
Hi Ben, Ben Sturmfels writes: > Hi Divan, > > On 4/2/20 3:57 am, di...@santanas.co.za wrote: >> I see timezones in browsers on my guix system are set to GMT. >> >> An example would be qutebrowser and guessing ungoogled-chromium which >> use qtwebengine. >> >> Example website is browsing to >> ht

Switching to GuixSD - some packages missing for me

2016-05-06 Thread Divan Santana
ssentials for me are there. Excited to see the progress with the distro. Wish you all the best of luck and hope one day in the future to get involved - can't at the moment. -- Best regards, Divan Santana

Re: Switching to GuixSD - some packages missing for me

2016-05-10 Thread Divan Santana
Ricardo Wurmus writes: > Divan Santana writes: > >> 1) virt-manager - Since I may rely on a few VMs more as GuixSD has >> limited packages for now. Unless there is another easy way to run VMs? >> I'm not too familar with using qemu directly... > > virt-manag

guixsd install questions

2017-01-27 Thread Divan Santana
hing wrong. I've done the following 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= =guix package -i something= and note the proxy is not working. Try do the install =guix system init /mnt/etc/config.scm /mnt= and note the proxy env is not being used. Greetings from South Africa :) -- Best regards, Divan Santana

Re: guixsd install questions

2017-02-04 Thread Divan Santana
#:allow-empty-passwords? #f) > > Then generate a new disk image with > `guix system disk-image --image-size=1G gnu/system/install.scm`. > > Can you try that? If it works, feel free to submit it as a patch to the > "guix-devel" mailing list and we can consider adding it to the next > release. Thanks a ton for the feedback. I'll certainly try look into this and when I do, give feedback. -- Best regards, Divan Santana

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 (devic

Security questions around using Guix to package apps

2017-06-27 Thread Divan Santana
0= should solve this. 2. Ship a sudo file and install it in =/etc/sudoers.d= though I'm not sure if that's possible with Guix since it's kind of it it's own chroot. Unless it supports post-scripts section and that gets executed as root (doubt it). Hope the above makes sens

Re: Security questions around using Guix to package apps

2017-06-30 Thread Divan Santana
Leo Famulari writes: > Hello! > > On Tue, Jun 27, 2017 at 11:19:24AM +0200, Divan Santana wrote: >> Though the customers/users require to ship applications. They normally do >> this >> with something like RPMs and a yum repository. >> >> The problem with

Re: Security questions around using Guix to package apps

2017-06-30 Thread Divan Santana
Ludovic Courtès writes: > Hello Divan, > > Divan Santana skribis: > >> If guix is installed on a system and configured to point to substitutes >> that the same nonroot user has access to submit and approve packages in, >> can that nonroot user on the system gain

Using tramp with guixsd install image

2017-06-30 Thread Divan Santana
Hi, Trying to use my emacs (on arch linux) with the guixsd system from the 0.13 image and ssh-daemon. By image, this is a fresh VM booted guixsd-usb-install-0.13.0.x86_64-linux and about to install guixsd . This Used to work with 0.12 image. Now I have this set ;; ;; TRAMP and guix settings

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

Re: Using tramp with guixsd install image

2017-07-01 Thread Divan Santana
Ludovic Courtès writes: > Divan Santana skribis: > >> env /bin/sh no such file >> >> If in the VM, I do a hack like >> >> ln -s /run/current-system/profile/bin/sh /bin/sh >> >> Then tramp works without issue. >> >> How can one conf

Re: Using tramp with guixsd install image

2017-07-01 Thread Divan Santana
Alex Kost writes: > Divan Santana (2017-06-30 22:15 +0200) wrote: > >> Hi, >> >> Trying to use my emacs (on arch linux) with the guixsd system from the >> 0.13 image and ssh-daemon. By image, this is a fresh VM booted >> guixsd-usb-install-0.13.0.x86_

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 y

Re: Using tramp with guixsd install image

2017-07-02 Thread Divan Santana
Ludovic Courtès writes: > Divan Santana skribis: > > [...] > >>> The VM image should contain a valid /bin/sh already, doesn’t it? >> >> No it doesn't. >> >> There is no '/bin/sh' on the guixsd-usb-install-0.13.0.x86_64-linux.xz >&g

Re: Issues with my configuration - zsh shell default

2017-07-04 Thread Divan Santana
I reconfigure. > > Not sure about this one. Your config looks okay to me. I’m not using > this myself, so I don’t know if there’s a bug in our documentation. > >> I've also noticed some odd issues with my keyboards that are running the qmk >> firmware <https://github.c

Re: Issues with my configuration - zsh shell default

2017-07-05 Thread Divan Santana
Fredrik Salomonsson writes: [...] > 2) > >> There is no module “(gnu packages zsh)”. “zsh” is now in “(gnu packages >> shells)”. > > > >> (use-package-modules shells) >> (users (cons (user-account >> (name "admin") >> (comment "") >> (group "u

ledger fails to install - 5 tests failed out of 352

2017-09-30 Thread Divan Santana
Hello fellow Guixers, So ledger fails to install with the following #+BEGIN_EXAMPLE 99% tests passed, 5 tests failed out of 352 Total Test time (real) = 37.60 sec The following tests FAILED: 47 - BaselineTest_dir-import_py (Failed) 49 - BaselineTest_dir-python_py (Failed)

using guix for ruby development

2018-02-15 Thread Divan Santana
Hi all, So I'm *trying* to use guix on Parabola Linux to provide the rubies and replace some other functionality of like chruby for instance. I'm a bit of a noob with guix and even ruby, so it's a bit of a challenge. I've read through these nice notes[1] by Pjotr. The answers I'm looking for, ma

Re: using guix for ruby development

2018-02-15 Thread Divan Santana
Divan Santana writes: > Hi all, > > So I'm *trying* to use guix on Parabola Linux to provide the rubies and > replace some other functionality of like chruby for instance. > > I'm a bit of a noob with guix and even ruby, so it's a bit of a > challenge. >

Re: using guix for ruby development

2018-02-23 Thread Divan Santana
Marius Bakke writes: > Divan Santana writes: > >> Divan Santana writes: >> >>> Hi all, >>> >>> So I'm *trying* to use guix on Parabola Linux to provide the rubies and >>> replace some other functionality of like chruby for instance. &

Re: using guix for ruby development

2018-02-23 Thread Divan Santana
Christopher Baines writes: > Divan Santana writes: > >> Divan Santana writes: >>> Is there a simple way of getting these gems installed to use guix system >>> libs so things don't break? >> >> So for this particular project I managed to get i