'pveversion' and 'Ed25519' errors

Ellipsis Node

New Member
Jan 15, 2016
3
0
1
56
These errors appeared after a fresh install yesterday.

Code:
root@server:~# pveversion
Can't locate XML/Parser.pm in @INC (you may need to install the XML::Parser module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.20.2 /usr/local/share/perl/5.20.2 /usr/lib/x86_64-linux-gnu/perl5/5.20 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.20 /usr/share/perl/5.20 /usr/local/lib/site_perl .) at /usr/share/perl5/PVE/Cluster.pm line 11.
BEGIN failed--compilation aborted at /usr/share/perl5/PVE/Cluster.pm line 11.
Compilation failed in require at /usr/share/perl5/PVE/API2/APT.pm line 15.
BEGIN failed--compilation aborted at /usr/share/perl5/PVE/API2/APT.pm line 15.
Compilation failed in require at /usr/bin/pveversion line 7.
BEGIN failed--compilation aborted at /usr/bin/pveversion line 7.

Code:
root@server:~# service ssh restart
Could not load host key: /etc/ssh/ssh_host_ed25519_key
Restarting OpenBSD Secure Shell server: sshdCould not load host key: /etc/ssh/ssh_host_ed25519_key
.
root@server:~# ssh-keygen -A
root@server:~# service ssh restart
Could not load host key: /etc/ssh/ssh_host_ed25519_key
Restarting OpenBSD Secure Shell server: sshdCould not load host key: /etc/ssh/ssh_host_ed25519_key
.
root@server:~# /usr/bin/ssh-keygen -t ed25519 -f /etc/ssh/ssh_host_ed25519_key -N ''
unknown key type ed25519



Any suggestions?

Code:
root@server:~# cat /etc/debian_version
8.2
 
how did you install - from 4.1 ISO?

try:

> apt-get update
> apt-get install proxmox-ve
> apt-get dist-upgrade
 
I didn't install it, but don't see why the dedicated server provider wouldn't have used that ISO.

After editing sources.list and downloading key.asc, I ran 'apt-get update && apt-get dist-upgrade'. From the latter:

Code:
Reading package lists... Done
Building dependency tree      
Reading state information... Done
You might want to run 'apt-get -f install' to correct these.
The following packages have unmet dependencies:
clvm : Depends: libdlm3 but it is not installed
libapt-pkg-perl : Depends: perlapi-5.14.2 but it is not installable
libauthen-pam-perl : Depends: perlapi-5.14.2 but it is not installable
libcrypt-openssl-random-perl : Depends: perlapi-5.14.2 but it is not installable
libcrypt-ssleay-perl : Depends: perlapi-5.14.2 but it is not installable
libev-perl : Depends: perlapi-5.14.2 but it is not installable
libfile-sync-perl : Depends: perlapi-5.14.2 but it is not installable
libfilesys-df-perl : Depends: perlapi-5.14.2 but it is not installable
liblinux-inotify2-perl : Depends: perlapi-5.14.2 but it is not installable
libnet-dns-perl : Depends: perlapi-5.14.2 but it is not installable
librrds-perl : Depends: perlapi-5.14.2 but it is not installable
libtext-iconv-perl : Depends: perlapi-5.14.2 but it is not installable
libuuid-perl : Depends: perlapi-5.14.2 but it is not installable
libxml-parser-perl : Depends: perlapi-5.14.2 but it is not installable
lsof : Depends: libperl4-corelibs-perl but it is not installed or
                 perl (< 5.12.3-7) but 5.20.2-3+deb8u2 is installed
pve-cluster : Depends: perlapi-5.14.2 but it is not installable
redhat-cluster-pve : Depends: perlapi-5.14.2 but it is not installable
E: Unmet dependencies. Try using -f.
 
I didn't install it, but don't see why the dedicated server provider wouldn't have used that ISO.

After editing sources.list and downloading key.asc, I ran 'apt-get update && apt-get dist-upgrade'. From the latter:

...

Almost all dedicated server providers use their own install scripts for Proxmox VE - if these guys provide you the installation, you should contact them.

And pls post the full output of 'apt-get update'.