Unable to open /dev/vzctl: No such file or directory

ralphw

New Member
Hallo,
ich blick grad wieder mal nicht durch.

Code:
www:~# vzctl enter 180
Unable to open /dev/vzctl: No such file or directory
Please check that vzdev kernel module is loaded and you have sufficient permissions to access the file.
www:~#

Code:
www:~# /etc/init.d/vz start
Starting OpenVZ: ..done
Bringing up interface venet0: ..done
Configuring interface venet0: ..done
Starting VE 102: ..done
Starting VE 177: ..done
Starting VE 178: ..done
Starting VE 179: ..done
Starting VE 180: ..done
Starting VE 181: ..done
Starting VE 182: ..done

Code:
www:~# vzctl enter 180
entered into VE 180
root@localhost:/#
Diesen Vorgang muß ich nach jedem reboot wiederholen.
Beim erstellen der VE habe ich

Code:
vzctl set 180 --onboot yes --save

eingegeben.


Code:
www:~# vzctl set 180 --onboot yes --save
Saved parameters for VE 182
www:~#

Außerdem hab ich jeder VE eine Mac-Adresse zugeordnet.

Code:
vzctl set 180 --netif_add eth0,00:12:34:56:78:9A,veth101.0,00:12:34:56:78:9B --save

Müsste dan nicht eine Bridge auftauchen, statt

Code:
Bringing up interface venet0: ..done
Configuring interface venet0: ..done

Hat jemand einen Rat?

Gruß

Ralph
 
Last edited by a moderator:
Code:
/bin/mknod /dev/vzctl c 126 0

Danke erstmal!

Das Problem bestaht aber weiterhin.

Code:
www:~# /bin/mknod /dev/vzctl c 126 0
www:~# /etc/init.d/vz start
Starting OpenVZ: ..done
Bringing up interface venet0: ..done
Configuring interface venet0: ..done
Starting VE 102: ..done
Starting VE 177: ..done
Starting VE 178: ..done
Starting VE 179: ..done
Starting VE 180: ..done
Starting VE 181: ..done
Starting VE 182: ..done
www:~# vzctl enter 180
entered into VE 180
root@localhost:/# exit
logout
exited from VE 180
www:~# reboot

The system is going down for reboot NOW!icht.de (pts/1) (Mon Oct 13 21:17:24
www:~#

____________________________________________________________________-

Code:
Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
www:~# vzctl enter 180
Unable to open /dev/vzctl: No such file or directory
Please check that vzdev kernel module is loaded and you have sufficient permissions to access the file.
www:~#

Was könnnte ich noch machen?

Gruß

Ralph
 
Du müsstest eigentlich nur schauen, warum das Script /etc/init.d/vz beim Systemstart nicht ausgeführt wird.
Schau dazu mal in ...
man update-rc.d

Wenn du Befehlzeilen nicht magst, kannst du auch rcconf nutzen. Das Tool ist nicht standardmäßig installiert, einfach mit apt-get nachinstallieren.

Edit: Ach, und im guten alten debiananwenderhandbuch.de hab ich gerade auch noch was schriftliches gefunden.
 
Last edited by a moderator:
OpenVZ Configure devices in the CT0 and CT

Ich bedanke mich erst einmal für eure Hilfe.

Bei dem Versuch, eure Anweisungen umzusetzen, hab ich festgestellt, daß in meinem Setup/Konfiguration der VE´s hier und da ein Fehler war.
Deswegen habe ich alle CT´s nochmal gelöscht, und lege nun alles neu an.

Ich möchte ein Bridged-Setup verwenden.

Diese Fehlermeldung ist aufgetaucht

Code:
www:~# ip route add 192.168.177.n dev vzbr0
Error: an inet prefix is expected rather than "192.168.177.n".

Bin nach dieser Anleitung vorgegangen:
Virtual Ethernet device - OpenVZ Wiki

Kann mir jemand sagen,was die Meldung bedeutet. Ich nehme an, es handelt sich um das "n", richtig?

Gruß

Ralph
 
Back
Top