dpkg-Konfigurationsfehler bei der Installation des RuneScape NXT-Clients in einem Debootstrap-Chroot

dpkg-Konfigurationsfehler bei der Installation des RuneScape NXT-Clients in einem Debootstrap-Chroot

Ich habe 64-Bit Ubuntu 14.04 in einem Debootstrap-Chroot installiert, sodass ich den RuneScape NXT-Client in diesem Chroot installieren kann. Mit etwas Glück könnte dies verwendet werden, um RuneScape auf anderen Plattformen als Ubuntu 14.04 auszuführen. Aber als ich es apt-get install -y runescape-launcherin diesem Chroot ausführte, erhielt ich den Fehler:

debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 76.)
debconf: falling back to frontend: Readline
Setting up aspell-en (7.1-0-1) ...
debconf: unable to initialize frontend: Dialog
debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 76.)
debconf: falling back to frontend: Readline
Processing triggers for ca-certificates (20160104ubuntu0.14.04.1) ...
Updating certificates in /etc/ssl/certs... 0 added, 0 removed; done.
Running hooks in /etc/ca-certificates/update.d....done.
Processing triggers for dictionaries-common (1.20.5) ...
debconf: unable to initialize frontend: Dialog
debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 76.)
debconf: falling back to frontend: Readline
Errors were encountered while processing:
 udev
 initramfs-tools
 dmsetup
 libdevmapper1.02.1:amd64
 mountall
 plymouth
 libcryptsetup4
 systemd
 systemd-services
 libpam-systemd:amd64
 plymouth-theme-ubuntu-text
 upstart
 dbus
E: Sub-process /usr/bin/dpkg returned an error code (1)

Ich habe versucht,diese Antwortzu einer vorherigen Frage hier, nämlich dem Bearbeiten, Ersetzen /var/lib/dpkg/lockdurch unpackedund installedanschließendem Ausführen von:

dpkg --configure --pending
apt-get install --reinstall udev initramfs-tools dmsetup libdevmapper1.02.1:amd64 mountall plymouth libcryptsetup4 systemd systemd-services libpam-systemd:amd64 plymouth-theme-ubuntu-text upstart dbus

aber es schlägt fehl und der erste Befehl gibt Folgendes zurück:

Setting up udev (204-5ubuntu20.20) ...
initctl: Unable to connect to Upstart: Failed to connect to socket /com/ubuntu/upstart: Connection refused
runlevel:/var/run/utmp: No such file or directory
 * udev requires hotplug support, not started
   ...fail!
invoke-rc.d: initscript udev, action "restart" failed.
dpkg: error processing package udev (--configure):
 subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
 udev

verwandte Informationen