Hi proxmox'rs,
My Name is Thomas and I am really new to proxmox and virtuality. I have have knowledge in linux and I can say I am not an expert on linux, but I know how to handle the terminal and how to be lazy. Now I have situation I've never had:
I rebooted the hardwareserver, without shutting down the one and only virtual machine, named mailcleaner.
After the reboot, the proxmox-knot was avail, but mailcleaner was still grey, the configuration was wrong and I always got a "timed out", when I tried to start the container.
While googling I found the 'pve'-command and tried to start my virtual machine with the number 100 with a
I got an error like this:
okay, no problem. Then do a symbolic link from nodes/mailcleaner/qemu-server/100.conf to nodes/proxmox/qemu-server - but it failed!
okay... then copy it.
huh? O.O qm says, file does NOT exist, bash says it exists? Okay, an ls will show it (hopefully):
Okay, seems like file-system is corrupted, but it's all clean...
Any ideas, what happened? Or can tell me anybody, where I was silly?
At least the machine runs again, but on 101.conf The 100 is still there, but grey.
Thanx a lot.
Thomas_H
Can anyone explain this?
My Name is Thomas and I am really new to proxmox and virtuality. I have have knowledge in linux and I can say I am not an expert on linux, but I know how to handle the terminal and how to be lazy. Now I have situation I've never had:
I rebooted the hardwareserver, without shutting down the one and only virtual machine, named mailcleaner.
After the reboot, the proxmox-knot was avail, but mailcleaner was still grey, the configuration was wrong and I always got a "timed out", when I tried to start the container.
While googling I found the 'pve'-command and tried to start my virtual machine with the number 100 with a
Code:
pve start 100
I got an error like this:
Code:
Configuration file 'nodes/proxmox/qemu-server/100.conf' does not exist
okay, no problem. Then do a symbolic link from nodes/mailcleaner/qemu-server/100.conf to nodes/proxmox/qemu-server - but it failed!
Code:
root@proxmox:/etc/pve/nodes/proxmox/qemu-server# ln -s /etc/pve/nodes/mailcleaner/qemu-server/100.conf /etc/pve/nodes/proxmox/qemu-server/
ln: failed to create symbolic link ‘/etc/pve/nodes/proxmox/qemu-server/100.conf’: Function not implemented
okay... then copy it.
Code:
root@proxmox:/etc/pve/nodes/proxmox/qemu-server# cp /etc/pve/nodes/mailcleaner/qemu-server/100.conf /etc/pve/nodes/proxmox/qemu-server/
cp: cannot create regular file ‘/etc/pve/nodes/proxmox/qemu-server/100.conf’: File exists
huh? O.O qm says, file does NOT exist, bash says it exists? Okay, an ls will show it (hopefully):
Code:
root@proxmox:/etc/pve/nodes/proxmox/qemu-server# ls -a
. .. 101.conf
Okay, seems like file-system is corrupted, but it's all clean...
Any ideas, what happened? Or can tell me anybody, where I was silly?
At least the machine runs again, but on 101.conf The 100 is still there, but grey.
Thanx a lot.
Thomas_H
Can anyone explain this?