You are not logged in.
I am using a server from http://www.digitalocean.com/ till now to build packages. The backages are being built in a clean chroot. I have started getting the following error. I already tried adding it to kernel options in /boot/syslinux/syslinux.cfg but I don't think it uses that file to boot since they are using there own kernel to boot.
Failed to reset audit login UID. This probably means that your kernel is too
old and you have audit enabled. Note that the auditing subsystem is known to
be incompatible with containers on old kernels. Please make sure to upgrade
your kernel or to off auditing with 'audit=0' on the kernel command line before
using systemd-nspawn. Sleeping for 5s... (Invalid argument)
mknod() for /dev/console failed: Operation not permitted
==> ERROR: Build failed, check /build/chroot/mingw/build
Offline
Hi,
I get the same error on a linode server.
My guess is that using a different kernel might help. I'll let you know if it solves the problem here.
Offline
Found a solution for Linode.
I was already using the pv-grub way of booting: https://www.linode.com/wiki/index.php/PV-GRUB
Here's what I did:
1. Installed the linux-linode kernel from AUR
2. Renamed the kernel in /boot and updated /boot/grub/menu.lst as described here: https://library.linode.com/custom-insta … the-kernel
3. Made sure that the only "rootflags" option in menu.list is "nobarrier"
4. Made sure to select the pv-grub kernel in the linode dashboard
5. Rebooted the node
Tah-dah, building packages in a chroot works again (and it's the latest and greatest kernel version).
Offline
There's a way to load custom kernels on Digital Ocean, using kexec:
https://digitalocean.uservoice.com/foru … bootloader-
You can find instructions for Arch in the comments on the above link.
Offline
audit got accidentally enabled in our 3.13 build. Does everything work when you add 'audit=0' to the command line?
Offline