Re: Virtualisation alternatives for deploying a small number of services

2024-05-23 Thread Fabio Natali
On 2024-05-22, 19:16 +0200, Tomas Volf <~@wolfsden.cz> wrote: > If your main goal is strong isolation and security, you probably might > want to take a look at firecracker[0]. Downside is non-existent > support in Guix, not even a package. Hey Tomas, Thanks for getting back to me! You're

Re: Virtualisation alternatives for deploying a small number of services

2024-05-22 Thread Tomas Volf
ty-wrapper', which of course would give me > containerisation rather than virtualisation, so not really what I'm > looking for. > > I think libvirt is my favourite option so far but I was wondering if > there's any further alternative that I haven't been considering. >

Virtualisation alternatives for deploying a small number of services

2024-05-22 Thread Fabio Natali
declarative?) setup, beyond defining and bringing up the libvirt Guix service. + Ganeti, which might be a bit of an overkill for this particular use case. + Guix's 'least-authority-wrapper', which of course would give me containerisation rather than virtualisation, so not really what I'm

Re: Virtualisation

2024-02-14 Thread Fabio Natali
On 2024-02-14, 10:47 +0300, Oleg Pykhalov wrote: > Libvirt has been working perfectly for me on my Guix System for years! Hey Oleg, Thanks for getting back to me and sharing your experience. It really helps. Yeah, libvirt seems like the best option, I think I'll go for it. Thanks, best

Re: Virtualisation

2024-02-13 Thread Oleg Pykhalov
Hi, Fabio Natali writes: > I need to set up a small number of VMs on a server. The network > architecture would be fairly simple. > > I'm considering to use Guix for the server, plus some virtualisation > tools/scripts to set up the VMs, as an alternative to Proxmox and &

Virtualisation

2024-02-13 Thread Fabio Natali
Hi!  I need to set up a small number of VMs on a server. The network architecture would be fairly simple. I'm considering to use Guix for the server, plus some virtualisation tools/scripts to set up the VMs, as an alternative to Proxmox and similar common solutions. I know Ganeti might

Re: resize of harddisk space for Virtualisation

2023-02-16 Thread Felix Lechner via
Hi Gottfried, On Thu, Feb 16, 2023 at 9:07 AM Gottfried wrote: > > Is another process using the image [/var/lib/libvirt/images/Trisquel.qcow2]? You may be able to investigate more with the command 'lsof'. Kind regards Felix Lechner

resize of harddisk space for Virtualisation

2023-02-16 Thread Gottfried
Hi, How To extend/increase KVM Virtual Machine (VM) disk size? I wanted to resize the room on the hard disk for Trisquel on the qemu virtualisation software. but it does not let me to do it. Why? How can I increase the 20 Gb to 30 Gb for Trisquel on the harddisk? gfp@Tuxedo /$ sudo qemu

Re: Virtualisation: Network problems

2022-10-03 Thread Gottfried
Hi Andreas, late is no problem. I am thankful, I have learned something. Gottfried OpenPGP_0x61FAF349C9FB7F94.asc Description: OpenPGP public key OpenPGP_signature Description: OpenPGP digital signature

Re: Virtualisation: Network problems

2022-10-02 Thread Tobias Geerinckx-Rice
Andreas Enge 写道: Am Mon, Sep 26, 2022 at 06:05:31PM + schrieb Gottfried: gfp@Tuxedo ~$ ps -ef | grep virtlog it comes up with: gfp 5233 5218 0 19:45 pts/000:00:00 grep --color=auto virtlog (the word "virtlog" is in red colour) I don't know if that means virtlogd is running?

Re: Virtualisation: Network problems

2022-10-01 Thread Andreas Enge
gd is running? Answering a bit late (and only this question, since I know nothing about virtualisation): It means that virtlogd is not running. It shows only the process you started, which is "grep", with "virtlog" as a parameter. As an example: $ ps -ef|grep shepherd root

Re: Virtualisation: Network problems

2022-09-27 Thread Gottfried
Hi Chris, thanks a lot. Now it is working. I am happy/ich bin glücklich. So at least I have a VM and installed Tails. Problems occured in using Tails. I wanted to play around to get a full screen e.g. and my laptop stopped after using the key contr + L and contr + S (this was suggested by

Re: Virtualisation: Network problems

2022-09-26 Thread Chris Keschnat via
> From: Chris Keschnat > To: help-guix@gnu.org > Subject: Re: Virtualisation: Network problems > Message-ID: <8635celpyy@catsu.it> > Content-Type: text/plain; charset=utf-8 > > > Gottfried writes: > > > [[PGP Sig

Re: Virtualisation: Network problems

2022-09-26 Thread Gottfried
Automatischer Start Bleibend network Aktivjaja Gottfried From: Chris Keschnat To: help-guix@gnu.org Subject: Re: Virtualisation: Network problems Message-ID: <8635celpyy@catsu.it> Con

Re: Virtualisation: Network problems

2022-09-26 Thread Gottfried
ktivjaja Gottfried From: Chris Keschnat To: help-guix@gnu.org Subject: Re: Virtualisation: Network problems Message-ID: <8635celpyy@catsu.it> Content-Type: text/plain; charset=utf-8 Gottfried writes: > [[PGP Si

Re: Virtualisation: Network problems

2022-09-26 Thread Chris Keschnat via
do ~$ sudo virsh net-list > Name Status Automatischer Start Bleibend > > network Aktivjaja > > > Gottfried > > > > > From:

Re: Virtualisation: Network problems

2022-09-25 Thread Chris Keschnat via
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Gottfried writes: > [[PGP Signed Part:Undecided]] > Hi Guixers, > > Basic details of my Virtualisation setup: > > Name: QEUMU/KVM > Libvirt URL: qemu:///System > Autoconnect yes > --

Virtualisation: Network problems

2022-09-25 Thread Gottfried
Hi Guixers, Basic details of my Virtualisation setup: Name: QEUMU/KVM Libvirt URL: qemu:///System Autoconnect yes - Network selection It gives me 3 options: 1. I added a virtual network Name: network Device: virbr0 is there IPv4

Re: Virtualisation

2022-09-25 Thread Gottfried
I am not exactly sure what happened, but I think you should set the groups in the your operating config. #+begin_src scheme (supplementary-groups '("wheel" "netdev" "audio" "video"))) #+end_src to #+begin_src scheme (supplementary-groups '("wheel" "netdev" "audio" "video" "libvirt")))