Re: security_group.py closed unexpectedly

2014-04-07 Thread Giri Prasad
Hi All,  I am getting the following errors repeated in the management server log. Any clues? Using Ubuntu 12.04 LTS (kernel 3.11.0-19-generic) and cloudstack 4.3. Thanks & Regards, Giri 2014-04-07 16:39:30,748 DEBUG [c.c.n.r.VirtualNetworkApplianceManagerImpl] (RouterStatusMonitor-1:ctx-8907b

Re: security_group.py closed unexpectedly

2014-04-07 Thread Jayapal Reddy Uradi
The error is specific to running with sudo. But this error is not related to security_group.py failure. Thanks, Jayapal On 07-Apr-2014, at 4:06 PM, Giri Prasad wrote: > Hi, > > Thanks for your reply. > > /usr/bin/python > /usr/share/cloudstack-common/scripts/vm/network/security_group.py >

Re: security_group.py closed unexpectedly

2014-04-07 Thread Giri Prasad
Hi, Thanks for your reply. /usr/bin/python /usr/share/cloudstack-common/scripts/vm/network/security_group.py default_network_rules_systemvm --vmname s-5-VM --localbrname cloud > runs fine, without any problem.  However, I notice the following errors, in the management log, when

Re: security_group.py closed unexpectedly

2014-04-07 Thread Jayapal Reddy Uradi
Hi, Can you please run the below script on the host and check for errors. > /usr/bin/pyton > /usr/share/cloudstack-common/scripts/vm/network/security_group.py > default_network_rules_systemvm --vmname s-5-VM --localbrname cloud iptables chain create should not cause issues. Thanks, Jayapal On