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
[...]
2019-01-02 19:37:55 - INFO - | localepurge: Removing disabled auto-generated config file.
2019-01-02 19:37:55 - INFO - |
2019-01-02 19:37:55 - INFO - | To reinstall all the packages which localepurge has been taking care
2019-01-02 19:37:55 - INFO - | of before, you can use the following command:
2019-01-02 19:37:55 - INFO - |
2019-01-02 19:37:55 - INFO - | apt-get -u --reinstall --fix-missing install $(dpkg -S LC_MESSAGES | cut -d: -f1 | tr ', ' '' | sort -u)
2019-01-02 19:37:55 - INFO - |
2019-01-02 19:37:55 - INFO - | mknod: /dev/console: File exists
2019-01-02 19:37:55 - INFO - | WARNING: exit code 1 from a shell command.
2019-01-02 19:37:55 - INFO - | ERROR: Function failed: do_rootfs (log file is located at /builds/ebsy/debian/build/tmp/work/jailhouse-demo-amd64/demo-image-qemu-amd64/temp/log.do_rootfs.66135)
I strongly suspect it comes from debian-configscript.sh:
Create console device if [ ! -e /dev/console ]; then mknod /dev/console c 5 1 fi
Something must be creating /dev/console in the background while the
config script runs. That is weird. Any ideas what could be the race
partner?
Do we still need this mknod? It date back to e7e5915. Removing this
would be the safest option because the case might be hard to reproduce -
I've only seen this once so far.
Jan
The text was updated successfully, but these errors were encountered:
On 1/2/19 9:07 PM, Jan Kiszka wrote:
The text was updated successfully, but these errors were encountered: