You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
nixos-disk-image> Specify the 'raw' format explicitly to remove the restrictions.
nixos-disk-image> EFI stub: Loaded initrd from LINUX_EFI_INITRD_MEDIA_GUID device path
error: deleting cgroup '"/sys/fs/cgroup/system.slice/nix-daemon.service/nix-build-uid-872546304"': Device or resource busy
program finished with exit code 1
This needs a bit of debugging.
SSH-ing into build03, it looks like the cgroup was deleted successfully:
[root@build03:~]# ls -la /sys/fs/cgroup/system.slice/nix-daemon.service/ | grep nix
drwxr-xr-x 2 root root 0 Dec 23 14:30 nix-daemon
The text was updated successfully, but these errors were encountered:
There might be some issue with the nix cgroup implementation.
Source: https://buildbot.nix-community.org/#/builders/1390/builds/161
This needs a bit of debugging.
SSH-ing into build03, it looks like the cgroup was deleted successfully:
The text was updated successfully, but these errors were encountered: