Re: A bridge network for QEMU VMs

2024-06-11 Thread David Larsson
Hi, There is an openvswitch service that might be useful. Marius used it when showing how to setup ganeti on Guix here: I have a Ganeti cluster myself and occasionally I have run some manual openvswitch commands for VM's not

Re: Automated /etc/config.scm

2024-05-26 Thread David Larsson
Hi Marek, I think its not possible to have guix pull edit /etc/config.scm without modifying how that command behaves in guix. But it is possible to edit /etc/config.scm when running guix system reconfigure, by using a service as described here: https://lists.gnu.org/archive/html/help-guix/2017

Re: Guix on Macintosh?

2023-06-20 Thread david larsson
On 2023-06-19 14:50, Yasuaki Kudo wrote: [..] how a Mancintosh user can take advantage of Guix. There are quite a lot of programmers with those shiny Mac Laptops...  Of course, as a last resort, there must be some Intel emulators for these so one can install Linux and Windows on top of them but

Re: Can Guix channels be non-GPL?

2023-06-14 Thread david larsson
On 2023-06-12 14:13, Parnikkapore wrote: Hi Guix! I realized a while ago that, since pretty much all Guix channels have to import some module from Guix (e.g. (guix packages)), it's basically impossible for a Guix channel to have any license other than GPLv3 or GPLv3+. Is this correct? If this i

Re: PinePhone Pro & Guix

2022-12-24 Thread david larsson
On 2022-12-24 21:18, phodina wrote: Hello, Hi all, I'm trying to write a guix code that will generate images for pinephone pro. Can anyone share the config .scm file if anyone has done it? Thanks. I do have same interest in mind. The bigger issue I'd say is to have working mobile UI environ

Re: OnlyOffice?

2022-10-07 Thread david larsson
On 2022-10-07 10:07, Ricardo Wurmus wrote: GTK+ comes with broadwayd, which lets you use the browser to render the GUI. Here’s a quick example: guix shell gtk+:bin -- broadwayd :5 & GDK_BACKEND=broadway BROADWAY_DISPLAY=:5 guix shell abiword -- abiword Then visit http://127.0.0.1:8085/

Re: What Python IDE are you using?

2022-08-25 Thread david larsson
My current emacs config will almost certainly see some new commits be pushed to https://gitlab.com/methuselah-0/my-guix-packages in the following weeks. I meant here: https://github.com/methuselah-0/my-emacs-config

Re: Guix as remote dev machine

2022-04-30 Thread david larsson
On 2022-04-30 13:07, david larsson wrote: On 2022-03-21 15:09, t...@fullmeta.me wrote: Hi Guix. I'm trying to come up with a reasonable way to use my Guix machine sitting in the attic as my remote development server. [..] When attempting to do something similar remotely, you very qu

Re: Guix as remote dev machine

2022-04-30 Thread david larsson
On 2022-03-21 15:09, t...@fullmeta.me wrote: Hi Guix. I'm trying to come up with a reasonable way to use my Guix machine sitting in the attic as my remote development server. This presents several challenges. Locally I would typically follow these steps: 1. Create a project dir with guix.scm des

Re: My very own Guix System Server in my apartment

2021-07-01 Thread david larsson
On 2021-06-30 17:35, Joshua Branson wrote: Hello Guix people! So I will shortly be setting up my very own Guix System server in my apartment! I am super excited! I would love to hear any and all advice. I should probably set up a good firewall. I should probably use REALLY LONG passwords. A

Re: "cannot kill process with uid ..."

2021-01-16 Thread david larsson
On 2021-01-14 20:30, Ed Falis wrote: Newb, obviously. Installed on foreign system (Pengwin on WSL-2). Tried the installation of "hello" as a sanity check. It fails with: guix install: error: cannot kill processes for uid `999' : failed with exit code 1 -- I've been stuck here about a week. T

Re: NAS hardware recommendations

2020-12-10 Thread david larsson
On 2020-12-10 15:41, Pierre Neidhardt wrote: Hi David! https://www.crowdsupply.com/gnubee/personal-cloud-1 And here is the link for the 3.5" version: https://www.crowdsupply.com/gnubee/personal-cloud-2 Very cool stuff! I'll see if I can order it. Although the state of MIPS support in Guix

Re: NAS hardware recommendations

2020-12-09 Thread david larsson
On 2020-12-08 16:51, Pierre Neidhardt wrote: Hi Guix! Has anyone had luck installing Guix on a NAS? If so, which one? If not, which NAS hardware would you recommend? I'm looking for - something as open as possible; - 3-4 bays; - lowest consumption possible; - Btrfs support. Any tips? Cheers!

Re: Profile's LD_LIBRARY_PATH by default

2020-10-29 Thread david larsson
On 2020-10-29 10:07, Sébastien Lerique wrote: Hello! On 29 Oct 2020 at 10:10, david larsson wrote: On 2020-10-28 13:49, Sébastien Lerique wrote: [snip] While running a racket program which uses OpenCV, I realised that my LD_LIBRARY_PATH does not contain my user's profile libs. I

Re: Profile's LD_LIBRARY_PATH by default

2020-10-29 Thread david larsson
On 2020-10-28 13:49, Sébastien Lerique wrote: Dear all, This question could stem from a simpler example, but I think in this case it doesn't change much. So I'll go with my use case: While running a racket program which uses OpenCV, I realised that my LD_LIBRARY_PATH does not contain my user's

Re: Ganeti with Guix tutorial from the Guix blog post

2020-09-27 Thread david larsson
On 2020-09-26 16:23, Marius Bakke wrote: david larsson writes: Hi! First of all - thanks for a great post about using Ganeti with Guix! Thanks. :-) I need some help with the networking setup part since I am stuck at the end stages of the blog post tutorial - I am unable to run &quo

Ganeti with Guix tutorial from the Guix blog post

2020-09-25 Thread david larsson
Hi! First of all - thanks for a great post about using Ganeti with Guix! I need some help with the networking setup part since I am stuck at the end stages of the blog post tutorial - I am unable to run "gnt-instance console ". So, I have things setup enough to create these VM's successfully

interactive input using guix-jupyter-kernel

2020-07-16 Thread david larsson
Hi, How can I ask for password input and get a password prompt in the notebook if I use the guix kernel in jupyter? ;;guix environment python-env <- python-ipython python-ipykernel import getpass password = getpass.getpass() using a regular python kernel this works fine but not with guix kern

Re: Repair / reinstall Guix package manager (foreign distro)

2020-06-28 Thread david larsson
There has been some issues with getting the symlinks ~/.guix-profile and ~/.config/guix/current right on a foreign distro for me and some other users, but Im not sure whether this is a Guix problem, or a misunderstanding by the users. A good explanation of guix profiles is here: https://unix.s

Re: Guix on Windows?

2020-02-07 Thread david larsson
Hi Zimoun, I have almost run Guix successfully on the WSL version 1 using Kali linux. I found a repo on github that packaged a deb-package for Guix0.12 or something, but it didnt work out of the box, but I managed to fix, package and install it. The problem was that I couldn't install any Guix

Re: Icecat with Firejail (on a non-Guix system)

2019-12-06 Thread david larsson
On 2019-12-06 14:56, Tirifto wrote: Hello all! I've used Guix on Parabola GNU+Linux-libre to install Icecat, but I'm having trouble running Icecat in the sandboxing tool Firejail [1]. The problem is that whenever I start Icecat via firejail, the fonts are completely broken and the browser only d

Re: editing /etc/sudoers

2019-06-14 Thread David Larsson
Hi Jeff, This is probably not the guix way, but Im usually using SUDO_EDITOR=zile visudo instead of just EDITOR. B.R. David Jeff Bauer – Fri, 14. June 2019 14:36 > I've been trying unsuccessfully to make changes to > /etc/sudoers. I used visudo by creating a symlink > to /usr/bin/vi (because v

Re: A few questions about channels

2019-04-25 Thread david . larsson
On Wed, 24 Apr 2019, ison wrote: Several questions about channels have been on my mind which I haven't been able to find any documentation on. So I figured I would ask them all in one place since they seem like fairly standard questions that could help others setting up channels in the future

Re: no code for module (ice-9 readline) running guile

2019-01-10 Thread david . larsson
On Thu, 10 Jan 2019, david.lars...@selfhosted.xyz wrote: On Thu, 10 Jan 2019, Gábor Boskovits wrote: Hello, could you could try installing the guile-readline package, or create an evironment with it, like guix environment --ad-hoc guile-readline John Soo ezt írta (időpont: 2019. jan. 10., C

Re: no code for module (ice-9 readline) running guile

2019-01-10 Thread david . larsson
On Thu, 10 Jan 2019, Gábor Boskovits wrote: Hello, could you could try installing the guile-readline package, or create an evironment with it, like guix environment --ad-hoc guile-readline John Soo ezt írta (időpont: 2019. jan. 10., Cs, 17:30): Hello all, I have an issue running guile from

Cabal ad GHC_PACKAGE_PATH

2017-06-01 Thread david larsson
Im having trouble using Cabal to install a Haskell package. cabal install xmobar cabal: Use of GHC's environment variable GHC_PACKAGE_PATH is incompatible with Cabal. Use the flag --package-db to specify a package database (it can be used multiple times). The archived answers in help-guix did