search for: vzctl

Displaying 18 results from an estimated 18 matches for "vzctl".

Did you mean: vsctl
2012 Mar 30
1
vzctl 3.1 not supported in virsh ?
Hello If i use virsh with vzctl 3.1 i get below error virsh -c openvz:///system error: /Could not extract vzctl version It works ok with vzctl 3.0.x Is there any way i can use virsh with vzctl 3.1 ? ---------------------------------------------------------------- [root at test ~]# /usr/bin/virsh --version=long Virsh command li...
2015 Jan 09
0
Processed (with 2 errors): user debian-qa@lists.debian.org, affects 774889, affects 771755, unarchiving 767561 ...
...'sid' - trying to overwrite /etc/apparmor.d/usr.sbin.ntpd Marked as found in versions openntpd/20080406p-12. > tags 771589 + wontfix Bug #771589 {Done: Jonathan Wiltshire <jmw at debian.org>} [release.debian.org] unblock: openmpi/1.6.5-9.2 Added tag(s) wontfix. > notfixed 636463 vzctl-3.0.29-1 Bug #636463 {Done: Ola Lundqvist <ola at inguza.com>} [vzctl] vzctl: /etc/vz/dists/scripts/postcreate.sh randomises run-times in /etc/crontab, but not cron.d There is no source info for the package 'vzctl' at version 'vzctl-3.0.29-1' with architecture '' Unabl...
2008 Aug 11
6
Class dependency question
...provider => yum, require => Package["ovzkernel-2.6.18-53.1.19.el5.028stab053.14.x86_64"], } } class openvz::master { case $kernelrelease { "2.6.18-53.1.19.el5.028stab053.14": { package {["vzctl","vzquota"]: ensure => installed, provider => yum, require => Class["openvz::setup"], } service {"vz":...
2011 Oct 10
5
no connection driver available for openvz:///system
dears. I can not solved the problem: vzctl works. But how do I connect to Virtuozzo? Using the openvz >> > driver >> > it doesn't work out of the box: >> > virsh # connect openvz:///system >> > error: Failed to connect to the hypervisor >> > error: no connection driver available for openvz://...
2010 Mar 02
0
Libvirt and openvz?
...virsh define virt.conf error: Failed to define domain from virt.conf error: unknown OS type exe I'm using libvirt 0.7.2. Does anyone have more example configuration files or other setup instructions? Does Libvirt allow you to specify other resource limits and controls that openvz has - like vzctl set --devnodes device:rw or vzctl set kmemsize? Thanks, Tom
2011 Mar 07
1
diskspace and diskinodes tag for openvz
...9;/'/> <quota type="size" max="100000"/> <quota type="inodes" max="200000"/> </filesystem> </devices> Could anyone manage to set mentioned OpenVZ parameters properly? I am using libvirt-0.8.8, CentOS 5.5, vzctl version is 3.0.26-1. Thanks! Nikolay. [1] http://www.mail-archive.com/libvir-list at redhat.com/msg07329.html
2014 Mar 22
1
Issues to manage RAM on openvz guests
...vztest.xml Domain 103 defined from vztest.xml 2) Start the guest #virsh -c openvz:///system start 103 Domain 103 started #vzlist CTID NPROC STATUS IP_ADDR HOSTNAME 103 20 running - - 3) Check memory size vz guest 103 #vzctl enter 103 entered into CT 103 #root@test:/# free -m total used free shared buffers cached Mem: 256 27 228 0 0 14 -/+ buffers/cache: 13 242 Swap: 512 0 512 vztest.xml ----...
2014 Oct 07
2
BUG_ON in virtio-ring.c
Hi, I'm hitting this bug with both ext4 and btrfs. Here's an example of the backtrace: https://gist.github.com/vzctl/e888a821333979120932 I tried raising this BUG only for direct ring and it solved the problem: - BUG_ON(total_sg > vq->vring.num); + BUG_ON(total_sg > vq->vring.num && !vq->indirect); Shall I submit the patch or is a more elaborate fix required? -- Alexey...
2014 Oct 07
2
BUG_ON in virtio-ring.c
Hi, I'm hitting this bug with both ext4 and btrfs. Here's an example of the backtrace: https://gist.github.com/vzctl/e888a821333979120932 I tried raising this BUG only for direct ring and it solved the problem: - BUG_ON(total_sg > vq->vring.num); + BUG_ON(total_sg > vq->vring.num && !vq->indirect); Shall I submit the patch or is a more elaborate fix required? -- Alexey...
2014 Dec 20
0
Multiple Instances of Icecast???/
...> 808 icecast2 20 0 1840m 6900 128 S 0 0.3 0:00.00 > icecast2 > 1320 root 20 0 33944 688 396 S 0 0.0 0:02.82 > vzctl > 1321 root 20 0 18024 1816 1328 S 0 0.1 0:00.01 > bash > 1...
2011 Mar 04
1
ifname in openvz container
Hi! Is there any way to specify ethernet device name to be created inside the openvz container? I could find such info at http://libvirt.org/formatdomain.html#elementsNICS. If I do as below I get br0 as ethernet device inside VM whereas I'd like it to be eth0. $ cat ovz.xml <domain type='openvz' id='144'> <name>144</name>
2011 Mar 04
0
/etc/vz/vznetctl.conf has to be /etc/vz/vznet.conf
Hi! In [1] it's written that "Then a generic configuration file /etc/vz/vznetctl.conf must be created containing [...]" whereas it has to be /etc/vz/vznet.conf since /usr/sbin/vznetcfg script has the following line VZNETCFG='/etc/vz/vznet.conf' vzctl version is 3.0.26-1. Best regards, Nikolay. [1] http://libvirt.org/drvopenvz.html
2011 May 23
1
Compatibility with Parallels Virtouzo
Hi, will libvirt work with the commercial parallels virtuozzo, too? Cause the linux version of virtuozzo is based on openvz, which ist supported by libvirt. Does someone have some experencies with that? Thanks for any feedback, Andreas -- SysEleven GmbH Rosenthaler Str. 34/35 10178 Berlin Firmensitz: Berlin Registergericht: AG Berlin Charlottenburg, HRB 108571 B Gesch?ftsf?hrer: Marc
2014 Oct 13
0
BUG_ON in virtio-ring.c
Alexey Lapitsky <lex.public at gmail.com> writes: > Hi, > > I'm hitting this bug with both ext4 and btrfs. > > Here's an example of the backtrace: > https://gist.github.com/vzctl/e888a821333979120932 > > I tried raising this BUG only for direct ring and it solved the problem: > > - BUG_ON(total_sg > vq->vring.num); > + BUG_ON(total_sg > vq->vring.num && !vq->indirect); > > Shall I submit the patch or is a more elabora...
2008 Jul 01
6
OpenVZ configuration of networking with puppet - big crash
...["/etc/sysconfig/network-scripts/ $VENET_DEV_CFG"], } service {"network": enable => true, ensure => running, require => Host["localhost"], } EOM [jleggett@lxp6d15m3 scripts]$ So when I start it all seems I get: [jleggett@lxp6d15m3 ~]$ vzctl start 104 Warning: configuration file for distribution rhel-5-i386-minimal not found default used Starting VE ... VE is mounted Adding IP address(es): 192.168.0.3 + LOGFILE=/tmp/add_ip-dbug.log + exec Setting CPU units: 1000 Configure meminfo: 65536 VE start in progress... [jleggett@lxp6d15m3 ~]$ v...
2015 Feb 24
0
IceCast Server (2.3.2) Limits? Disconnections due to user and memory?
...> 646 Debian-e 20 0 47480 880 432 S 0 0.0 0:00.21 > exim4 > 732 root 20 0 36012 332 40 S 0 0.0 0:19.86 > vzctl > 733 root 20 0 18272 1152 444 S 0 0.1 0:00.09 > bash...
2008 Nov 01
8
OpenVZ & shorewall. Did'nt work acl based on ip range.
...me:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:0 (0.0 b) TX bytes:0 (0.0 b) [root@localhost shorewall]# rpm -qa | grep vz ovzkernel-2.6.18-92.1.13.el5.028stab059.3 vzrpm44-4.4.1-22.5 vztmpl-fedora-7-1.1-1 vzquota-3.0.11-1 vzctl-3.0.22-1 vzrpm44-python-4.4.1-22.5 vzpkg-2.7.0-18 vzctl-lib-3.0.22-1 vzyum-2.4.0-11 ------------------------------ end of Guest system with ovz-kernel------------------------------ ---------------------VE containers with venet network (Fedora 7 distribution)------------------ [root@localhost ~]#...
2008 Nov 23
4
[Bug 562] New: Rule gets implicitly eliminated ("optimized away") --> But that's not ok --> A Logic Bug
...p --dport 53 -j ACCEPT /sbin/iptables -A INPUT -p tcp --dport 53 -j ACCEPT /sbin/iptables -A INPUT -p icmp --icmp-type 8/0 -j ACCEPT /sbin/iptables -A INPUT -j DROP /sbin/iptables -A OUTPUT -j ACCEPT # on a openVZ HN we must enable FORWARD: if test -d /proc/vz && test -f /usr/sbin/vzctl ; then echo "# This is an openVZ HN: FORWARD packets will be ACCEPTed" /sbin/iptables -A FORWARD -j ACCEPT else echo "# This is not an openVZ HN: FORWARD packets will be DROPped" /sbin/iptables -A FORWARD -j DROP fi ####### ... ############# -- Configure bugmail: htt...