View Single Post
Old 06-19-2009, 07:36 AM   #1
Junior Member
 
Join Date: Jun 2009
Posts: 2
madman is on a distinguished road
Default Container(s) not Found

I just installed VDSManager on a fresh CentOS install.

I am getting this problem when the cron is running for the following script

Subject: Cron <root@server> /usr/local/ispmgr/sbin/dostat.pl
Content-Type: text/plain; charset=UTF-8
Auto-Submitted: auto-generated
X-Cron-Env: <SHELL=/bin/sh>
X-Cron-Env: <HOME=/root>
X-Cron-Env: <PATH=/usr/bin:/bin>
X-Cron-Env: <LOGNAME=root>
X-Cron-Env: <USER=root>

Container(s) not found
iptables v1.3.5: Unknown arg `-s'
Try `iptables -h' or 'iptables --help' for more information.
iptables v1.3.5: Unknown arg `-d'
Try `iptables -h' or 'iptables --help' for more information.
Try `iptables -h' or 'iptables --help' for more information.
Bad argument `tcp'


rpm -q iptables delivers:
iptables-1.3.5-4.el5

yum update iptables delivers:
No Packages marked for Update

Also get this issue when trying to create a VPS:
Error: Internal error VDS not found

Code:
Jun 19 01:52:44 ^[[1;36mEXTINFO Load config 'var/userconf/vdsmgr.admin.defaults'^[[0m
Jun 19 01:52:57 ^[[1;32mINFO Request [220.245.217.27][admin] 'id=auto&name=hunt.madmansland.info&ip=auto&passwdgen=*&passwd=*&confirmgen=*&confirm=*&owner=admin&vdspreset=Default&disktempl=centos-5.3-i386-m$
Jun 19 01:52:57 ../../src/tdata.cpp:1179 ^[[1mTRACE RecordSet::Delete() rs='iplist' key='206.51.233.XXX'^[[0m
Jun 19 01:52:57 ../../src/ipmgr.cpp:387 ^[[1;33mDEBUG get ip = '206.51.233.130'^[[0m
Jun 19 01:52:57 ^[[1;36mEXTINFO Execute (/usr/sbin/vzctl create 59778 --ostemplate centos-5.3-i386-minimal --ipadd 206.51.233.XXX --hostname hunt.madmansland.info) return=91 exited^[[0m
Jun 19 01:52:57 ../../src/openvz.cpp:107 ^[[1mTRACE BuildVdsCache^[[0m
Jun 19 01:52:57 ../../src/openvz.cpp:245 ^[[1;33mDEBUG GetByIp '206.51.233.130' problem^[[0m
Jun 19 01:52:57 ^[[1;31mERROR Exception 1: VDS not found^[[0m
Jun 19 01:52:57 ../../src/tdata.cpp:1322 ^[[1mTRACE RecordSet::Post(insert) rsname='iplist' key='206.51.233.130'^[[0m
Jun 19 01:52:57 ../../src/tdata.cpp:1240 ^[[1mTRACE RecordSet::Cancel() 'iplist'^[[0m
Jun 19 01:52:57 ^[[1;35mWARNING catch error while restore ip^[[0m
Thanks for any help!

Last edited by madman; 06-19-2009 at 08:54 AM.
madman is offline   Reply With Quote