unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
From: Gottfried <gottfried@posteo.de>
To: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>, help-guix@gnu.org
Subject: Re: tor
Date: Wed, 21 Sep 2022 09:52:26 +0000	[thread overview]
Message-ID: <3692e5a4-dbc8-fc56-723a-a42bed29da87@posteo.de> (raw)
In-Reply-To: <d6b7717a-fcee-56a2-f919-aee7538faef6@posteo.de>


[-- Attachment #1.1.1: Type: text/plain, Size: 5359 bytes --]

Hi Denis,

I added the libvirt-service-type in my config.scm


  (service libvirt-service-type
            (libvirt-configuration
             (unix-sock-group "libvirt")
             (tls-port "16555")))
----------------------------------------------
  (services
     (append
       (list (service mate-desktop-service-type)
             (service enlightenment-desktop-service-type)
			(service cups-service-type
				(cups-configuration
					(web-interface? #t)
					(extensions (list cups-filters hplip))))			
			(service openssh-service-type)
             (service tor-service-type)
             (set-xorg-configuration
               (xorg-configuration
                (keyboard-layout keyboard-layout)))
             (service libvirt-service-type
                      (libvirt-configuration
                       (unix-sock-group "libvirt")
                       (tls-port "16555"))))
	
       (modify-services %desktop-services
	(guix-service-type
-------------------------------------------------

and doing a:
sudo guix system reconfigure /etc/config.scm
it gave me this message:


Backtrace:
           18 (primitive-load "/home/gfp/.config/guix/current/bin/guix")
In guix/ui.scm:
    2263:7 17 (run-guix . _)
   2226:10 16 (run-guix-command _ . _)
In ice-9/boot-9.scm:
   1752:10 15 (with-exception-handler _ _ #:unwind? _ # _)
In guix/status.scm:
     835:3 14 (_)
     815:4 13 (call-with-status-report _ _)
In guix/scripts/system.scm:
    1276:4 12 (_)
In ice-9/boot-9.scm:
   1752:10 11 (with-exception-handler _ _ #:unwind? _ # _)
In guix/store.scm:
    656:37 10 (thunk)
    1295:8  9 (call-with-build-handler #<procedure 7fe023712ab0 at g…> …)
   2165:25  8 (run-with-store #<store-connection 256.99 7fe0205515a0> …)
In guix/scripts/system.scm:
     842:2  7 (_ _)
     719:8  6 (_ #<store-connection 256.99 7fe0205515a0>)
In gnu/system.scm:
   1276:19  5 (operating-system-derivation _)
    796:11  4 (operating-system-services #<<operating-system> kernel:…>)
    830:20  3 (services _)
In /etc/config.scm:
     38:21  2 (services #<<operating-system> kernel: #<package linux-…>)
In ice-9/boot-9.scm:
   1685:16  1 (raise-exception _ #:continuable? _)
   1685:16  0 (raise-exception _ #:continuable? _)

ice-9/boot-9.scm:1685:16: In procedure raise-exception:
Fehler/mistake: libvirt-service-type: Nicht gebundene Variable/unbound 
variable

Where are the problems?
thanks for help
Gottfried



Am 02.09.22 um 20:31 schrieb Gottfried:
> Hi Denis,
> 
> Before I am changing something, I prefer to ask in order to make not 
> mistakes.
> 
>> To make virt-manager (and probably gnome-boxes) work you also need to
>>> add something like this in your service list in the system.scm:
>>>> (service libvirt-service-type
>>>>          (libvirt-configuration))
>>>
> 
> In the manual it says:
> 
> (service libvirt-service-type
>           (libvirt-configuration
>            (unix-sock-group "libvirt")
>            (tls-port "16555")))
> 
> 
> I installed "virt-manager".
> Now I have to add it to my config.scm file.
> The question is where and what?
> 
> 
> I would add it as the last of services:
> 
> (services
>      (append
>        (list (service mate-desktop-service-type)
>              (service enlightenment-desktop-service-type)
>                          (service cups-service-type
>                                  (cups-configuration
>                                          (web-interface? #t)
>                                          (extensions (list cups-filters 
> hplip))))
>                          (service openssh-service-type)
>              (service tor-service-type)
>              (set-xorg-configuration
>                (xorg-configuration
>                  (keyboard-layout keyboard-layout))))
>          (service libvirt-service-type
>                       (libvirt-configuration
> Now the question would be where go the brackets and if I have to add 
> something to the 2 lines?
> 
>        (modify-services %desktop-services
>          (guix-service-type
>                 config => (guix-configuration
>                   (inherit config)
>                   (extra-options (list "--gc-keep-derivations=yes" 
> "--gc-keep-outputs=yes"))))
>          (sane-service-type _ => sane-backends))))
> 
> 
> 
> 
> Am 01.09.22 um 15:59 schrieb Denis 'GNUtoo' Carikli:
>> On Wed, 31 Aug 2022 18:23:54 +0200
>> Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> wrote:
> 
>> Yet another way would be to use a virtual machine software like
>> gnome-boxes or virt-manager to install another GNU/Linux distribution
>> inside and use the tor-browser in that.
>>
>> To make virt-manager (and probably gnome-boxes) work you also need to
>> add something like this in your service list in the system.scm:
>>> (service libvirt-service-type
>>>           (libvirt-configuration))
>>
> 
>> Denis.
> 


[-- Attachment #1.1.2: OpenPGP public key --]
[-- Type: application/pgp-keys, Size: 3191 bytes --]

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 840 bytes --]

  reply	other threads:[~2022-09-21  9:53 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-28 10:52 tor Gottfried
2022-08-28 12:09 ` tor Csepp
2022-08-29 14:19   ` tor Gottfried
2022-08-30 10:54     ` tor Csepp
2022-08-30 18:32       ` tor Gottfried
2022-08-31 16:23         ` tor Denis 'GNUtoo' Carikli
2022-09-01 13:59           ` tor Denis 'GNUtoo' Carikli
2022-09-02 18:31             ` tor Gottfried
2022-09-21  9:52               ` Gottfried [this message]
2022-09-22 11:52                 ` tor Chris Keschnat via
2022-09-01 14:27         ` tor Denis 'GNUtoo' Carikli
2022-09-01 17:35           ` tor Gottfried
2022-09-01 23:35             ` tor Denis 'GNUtoo' Carikli
2022-11-05  0:29           ` tor Denis 'GNUtoo' Carikli
2022-11-07 19:24             ` tor Gottfried
2022-11-07 20:14               ` tor Wojtek Kosior via
2022-11-07 23:19                 ` tor Denis 'GNUtoo' Carikli
  -- strict thread matches above, loose matches on Subject: below --
2022-09-23 16:36 tor Gottfried
2020-09-17 12:32 Tor Rasa Gulla via
2020-09-17 13:15 ` Tor Julien Lepiller
2020-09-17 13:18   ` Tor Rasa Gulla

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3692e5a4-dbc8-fc56-723a-a42bed29da87@posteo.de \
    --to=gottfried@posteo.de \
    --cc=GNUtoo@cyberdimension.org \
    --cc=help-guix@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).