Re: [nox-dev] how to show the topology

2010-12-10 Thread Abhishek Majumdar
If its only the topology, you might use vms-draw.py .xml 
file. Hope this helps.


Thanks
Abhishek Majumdar


On 12/10/2010 08:37 PM, 谢峰 wrote:

Hi all,
I want to show the topology of  network in the console. So maybe I 
should find where the data (such as datapathid and port) are stored 
and which structure are they.

Is anyone can help me. thanks very much.
regards
fengxie


___
nox-dev mailing list
nox-dev@noxrepo.org
http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org
   
___
nox-dev mailing list
nox-dev@noxrepo.org
http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org


Re: [nox-dev] 6633 routing error

2010-12-09 Thread Abhishek Majumdar
With NOX running, when I start the network I don't see any output.After 
I've closed NOX and the network I get this:

No screen session found.
No screen session found.
No screen session found.
No screen session found.

Thanks
Abhishek Majumdar


On 12/09/2010 02:26 AM, Murphy McCauley wrote:
This indicates that NOX is probably running just fine.  You need to 
get your switches to connect to it.


-- Murphy

On Dec 9, 2010, at 12:23 AM, Abhishek Majumdar wrote:

I tried to connect to 6633 with NOX running on the telnet terminal it 
said "Connection closed by foreign host."
On the NOX terminal it said "1|nox|WARN:stream: closing 
connection due to timeout after 5 seconds in sending features request 
state"

Thanks
Abhishek Majumdar

On 12/08/2010 11:55 PM, Murphy McCauley wrote:

(CCing the list again)

I don't know much about OpenFlowVMS, so I can't help you too much 
with that.  But... there seems to be a typo on 
http://www.openflowswitch.org/foswiki/bin/view/OpenFlow/Deployment/HOWTO/LabSetup#4_Controller_Setup 



Try grepping for port 6633 instead or 6663.  Also, when you have NOX 
running, try just connecting to port 6633 (using telnet or netcat or 
something) and see if it connects.


-- Murphy

On Dec 8, 2010, at 9:36 PM, Hasnat Ahmed wrote:


*
*hmmm right.
when i run this command *vms-start.py 2hosts-2ofsw.vms.xml refering 
to **step 6 of openflow switch in single pc tutorial *(for running 
switches) executed successfully i think because no error is displayed.


and when i run the commands of *basic test*ing (Step 7 of 
http://openflowswitch.org/foswiki/bin/view/OpenFlow/Deployment/HOWTO/Virtual 
)



netstat -n | grep 6663  it did not show any out 
put so i think controller listener port is not in listening mode.


screen -r host1  it shows an error that host1 is not found
 


scree -r of1 it shows an error that of1 is not found

regards

Hasnat




On Thu, Dec 9, 2010 at 10:11 AM, Murphy McCauley <mailto:jam...@nau.edu>> wrote:


(I've copied the list; it seems to have been dropped accidentally)

It's normal behavior for NOX to start up and wait silently for
switches to connect to it.  Are you running any switches?

-- Murphy

On Dec 8, 2010, at 9:06 PM, Hasnat Ahmed wrote:


Hi all,

i am also facing this issue.

Regards,

Hasnat

On Thu, Dec 9, 2010 at 8:46 AM, Murphy McCauley
mailto:jam...@nau.edu>> wrote:

Were you running any switches that were attempting to
connect to it?

    -- Murphy

On Dec 8, 2010, at 7:39 PM, Abhishek Majumdar wrote:


Ok. But it was doing that for a long time. more than 30
mins.??
Thanks
Abhishek Majumdar

On 12/8/2010 9:00 PM, Kyriakos Zarifis wrote:

Hi Abhishek,

nothing is necessarily wrong in what you're describing.
NOX seems to have started and is waiting for switches to
connect.
Running nox_core with the "-v" flag will give you more
information about what's happening.

Zaku is fine. It's the current HEAD (master branch, and
stable version)

On Wed, Dec 8, 2010 at 6:51 PM, mailto:majum...@cse.unl.edu>> wrote:

After installing everything properly, when i tried
the following
"$./nox_core -i ptcp:6633 routing"
it got stuck in an infinite loop. it gave
"NOX0.8.0`full`beta (nox_core), compiled Dec 8 2010
19:22:19
Compiled with OpenFlow 0x01" and the prompt got stuck.

I'm using a Ubuntu10Vm, OpenFlow v1.0. Also while
installing NOX
compatible with OpenFlow v1.0 when I did git branch
-a, I got "* zaku"
instead of a "* master." I don't whether this is an
issue or not, but
still this was something different from what is
mentioned in the page and
so I wanted to let you know.

Please reply ASAP.

Thanks
Abhishek




___
nox-dev mailing list
nox-dev@noxrepo.org <mailto:nox-dev@noxrepo.org>
http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org



___
nox-dev mailing list
nox-dev@noxrepo.org <mailto:nox-dev@noxrepo.org>
http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org



___
nox-dev mailing list
nox-dev@noxrepo.org <mailto:nox-dev@noxrepo.org>
http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org








___
nox-dev mailing list
nox-dev@noxrepo.org
http://noxrep

Re: [nox-dev] 6633 routing error

2010-12-09 Thread Abhishek Majumdar

How do I do that? Will running the network do?

Thanks
Abhishek Majumdar


On 12/09/2010 02:26 AM, Murphy McCauley wrote:
This indicates that NOX is probably running just fine.  You need to 
get your switches to connect to it.


-- Murphy

On Dec 9, 2010, at 12:23 AM, Abhishek Majumdar wrote:

I tried to connect to 6633 with NOX running on the telnet terminal it 
said "Connection closed by foreign host."
On the NOX terminal it said "1|nox|WARN:stream: closing 
connection due to timeout after 5 seconds in sending features request 
state"

Thanks
Abhishek Majumdar

On 12/08/2010 11:55 PM, Murphy McCauley wrote:

(CCing the list again)

I don't know much about OpenFlowVMS, so I can't help you too much 
with that.  But... there seems to be a typo on 
http://www.openflowswitch.org/foswiki/bin/view/OpenFlow/Deployment/HOWTO/LabSetup#4_Controller_Setup 



Try grepping for port 6633 instead or 6663.  Also, when you have NOX 
running, try just connecting to port 6633 (using telnet or netcat or 
something) and see if it connects.


-- Murphy

On Dec 8, 2010, at 9:36 PM, Hasnat Ahmed wrote:


*
*hmmm right.
when i run this command *vms-start.py 2hosts-2ofsw.vms.xml refering 
to **step 6 of openflow switch in single pc tutorial *(for running 
switches) executed successfully i think because no error is displayed.


and when i run the commands of *basic test*ing (Step 7 of 
http://openflowswitch.org/foswiki/bin/view/OpenFlow/Deployment/HOWTO/Virtual 
)



netstat -n | grep 6663  it did not show any out 
put so i think controller listener port is not in listening mode.


screen -r host1  it shows an error that host1 is not found
 


scree -r of1 it shows an error that of1 is not found

regards

Hasnat




On Thu, Dec 9, 2010 at 10:11 AM, Murphy McCauley <mailto:jam...@nau.edu>> wrote:


(I've copied the list; it seems to have been dropped accidentally)

It's normal behavior for NOX to start up and wait silently for
switches to connect to it.  Are you running any switches?

-- Murphy

On Dec 8, 2010, at 9:06 PM, Hasnat Ahmed wrote:


Hi all,

i am also facing this issue.

Regards,

Hasnat

On Thu, Dec 9, 2010 at 8:46 AM, Murphy McCauley
mailto:jam...@nau.edu>> wrote:

Were you running any switches that were attempting to
connect to it?

-- Murphy

On Dec 8, 2010, at 7:39 PM, Abhishek Majumdar wrote:


Ok. But it was doing that for a long time. more than 30
    mins.??
Thanks
Abhishek Majumdar

On 12/8/2010 9:00 PM, Kyriakos Zarifis wrote:

Hi Abhishek,

nothing is necessarily wrong in what you're describing.
NOX seems to have started and is waiting for switches to
connect.
Running nox_core with the "-v" flag will give you more
information about what's happening.

Zaku is fine. It's the current HEAD (master branch, and
stable version)

On Wed, Dec 8, 2010 at 6:51 PM, mailto:majum...@cse.unl.edu>> wrote:

After installing everything properly, when i tried
the following
"$./nox_core -i ptcp:6633 routing"
it got stuck in an infinite loop. it gave
"NOX0.8.0`full`beta (nox_core), compiled Dec 8 2010
19:22:19
Compiled with OpenFlow 0x01" and the prompt got stuck.

I'm using a Ubuntu10Vm, OpenFlow v1.0. Also while
installing NOX
compatible with OpenFlow v1.0 when I did git branch
-a, I got "* zaku"
instead of a "* master." I don't whether this is an
issue or not, but
still this was something different from what is
mentioned in the page and
so I wanted to let you know.

Please reply ASAP.

Thanks
Abhishek




___
nox-dev mailing list
nox-dev@noxrepo.org <mailto:nox-dev@noxrepo.org>
http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org



___
nox-dev mailing list
nox-dev@noxrepo.org <mailto:nox-dev@noxrepo.org>
http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org



___
nox-dev mailing list
nox-dev@noxrepo.org <mailto:nox-dev@noxrepo.org>
http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org








___
nox-dev mailing list
nox-dev@noxrepo.org
http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org
   


___
nox-dev mailing list
nox-dev@noxrepo.org
http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org


Re: [nox-dev] 6633 routing error

2010-12-09 Thread Abhishek Majumdar
I tried to connect to 6633 with NOX running on the telnet terminal it 
said "Connection closed by foreign host."
On the NOX terminal it said "1|nox|WARN:stream: closing connection 
due to timeout after 5 seconds in sending features request state"


Thanks
Abhishek Majumdar


On 12/08/2010 11:55 PM, Murphy McCauley wrote:

(CCing the list again)

I don't know much about OpenFlowVMS, so I can't help you too much with 
that.  But... there seems to be a typo on 
http://www.openflowswitch.org/foswiki/bin/view/OpenFlow/Deployment/HOWTO/LabSetup#4_Controller_Setup 



Try grepping for port 6633 instead or 6663.  Also, when you have NOX 
running, try just connecting to port 6633 (using telnet or netcat or 
something) and see if it connects.


-- Murphy

On Dec 8, 2010, at 9:36 PM, Hasnat Ahmed wrote:


*
*hmmm right.
when i run this command *vms-start.py 2hosts-2ofsw.vms.xml refering 
to **step 6 of openflow switch in single pc tutorial *(for running 
switches) executed successfully i think because no error is displayed.


and when i run the commands of *basic test*ing (Step 7 of 
http://openflowswitch.org/foswiki/bin/view/OpenFlow/Deployment/HOWTO/Virtual 
)



netstat -n | grep 6663  it did not show any out 
put so i think controller listener port is not in listening mode.


screen -r host1  it shows an error that host1 is not found
 


scree -r of1 it shows an error that of1 is not found

regards

Hasnat




On Thu, Dec 9, 2010 at 10:11 AM, Murphy McCauley <mailto:jam...@nau.edu>> wrote:


(I've copied the list; it seems to have been dropped accidentally)

It's normal behavior for NOX to start up and wait silently for
switches to connect to it.  Are you running any switches?

-- Murphy

On Dec 8, 2010, at 9:06 PM, Hasnat Ahmed wrote:


Hi all,

i am also facing this issue.

Regards,

Hasnat

On Thu, Dec 9, 2010 at 8:46 AM, Murphy McCauley mailto:jam...@nau.edu>> wrote:

Were you running any switches that were attempting to
connect to it?

-- Murphy

On Dec 8, 2010, at 7:39 PM, Abhishek Majumdar wrote:


Ok. But it was doing that for a long time. more than 30 mins.??
Thanks
Abhishek Majumdar

On 12/8/2010 9:00 PM, Kyriakos Zarifis wrote:

Hi Abhishek,

nothing is necessarily wrong in what you're describing.
NOX seems to have started and is waiting for switches to
connect.
Running nox_core with the "-v" flag will give you more
information about what's happening.

Zaku is fine. It's the current HEAD (master branch, and
stable version)

On Wed, Dec 8, 2010 at 6:51 PM, mailto:majum...@cse.unl.edu>> wrote:

After installing everything properly, when i tried the
following
"$./nox_core -i ptcp:6633 routing"
it got stuck in an infinite loop. it gave
"NOX0.8.0`full`beta (nox_core), compiled Dec 8 2010
19:22:19
Compiled with OpenFlow 0x01" and the prompt got stuck.

I'm using a Ubuntu10Vm, OpenFlow v1.0. Also while
installing NOX
compatible with OpenFlow v1.0 when I did git branch
-a, I got "* zaku"
instead of a "* master." I don't whether this is an
issue or not, but
still this was something different from what is
mentioned in the page and
so I wanted to let you know.

Please reply ASAP.

Thanks
Abhishek




___
nox-dev mailing list
nox-dev@noxrepo.org <mailto:nox-dev@noxrepo.org>
http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org



___
nox-dev mailing list
nox-dev@noxrepo.org <mailto:nox-dev@noxrepo.org>
http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org



___
nox-dev mailing list
nox-dev@noxrepo.org <mailto:nox-dev@noxrepo.org>
http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org








___
nox-dev mailing list
nox-dev@noxrepo.org
http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org
   
___
nox-dev mailing list
nox-dev@noxrepo.org
http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org


Re: [nox-dev] 6633 routing error

2010-12-09 Thread Abhishek Majumdar
Ok. That works. It doesn't give me any error message. But no visible 
output as well. What is the output supposed to be?


Thanks
Abhishek Majumdar


On 12/09/2010 02:06 AM, kk yap wrote:

Try deleting the vde directory.  They should be temp files.

Regards
KK

On 8 December 2010 23:38, Abhishek Majumdar  wrote:
   

I don't have the prob with vde_switch anymore. I installed vde2. Now I have
a different problem. When i execute

vms-start.pyit gives me

"vde_switch: Could not bind to socket
'/home/abhishek/opticsproj/vde/ctlof1host1/ctl': Address already in use
vde_switch: Cleanup not removing files
vde_switch: Could not bind to socket
'/home/abhishek/opticsproj/vde/ctlof1of2/ctl': Address already in use
vde_switch: Cleanup not removing files
vde_switch: Could not bind to socket
'/home/abhishek/opticsproj/vde/ctlof2host2/ctl': Address already in use
vde_switch: Cleanup not removing files
vde_switch: Could not bind to socket
'/home/abhishek/opticsproj/vde/ctlofsw/ctl': Address already in use
vde_switch: Cleanup not removing files
"

Thanks
Abhishek Majumdar


On 12/09/2010 01:36 AM, kk yap wrote:
 

Hi,

I assume you have vde2 installed?  What is the output of `which
vde_switch`?

Regards
KK

On 8 December 2010 23:21, Abhishek Majumdarwrote:

   

when i executed vms-start.pyit gave me error:
"vde_switch: command not found". How do I fix this.
Also while running NOX, how do i connect/start the switches?

Thanks
Abhishek Majumdar

On 12/08/2010 11:55 PM, Murphy McCauley wrote:

(CCing the list again)
I don't know much about OpenFlowVMS, so I can't help you too much with
that.
  But... there seems to be a typo
on
http://www.openflowswitch.org/foswiki/bin/view/OpenFlow/Deployment/HOWTO/LabSetup#4_Controller_Setup
Try grepping for port 6633 instead or 6663.  Also, when you have NOX
running, try just connecting to port 6633 (using telnet or netcat or
something) and see if it connects.
-- Murphy
On Dec 8, 2010, at 9:36 PM, Hasnat Ahmed wrote:

hmmm right.
when i run this command vms-start.py 2hosts-2ofsw.vms.xml refering to
step 6
of openflow switch in single pc tutorial (for running switches) executed
successfully i think because no error is displayed.

and when i run the commands of basic testing (Step 7 of

http://openflowswitch.org/foswiki/bin/view/OpenFlow/Deployment/HOWTO/Virtual
)


netstat -n | grep 6663  it did not show any out put
so i
think controller listener port is not in listening mode.

screen -r host1  it shows an error that host1 is not found



scree -r of1 it shows an error that of1 is not found

regards

Hasnat




On Thu, Dec 9, 2010 at 10:11 AM, Murphy McCauleywrote:

 

(I've copied the list; it seems to have been dropped accidentally)
It's normal behavior for NOX to start up and wait silently for switches
to
connect to it.  Are you running any switches?
-- Murphy
On Dec 8, 2010, at 9:06 PM, Hasnat Ahmed wrote:

Hi all,

i am also facing this issue.

Regards,

Hasnat

On Thu, Dec 9, 2010 at 8:46 AM, Murphy McCauleywrote:

   

Were you running any switches that were attempting to connect to it?
-- Murphy
On Dec 8, 2010, at 7:39 PM, Abhishek Majumdar wrote:

Ok. But it was doing that for a long time. more than 30 mins.??

Thanks
Abhishek Majumdar

On 12/8/2010 9:00 PM, Kyriakos Zarifis wrote:

Hi Abhishek,
nothing is necessarily wrong in what you're describing. NOX seems to
have
started and is waiting for switches to connect.
Running nox_core with the "-v" flag will give you more information
about
what's happening.
Zaku is fine. It's the current HEAD (master branch, and stable version)
On Wed, Dec 8, 2010 at 6:51 PM,wrote:

 

After installing everything properly, when i tried the following
"$./nox_core -i ptcp:6633 routing"
it got stuck in an infinite loop. it gave
"NOX0.8.0`full`beta (nox_core), compiled Dec 8 2010 19:22:19
Compiled with OpenFlow 0x01" and the prompt got stuck.

I'm using a Ubuntu10Vm, OpenFlow v1.0. Also while installing NOX
compatible with OpenFlow v1.0 when I did git branch -a, I got "* zaku"
instead of a "* master." I don't whether this is an issue or not, but
still this was something different from what is mentioned in the page
and
so I wanted to let you know.

Please reply ASAP.

Thanks
Abhishek




___
nox-dev mailing list
nox-dev@noxrepo.org
http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org

   

___
nox-dev mailing list
nox-dev@noxrepo.org
http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org


___
nox-dev mailing list
nox-dev@noxrepo.org
http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org


 


   


_

Re: [nox-dev] 6633 routing error

2010-12-08 Thread Abhishek Majumdar
I don't have the prob with vde_switch anymore. I installed vde2. Now I 
have a different problem. When i execute


vms-start.py  it gives me

"vde_switch: Could not bind to socket 
'/home/abhishek/opticsproj/vde/ctlof1host1/ctl': Address already in use
vde_switch: Cleanup not removing files
vde_switch: Could not bind to socket 
'/home/abhishek/opticsproj/vde/ctlof1of2/ctl': Address already in use
vde_switch: Cleanup not removing files
vde_switch: Could not bind to socket 
'/home/abhishek/opticsproj/vde/ctlof2host2/ctl': Address already in use
vde_switch: Cleanup not removing files
vde_switch: Could not bind to socket 
'/home/abhishek/opticsproj/vde/ctlofsw/ctl': Address already in use
vde_switch: Cleanup not removing files
"

Thanks
Abhishek Majumdar


On 12/09/2010 01:36 AM, kk yap wrote:

Hi,

I assume you have vde2 installed?  What is the output of `which vde_switch`?

Regards
KK

On 8 December 2010 23:21, Abhishek Majumdar  wrote:
   

when i executed vms-start.py  it gave me error:
"vde_switch: command not found". How do I fix this.
Also while running NOX, how do i connect/start the switches?

Thanks
Abhishek Majumdar

On 12/08/2010 11:55 PM, Murphy McCauley wrote:

(CCing the list again)
I don't know much about OpenFlowVMS, so I can't help you too much with that.
  But... there seems to be a typo
on 
http://www.openflowswitch.org/foswiki/bin/view/OpenFlow/Deployment/HOWTO/LabSetup#4_Controller_Setup
Try grepping for port 6633 instead or 6663.  Also, when you have NOX
running, try just connecting to port 6633 (using telnet or netcat or
something) and see if it connects.
-- Murphy
On Dec 8, 2010, at 9:36 PM, Hasnat Ahmed wrote:

hmmm right.
when i run this command vms-start.py 2hosts-2ofsw.vms.xml refering to step 6
of openflow switch in single pc tutorial (for running switches) executed
successfully i think because no error is displayed.

and when i run the commands of basic testing (Step 7 of
http://openflowswitch.org/foswiki/bin/view/OpenFlow/Deployment/HOWTO/Virtual
)


netstat -n | grep 6663  it did not show any out put so i
think controller listener port is not in listening mode.

screen -r host1  it shows an error that host1 is not found



scree -r of1 it shows an error that of1 is not found

regards

Hasnat




On Thu, Dec 9, 2010 at 10:11 AM, Murphy McCauley  wrote:
 

(I've copied the list; it seems to have been dropped accidentally)
It's normal behavior for NOX to start up and wait silently for switches to
connect to it.  Are you running any switches?
-- Murphy
On Dec 8, 2010, at 9:06 PM, Hasnat Ahmed wrote:

Hi all,

i am also facing this issue.

Regards,

Hasnat

On Thu, Dec 9, 2010 at 8:46 AM, Murphy McCauley  wrote:
   

Were you running any switches that were attempting to connect to it?
-- Murphy
On Dec 8, 2010, at 7:39 PM, Abhishek Majumdar wrote:

Ok. But it was doing that for a long time. more than 30 mins.??

Thanks
Abhishek Majumdar

On 12/8/2010 9:00 PM, Kyriakos Zarifis wrote:

Hi Abhishek,
nothing is necessarily wrong in what you're describing. NOX seems to have
started and is waiting for switches to connect.
Running nox_core with the "-v" flag will give you more information about
what's happening.
Zaku is fine. It's the current HEAD (master branch, and stable version)
On Wed, Dec 8, 2010 at 6:51 PM,  wrote:
 

After installing everything properly, when i tried the following
"$./nox_core -i ptcp:6633 routing"
it got stuck in an infinite loop. it gave
"NOX0.8.0`full`beta (nox_core), compiled Dec 8 2010 19:22:19
Compiled with OpenFlow 0x01" and the prompt got stuck.

I'm using a Ubuntu10Vm, OpenFlow v1.0. Also while installing NOX
compatible with OpenFlow v1.0 when I did git branch -a, I got "* zaku"
instead of a "* master." I don't whether this is an issue or not, but
still this was something different from what is mentioned in the page
and
so I wanted to let you know.

Please reply ASAP.

Thanks
Abhishek




___
nox-dev mailing list
nox-dev@noxrepo.org
http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org
   

___
nox-dev mailing list
nox-dev@noxrepo.org
http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org


___
nox-dev mailing list
nox-dev@noxrepo.org
http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org

 


   



___
nox-dev mailing list
nox-dev@noxrepo.org
http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org


___
nox-dev mailing list
nox-dev@noxrepo.org
http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org


 


___
nox-dev mailing list
nox-dev@noxrepo.org
http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org


Re: [nox-dev] 6633 routing error

2010-12-08 Thread Abhishek Majumdar
when i executed vms-start.py  it gave me error: 
"vde_switch: command not found". How do I fix this.

Also while running NOX, how do i connect/start the switches?

Thanks
Abhishek Majumdar


On 12/08/2010 11:55 PM, Murphy McCauley wrote:

(CCing the list again)

I don't know much about OpenFlowVMS, so I can't help you too much with 
that.  But... there seems to be a typo on 
http://www.openflowswitch.org/foswiki/bin/view/OpenFlow/Deployment/HOWTO/LabSetup#4_Controller_Setup 



Try grepping for port 6633 instead or 6663.  Also, when you have NOX 
running, try just connecting to port 6633 (using telnet or netcat or 
something) and see if it connects.


-- Murphy

On Dec 8, 2010, at 9:36 PM, Hasnat Ahmed wrote:


*
*hmmm right.
when i run this command *vms-start.py 2hosts-2ofsw.vms.xml refering 
to **step 6 of openflow switch in single pc tutorial *(for running 
switches) executed successfully i think because no error is displayed.


and when i run the commands of *basic test*ing (Step 7 of 
http://openflowswitch.org/foswiki/bin/view/OpenFlow/Deployment/HOWTO/Virtual 
)



netstat -n | grep 6663  it did not show any out 
put so i think controller listener port is not in listening mode.


screen -r host1  it shows an error that host1 is not found
 


scree -r of1 it shows an error that of1 is not found

regards

Hasnat




On Thu, Dec 9, 2010 at 10:11 AM, Murphy McCauley <mailto:jam...@nau.edu>> wrote:


(I've copied the list; it seems to have been dropped accidentally)

It's normal behavior for NOX to start up and wait silently for
switches to connect to it.  Are you running any switches?

-- Murphy

On Dec 8, 2010, at 9:06 PM, Hasnat Ahmed wrote:


Hi all,

i am also facing this issue.

Regards,

Hasnat

On Thu, Dec 9, 2010 at 8:46 AM, Murphy McCauley mailto:jam...@nau.edu>> wrote:

Were you running any switches that were attempting to
connect to it?

-- Murphy

On Dec 8, 2010, at 7:39 PM, Abhishek Majumdar wrote:


Ok. But it was doing that for a long time. more than 30 mins.??
Thanks
Abhishek Majumdar

On 12/8/2010 9:00 PM, Kyriakos Zarifis wrote:

Hi Abhishek,

nothing is necessarily wrong in what you're describing.
NOX seems to have started and is waiting for switches to
connect.
Running nox_core with the "-v" flag will give you more
information about what's happening.

Zaku is fine. It's the current HEAD (master branch, and
stable version)

On Wed, Dec 8, 2010 at 6:51 PM, mailto:majum...@cse.unl.edu>> wrote:

After installing everything properly, when i tried the
following
"$./nox_core -i ptcp:6633 routing"
it got stuck in an infinite loop. it gave
"NOX0.8.0`full`beta (nox_core), compiled Dec 8 2010
19:22:19
Compiled with OpenFlow 0x01" and the prompt got stuck.

I'm using a Ubuntu10Vm, OpenFlow v1.0. Also while
installing NOX
compatible with OpenFlow v1.0 when I did git branch
-a, I got "* zaku"
instead of a "* master." I don't whether this is an
issue or not, but
still this was something different from what is
mentioned in the page and
so I wanted to let you know.

Please reply ASAP.

Thanks
Abhishek




___
nox-dev mailing list
nox-dev@noxrepo.org <mailto:nox-dev@noxrepo.org>
http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org



___
nox-dev mailing list
nox-dev@noxrepo.org <mailto:nox-dev@noxrepo.org>
http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org



___
nox-dev mailing list
nox-dev@noxrepo.org <mailto:nox-dev@noxrepo.org>
http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org








___
nox-dev mailing list
nox-dev@noxrepo.org
http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org
   
___
nox-dev mailing list
nox-dev@noxrepo.org
http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org


[nox-dev] latest nox

2010-12-08 Thread Abhishek Majumdar

Where can I get Nox 0.9.0

--
Thanks
Abhishek Majumdar


___
nox-dev mailing list
nox-dev@noxrepo.org
http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org


Re: [nox-dev] 6633 routing error

2010-12-08 Thread Abhishek Majumdar

Ok. But it was doing that for a long time. more than 30 mins.??

Thanks
Abhishek Majumdar


On 12/8/2010 9:00 PM, Kyriakos Zarifis wrote:

Hi Abhishek,

nothing is necessarily wrong in what you're describing. NOX seems to 
have started and is waiting for switches to connect.
Running nox_core with the "-v" flag will give you more information 
about what's happening.


Zaku is fine. It's the current HEAD (master branch, and stable version)

On Wed, Dec 8, 2010 at 6:51 PM, <mailto:majum...@cse.unl.edu>> wrote:


After installing everything properly, when i tried the following
"$./nox_core -i ptcp:6633 routing"
it got stuck in an infinite loop. it gave
"NOX0.8.0`full`beta (nox_core), compiled Dec 8 2010 19:22:19
Compiled with OpenFlow 0x01" and the prompt got stuck.

I'm using a Ubuntu10Vm, OpenFlow v1.0. Also while installing NOX
compatible with OpenFlow v1.0 when I did git branch -a, I got "* zaku"
instead of a "* master." I don't whether this is an issue or not, but
still this was something different from what is mentioned in the
page and
so I wanted to let you know.

Please reply ASAP.

Thanks
Abhishek




___
nox-dev mailing list
nox-dev@noxrepo.org <mailto:nox-dev@noxrepo.org>
http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org


___
nox-dev mailing list
nox-dev@noxrepo.org
http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org


[nox-dev] 6633 routing error

2010-12-08 Thread majumdar
After installing everything properly, when i tried the following
"$./nox_core -i ptcp:6633 routing"
it got stuck in an infinite loop. it gave
"NOX0.8.0`full`beta (nox_core), compiled Dec 8 2010 19:22:19
Compiled with OpenFlow 0x01" and the prompt got stuck.

I'm using a Ubuntu10Vm, OpenFlow v1.0. Also while installing NOX
compatible with OpenFlow v1.0 when I did git branch -a, I got "* zaku"
instead of a "* master." I don't whether this is an issue or not, but
still this was something different from what is mentioned in the page and
so I wanted to let you know.

Please reply ASAP.

Thanks
Abhishek




___
nox-dev mailing list
nox-dev@noxrepo.org
http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org


Re: [nox-dev] problem with swig

2010-12-06 Thread Abhishek Majumdar

It works now. Thanks a lot.

Abhishek Majumdar


On 12/6/2010 2:13 PM, Murphy McCauley wrote:

Yeah, I think this will probably work.

apt-get install libboost-dev

might also do the trick (and not be overkill).

-- Murphy

On Dec 6, 2010, at 12:07 PM, Syed Akbar Mehdi wrote:

I encountered the same "configure: error: Could not link against !". 
Try installing the "libboost-all-dev" as well as "boost-build" 
packages. Maybe this is overkill but, in my case it made this error 
go away.


sudo aptitude install boost-build libboost-all-dev

--Akbar

On Mon, Dec 6, 2010 at 9:06 PM, <mailto:majum...@cse.unl.edu>> wrote:


Output of "uname -a":
Linux Ubuntu10VM 2.6.32-26-generic #48-Ubuntu SMP Wed Nov 24
09:00:03 UTC
2010 i686 GNU/Linux
Output of "cat /etc/issue":
Ubuntu 10.04.1 LTS \n \l



> Can you send the config.log file from your build directory, as
well as the
> output from "uname -a" and "cat /etc/issue" ?
>
> -- Murphy
>
> On Dec 6, 2010, at 6:51 AM, Abhishek Majumdar wrote:
>
>> I still got that configure : error: could not link against !
>>
>> Thanks
>> Abhishek Majumdar
>>
>>
>> On 12/6/2010 8:43 AM, Murphy McCauley wrote:
>>> The information on that page is long out of date.  The
noxrepo wiki
>>> (http://noxrepo.org/noxwiki) is much more in line with
reality.  The
>>> packages listed on that page are for Debian, and the NOX it
has you
>>> fetch is no longer 0.6.0.
>>>
>>> Please try the following (copy/pasted from the noxrepo wiki),
and then
>>> re-run ../configure:
>>>
>>> sudo apt-get install autoconf automake g++ libtool swig make
git-core
>>> libboost-test-dev libboost-filesystem-dev libssl-dev libpcap-dev
>>> python-twisted python-simplejson python-dev
>>>
>>>
>>> -- Murphy
>>>
>>> On Dec 6, 2010, at 6:36 AM, majum...@cse.unl.edu
<mailto:majum...@cse.unl.edu> wrote:
>>>
>>>> BTW I'm using the tutorial given at
>>>>

http://www.openflowswitch.org/foswiki/bin/view/OpenFlow/Deployment/HOWTO/LabSetup#4_Controller_Setup
>>>>
>>>> So I'm using NOX 0.6
>>>>
>>>> Thanks
>>>> Abhishek
>>>>
>>>>> Can you please post the results of running "apt-get install
swig" and
>>>>> also
>>>>> the results of running "../configure" ?
>>>>>
>>>>> Also, which version of NOX are you using?
>>>>>
>>>>> -- Murphy
>>>>>
>>>>> On Dec 5, 2010, at 11:44 PM, Abhishek Majumdar wrote:
>>>>>
>>>>>> Its Linux Ubuntu10Vm 2.6.32-25-generic. I separately installed
>>>>>> everything and in /nox/build when i do ../configure it
recognizes
>>>>>> and
>>>>>> then gives "configure: error: Could not link against !"
>>>>>>
>>>>>> Thanks
>>>>>> Abhishek Majumdar
>>>>>>
>>>>>>
>>>>>> On 12/5/2010 10:35 PM, kk yap wrote:
>>>>>>> Hi Abhishek,
>>>>>>>
>>>>>>> Let's see... Try make install and ldconfig?
>>>>>>>
>>>>>>> Jokes aside, please let us know your OS, distro, etc. for
anyone to
>>>>>>> give advice.  It works perfectly on Ubuntu (Lucid Lynx)
for me.  In
>>>>>>> fact, we have a pseudo-package that installs the
requisites using
>>>>>>> apt-get.
>>>>>>>
>>>>>>> Regards
>>>>>>> KK
>>>>>>>
>>>>>>> On 5 December 2010 20:24, Abhishek
Majumdarmailto:majum...@cse.unl.edu>>
>>>>>>> wrote:
>>>>>>>> When I try to install the pre-requisites, it says swig
package
>>>>>>>> cannot
>>>>>>>> be
>>>>>>>> found. I separately installed libboost, it can now
detect, but
>>>>>>>> cannot
>>>>>>>> link i
>>>>>>>> guess. please help ASAP.
>>>>>>>>
>>>>>>>> --
>>>>>>>> Thanks
>>>>>>>> Abhishek Majumdar
>>>>>>>>
>>>>>>>>
>>>>>>>> ___
>>>>>>>> nox-dev mailing list
>>>>>>>> nox-dev@noxrepo.org <mailto:nox-dev@noxrepo.org>
>>>>>>>> http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org
>>>>>>>>
>>>>>> ___
>>>>>> nox-dev mailing list
>>>>>> nox-dev@noxrepo.org <mailto:nox-dev@noxrepo.org>
>>>>>> http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org
>>>>
>

___
nox-dev mailing list
nox-dev@noxrepo.org <mailto:nox-dev@noxrepo.org>
http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org




___
nox-dev mailing list
nox-dev@noxrepo.org
http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org


Re: [nox-dev] problem with swig

2010-12-06 Thread majumdar
Output of "uname -a":
Linux Ubuntu10VM 2.6.32-26-generic #48-Ubuntu SMP Wed Nov 24 09:00:03 UTC
2010 i686 GNU/Linux
Output of "cat /etc/issue":
Ubuntu 10.04.1 LTS \n \l



> Can you send the config.log file from your build directory, as well as the
> output from "uname -a" and "cat /etc/issue" ?
>
> -- Murphy
>
> On Dec 6, 2010, at 6:51 AM, Abhishek Majumdar wrote:
>
>> I still got that configure : error: could not link against !
>>
>> Thanks
>> Abhishek Majumdar
>>
>>
>> On 12/6/2010 8:43 AM, Murphy McCauley wrote:
>>> The information on that page is long out of date.  The noxrepo wiki
>>> (http://noxrepo.org/noxwiki) is much more in line with reality.  The
>>> packages listed on that page are for Debian, and the NOX it has you
>>> fetch is no longer 0.6.0.
>>>
>>> Please try the following (copy/pasted from the noxrepo wiki), and then
>>> re-run ../configure:
>>>
>>> sudo apt-get install autoconf automake g++ libtool swig make git-core
>>> libboost-test-dev libboost-filesystem-dev libssl-dev libpcap-dev
>>> python-twisted python-simplejson python-dev
>>>
>>>
>>> -- Murphy
>>>
>>> On Dec 6, 2010, at 6:36 AM, majum...@cse.unl.edu wrote:
>>>
>>>> BTW I'm using the tutorial given at
>>>> http://www.openflowswitch.org/foswiki/bin/view/OpenFlow/Deployment/HOWTO/LabSetup#4_Controller_Setup
>>>>
>>>> So I'm using NOX 0.6
>>>>
>>>> Thanks
>>>> Abhishek
>>>>
>>>>> Can you please post the results of running "apt-get install swig" and
>>>>> also
>>>>> the results of running "../configure" ?
>>>>>
>>>>> Also, which version of NOX are you using?
>>>>>
>>>>> -- Murphy
>>>>>
>>>>> On Dec 5, 2010, at 11:44 PM, Abhishek Majumdar wrote:
>>>>>
>>>>>> Its Linux Ubuntu10Vm 2.6.32-25-generic. I separately installed
>>>>>> everything and in /nox/build when i do ../configure it recognizes
>>>>>> and
>>>>>> then gives "configure: error: Could not link against !"
>>>>>>
>>>>>> Thanks
>>>>>> Abhishek Majumdar
>>>>>>
>>>>>>
>>>>>> On 12/5/2010 10:35 PM, kk yap wrote:
>>>>>>> Hi Abhishek,
>>>>>>>
>>>>>>> Let's see... Try make install and ldconfig?
>>>>>>>
>>>>>>> Jokes aside, please let us know your OS, distro, etc. for anyone to
>>>>>>> give advice.  It works perfectly on Ubuntu (Lucid Lynx) for me.  In
>>>>>>> fact, we have a pseudo-package that installs the requisites using
>>>>>>> apt-get.
>>>>>>>
>>>>>>> Regards
>>>>>>> KK
>>>>>>>
>>>>>>> On 5 December 2010 20:24, Abhishek Majumdar
>>>>>>> wrote:
>>>>>>>> When I try to install the pre-requisites, it says swig package
>>>>>>>> cannot
>>>>>>>> be
>>>>>>>> found. I separately installed libboost, it can now detect, but
>>>>>>>> cannot
>>>>>>>> link i
>>>>>>>> guess. please help ASAP.
>>>>>>>>
>>>>>>>> --
>>>>>>>> Thanks
>>>>>>>> Abhishek Majumdar
>>>>>>>>
>>>>>>>>
>>>>>>>> ___
>>>>>>>> nox-dev mailing list
>>>>>>>> nox-dev@noxrepo.org
>>>>>>>> http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org
>>>>>>>>
>>>>>> ___
>>>>>> nox-dev mailing list
>>>>>> nox-dev@noxrepo.org
>>>>>> http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org
>>>>
>
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by nox configure 0.9.0(zaku)~full~beta, which was
generated by GNU Autoconf 2.65.  Invocation command line was

  $ ../configure 

## - ##
## Platform. ##
## - ##

hostname = Ubuntu10VM
unam

Re: [nox-dev] problem with swig

2010-12-06 Thread Abhishek Majumdar

I still got that configure : error: could not link against !

Thanks
Abhishek Majumdar


On 12/6/2010 8:43 AM, Murphy McCauley wrote:

The information on that page is long out of date.  The noxrepo wiki 
(http://noxrepo.org/noxwiki) is much more in line with reality.  The packages 
listed on that page are for Debian, and the NOX it has you fetch is no longer 
0.6.0.

Please try the following (copy/pasted from the noxrepo wiki), and then re-run 
../configure:

sudo apt-get install autoconf automake g++ libtool swig make git-core 
libboost-test-dev libboost-filesystem-dev libssl-dev libpcap-dev python-twisted 
python-simplejson python-dev


-- Murphy

On Dec 6, 2010, at 6:36 AM, majum...@cse.unl.edu wrote:


BTW I'm using the tutorial given at
http://www.openflowswitch.org/foswiki/bin/view/OpenFlow/Deployment/HOWTO/LabSetup#4_Controller_Setup

So I'm using NOX 0.6

Thanks
Abhishek


Can you please post the results of running "apt-get install swig" and also
the results of running "../configure" ?

Also, which version of NOX are you using?

-- Murphy

On Dec 5, 2010, at 11:44 PM, Abhishek Majumdar wrote:


Its Linux Ubuntu10Vm 2.6.32-25-generic. I separately installed
everything and in /nox/build when i do ../configure it recognizes and
then gives "configure: error: Could not link against !"

Thanks
Abhishek Majumdar


On 12/5/2010 10:35 PM, kk yap wrote:

Hi Abhishek,

Let's see... Try make install and ldconfig?

Jokes aside, please let us know your OS, distro, etc. for anyone to
give advice.  It works perfectly on Ubuntu (Lucid Lynx) for me.  In
fact, we have a pseudo-package that installs the requisites using
apt-get.

Regards
KK

On 5 December 2010 20:24, Abhishek Majumdar
wrote:

When I try to install the pre-requisites, it says swig package cannot
be
found. I separately installed libboost, it can now detect, but cannot
link i
guess. please help ASAP.

--
Thanks
Abhishek Majumdar


___
nox-dev mailing list
nox-dev@noxrepo.org
http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org


___
nox-dev mailing list
nox-dev@noxrepo.org
http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org




___
nox-dev mailing list
nox-dev@noxrepo.org
http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org


Re: [nox-dev] problem with swig

2010-12-06 Thread majumdar
BTW I'm using the tutorial given at
http://www.openflowswitch.org/foswiki/bin/view/OpenFlow/Deployment/HOWTO/LabSetup#4_Controller_Setup

So I'm using NOX 0.6

Thanks
Abhishek

> Can you please post the results of running "apt-get install swig" and also
> the results of running "../configure" ?
>
> Also, which version of NOX are you using?
>
> -- Murphy
>
> On Dec 5, 2010, at 11:44 PM, Abhishek Majumdar wrote:
>
>> Its Linux Ubuntu10Vm 2.6.32-25-generic. I separately installed
>> everything and in /nox/build when i do ../configure it recognizes and
>> then gives "configure: error: Could not link against !"
>>
>> Thanks
>> Abhishek Majumdar
>>
>>
>> On 12/5/2010 10:35 PM, kk yap wrote:
>>> Hi Abhishek,
>>>
>>> Let's see... Try make install and ldconfig?
>>>
>>> Jokes aside, please let us know your OS, distro, etc. for anyone to
>>> give advice.  It works perfectly on Ubuntu (Lucid Lynx) for me.  In
>>> fact, we have a pseudo-package that installs the requisites using
>>> apt-get.
>>>
>>> Regards
>>> KK
>>>
>>> On 5 December 2010 20:24, Abhishek Majumdar
>>> wrote:
>>>> When I try to install the pre-requisites, it says swig package cannot
>>>> be
>>>> found. I separately installed libboost, it can now detect, but cannot
>>>> link i
>>>> guess. please help ASAP.
>>>>
>>>> --
>>>> Thanks
>>>> Abhishek Majumdar
>>>>
>>>>
>>>> ___
>>>> nox-dev mailing list
>>>> nox-dev@noxrepo.org
>>>> http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org
>>>>
>>
>> ___
>> nox-dev mailing list
>> nox-dev@noxrepo.org
>> http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org
>



___
nox-dev mailing list
nox-dev@noxrepo.org
http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org


Re: [nox-dev] problem with swig

2010-12-06 Thread majumdar
GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for fdatasync... yes
checking for ppoll... yes
checking for boostlib >= 1.34.1... yes
checking whether the Boost::Filesystem library is available... yes
configure: error: Could not link against  !



Thanks
Abhishek

> Can you please post the results of running "apt-get install swig" and also
> the results of running "../configure" ?
>
> Also, which version of NOX are you using?
>
> -- Murphy
>
> On Dec 5, 2010, at 11:44 PM, Abhishek Majumdar wrote:
>
>> Its Linux Ubuntu10Vm 2.6.32-25-generic. I separately installed
>> everything and in /nox/build when i do ../configure it recognizes and
>> then gives "configure: error: Could not link against !"
>>
>> Thanks
>> Abhishek Majumdar
>>
>>
>> On 12/5/2010 10:35 PM, kk yap wrote:
>>> Hi Abhishek,
>>>
>>> Let's see... Try make install and ldconfig?
>>>
>>> Jokes aside, please let us know your OS, distro, etc. for anyone to
>>> give advice.  It works perfectly on Ubuntu (Lucid Lynx) for me.  In
>>> fact, we have a pseudo-package that installs the requisites using
>>> apt-get.
>>>
>>> Regards
>>> KK
>>>
>>> On 5 December 2010 20:24, Abhishek Majumdar
>>> wrote:
>>>> When I try to install the pre-requisites, it says swig package cannot
>>>> be
>>>> found. I separately installed libboost, it can now detect, but cannot
>>>> link i
>>>> guess. please help ASAP.
>>>>
>>>> --
>>>> Thanks
>>>> Abhishek Majumdar
>>>>
>>>>
>>>> ___
>>>> nox-dev mailing list
>>>> nox-dev@noxrepo.org
>>>> http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org
>>>>
>>
>> ___
>> nox-dev mailing list
>> nox-dev@noxrepo.org
>> http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org
>



___
nox-dev mailing list
nox-dev@noxrepo.org
http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org


Re: [nox-dev] problem with swig

2010-12-05 Thread Abhishek Majumdar
Its Linux Ubuntu10Vm 2.6.32-25-generic. I separately installed 
everything and in /nox/build when i do ../configure it recognizes and 
then gives "configure: error: Could not link against !"


Thanks
Abhishek Majumdar


On 12/5/2010 10:35 PM, kk yap wrote:

Hi Abhishek,

Let's see... Try make install and ldconfig?

Jokes aside, please let us know your OS, distro, etc. for anyone to
give advice.  It works perfectly on Ubuntu (Lucid Lynx) for me.  In
fact, we have a pseudo-package that installs the requisites using
apt-get.

Regards
KK

On 5 December 2010 20:24, Abhishek Majumdar  wrote:

When I try to install the pre-requisites, it says swig package cannot be
found. I separately installed libboost, it can now detect, but cannot link i
guess. please help ASAP.

--
Thanks
Abhishek Majumdar


___
nox-dev mailing list
nox-dev@noxrepo.org
http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org



___
nox-dev mailing list
nox-dev@noxrepo.org
http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org


[nox-dev] problem with swig

2010-12-05 Thread Abhishek Majumdar
When I try to install the pre-requisites, it says swig package cannot be 
found. I separately installed libboost, it can now detect, but cannot 
link i guess. please help ASAP.


--
Thanks
Abhishek Majumdar


___
nox-dev mailing list
nox-dev@noxrepo.org
http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org