Upgrade

bld76

New Member
Nov 28, 2009
14
0
1
My prox mox 1.3 just crashed. So i downloaded the latest version 1.7 and when I tried to put the same template that was on my 1.3 it tells me the name format is wrong. Is there any suggestion as how to resolve this. This is the file name wifigator-enterprise-5.0.3.tar. I had to removew the gz because it was being automatically added on by Prox Mox.

Thanks in advance
 
My prox mox 1.3 just crashed. So i downloaded the latest version 1.7 and when I tried to put the same template that was on my 1.3 it tells me the name format is wrong. Is there any suggestion as how to resolve this. This is the file name wifigator-enterprise-5.0.3.tar. I had to removew the gz because it was being automatically added on by Prox Mox.

Thanks in advance
Hi,
use the naming convention like this: debian-5.0-standard_5.0-1_i386.tar.gz (e.g. wifigator-enterprise_5.0.3_i386.tar.gz should work)

Udo
 
Thanks for the reply, but as it turns out I ended up receiving the latest version of that template and it is named correctly. But when I attemt to creat the VM I get this message


/usr/bin/pvectl vzcreate 101 --disk 8 --ostemplate local:vztmpl/ubuntu-8.04-chilliwave.ng.639_8.04-1_i386.tar.gz --rootpasswd $1$uEo0xPrb$H3Cz8tGC1FmJYSdV6AAKx. --hostname GCBWIFI.com --nameserver xx.xx.xx.xx --searchdomain com --onboot yes --ipset xx.xx.xx.xx --swap 512 --mem 512 --cpus 1
unable to create VE 101: command 'vzctl create 101 --ostemplate ubuntu-8.04-chilliwave.ng.639_8.04-1_i386 --config pve.auto' failed with exit code 48:
Warning: Temp dir /var/lib/vz/private/101.tmp already exists, deleting
tar: Skipping to next header

gzip: stdin: invalid compressed data--crc error

gzip: stdin: invalid compressed data--length error
tar: Child returned status 1
tar: Error exit delayed from previous errors
vps-create ERROR: Error in tar --numeric-owner -z -xf /var/lib/vz/template/cache/ubuntu-8.04-chilliwave.ng.639_8.04-1_i386.tar.gz
Creation of container private area failed

unable to apply VM settings -

Any idea what this means? IP addresses change for security
 
Last edited:
Hi udo thanks again for the reply.

Were do I that and how?
 
Last edited:
Hi udo thanks again for the reply.

Were do I that and how?
Hi,
on the proxmox-node (console or ssh).

With the t-flag tar shows the content of the tar-file. If the tar-file are not in gzip format (but with z-flag requested) you will get an error. In this case simply gzip the file:
Code:
mv /var/lib/vz/template/cache/ubuntu-8.04-chilliwave.ng.639_8.04-1_i386.tar.gz /var/lib/vz/template/cache/ubuntu-8.04-chilliwave.ng.639_8.04-1_i386.tar
gzip /var/lib/vz/template/cache/ubuntu-8.04-chilliwave.ng.639_8.04-1_i386.tar
Udo
 
Thanks udo

Just got back to the computer, had to do an install. But I did get it working by erasing the copy of the template that was on my pc, and downloading it again. I guess I had a corrupted download.

and again thanks
Brad