hi, i try to install PBS, as i install in normally PVE like this:
apt update && apt -y upgrade && apt -y install qemu && \
wget http://download.proxmox.com/iso/proxmox-ve_6.3-1.iso && \
qemu-system-x86_64 -net nic -net user,hostfwd=tcp::8006-:8006 -m 4096M -enable-kvm -cpu host,+nx -M pc -smp cores=4 -vga std -usbdevice tablet -k en-us -cdrom proxmox-ve_6.3-1.iso -hda /dev/sda -hdb /dev/sdb -boot once=d -vnc :0
with PVE i don't have problems, all working ok, but PBS don't want to install from this method!
in VNC i received this error:
i use similar command to install PBS,
apt update && apt -y upgrade && apt -y install qemu && \
wget http://download.proxmox.com/iso/proxmox-backup-server_1.0-1.iso && \
qemu-system-x86_64 -net nic -net user,hostfwd=tcp::8007-:8007 -m 4096M -enable-kvm -cpu host,+nx -M pc -smp cores=4 -vga std -usbdevice tablet -k en-us -cdrom proxmox-backup-server_1.0-1.iso -hda /dev/sda -hdb /dev/sdb -boot once=d -vnc :0
how to fix it? why PBS don't want to install as PVE?
apt update && apt -y upgrade && apt -y install qemu && \
wget http://download.proxmox.com/iso/proxmox-ve_6.3-1.iso && \
qemu-system-x86_64 -net nic -net user,hostfwd=tcp::8006-:8006 -m 4096M -enable-kvm -cpu host,+nx -M pc -smp cores=4 -vga std -usbdevice tablet -k en-us -cdrom proxmox-ve_6.3-1.iso -hda /dev/sda -hdb /dev/sdb -boot once=d -vnc :0
with PVE i don't have problems, all working ok, but PBS don't want to install from this method!
in VNC i received this error:
i use similar command to install PBS,
apt update && apt -y upgrade && apt -y install qemu && \
wget http://download.proxmox.com/iso/proxmox-backup-server_1.0-1.iso && \
qemu-system-x86_64 -net nic -net user,hostfwd=tcp::8007-:8007 -m 4096M -enable-kvm -cpu host,+nx -M pc -smp cores=4 -vga std -usbdevice tablet -k en-us -cdrom proxmox-backup-server_1.0-1.iso -hda /dev/sda -hdb /dev/sdb -boot once=d -vnc :0
how to fix it? why PBS don't want to install as PVE?