[nox-dev] Cannot access repository

2010-11-11 Thread Derek Cormier
Hello, Whenever I try to clone the repository using: git clone http://noxrepo.org/noxcore I get the following error: Initialized empty Git repository in /home/derek/VirtualBoxShared/Switch/Code/noxcore/.git/ fatal: http://noxrepo.org/noxcore/info/refs not found: did you run git

Re: [nox-dev] Welcome to the nox-dev mailing list

2010-11-11 Thread Ramana Reddy
On Thu, Nov 11, 2010 at 3:15 PM, nox-dev-requ...@noxrepo.org wrote: Welcome to the nox-dev@noxrepo.org mailing list! Welcome to nox-dev! To post to this list, send your email to: nox-dev@noxrepo.org General information about the mailing list is at:

[nox-dev] OpenVswitch with NOX

2010-11-11 Thread Ramana Reddy
Hi Everyone, This is my first post. Hope some one will help me to solve the below setup. I have dom0, where openvswitch is installed, and there are domUs which are communicating with dom0 through this openvswitch bridge. Now, I need a communication in between OpenVswitch and NOX. Case 1: If NOX

Re: [nox-dev] Cannot access repository

2010-11-11 Thread kk yap
You should try git://noxrepo.org/nox. Is there any reason you would want NOX 0.4, or the older version? Regards KK On 11 November 2010 00:19, Derek Cormier derek.corm...@lab.ntt.co.jp wrote: Hello, Whenever I try to clone the repository using: git clone http://noxrepo.org/noxcore I get

Re: [nox-dev] OpenVswitch with NOX

2010-11-11 Thread kk yap
Hi, From what I understand, if you are not using anything beyond OpenFlow, then you just need the OpenFlow version to match. That means OpenFlow 1.0 (zaku or destiny) with OpenvSwitch main branch. Regards KK On 11 November 2010 02:02, Ramana Reddy gtvrre...@gmail.com wrote: Hi Everyone,

Re: [nox-dev] multi command to a switch

2010-11-11 Thread Kyriakos Zarifis
Hi Attilio, I'm pretty sure the answer to (1) is yes, as for (2) I can't answer with certainty off the top of my head but I think that's the right syntax too (I'd just try it out with wireshark running on both interfaces to verify that I'm getting the wanted behavior. Looking at the OF spec would

Re: [nox-dev] help for trying the GUI

2010-11-11 Thread Christopher J. Tengi
Kyriakos, I am now running nox_core with this command line: ./nox_core -i ptcp:6633 switch switch_management hostip hosttracker monitoring jsonmessenger Here is what I get when I start the GUI: Xlib: extension Generic Event Extension missing on display localhost:11.0.

Re: [nox-dev] help for trying the GUI

2010-11-11 Thread Kyriakos Zarifis
Exactly, this certainly looks like an older pyqt version. I am using 4.7.2, although anything after 4.6 should be ok. I think this line might be necessary; although you'll probably start seeing nodes if you comment it out, you'll have issues if you move them around. You'd better install a latest

Re: [nox-dev] Cannot access repository

2010-11-11 Thread Upthegrove, Timothy A
Try git clone git://noxrepo.org/nox Tim Upthegrove Georgia Institute of Technology College of Computing (406)-437-1493 - Original Message - Hello, Whenever I try to clone the repository using: git clone http://noxrepo.org/noxcore I get the following error: Initialized

Re: [nox-dev] help to run NOX GUI

2010-11-11 Thread James McCauley
Yes. Only switches currently show in the GUI. On Nov 11, 2010 8:54 AM, el beckhov beck...@gmail.com wrote: hi everyone, i tried to run this components with nox: ./nox_core -i ptcp:6633 switch switch_management hostip hosttracker monitoring jsonmessenger and it works. now i can see the

Re: [nox-dev] help to run NOX GUI

2010-11-11 Thread el beckhov
ok thank you man have a nice day ___ nox-dev mailing list nox-dev@noxrepo.org http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org

Re: [nox-dev] Cannot access repository

2010-11-11 Thread Derek Cormier
Hmm, the same thing happens with that address: Initialized empty Git repository in /home/derek/VirtualBoxShared/Switch/Code/nox/.git/ fatal: http://noxrepo.org/nox/info/refs not found: did you run git update-server-info on the server? On 11/12/2010 03:22 AM, Upthegrove, Timothy A wrote:

Re: [nox-dev] Cannot access repository

2010-11-11 Thread kk yap
I just tried. It works for me. ykk$ git clone git://noxrepo.org/nox Initialized empty Git repository in Downloads/nox/.git/ remote: Counting objects: 3410, done. remote: Compressing objects: 100% (2357/2357), done. remote: Total 3410 (delta 2296), reused 1770 (delta 1021) Receiving objects: 100%

Re: [nox-dev] Information on Python APIs available in NOX controller.

2010-11-11 Thread kk yap
Just one thing, please use doxygen. Reading code is unfortunately still necessary at this point, but we are happy to take patches for documentation. Regards KK On 11 November 2010 15:25, James Murphy McCauley jam...@nau.edu wrote: Responses inline. On Thu, 2010-11-11 at 15:24 -0500, Kavitesh

Re: [nox-dev] Cannot access repository

2010-11-11 Thread Derek Cormier
Yes, I used http. I cannot use git behind my work's proxy... So I guess that's the problem. I assumed all git repositories work using http. On 11/12/2010 12:15 PM, Upthegrove, Timothy A wrote: This may be a dumb question, but did you use git:// instead of http:// in your second attempt? I