Hello,
I'm trying to setup Unicast and modifying /etc/pve/cluster.conf with the instructions from http://pve.proxmox.com/wiki/Fencing#General_HowTo_for_editing_the_cluster.conf, but I can't copy the file:
I can't even create a single empty file
Here are the rights on the files:
What am I missing ?
I'm trying to setup Unicast and modifying /etc/pve/cluster.conf with the instructions from http://pve.proxmox.com/wiki/Fencing#General_HowTo_for_editing_the_cluster.conf, but I can't copy the file:
Code:
# cp /etc/pve/cluster.conf /etc/pve/cluster.conf.new
cp: cannot create regular file `/etc/pve/cluster.conf.new': Permission denied
I can't even create a single empty file
Code:
# touch dummy-file
touch: cannot touch `dummy-file': Permission denied
Here are the rights on the files:
Code:
# ls -al
total 5
drwxr-x--- 2 root www-data 0 Jan 1 1970 .
drwxr-xr-x 91 root root 4096 Dec 28 10:32 ..
-r--r----- 1 root www-data 294 Dec 27 20:11 cluster.conf
-r--r----- 1 root www-data 155 Jan 1 1970 .clusterlog
-rw-r----- 1 root www-data 2 Jan 1 1970 .debug
lr-xr-x--- 1 root www-data 0 Jan 1 1970 local -> nodes/proxmox9
-r--r----- 1 root www-data 242 Jan 1 1970 .members
lr-xr-x--- 1 root www-data 0 Jan 1 1970 openvz -> nodes/proxmox9/openvz
lr-xr-x--- 1 root www-data 0 Jan 1 1970 qemu-server -> nodes/proxmox9/qemu-server
-r--r----- 1 root www-data 205 Jan 1 1970 .rrd
-r--r----- 1 root www-data 256 Jan 1 1970 .version
-r--r----- 1 root www-data 18 Jan 1 1970 .vmlist
What am I missing ?