I have a problem to access the console of the example vm in muVirt.
From command-line level
$ muvirt-console examplevm
chown: unknown user muvirt-console
I have installed shadow-useradd and shadow-common packages, and added the user, then:
$ grep muvirt /etc/passwd
muvirt-console:x:5433:5433::/home/muvirt-console:/bin/ash
$ muvirt-console examplevm
[exited]
With web-console, I am getting
The requested URL /vmconsole/examplevm/f4505bfa0cd0/ was not found on this server.
at the same time on logs
Fri Apr 15 15:28:42 2022 daemon.notice ttyd[27395]: start command: /usr/sbin/muvirt-console examplevm
Fri Apr 15 15:28:42 2022 daemon.notice ttyd[27395]: close signal: SIGHUP (1)
I have installed muvirt-21.02.2-traverse-r0-16642-b340b05020-arm64-efi-ten64-mtd-squashfs-nand.ubi, but then restored OpenWrt confguration with sysupgrade
-r, so I suspect some muVirt files got overridden.
I have reinstalled muVirt package with
$ opkg install --force-reinstall --force-postinstall muvirt
$ service muvirt restart
but still cannot access the console of the example vm.
@mcbridematt Any suggestions?