Good morning,
i found the proxmox mail gateway and try to install it into a virtual machine kvm.
Currently kvm is running on Ubuntu 18.04.2 LTS ony in console mode. No gui is installed on this machine.
I'm trying to install it with following command:
sudo virt-install --name s-mailgw --description "MailGW" --hvm --os-type=Linux --os-variant=ubuntu18.04 --memory 4096 --vcpus=1 --disk path=/srv/vms/s-mailgw.img,bus=virtio,size=10 --network bridge:br0 --graphics none --location=/srv/proxmox-mailgateway_6.2-1.iso --extra-args='console=ttyS0'
But it returns following error:
Starting install...
isoinfo: Unable to find Joliet SVD
isoinfo: Unable to find Joliet SVD
isoinfo: Unable to find Joliet SVD
ERROR Command '['isoinfo', '-J', '-i', '/srv/proxmox-mailgateway_6.2-1.iso', '-f']' returned non-zero exit status 255
Domain installation does not appear to have been successful.
If it was, you can restart your domain by running:
virsh --connect qemu:///system start s-mailgw
otherwise, please restart your installation.
After entering this command it returns another message.
sudo isoinfo -J -i proxmox-mailgateway_6.2-1.iso
isoinfo: Unable to find Joliet SVD
I found some information that there is a problem with an usb-creator. But i didn't used this.
Can anybody help me solving this problem?
Thank you very much and stays healthy.
i found the proxmox mail gateway and try to install it into a virtual machine kvm.
Currently kvm is running on Ubuntu 18.04.2 LTS ony in console mode. No gui is installed on this machine.
I'm trying to install it with following command:
sudo virt-install --name s-mailgw --description "MailGW" --hvm --os-type=Linux --os-variant=ubuntu18.04 --memory 4096 --vcpus=1 --disk path=/srv/vms/s-mailgw.img,bus=virtio,size=10 --network bridge:br0 --graphics none --location=/srv/proxmox-mailgateway_6.2-1.iso --extra-args='console=ttyS0'
But it returns following error:
Starting install...
isoinfo: Unable to find Joliet SVD
isoinfo: Unable to find Joliet SVD
isoinfo: Unable to find Joliet SVD
ERROR Command '['isoinfo', '-J', '-i', '/srv/proxmox-mailgateway_6.2-1.iso', '-f']' returned non-zero exit status 255
Domain installation does not appear to have been successful.
If it was, you can restart your domain by running:
virsh --connect qemu:///system start s-mailgw
otherwise, please restart your installation.
After entering this command it returns another message.
sudo isoinfo -J -i proxmox-mailgateway_6.2-1.iso
isoinfo: Unable to find Joliet SVD
I found some information that there is a problem with an usb-creator. But i didn't used this.
Can anybody help me solving this problem?
Thank you very much and stays healthy.