bug#70165: D-Bus system service breaks reconfiguration when /var/run/dbus is present + /run and /var/run are on separate file systems.

2024-05-23 Thread Ludovic Courtès
Liliana Marie Prikler skribis: > Am Freitag, dem 05.04.2024 um 09:53 +0800 schrieb Hilton Chain: [...] >>    0 (rename-file "/tmp/tmp.9wyzRfQ28l/test" "/tmp/test") >> >> ERROR: In procedure rename-file: >> In procedure rename-file: Invalid cross-device link >> --8<---cut

bug#70165: D-Bus system service breaks reconfiguration when /var/run/dbus is present + /run and /var/run are on separate file systems.

2024-05-10 Thread Collin J. Doering
Hi there, I recently hit this issue, and was able work around it by: 1. Get root shell (via sudo or otherwise) 2. Disable dbus-system: 'herd stop guix-system' 3. Update guix: 'guix system reconfigure ...' 4. Reboot Thought I would note it just in case its useful to someone else. Kind regards,

bug#70165: D-Bus system service breaks reconfiguration when /var/run/dbus is present + /run and /var/run are on separate file systems.

2024-04-06 Thread Liliana Marie Prikler
Am Freitag, dem 05.04.2024 um 09:53 +0800 schrieb Hilton Chain: > [H]ere's a reproducer: > > --8<---cut here---start->8--- > test_dir="$(mktemp --directory)" > > sudo mount --type tmpfs none "$test_dir" > touch "$test_dir/test" > > guile -c "(rename-file

bug#70165: D-Bus system service breaks reconfiguration when /var/run/dbus is present + /run and /var/run are on separate file systems.

2024-04-04 Thread Hilton Chain via Bug reports for GNU Guix
On Fri, 05 Apr 2024 02:52:09 +0800, Liliana Marie Prikler wrote: > > Am Donnerstag, dem 04.04.2024 um 00:36 +0800 schrieb Hilton Chain: > > Hi, > > > > I have /var/run and /run on separate file systems, recently I noticed > > system reconfiguration stopped with "guix system: error: rename-file: >

bug#70165: D-Bus system service breaks reconfiguration when /var/run/dbus is present + /run and /var/run are on separate file systems.

2024-04-04 Thread Liliana Marie Prikler
Am Donnerstag, dem 04.04.2024 um 00:36 +0800 schrieb Hilton Chain: > Hi, > > I have /var/run and /run on separate file systems, recently I noticed > system reconfiguration stopped with "guix system: error: rename-file: > Invalid cross-device link": > > --8<---cut

bug#70165: D-Bus system service breaks reconfiguration when /var/run/dbus is present + /run and /var/run are on separate file systems.

2024-04-03 Thread Hilton Chain via Bug reports for GNU Guix
Hi, I have /var/run and /run on separate file systems, recently I noticed system reconfiguration stopped with "guix system: error: rename-file: Invalid cross-device link": --8<---cut here---start->8--- newfstatat(AT_FDCWD, "/run", {st_mode=S_IFDIR|0755,