[Users] Re: help me ,thanks

2011-10-24 Thread Thorsten Schifferdecker
Hi, please check your vzlist settings: # vzlist o veid -H to # vzlist -Ho ctid ( Option veid can be deprecated in future) # vzlist -H -o ctid Bye, Thorsten On 10/24/2011 01:40 PM, schrieb 张立洪: dears: I want run phoronix-test-suite test all vps performance,and need running

Re: [Users] Where to upload Squeeze templates?

2010-11-23 Thread Thorsten Schifferdecker
Hi, please contact k...@openvz.org for include your squeezed debian template to contrib Btw, squeeze is frozen, so some critical bugs are uploaded to squeeze to stablize the testing in the next time, so the template is going to be outdated! And in this script on github, the security

Re: [Users] Trouble w/ OOM-Killers

2010-09-30 Thread Thorsten Schifferdecker
Hi, plz show you user_beancounters of this ct (as root)% cat /proc/bc/ctid/resources Bye, Thorsten -- Thorsten Schifferdecker OpenVZ Power User On Thu, 30 Sep 2010 18:24:17 +0200, Enrico Weigelt weig...@metux.de wrote: Hi folks, I'm running a small mail server (sendmail + spamassassin

Re: [Users] Capturing the PID of every VE during startup / shutdown.

2010-05-16 Thread Thorsten Schifferdecker
Hi Daniel, a simple solution can be, take a look to /proc of running contaier from ct0. path-to-ct-root/proc/1/stat e.g. $ awk '{ print $1 }' /var/lib/vz/root/20123/proc/1/stat 28858 ^_real pid at ct0 Hope this helps. Bye, Thorsten On Sun, 16 May 2010 19:43:58 +1000, Daniel Pittman

Re: [Users] High Load

2010-04-02 Thread Thorsten Schifferdecker
Hi, ven...@dedicados.com.mx schrieb: how to know, wich proccess belong to wich container??? simple, check the proc fs: $ grep envID /proc/PID/status $ vzpid PID (vzpid, part of vzctl, use the envID of process) for more about procs and containers, these progs can help: $ htop (config - add

Re: [Users] Cannot stop or restart container

2010-03-30 Thread Thorsten Schifferdecker
Hi, and any entries logged in kern.log/dmesg as well ? Bye, Thorsten Steven Crothers schrieb: What template are you using and where did you get it from? I recently had a similar result from an Archlinux template, however I would need to know more about the container to be able to relate it

Re: [Users] Mail server

2010-03-17 Thread Thorsten Schifferdecker
Hi, can you please post more infos about your configuration, esp. - ct configuration != os template # grep ^OSTEMPLATE /etc/vz/conf/CTID.conf e.g your ct config is used for GNU\Debian System but container holds a CentOS, it's possible you've used a wrong os template for your system. ostmpl

Re: [Users] Re: [Debian] Nfs In VE

2010-02-12 Thread Thorsten Schifferdecker
nfsd feature See: http://git.openvz.org/?p=vzctl;a=commit;h=006623ef9b5a19b50c83f53e32fd8bf055dc48bd Bye, Thorsten Schifferdecker ___ Users mailing list Users@openvz.org https://openvz.org/mailman/listinfo/users

Re: [Users] Setting defaults for templates...

2010-01-08 Thread Thorsten Schifferdecker
Hi, add capability and more settings to your ct template config file, like: $ echo 'CAPABILITY=SYS_ADMIN:on ' /etc/vz/conf/ve-your-CT_template_name.conf-sample And deploy it ... // some capa need a restart $ vzctl set CTID --applyconfig template_cfg [...] or use on your creation: $ vzctl

Re: [Users] Seeing Boot Progress for Guest VM

2009-12-29 Thread Thorsten Schifferdecker
Hi Dietmar, ... have you send the patch to bugzilla ...? Bye, Thorsten Scott Dowdle schrieb: Greetings, Kir, are you reading this? If so, can you state why this patch has been rejected? Any chance we can get it added to mainline vzctl? - Dietmar Maurer diet...@proxmox.com wrote:

Re: [Users] Openwall Linux (OWL) switches to OpenVZ kernel

2009-11-27 Thread Thorsten Schifferdecker
Hi, Scott Dowdle schrieb: Greetings, I just noticed this: http://www.openwall.com/Owl/ I haven't used Openwall myself but I'm guessing someone from Openwall might be on this mailing list. If so, please introduce yourself. What kernel version/branch are you guys using? TYL, -

Re: [Users] What happened to the FZA Debian Kernels?

2009-11-10 Thread Thorsten Schifferdecker
Hi, the fzakernels are not longer supported and removed yesterday after release of the security update of stable OpenVZ Linux kernels. Please use the ovzkernel-2.6.18-686-ent (028stab064.8) : linux-image-2.6.18-20-ovz-686-ent linux-headers-2.6.18-20-ovz-686-ent Thanks, Thorsten JR

Re: [Users] Shutdown problems

2009-10-11 Thread Thorsten Schifferdecker
Hi, can you please fill a bug at bugzilla.openvz.org and add info about: - what template OS is used - any log entries in syslog (kern|dmesg).log - which raid controller Bye, Thorsten HostGIS Support schrieb: I emailed on the topic before, and have never found a solution -- nor indeed, more

Re: [Users] chkpnt: Error: d_path is invisible /var/lock

2009-09-11 Thread Thorsten Schifferdecker
reHi, please post your kernel version and used OS Template. Bye, Thorsten Anthony - wrote: Hi, I'm trying to use the vzctl chkpnt/restore commands. Here is what I get : 1st chkpnt OK: sudo vzctl chkpnt 100 --dumpfile dump1 Setting up checkpoint... suspend... dump...

Re: [Users] halting a VE

2009-09-04 Thread Thorsten Schifferdecker
Hi Daniel, See vzctl man page, subsection Checkpointing and restore, like: 1) checkpoint container: # vzctl chkpnt CTID [more-options] 2) restore container: # vzctl restore CTID [more-options] Btw. vzmigrate use this feature for zero-down time migration. Bye, Thorsten -- Thorsten

Re: [Users] ubuntu precreated template problem

2009-02-04 Thread Thorsten Schifferdecker
remove the /etc/network/interfaces.template loopback entries: auto lo iface lo inet loopback address 127.0.0.1 netmask 255.0.0.0 broadcast 127.255.255.255 up ip route replace 127.0.0.0/8 dev lo and restart the container ... or remove entries in /etc/network/interfaces and

Re: [Users] network card

2009-01-25 Thread Thorsten Schifferdecker
Hi Matthias, setup containers network $ man vzctl section Network related parameters venet(work) : $ vzctl set ctid --ipadd IPv4|IPv6 ... \ [--nameserver nameserver] ...\ --save veth(ernet): $ vzctl set ctid --netif_add eth0 ... \ [--nameserver nameserver] ...

Re: [Users] sshproxy + debian lenny inside openvz container

2009-01-22 Thread Thorsten Schifferdecker
Pongracz Istvan schrieb: 2009. 01. 22, csütörtök keltezéssel 13.57-kor Scott Dowdle ezt írta: Istvan, My first question would be... are their any container UBC errors? Hi, Scott and other, thank you! Unfortunatelly there are no UBC errors. I already checked it. :( Limits

Re: [Users] df showing zero space used

2008-11-21 Thread Thorsten Schifferdecker
Used Avail Use% Mounted on simfs 100G 0 100G 0% / tmpfs 2.0G 0 2.0G 0% /lib/init/rw tmpfs 2.0G 0 2.0G 0% /dev/shm Bye, Thorsten -- Thorsten Schifferdecker OpenVZ Power User with a swirl http://debian.systs.org/category

RE: [Users] Re: Announcement: Proxmox Virtual Environment 1.0 -Firststable release

2008-11-21 Thread Thorsten Schifferdecker
it be installed on an AMD 686 single core CPU? (just for testing/learning of course... :-) http://pve.proxmox.com/wiki/Installation#System_requirements So an old AMD 686 will not work. - Dietmar Bye, Thorsten -- Thorsten Schifferdecker OpenVZ Power User with a swirl http://debian.systs.org

RE: [Users] Re: Announcement: Proxmox Virtual Environment 1.0-Firststable release

2008-11-21 Thread Thorsten Schifferdecker
;-) ... ok, what can we i do ;-) Bye, Thorsten -- Thorsten Schifferdecker OpenVZ Power User with a swirl http://debian.systs.org/category/openvz/ ___ Users mailing list Users@openvz.org https://openvz.org/mailman/listinfo/users

Re: [Users] is vzctl newer than 3.0.22 available?

2008-09-27 Thread Thorsten Schifferdecker
Hi, see git repository at http://git.openvz.org/?p=vzctl, commit Add brigde parameter to --netif options, this wiki page add the option, too Regards, Thorsten -- OpenVZ Poweruser with a swirl http://debian.systs.org/category/openvz/ Am Sa, 27.09.2008, 09:16, schrieb Alexander Piavka: Hi, I

[Users] patch : make webvz more distro independent

2008-09-21 Thread Thorsten Schifferdecker
=164d72740e68f53dfae33e30a8bb68d3618c37f3 Regards, Thorsten -- Thorsten Schifferdecker OpenVZ Poweruser with a swirl http://debian.systs.org/category/openvz/diff --git a/app/controllers/configfile_controller.rb b/app/controllers/configfile_controller.rb index 88dd94e..0919178 100644 --- a/app/controllers

Re: [Users] patch : make webvz more distro independent

2008-09-21 Thread Thorsten Schifferdecker
Hi, Am Mo, 22.09.2008, 06:31, schrieb Pongracz Istvan: 2008. 09. 22, hétfő keltezéssel 03.48-kor Thorsten Schifferdecker ezt írta: Hi Shuaib, please add this patch for webvz: On RPM distros /etc/sysconfig/vz-scripts/ is a symbolic link to /etc/vz/conf/ other distro use the /etc/vz

Re: [Users] New vzpkg, templates and package caching daemon

2008-09-06 Thread Thorsten Schifferdecker
Hello Robert, i've built a debian vzpkg2 package, but need the source of pkg-cacher as well, but cannot be download from http://gforge.opensource-sw.net/projects/pkg_cacher. So please fix, that the packge depends are working, Thanks and by, Thorsten -- Thorsten Schifferdecker [EMAIL PROTECTED

Re: [Users] Official Debian OpenVZ Kernels available

2008-08-28 Thread Thorsten Schifferdecker
Hi, use the git sources at : http://git.openvz.org/?p=linux-2.6.26-openvz;a=summary Regards, Thorsten -- Thorsten Schifferdecker [EMAIL PROTECTED] Am Do, 28.08.2008, 13:17, schrieb patrick daures: Hi, I would like to use the a 2.6.26 OpenVZ kernel on a Mandriva. I'm looking for the sources

Re: [Users] vzctl start

2008-08-28 Thread Thorsten Schifferdecker
list Users@openvz.org https://openvz.org/mailman/listinfo/users Regards, Thorsten -- [EMAIL PROTECTED] Thorsten Schifferdecker ___ Users mailing list Users@openvz.org https://openvz.org/mailman/listinfo/users

Re: AW: [Users] Iptables problem Debian HN / CentOS VE

2008-08-28 Thread Thorsten Schifferdecker
Hi Lorenzo, have you restart the container; after the iptables modules are loaded on CT0 (hardwarenode) ? Regards, Thorsten -- Thorsten Schifferdecker [EMAIL PROTECTED] Am Do, 28.08.2008, 17:14, schrieb Lorenzo Quatrini: Dietmar Maurer ha scritto: by default all iptables modules

Re: [Users] Kernel Developement books?

2008-06-10 Thread Thorsten Schifferdecker
Hi Dietmar, for a first glance http://git.openvz.org/?p=linux-2.6.24-openvz;a=blob_plain;f=Documentation/cgroups.txt;hb=HEAD Gruss / Regards, Thorsten Schifferdecker Am Di, 10.06.2008, 07:29, schrieb Dietmar Maurer: Hi all, Are there any good books around concerning linux kernel

Re: [Users] Problem starting Ubuntu 8.04

2008-05-25 Thread Thorsten Schifferdecker
Hi, since ubuntu-7.10 change init to upstart you need vzctl-3.0.22 or greater, see http://wiki.openvz.org/Ubuntu_Gutsy_template_creation#vzctl and http://bugzilla.openvz.org/662 Gruss / Regards, Thorsten Schifferdecker Am So, 25.05.2008, 21:49, schrieb Abhinav Lele: Hi, I am trying to run

Re: [Users] IPv6 ??

2008-01-24 Thread Thorsten Schifferdecker
, Thorsten -- Thorsten Schifferdecker [EMAIL PROTECTED] ---//--- Am Do, 24.01.2008, 18:29, schrieb Benoit Branciard: Temporarily giving up messing with veth devices (forgot dhcpd server for now), I concentrated on setting up a basic VS with both IPv4 and IPv6 addresses, using standard venet device

Re: [Users] post-start and stop scripts

2008-01-09 Thread Thorsten Schifferdecker
here -- VPS is unmounted ___ Users mailing list Users@openvz.org https://openvz.org/mailman/listinfo/users -- Thorsten Schifferdecker email [EMAIL PROTECTED] phone +49 (0) 911 50 63 69 82 ___ Users

Re: [Users] a simple utility to execute something on all VEs

2008-01-03 Thread Thorsten Schifferdecker
Hi Gregor, i suggest to use vzlist, insteed looking to /etc/vz/conf, so only command will execute on running ve's and it's you dont like execute command on VE 0, there's a 0.conf in /etc/vz/conf, too ;-) # for veid in `vzlist -Hoveid`; do vzctl exec $veid command; done Bye, Thorsten

Re: [Users] Live Migration Fails

2007-12-22 Thread Thorsten Schifferdecker
Hi Pablo, yep, since the last git commit to vzmigrate (- http://git.openvz.org/?p=vzctl;a=commitdiff;h=ebd5fb00a4eb0134d7ef4ebfdc0b6ae43d07d8fd ), the extended test command was removed, so change at line 382: if [ $? != 20 $? != 21 $? != 0 ]; then to: if [[ $? != 20 $? != 21 $? != 0 ]];

Re: [Users] Question on openvz install on ubuntu

2007-12-11 Thread Thorsten Schifferdecker
Hi, Am Di, 11.12.2007, 17:43, schrieb Kir Kolyshkin: [...] provide separate articles for Sarge and Etch. Can somebody work on it? I' ll do it ;-) Regards, Thorsten ___ Users mailing list Users@openvz.org https://openvz.org/mailman/listinfo/users

Re: [Users] Question on openvz install on ubuntu

2007-12-11 Thread Thorsten Schifferdecker
Hi Amba, for ubunutu, you should use: # wget http://debian.systs.org/dso_archiv_signing_key.asc -q -O - | sudo apt-key add - Bye, Thorsten ___ Users mailing list Users@openvz.org https://openvz.org/mailman/listinfo/users

Re: [Users] Question on openvz install on ubuntu

2007-12-11 Thread Thorsten Schifferdecker
install vzctl vzquota vzdump vzctl-ostmpl-debian' but that did not fix above problem. Also, vzctl-ostmpl-debian could not be found. Thanks again for your assistance Amba On 12/11/07, *Thorsten Schifferdecker* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Hi Amba

Re: [Users] perl LOCALE issue- and solution

2007-12-10 Thread Thorsten Schifferdecker
___ Users mailing list Users@openvz.org https://openvz.org/mailman/listinfo/users -- Thorsten Schifferdecker email [EMAIL PROTECTED] phone +49 (0) 911 50 63 69 82 ___ Users mailing list Users@openvz.org https://openvz.org

amd (automounter) on fza or ovz debian kernels (was: Re: [Users] Kernel 2.6.18-openvz-13-39.1d1-amd64 oops)

2007-12-10 Thread Thorsten Schifferdecker
Hello Frank, E Frank Ball III wrote: I've had your fzakernel-2.6.18-686 kernel running on two boxes for a month now, and it works great. No more crashes. Perfect! ;-) I'm a little confused by something, your website also has the ovzkernel-2.6.18 kernel that appears to be the same version

Re: [Users] venet0: hw csum failure.

2007-11-19 Thread Thorsten Schifferdecker
Hi Darius, what OpenVZ kernel is used a pre- or self-built and which version ? Thorsten Am Mo, 19.11.2007, 13:55, schrieb Dariush Pietrzak: Hi, I get something like this: venet0: hw csum failure. Call Trace: IRQ [8024aba4] __skb_checksum_complete+0x4a/0x62 [88221ce0]

Re: [Users] Another kernel panic, Debian AMD64 with Supermicro hardware

2007-11-14 Thread Thorsten Schifferdecker
Hi Jim, can you poste more info, or can it be solved by installing a new kernel, maybe this thread helps (- http://forum.openvz.org/index.php?t=msgth=4186start=0; ) Bye, Thorsten Jim Archer wrote: Oh, and the last message on the console was: Kernel panic - not syncing: Aiee, killing

Re: [Users] VE stuck when shutting down.

2007-09-20 Thread Thorsten Schifferdecker
Hi, it's known and resolved bug, see http://bugzilla.openvz.org/show_bug.cgi?id=561 Please install the new Debian OpenVZ kernel; can be downloaded at http://download.openvz.org/debian/dists/etch/main/binary-i386/base/ Regards, Thorsten E Frank Ball III schrieb: I was trying to get OpenVZ

Re: [Users] IPv6 with venet

2007-07-10 Thread Thorsten Schifferdecker
)-- [...] iface DEVICE [...] iface DEVICE inet6 static address IPv6_ADDRESS netmask NETMASK gateway IPv6_ADDRESS_of_your_GATEWAY # set IPv6 forwarding here or in /etc/sysctl.conf # read man page of interfaces (5) [...] --8-- Regards, Thorsten Schifferdecker

Re: [Users] kernel errors in syslog

2007-07-04 Thread Thorsten Schifferdecker
from systs.org - are the CentOS kernels more stable? Regards, Thorsten Schifferdecker ___ Users mailing list Users@openvz.org https://openvz.org/mailman/listinfo/users

Re: [Users] trouble with veth device in combination with long veid

2007-06-07 Thread Thorsten Schifferdecker
Hi, or export the right VEID from /proc/vz/veth: /proc/vz/veth : MAC_VE0 veth_dev_on_VE0 mac_dev_VE dev_VE VEID deny Attached a workaround patch, to solve this issue. Regards, Thorsten Kristian F. Høgh schrieb: On Thursday den 7. June 2007 11:32:39 Kirill Korotaev wrote: Kristian F. Høgh

Re: [Users] IPv6 support in VE

2007-05-17 Thread Thorsten Schifferdecker
Hi, adding is ok, but when i want delete a IPv6 with --ipdel, it shows: # vzctl set VEID --ipdel fc00::1 [--save] Warning: ipv6 support disabled ---* Deleting IP address(es): Configure meminfo: 49152 Saved parameters for VE VEID Regards, Thorsten Jan, With venet, you use the same ipadd

Re: [Users] Need help understanding kernel version numbers

2007-04-11 Thread Thorsten Schifferdecker
. Is there a way to tell from the version number if a deb file has a test kernel or a stable one? --On Wednesday, April 11, 2007 11:44 AM +0200 Thorsten Schifferdecker [EMAIL PROTECTED] wrote: Hi Jim, Ola has updated the debianized OpenVZ Linux kernel to new Debian Linux Kernel Source

Re: [Users] VZDump problem

2007-03-25 Thread Thorsten Schifferdecker
Hi, this one of serveral known bugs, which are fixed in vzdump-0.2-2, so please update to vzdump (0.3-1). Bye, Thorsten Schifferdecker -- [EMAIL PROTECTED] First, I wish to thank the contributor of VZDump, which looks like a fine utility. I am having a little trouble with it though. I am