Re: [openstack-dev] [nova][serial-console-proxy]

2015-12-14 Thread Prathyusha Guduri
Hi Markus, Thanks a lot for a detailed document. I had a problem with installing websocket but using the git repo u shared, I could install successfully and got a console. Regards, Prathyusha On Mon, Dec 14, 2015 at 11:34 PM, Markus Zoeller wrote: > Prathyusha Guduri wrote on 12/11/2015 &

Re: [openstack-dev] [nova][serial-console-proxy]

2015-12-14 Thread Prathyusha Guduri
ev/ev.c:45:22: fatal error: config.h: No such file or directory # include "config.h" ^ compilation terminated. error: command 'aarch64-linux-gnu-gcc' failed with exit status 1 Please help me how to proceed further. Thanks, Prathyusha

Re: [openstack-dev] [nova][serial-console-proxy]

2015-12-13 Thread Prathyusha Guduri
hanks, Prathyusha On Mon, Dec 14, 2015 at 4:09 AM, Tony Breeds wrote: > On Fri, Dec 11, 2015 at 11:07:02AM +0530, Prathyusha Guduri wrote: > > Hi All, > > > > I have set up open stack on an Arm64 machine and all the open stack > related > > services are running fine.

[openstack-dev] [nova][serial-console-proxy]

2015-12-10 Thread Prathyusha Guduri
Hi All, I have set up open stack on an Arm64 machine and all the open stack related services are running fine. Also am able to launch an instance successfully. Now that I need to get a console for my instance. The noVNC console is not supported in the machine am using. So I have to use a serial-pr

Re: [openstack-dev] [networking-ovs-dpdk]

2015-11-24 Thread Prathyusha Guduri
I may remove this from our wrapper script as we most never use it for >> debugging anymore however in the past it was >> >> Useful to compare the original qemu command line and the update qemu >> command line. >> >> >> >> I don’t know if I have mentioned t

Re: [openstack-dev] [networking-ovs-dpdk]

2015-11-24 Thread Prathyusha Guduri
help Thanks, Prathyusha On Tue, Nov 24, 2015 at 4:02 PM, Prathyusha Guduri < prathyushaconne...@gmail.com> wrote: > Hi Sean, > > Thanks for you kind help. > > I did the following. > > # apt-get install ubuntu-cloud-keyring > # echo "deb http://ubuntu-cloud.a

Re: [openstack-dev] [networking-ovs-dpdk]

2015-11-24 Thread Prathyusha Guduri
status > > this will check if ovs-dpdk is running by reading the pid files and > checking if the ovsdb and ovs-vswitchd > process are running and tail the last 20ish lines of the vswitchd log file. > > note this is not a systemd service so the systemd equivalent command will > n

Re: [openstack-dev] [networking-ovs-dpdk]

2015-11-23 Thread Prathyusha Guduri
Hi Sean, Thanks for your help before. It would be great if you look into another issue too. Am able to run stack.sh successfully and all services are up. But, libvirt version was 1.2.2 and qemu version was 2.0.0 To satisfy the minimum requirement of qemu- version >=2.1 and libvirt-version >= 1.2

Re: [openstack-dev] [networking-ovs-dpdk]

2015-11-18 Thread Prathyusha Guduri
n mechanisms for hugepages and binding > networking adapters to userspace in /etc/dpdk. > > > > This is a first packaging release and is experimental - please do provide > feedback on what you do and don't like about it... > > > > On Wed, Nov 18, 2015 at 6:12 AM, P

Re: [openstack-dev] [networking-ovs-dpdk]

2015-11-17 Thread Prathyusha Guduri
e a rebuild > “/opt/stack/ovs/BUILD_COMPLETE” > > > > I agree with your assessment though this appears to be a timing issue in > dpdk 2.0 > > > > > > > > *From:* Prathyusha Guduri [mailto:prathyushaconne...@gmail.com] > *Sent:* Tuesday, November 1

Re: [openstack-dev] [networking-ovs-dpdk]

2015-11-17 Thread Prathyusha Guduri
... 2015-11-17 13:39:22.169 | Waiting for ovs-vswitchd to start... 2015-11-17 13:39:23.185 | Waiting for ovs-vswitchd to start... On Tue, Nov 17, 2015 at 6:50 PM, Prathyusha Guduri < prathyushaconne...@gmail.com> wrote: > Hi Sean, > > Here is ovs-vswitchd.log > > 2015-11-13

Re: [openstack-dev] [networking-ovs-dpdk]

2015-11-17 Thread Prathyusha Guduri
se. > > > > If the vswitch fails to start we clean up by unmounting the hugepages. > > > > > *From:* Prathyusha Guduri [mailto:prathyushaconne...@gmail.com] > *Sent:* Tuesday, November 17, 2015 7:37 AM > > *To:* OpenStack Development Mailing List (not for usage questio

Re: [openstack-dev] [networking-ovs-dpdk]

2015-11-16 Thread Prathyusha Guduri
so done but still the screen command fails. I verified the db.sock and conf.db files. Any help is highly appreciated. Thanks, Prathyusha On Mon, Nov 16, 2015 at 5:12 PM, Prathyusha Guduri < prathyushaconne...@gmail.com> wrote: > Hi Sean, > > Thanks for your response. > >

Re: [openstack-dev] [networking-ovs-dpdk]

2015-11-16 Thread Prathyusha Guduri
gt; rm –f /opt/stack/BUILD_COMPLETE > > > > in your case though you are using 1GB hugepages so I don’t think this is > related to memory fragmentation > or a lack of free hugepages. > > > > to use preallocated 1GB page with ovs you should instead set the following >

Re: [openstack-dev] [networking-ovs-dpdk]

2015-11-15 Thread Prathyusha Guduri
Hi all, I have a similar problem as Samta. Am also stuck at the same place. The following command $sudo ovs-vsctl br-set-external-id br-ex bridge-id br-ex hangs forever. As Sean said, it might be because of ovs-vswitchd proces. > The vswitchd process may exit if it failed to allocate memory (d

Re: [openstack-dev] [networking-ovs-dpdk]

2015-11-05 Thread Prathyusha Guduri
rge to the > openstack namespace following the > retirement of stackforge. > > Some like in the git repo still need to be updated to reflect this change. > > Regards > sean > -Original Message- > From: Prathyusha Guduri [mailto:prathyushaconne...@gmail.com] >

[openstack-dev] [networking-ovs-dpdk]

2015-11-05 Thread Prathyusha Guduri
Hello all, Trying to install openstack with ovs-dpdk driver from devstack. Following is my localrc file HOST_IP_IFACE=eth0 HOST_IP=10.0.2.15 HOST_NAME=$(hostname) DATABASE_PASSWORD=open RABBIT_PASSWORD=open SERVICE_TOKEN=open SERVICE_PASSWORD=open ADMIN_PASSWORD=open MYSQL_PASSWORD=open HORIZON