Re: GSoC'17

2017-05-23 Thread Rohit Yadav
Sachin, Try this: sudo apt-get remove mysql-connector-python-cext-py3 sudo apt-get install python-mysql.connector If if this works? I'm on Ubuntu 17.04 and it works for me. Regards. From: sachin patil Sent: 24 May 2017 09:54:57 To: Syed Ahmed Cc: Rohit Y

Re: Miami CCC '17 Roundtable/Hackathon Summary

2017-05-23 Thread Ron Wheeler
+1 To find out if it is too complex to be worth doing, try writing the docs for it and see if system managers can actually read it and tell you how it works and what it is good for. If they can not, you can save a lot of coding and make adoption more likely by not doing it. On 23/05/2017 11:2

Re: GSoC'17

2017-05-23 Thread sachin patil
Hello, Attaching two pics for reference. sucessfully installed mysql connector but installation is not recognized On Wed, May 24, 2017 at 9:44 AM, Syed Ahmed wrote: > Hey Sachin, > > Were you able to get everything setup? > > Thanks, > -Syed > > On Tue, May 23, 2017 at 5:19 AM, Rohit Yadav

Re: GSoC'17

2017-05-23 Thread Syed Ahmed
Hey Sachin, Were you able to get everything setup? Thanks, -Syed On Tue, May 23, 2017 at 5:19 AM, Rohit Yadav wrote: > Sachin, > > To install mysql.connector, try this: > > sudo pip install --upgrade http://cdn.mysql.com/ > Downloads/Connector-Python/mysql-connector-python-2.0.4.zip#md5= > 3df

RE: Miami CCC '17 Roundtable/Hackathon Summary

2017-05-23 Thread Marty Godsey
Thank you Simon for the re-cap of the hackathon. I was able to catch the last couple of hours of it but saw the notes on the boards.. I am going to give my thoughts on this coming from a slightly different angle. As many of you know, I am not a coder. I am an Systems/Network Engineer. I know ma

Re: Miami CCC '17 Roundtable/Hackathon Summary

2017-05-23 Thread Rafael Weingärtner
I missed the roundtable and hackathon, my bad guys :( I liked the ideas that you (all) put forward. The VR is interesting and a nice feature to have, but it causes some pain to maintain in our development cycles. The idea to split the current VR into NFV is great; this can make things more pluggab

Re: Miami CCC '17 Roundtable/Hackathon Summary

2017-05-23 Thread Daan Hoogland
Great thanks Simon, Just want to play bingo a bit; dividing the VR into VNFs (virtual network functions) was mentioned. This pertains to the mention of making the VR more modular ;) Hopefully everybody is inspired by this because no one company or person is going to make this happen. Dahn On

Miami CCC '17 Roundtable/Hackathon Summary

2017-05-23 Thread Simon Weller
Hi everyone, During the CCC last week in Miami, we held a roundtable/hackathon to discuss some of the major areas the community would like to focus more attention. The discussions were passionate and were mainly focused around networking and our current use of our home-spun Virtual Router.

Re: GSoC'17

2017-05-23 Thread Rohit Yadav
Sachin, To install mysql.connector, try this: sudo pip install --upgrade http://cdn.mysql.com/Downloads/Connector-Python/mysql-connector-python-2.0.4.zip#md5=3df394d89300db95163f17c843ef49df Now, retry build+package etc. Regards. From: sachin patil Sent: 23 Ma

Re: GSoC'17

2017-05-23 Thread sachin patil
I'll also have a look at docker and let you know if that's successful On 23-May-2017 2:09 PM, "sachin patil" wrote: > Hello rohit, > > > Yesterday I tried to install all dependencies . I have installed all > dependencies you mentioned expect Python - MySQL.connector. I have > installed it using

Re: GSoC'17

2017-05-23 Thread sachin patil
Hello rohit, Yesterday I tried to install all dependencies . I have installed all dependencies you mentioned expect Python - MySQL.connector. I have installed it using sudo apt-get python-mysql.connector it installs successfully . But if I try to package it after using ./build-deb.sh it still sa

Re: GSoC'17

2017-05-23 Thread Rohit Yadav
Sachin, I think you're trying to build deb packages. To do this on your Ubuntu16.04 based environment, install the build dependencies as defined in the debian/control file (apt-get install them) Build-Depends: debhelper (>= 9), openjdk-8-jdk | java8-sdk | java8-jdk | openjdk-7-jdk, genisoimag