Re: [openstack-dev] [OpenStack-Infra] IRC Bot issues

2015-11-30 Thread Hinds, Luke (Nokia - GB/Bristol)
Me too.  It is possible to get on using the web client though;  
https://webchat.freenode.net/ .

On Mon, 2015-11-30 at 14:00 +, EXT Dugger, Donald D wrote:
I can’t even connect to the IRC server at all, can others get it?

--
Don Dugger
"Censeo Toto nos in Kansa esse decisse." - D. Gale
Ph: 303/443-3786

From: Joshua Hesketh [mailto:joshua.hesk...@gmail.com]
Sent: Monday, November 30, 2015 2:50 AM
To: OpenStack Development Mailing List (not for usage questions) 
; openstack-infra 

Subject: [openstack-dev] IRC Bot issues

Hi all,
Freenode are currently experiencing a severe DDoS attack that are having an 
effect on our bots. As such the meetbot, irc logging and gerrit watcher are 
interminably available.

We expect the bots to resume their normal function once Freenode has recovered. 
For now, meetings may have to be postponed or minuted by hand.
Cheers,
Josh

___
OpenStack-Infra mailing list
openstack-in...@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-infra

__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [Openstack] Errors in neutron-server while launching VM

2015-10-16 Thread Hinds, Luke (Nokia - GB/Bristol)
On Fri, 2015-10-16 at 20:04 +0530, EXT Rahul Arora wrote:
HI Nitish,

Actually i am running openstack kilo on my powerpc platform now.I am able to 
run it on the x86 successfully.

On the running setup i.e on x86 machine also i am having same output of the 
status command in neutron database,See below.

mysql> use neutron
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A

Database changed
mysql> status
--
mysql  Ver 14.14 Distrib 5.5.44, for debian-linux-gnu (i686) using readline 6.3

Connection id:381
Current database:neutron
Current user:root@localhost
SSL:Not in use
Current pager:stdout
Using outfile:''
Using delimiter:;
Server version:5.5.44-0ubuntu0.14.04.1 (Ubuntu)
Protocol version:10
Connection:127.0.0.1 via TCP/IP
Server characterset:latin1
Db characterset:utf8
Client characterset:utf8
Conn.  characterset:utf8
TCP port:3306
Uptime:1 day 3 hours 52 min 27 sec

Threads: 12  Questions: 576409  Slow queries: 0  Opens: 1600  Flush tables: 1  
Open tables: 374  Queries per second avg: 5.744


I am wondering what is the issue in powerpc.So i guess  cause is i am not able 
to run below command successfully on the powerpc.


neutron-db-manage --config-file /etc/neutron/neutron.conf --config-file 
/etc/neutron/plugins/ml2/ml2_conf.ini upgrade head

But this command is successful in x86 machine.

On powerpc i am getting below error while running it,

raise errorclass, errorvalueegards
sqlalchemy.exc.OperationalError: (OperationalError) (1005, "Can't create table 
'neutron.nuage_routerroutes_mapping' (errno: 121)") '\nCREATE TA
BLE nuage_routerroutes_mapping (\n\tdestination VARCHAR(64) NOT NULL, 
\n\tnexthop VARCHAR(64) NOT NULL, \n\trouter_id VARCHAR(36) NOT NULL, \n\
tnuage_route_id VARCHAR(36), \n\tPRIMARY KEY (destination, nexthop, router_id), 
\n\tFOREIGN KEY(router_id) REFERENCES routers (id) ON DELETE CA
SCADE\n)ENGINE=InnoDB\n\n' ()


I am not able to solve this.Please help me on this,

..

Regards

Rahul Arora


How are you installing juno? Is it a packaged version (devstack  / ansible etc) 
or manually? It might be that you have MariaDB compiled for x86 on there 
(different instruction sets).


On Fri, Oct 16, 2015 at 7:56 PM, nithish B 
> wrote:
Rahul,
Clearly, neutron didn't create the tables right. You may have to 
re-install/re-configure neutron.

Thanks.

Regards,
Nitish B.

On Fri, Oct 16, 2015 at 7:55 PM, Rahul Arora 
> wrote:
Hi Nitish.

Below is the output of status of neutron database.Yes i am using "use neutron" 
before running the command.

MariaDB [neutron]> status
--
mysql  Ver 15.1 Distrib 5.5.39-MariaDB, for Linux (powerpc) using readline 5.1

Connection id:  42
Current database:   neutron
Current user:   root@localhost
SSL:Not in use
Current pager:  stdout
Using outfile:  ''
Using delimiter:;
Server: MariaDB
Server version: 5.5.39-MariaDB Source distribution
Protocol version:   10
Connection: Localhost via UNIX socket
Server characterset:utf8
Db characterset:utf8
Client characterset:latin1
Conn.  characterset:latin1
UNIX socket:/var/lib/mysql/mysql.sock
Uptime: 1 hour 15 min 15 sec

Threads: 11  Questions: 24713  Slow queries: 5  Opens: 164  F

On Fri, Oct 16, 2015 at 7:51 PM, nithish B 
> wrote:
Rahul,
Please check the version of MySQL/MariaDB which you are using. For quick 
reference, you can use the following command in mysql: "SHOW VARIABLES LIKE 
"%version%";"

Also, before you run "show tables", you need to select the DB to use, using 
"use ".

Thanks.


Regards,
Nitish B.

On Fri, Oct 16, 2015 at 6:41 PM, Rahul Arora 
> wrote:
Hi Nasir,

While doing installation/configuration when i was trying to run neutron-server 
service.I got following errors.

2015-10-05 06:48:12.549 17209 TRACE neutron   File 
"/usr/lib/python2.7/site-packages/MySQLdb/connections.py", line 36, in 
defaulterrorhandler
2015-10-05 06:48:12.549 17209 TRACE neutron raise errorclass, errorvalue
2015-10-05 06:48:12.549 17209 TRACE neutron ProgrammingError: 
(ProgrammingError) (1146, "Table 'neutron.ml2_gre_allocations' doesn't exist") 
'SELECT ml2_gre_allocations.gre_id AS ml2_gre_allocations_gre_id, 
ml2_gre_allocations.allocated AS ml2_gre_allocations_allocated \nFROM 
ml2_gre_allocations' ()
2015-10-05 06:48:12.549 17209 TRACE neutron

To fix this from internet i got one command to upgrade database.Below is the 
command i used.

$ neutron-db-manage --config-file /etc/neutron/neutron.conf --config-file