xe5700 / kvmd-armbian

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

Support for Orange Pi 3 Zero #29

Open masterlog80 opened 1 month ago

masterlog80 commented 1 month ago

Hello, Is there anyone able to have it working with Orange Pi 3 Zero? I have tested on my device and although it comes us apter reboot, I don't get anything once I try to open https:///IP_ADDRESS/kvm or similar, and on https://IP_ADDRESS/ I can see nginx welcome page. There are some Errors in the process, but I am not sure if those are relevant or not. Some examples here:

Platform selected -> kvmd-platform-v2-hdmiusb-rpi4
grep: /boot/config.txt: No such file or directory
ls: cannot access '/var/cache/kvmd/kvmd-platform-v2-hdmiusb-rpi4-*.tar.xz': No such file or directory
ls: cannot access '/var/cache/kvmd/*.tar.xz': No such file or directory
grep: /etc/kvmd/override.yaml: No such file or directory
./install.sh: line 56: /etc/kvmd/override.yaml: No such file or directory
./install.sh: line 44: cd: /etc/kvmd/nginx/ssl: No such file or directory
cp: target '/etc/kvmd/vnc/ssl/' is not a directory
sed: can't read /etc/udev/rules.d/99-kvmd.rules: No such file or directory
cat: /etc/udev/rules.d/99-kvmd.rules: No such file or directory
done
mkdir: cannot create directory ‘hid.usb0’: No such file or directory
mkdir: cannot create directory ‘hid.usb1’: No such file or directory
mkdir: cannot create directory ‘hid.usb2’: No such file or directory
mkdir: cannot create directory ‘mass_storage.usb0’: No such file or directory
Failed to disable unit: Unit file janus.service does not exist.

Also, it doesn't seem that the script completes successfully at the 1st run, as after the reboot at the end of the second execution I still see the message:

Reboot is required to create kvmd users and groups.
Please re-run this script after reboot to complete the install.`

Any suggestions on what to check? I am wondering if manually creating those folders may help..... 🤔

Regards,