xe5700 / kvmd-armbian

KVMD For Armbian Install Script
GNU General Public License v2.0
183 stars 53 forks source link

kvmd user not created by install.sh #27

Closed jordankoehn closed 7 months ago

jordankoehn commented 7 months ago

Part one runs successfully. No errors are reported, yet stage two doesn't run since kvmd user is not in /etc/passwd. I've read through the script yet it seems to me none of the steps should create the user, yet it's alluded here that one should be created by the script

Using a brand new install of armbian jammy on an orange pi zero

jordankoehn commented 7 months ago

https://github.com/Prototyped/pikvm-container worked for me on orange pi zero using docker (usb hdmi only). For a basic OS agnostic keyboard/mouse/usb hdmi installation that may be our best bet. However, keyboard/mouse isn't working for me and I think my system is to blame and not the container. I installed https://github.com/jacobbar/fruity-pikvm natively with the same result. pikvm-docker installed on an orange pi 2 might work flawlessly, it might not. I'm not sure why keyboard/mouse isn't working on orange pi zero 1 for me. OTG is set up correctly. My last effort is getting this repo working to debug my keyboard/mouse issue

jordankoehn commented 7 months ago

Working after installing on a fresh install of debian bookworm using this PR's changes. Keyboard, mouse, and video work