[Openstack] neutron-server cannot start

2014-07-26 Thread john decot
Hi, I am new to openstack. I am trying to bring neutron-server up but try to fail. output of /etc/init.d/neutron-server status is neutron dead but pid file exists tail -f /var/log/messages is detected unhandled Python exception in '/usr/bin/neutron-server' Not saving repeating crash in '/usr

Re: [Openstack] neutron-server cannot start

2014-07-26 Thread john decot
Hi, the is no upstart file in log directory. Regards, John. On Sun, Jul 27, 2014 at 8:14 AM, Gangur, Hrushikesh (R & D HP Cloud) < hrushikesh.gan...@hp.com> wrote: > Do you see any neutron logs getting created in /var/log/upstart > > > > *From:*

Re: [Openstack] neutron-server cannot start

2014-07-26 Thread john decot
= # Example: vxlan_group = 239.1.1.1 [securitygroup] # Controls if neutron security group is enabled or not. # It should be false when you use nova security group. firewall_driver = neutron.agent.linux.iptables_firewall.OVSHybridIptablesFirewallDriver enable_security_group = True Rgds, John On Sun, Jul 27, 2014

Re: [Openstack] neutron-server cannot start

2014-07-26 Thread john decot
CentOS On Sunday, July 27, 2014, Remo Mattei wrote: > Is this centos/ rh or Ubuntu? > > Inviato da iPhone () > Il giorno Jul 26, 2014, alle ore 19:52, john decot ha scritto: > > Neutron.conf and ML2_conf.ini files are as follows: > neutron.conf: > [DEFAULT] > # Pri

Re: [Openstack] neutron-server cannot start

2014-07-26 Thread john decot
No. Doing all stuffs manaully. On Sunday, July 27, 2014, Remo Mattei wrote: > Did u use packstack? > > Inviato da iPhone () > Il giorno Jul 26, 2014, alle ore 20:34, john decot ha scritto: > > CentOS > > On Sunday, July 27, 2014, Remo Mattei wrote: >>

Re: [Openstack] neutron-server cannot start

2014-07-27 Thread john decot
2>&1 & > echo \$!>$pidfile > then run service neutron-server start and check log /tmp/yourlog. > > > On 07/27/2014 12:13 PM, john decot wrote: > > No. Doing all stuffs manaully. > > On Sunday, July 27, 2014, Remo Mattei wrote: > > Did u use packstack? &