[SOLVED] isoinfo: Unable to find Joliet SVD

maxritti

New Member
May 7, 2020
4
0
1
54
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.
 
Just a short Expansion.

I installed a blank Ubuntu in my kvm and would like to install pmg from No-Subscription Repository.
Added following lines to the Sources.list as described in 3.5.2:

https://pmg.proxmox.com/pmg-docs/pmg-admin-guide.html#pmg_package_repositories


But the "apt update" results with this comments.

Get:1 http://download.proxmox.com/debian/pmg buster InRelease [3,063 B]
Get:2 http://ftp.debian.org/debian buster InRelease [122 kB]
Get:3 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
Hit:4 http://de.archive.ubuntu.com/ubuntu bionic InRelease
Hit:5 http://de.archive.ubuntu.com/ubuntu bionic-updates InRelease
Err:1 http://download.proxmox.com/debian/pmg buster InRelease
The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 7BF2812E8A6E88E0
Hit:6 http://de.archive.ubuntu.com/ubuntu bionic-backports InRelease
Hit:7 http://security.ubuntu.com/ubuntu bionic-security InRelease
Err:3 http://security.debian.org/debian-security buster/updates InRelease
The following signatures couldn't be verified because the public key is not available: NO_PUBKEY AA8E81B4331F7F50 NO_PUBKEY 112695A0E562 B32A
Err:2 http://ftp.debian.org/debian buster InRelease
The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 04EE7237B7D453EC NO_PUBKEY 648ACFD622F3 D138 NO_PUBKEY DCC9EFBF77E11517
Reading package lists... Done
W: GPG error: http://download.proxmox.com/debian/pmg buster InRelease: The following signatures couldn't be verified because the public ke y is not available: NO_PUBKEY 7BF2812E8A6E88E0
E: The repository 'http://download.proxmox.com/debian/pmg buster InRelease' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
W: GPG error: http://security.debian.org/debian-security buster/updates InRelease: The following signatures couldn't be verified because t he public key is not available: NO_PUBKEY AA8E81B4331F7F50 NO_PUBKEY 112695A0E562B32A
E: The repository 'http://security.debian.org/debian-security buster/updates InRelease' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
W: GPG error: http://ftp.debian.org/debian buster InRelease: The following signatures couldn't be verified because the public key is not a vailable: NO_PUBKEY 04EE7237B7D453EC NO_PUBKEY 648ACFD622F3D138 NO_PUBKEY DCC9EFBF77E11517
E: The repository 'http://ftp.debian.org/debian buster InRelease' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
 
I installed a blank Ubuntu in my kvm and would like to install pmg from No-Subscription Repository.

You can install Proxmox Mail Gateway on top of Debian Buster ONLY, you cannot use Ubuntu.
 
Thank you very much for this Information.
I will try this Distribution but hope that someone has a solution for the Joliet Problem. :)
 
You can install Proxmox Mail Gateway on top of Debian Buster ONLY, you cannot use Ubuntu.

Now I installed Debian buster and getting also the problem:

user@mail:~$ cat /etc/issue
Debian GNU/Linux 10 \n \l

user@mail:~$ cat /etc/os-release
PRETTY_NAME="Debian GNU/Linux 10 (buster)"
NAME="Debian GNU/Linux"
VERSION_ID="10"
VERSION="10 (buster)"
VERSION_CODENAME=buster
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"


This is my sources.list

deb http://ftp.debian.org/debian buster main contrib

# PMG pmg-no-subscription repository provided by proxmox.com,
# NOT recommended for production use
deb http://download.proxmox.com/debian/pmg buster pmg-no-subscription

# security updates
deb http://security.debian.org/debian-security buster/updates main contrib


After sending "apt update" I saw that:

Hit:1 http://security.debian.org/debian-security buster/updates InRelease
Get:2 http://download.proxmox.com/debian/pmg buster InRelease [3,063 B]
Get:3 http://ftp.debian.org/debian buster InRelease [122 kB]
Err:2 http://download.proxmox.com/debian/pmg buster InRelease
The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 7BF2812E8A6E88E0
Get:4 http://ftp.debian.org/debian buster/main amd64 Packages [7,907 kB]
Get:5 http://ftp.debian.org/debian buster/main Translation-en [5,970 kB]
Get:6 http://ftp.debian.org/debian buster/main amd64 DEP-11 Metadata [3,807 kB]
Get:7 http://ftp.debian.org/debian buster/main DEP-11 48x48 Icons [3,770 kB]
Get:8 http://ftp.debian.org/debian buster/main DEP-11 64x64 Icons [7,596 kB]
Get:9 http://ftp.debian.org/debian buster/contrib amd64 Packages [51.0 kB]
Get:10 http://ftp.debian.org/debian buster/contrib Translation-en [44.7 kB]
Get:11 http://ftp.debian.org/debian buster/contrib amd64 DEP-11 Metadata [11.5 kB]
Get:12 http://ftp.debian.org/debian buster/contrib DEP-11 48x48 Icons [56.4 kB]
Get:13 http://ftp.debian.org/debian buster/contrib DEP-11 64x64 Icons [110 kB]
Reading package lists... Done
W: GPG error: http://download.proxmox.com/debian/pmg buster InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 7BF2812E8A6E88E0
E: The repository 'http://download.proxmox.com/debian/pmg buster InRelease' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.


Can you please help me once again?