debootstrap chroot에 RuneScape의 NXT 클라이언트를 설치할 때 dpkg 구성 오류가 발생합니다.

debootstrap chroot에 RuneScape의 NXT 클라이언트를 설치할 때 dpkg 구성 오류가 발생합니다.

debootstrap chroot에 64비트 Ubuntu 14.04를 설치하여 이 chroot에 RuneScape NXT 클라이언트를 설치할 수 있었고 운이 좋으면 Ubuntu 14.04 이외의 플랫폼에서 RuneScape를 실행하는 데 사용할 수도 있습니다. 하지만 이 chroot를 실행했을 때 apt-get install -y runescape-launcher오류가 발생했습니다.

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)

나는 다음을 시도했다이 답변여기에서 이전 질문에 대한 편집은 로 /var/lib/dpkg/lock대체한 후 다음을 실행합니다.unpackedinstalled

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

그러나 첫 번째 명령이 반환되면서 실패합니다.

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

관련 정보