Hi,

On Mon Apr 7, 2025 at 12:18 PM CEST, Rutherther wrote:
> "Tanguy Le Carrour" <tan...@bioneland.org> writes:
>
>> Hi Rutherther,
>>
>> On Mon Apr 7, 2025 at 10:22 AM CEST, Rutherther wrote:
>>> Let me guess, you have /etc/guix/acl file pointing to a non existing
>>> store location.
>>> See https://issues.guix.gnu.org/77201, there is a bug with that that has
>>> the same symptom as you're experiencing.

Actually, my problem might come from some code I found it the cookbook:

```
(privileged-programs
 (cons (privileged-program
         (program (file-append qemu "/libexec/qemu-bridge-helper"))
         (setuid? #t))
       %default-privileged-programs))

(extra-special-file "/etc/qemu/host.conf" "allow br0\n")

(service iptables-service-type
             (iptables-configuration
              (ipv4-rules (plain-file "iptables.rules" "\
*filter
:INPUT ACCEPT [0:0]
:FORWARD DROP [0:0]
:OUTPUT ACCEPT [0:0]
-A FORWARD -i br0 -o br0 -j ACCEPT
COMMIT
"))
```
https://guix.gnu.org/cookbook/en/html_node/Network-bridge-for-QEMU.html


>> Sounds like something that could have happened, as last week, I was trying to
>> setup qemu/libvirt!
>>
>> I’ll read that and give a try to what you’re suggesting… I soon as I dare to 
>> go
>> back to work as I’m surrounded by Debian Sysadmins that love to make fun of 
>> me
>> and my "funny OS"! 😅
>> Their first reaction this morning was suggesting me to install Debian! 😁
>
> PS: if you wanted to do it from the interactive guile repl, it would be
> `(delete-file "/etc/guix/acl")` - it's safe to delete at any time, it will
> get symlinked on next boot again.

Even better, thanks! I’ll give it a try on thursday.

Regards,

-- 
Tanguy

Reply via email to