Problem on server4you root server with proxmox

Hitcher99

Member
Dec 10, 2013
4
0
21
Hello,

i have to test a new server rented by server4you, i installed debian 7 minimal on it.
Than i installed Proxmox via this way:

http://pve.proxmox.com/wiki/Install_Proxmox_VE_on_Debian_Wheezy

Here is the actual output of my current system

pveversion -v
proxmox-ve-2.6.32: 3.1-114 (running kernel: 2.6.32-26-pve)
pve-manager: 3.1-24 (running version: 3.1-24/060bd5a6)
pve-kernel-2.6.32-26-pve: 2.6.32-114
lvm2: 2.02.98-pve4
clvm: 2.02.98-pve4
corosync-pve: 1.4.5-1
openais-pve: 1.1.4-3
libqb0: 0.11.1-2
redhat-cluster-pve: 3.2.0-2
resource-agents-pve: 3.9.2-4
fence-agents-pve: 4.0.0-2
pve-cluster: 3.0-8
qemu-server: 3.1-8
pve-firmware: 1.0-23
libpve-common-perl: 3.0-9
libpve-access-control: 3.0-8
libpve-storage-perl: 3.0-18
pve-libspice-server1: 0.12.4-2
vncterm: 1.1-6
vzctl: 4.0-1pve4
vzprocps: 2.0.11-2
vzquota: 3.1-2
pve-qemu-kvm: 1.4-17
ksm-control-daemon: 1.1-1
glusterfs-client: 3.4.1-1


I can connect to the web interface via "my.ip:8006" and also can login.

Ok than comes the first Error: "that i dont have an Subscription to Proxmox" ???

Ok i just ignored that first Error, and downloaded an Template of Debain for openVZ!

Next i tried to create an Container, and there comes the Problems: "I cant create an Container!!"

vzquota : (error) Quota on syscall for id 100: File exists
vzquota : (error) Native quota is already running for this partition.
vzquota on failed [3]
Creating container private area (/var/lib/vz/template/cache/debian-7.0-standard_7.0-2_i386.tar.gz)
vzquota : (error) Quota is not running for id 100
vzquota : (error) Quota on syscall for id 100: File exists
vzquota : (error) Native quota is already running for this partition.
vzquota on failed [3]
Creation of container private area failed
TASK ERROR: command 'vzctl --skiplock create 100 --ostemplate /var/lib/vz/template/cache/debian-7.0-standard_7.0-2_i386.tar.gz --private /var/lib/vz/private/100' failed: exit code 60

i have tested with some container, everytime failed with code: 60!

When i check to see if there was a container created under /var/lib/vz/"root & private" there is no container ID!

Anyone an Idea?
 
...

Ok than comes the first Error: "that i dont have an Subscription to Proxmox" ???

If you do not have a subscription, this notification is displayed on each login.

Ok i just ignored that first Error, and downloaded an Template of Debain for openVZ!

Why is this an Error?

Next i tried to create an Container, and there comes the Problems: "I cant create an Container!!"

vzquota : (error) Quota on syscall for id 100: File exists
vzquota : (error) Native quota is already running for this partition.
vzquota on failed [3]
Creating container private area (/var/lib/vz/template/cache/debian-7.0-standard_7.0-2_i386.tar.gz)
vzquota : (error) Quota is not running for id 100
vzquota : (error) Quota on syscall for id 100: File exists
vzquota : (error) Native quota is already running for this partition.
vzquota on failed [3]
Creation of container private area failed
TASK ERROR: command 'vzctl --skiplock create 100 --ostemplate /var/lib/vz/template/cache/debian-7.0-standard_7.0-2_i386.tar.gz --private /var/lib/vz/private/100' failed: exit code 60

i have tested with some container, everytime failed with code: 60!

When i check to see if there was a container created under /var/lib/vz/"root & private" there is no container ID!

Anyone an Idea?

tell more details about your filesystem, post:

> cat /proc/mounts
 
Hello,

here is the output of > cat/proc/mounts

> cat proc/mounts
sysfs /sys sysfs rw,nosuid,nodev,noexec,relatime 0 0
proc /proc proc rw,nosuid,nodev,noexec,relatime 0 0
udev /dev devtmpfs rw,relatime,size=10240k,nr_inodes=2045524,mode=755 0 0
devpts /dev/pts devpts rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000 0 0
tmpfs /run tmpfs rw,nosuid,noexec,relatime,size=1638400k,mode=755 0 0
/dev/disk/by-uuid/fe63f461-6edb-478e-a1fb-5c5e9f246e8e / ext4 rw,relatime,errors=remount-ro,barrier=1,data=ordered,usrquota 0 0
tmpfs /run/lock tmpfs rw,nosuid,nodev,noexec,relatime,size=5120k 0 0
tmpfs /run/shm tmpfs rw,nosuid,nodev,noexec,relatime,size=4876060k 0 0
/dev/md0 /boot ext2 rw,relatime,errors=continue 0 0
rpc_pipefs /var/lib/nfs/rpc_pipefs rpc_pipefs rw,relatime 0 0
fusectl /sys/fs/fuse/connections fusectl rw,relatime 0 0
/dev/fuse /etc/pve fuse rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other 0 0
beancounter /proc/vz/beancounter cgroup rw,relatime,blkio,name=beancounter 0 0
container /proc/vz/container cgroup rw,relatime,freezer,devices,name=container 0 0
fairsched /proc/vz/fairsched cgroup rw,relatime,cpuacct,cpu,cpuset,name=fairsched 0 0

Btw: I know that the Message about the Subscription is not an Error ;) I will support the community and buy later an Subscription :)
 
..
/dev/disk/by-uuid/fe63f461-6edb-478e-a1fb-5c5e9f246e8e / ext4 rw,relatime,errors=remount-ro,barrier=1,data=ordered,usrquota 0 0
...

why do you use "usrquota". remove this option and try again.
 
Thank you "tom" removing the usrquota has made the magic :) Now it works..
usrqouta was activated by default from the server4you debian template ;)

Greetings

Hitcher99
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!