[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
File name component is not a directory "/var/run/dbus"
From: |
Felix Lechner |
Subject: |
File name component is not a directory "/var/run/dbus" |
Date: |
Thu, 18 Apr 2024 10:08:34 -0700 |
Hi,
Guix compiled from Git (and with very minor modification) cannot
activate a system because /var/run/dbus is not a directory. The error
message is below.
On mine, the folder is a symbolic link to /run/dbus. Any ideas?
Did something change recently there?
Kind regards
Felix
* * *
switched from generation 463 to 463
WARNING: (guile-user): imported module (guix build utils) overrides core
binding `delete'
making '/var/guix/profiles/system-463-link' the current system...
WARNING: (guile-user): imported module (guix build utils) overrides core
binding `delete'
setting up setuid programs in '/run/setuid-programs'...
populating /etc from /gnu/store/rnng9ihdvrf9q0b1617n4yv0nf69h40b-etc...
WARNING: (guile-user): imported module (guix build utils) overrides core
binding `delete'
WARNING: (guile-user): imported module (guix build utils) overrides core
binding `delete'
WARNING: (guile-user): imported module (guix build utils) overrides core
binding `delete'
Backtrace:
In ice-9/eval.scm:
619:8 19 (_ #(#(#<directory (guile-user) 7f6b4931ac80>)))
In guix/ui.scm:
2326:7 18 (run-guix . _)
2289:10 17 (run-guix-command _ . _)
In ice-9/boot-9.scm:
1752:10 16 (with-exception-handler _ _ #:unwind? _ # _)
In guix/status.scm:
859:3 15 (_)
839:4 14 (call-with-status-report _ _)
In ice-9/boot-9.scm:
1752:10 13 (with-exception-handler _ _ #:unwind? _ # _)
In guix/store.scm:
661:37 12 (thunk)
In ice-9/boot-9.scm:
1747:15 11 (with-exception-handler #<procedure 7f6b2e19aa80 at ic…> …)
In unknown file:
10 (primitive-load "/var/guix/profiles/system-463-link/act…")
In ice-9/boot-9.scm:
260:13 9 (for-each #<procedure primitive-load (_)> _)
In unknown file:
8 (primitive-load "/gnu/store/1x975c8prbmb09gaymr583bgy7b…")
In ice-9/eval.scm:
619:8 7 (_ #f)
In gnu/build/activation.scm:
103:2 6 (mkdir-p/perms "/var/run/dbus" #("messagebus" "x" 988 …) …)
In ice-9/boot-9.scm:
1747:15 5 (with-exception-handler #<procedure 7f6b2ccd19f0 at ic…> …)
1747:15 4 (with-exception-handler #<procedure 7f6b2ccd1990 at ic…> …)
1747:15 3 (with-exception-handler #<procedure 7f6b2ccd1930 at ic…> …)
In gnu/build/activation.scm:
78:6 2 (_)
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:
file name component is not a directory "/var/run/dbus"
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- File name component is not a directory "/var/run/dbus",
Felix Lechner <=