Re: [nox-dev] "ERR:Application 'python' description not found" when running latest NOX

2010-12-17 Thread Murphy McCauley
Ah.  Try running nox from its directory.  cd src ; ./nox_core -i ptcp:6634 -v

-- Murphy

On Dec 17, 2010, at 7:03 PM, Stephen Wong wrote:

> Hi,
> 
>I tried running with --with-python=no and the result of that runs (and 
> connects to the switch). But that nox_core piece contains no application:
> 
> linux-ojon:/home/openflow/nox/nox-no-python/build # src/nox_core -v -i
> ptcp:6364 packetdump
> 1|nox|INFO:Starting nox_core
> (/home/openflow/nox/nox-no-python/build/src/.libs/nox_core)
> 2|nox|DBG:Application installation report:
> 3|nox|DBG:built-in DSO deployer:
>   Current state: INSTALLED
>   Required state: INSTALLED
>   Dependencies:
> 
> 4|nox|DBG:built-in event dispatcher:
>   Current state: INSTALLED
>   Required state: INSTALLED
>   Dependencies:
> 
> 5|nox|ERR:Application 'packetdump' description not found.
> 
>Are all the apps dependent on python to run? This is on SUSE (with the 
> recommended addition of all the packages including python-devel 
> python-twisted and python-curses) - is it possible whatever Python version is 
> being used for NOX no longer works with SUSE?
> 
> Thanks,
> - Stephen
> 
> 
> -Original Message-
> From: nox-dev-boun...@noxrepo.org [mailto:nox-dev-boun...@noxrepo.org] On 
> Behalf Of Stephen Wong
> Sent: Friday, December 17, 2010 9:41 AM
> To: 'James "Murphy" McCauley'
> Cc: 'nox-dev'
> Subject: Re: [nox-dev] "ERR:Application 'python' description not found" when 
> running latest NOX
> 
> Hi Murphy,
> 
>See attached.
> 
>Appreciate your help. Thanks!
> 
> Thanks,
> - Stephen
> 
> -----Original Message-----
> From: James "Murphy" McCauley [mailto:jam...@nau.edu]
> Sent: Thursday, December 16, 2010 6:54 PM
> To: Stephen Wong
> Cc: 'nox-dev'
> Subject: Re: [nox-dev] "ERR:Application 'python' description not found" when 
> running latest NOX
> 
> Could you please post your config.log?
> 
> -- Murphy
> 
> On Thu, 2010-12-16 at 17:57 -0800, Stephen Wong wrote:
>> Hi Derek,
>> 
>>Yes, I did:
>> 
>> linux-ojon:/home/openflow/nox/nox/build # grep -n python *
>> config.h:109:/* Provide macro indicating that twisted python was 
>> enabled */
>> config.log:7:  $ ../configure --with-python=yes
>> <<<<<<<<<<<<<<<<<<<<<<<<--
>> config.log:997:configure:15817: checking for python
>> config.log:998:configure:15835: found /usr/bin/python
>> config.log:999:configure:15847: result: /usr/bin/python
>> config.log:1007:configure:15948: result: -I/usr/include/python2.6
>> config.log:1009:configure:15977: result: -L/usr/lib64/python2.6/config
>> -lpython2.6
>> config.log:1011:configure:15990: result: 
>> /usr/lib/python2.6/site-packages [snip the rest]
>> 
>>What is the 'python' application? Should I try it without python?
>> 
>> Thanks,
>> - Stephen
>> 
>> -Original Message-
>> From: nox-dev-boun...@noxrepo.org [mailto:nox-dev-boun...@noxrepo.org] 
>> On Behalf Of Derek Cormier
>> Sent: Thursday, December 16, 2010 5:24 PM
>> To: nox-dev
>> Subject: Re: [nox-dev] "ERR:Application 'python' description not 
>> found" when running latest NOX
>> 
>> Did you call the configure script with python?
>> 
>> ./configure --with-python=yes
>> 
>> -Derek
>> 
>> On 12/17/2010 10:18 AM, Stephen Wong wrote:
>>> Hi,
>>> 
>>> I just compiled NOX from the latest repository (make/make 
>>> check/make install all succeed), but when I tried to run it, I got 
>>> the following
>> error:
>>> 
>>> openf...@linux-ojon:~/nox/nox/build>  src/nox_core -i ptcp:6634 -v
>>> 1|nox|INFO:Starting nox_core
>>> (/home/openflow/nox/nox/build/src/.libs/nox_core)
>>> 2|nox|ERR:Application 'python' description not found.
>>> 
>>> And here is the NOX version number:
>>> 
>>> openf...@linux-ojon:~/nox/nox/build>  src/nox_core -V NOX 
>>> 0.9.0(zaku)~full~beta (nox_core), compiled Dec 16 2010 16:18:05 
>>> Compiled with OpenFlow 0x01
>>> 
>>> Any help is appreciated. Thanks!
>>> 
>>> Thanks,
>>> - Stephen
>>> 
>>> 
>>> 
>>> ___
>>> 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] "ERR:Application 'python' description not found" when running latest NOX

2010-12-17 Thread kk yap
Hi Stephen,

To test that your NOX compilation is okay with C/C++, run

./nox_core -v -i ptcp:6633 switch

That should do switching fine.  I will let the folks familiar with
Python comment on the problem.

Regards
KK

On 17 December 2010 19:03, Stephen Wong  wrote:
> Hi,
>
>    I tried running with --with-python=no and the result of that runs (and 
> connects to the switch). But that nox_core piece contains no application:
>
> linux-ojon:/home/openflow/nox/nox-no-python/build # src/nox_core -v -i
> ptcp:6364 packetdump
> 1|nox|INFO:Starting nox_core
> (/home/openflow/nox/nox-no-python/build/src/.libs/nox_core)
> 2|nox|DBG:Application installation report:
> 3|nox|DBG:built-in DSO deployer:
>       Current state: INSTALLED
>       Required state: INSTALLED
>       Dependencies:
>
> 4|nox|DBG:built-in event dispatcher:
>       Current state: INSTALLED
>       Required state: INSTALLED
>       Dependencies:
>
> 5|nox|ERR:Application 'packetdump' description not found.
>
>    Are all the apps dependent on python to run? This is on SUSE (with the 
> recommended addition of all the packages including python-devel 
> python-twisted and python-curses) - is it possible whatever Python version is 
> being used for NOX no longer works with SUSE?
>
> Thanks,
> - Stephen
>
>
> -Original Message-
> From: nox-dev-boun...@noxrepo.org [mailto:nox-dev-boun...@noxrepo.org] On 
> Behalf Of Stephen Wong
> Sent: Friday, December 17, 2010 9:41 AM
> To: 'James "Murphy" McCauley'
> Cc: 'nox-dev'
> Subject: Re: [nox-dev] "ERR:Application 'python' description not found" when 
> running latest NOX
>
> Hi Murphy,
>
>    See attached.
>
>    Appreciate your help. Thanks!
>
> Thanks,
> - Stephen
>
> -----Original Message-----
> From: James "Murphy" McCauley [mailto:jam...@nau.edu]
> Sent: Thursday, December 16, 2010 6:54 PM
> To: Stephen Wong
> Cc: 'nox-dev'
> Subject: Re: [nox-dev] "ERR:Application 'python' description not found" when 
> running latest NOX
>
> Could you please post your config.log?
>
> -- Murphy
>
> On Thu, 2010-12-16 at 17:57 -0800, Stephen Wong wrote:
>> Hi Derek,
>>
>>     Yes, I did:
>>
>> linux-ojon:/home/openflow/nox/nox/build # grep -n python *
>> config.h:109:/* Provide macro indicating that twisted python was
>> enabled */
>> config.log:7:  $ ../configure --with-python=yes
>> <<<<<<<<<<<<<<<<<<<<<<<<--
>> config.log:997:configure:15817: checking for python
>> config.log:998:configure:15835: found /usr/bin/python
>> config.log:999:configure:15847: result: /usr/bin/python
>> config.log:1007:configure:15948: result: -I/usr/include/python2.6
>> config.log:1009:configure:15977: result: -L/usr/lib64/python2.6/config
>> -lpython2.6
>> config.log:1011:configure:15990: result:
>> /usr/lib/python2.6/site-packages [snip the rest]
>>
>>     What is the 'python' application? Should I try it without python?
>>
>> Thanks,
>> - Stephen
>>
>> -Original Message-
>> From: nox-dev-boun...@noxrepo.org [mailto:nox-dev-boun...@noxrepo.org]
>> On Behalf Of Derek Cormier
>> Sent: Thursday, December 16, 2010 5:24 PM
>> To: nox-dev
>> Subject: Re: [nox-dev] "ERR:Application 'python' description not
>> found" when running latest NOX
>>
>> Did you call the configure script with python?
>>
>> ./configure --with-python=yes
>>
>> -Derek
>>
>> On 12/17/2010 10:18 AM, Stephen Wong wrote:
>> > Hi,
>> >
>> >      I just compiled NOX from the latest repository (make/make
>> > check/make install all succeed), but when I tried to run it, I got
>> > the following
>> error:
>> >
>> > openf...@linux-ojon:~/nox/nox/build>  src/nox_core -i ptcp:6634 -v
>> > 1|nox|INFO:Starting nox_core
>> > (/home/openflow/nox/nox/build/src/.libs/nox_core)
>> > 2|nox|ERR:Application 'python' description not found.
>> >
>> >      And here is the NOX version number:
>> >
>> > openf...@linux-ojon:~/nox/nox/build>  src/nox_core -V NOX
>> > 0.9.0(zaku)~full~beta (nox_core), compiled Dec 16 2010 16:18:05
>> > Compiled with OpenFlow 0x01
>> >
>> >      Any help is appreciated. Thanks!
>> >
>> > Thanks,
>> > - Stephen
>> >
>> >
>> >
>> > ___
>> > 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] "ERR:Application 'python' description not found" when running latest NOX

2010-12-17 Thread Stephen Wong
Hi,

I tried running with --with-python=no and the result of that runs (and 
connects to the switch). But that nox_core piece contains no application:

linux-ojon:/home/openflow/nox/nox-no-python/build # src/nox_core -v -i
ptcp:6364 packetdump
1|nox|INFO:Starting nox_core
(/home/openflow/nox/nox-no-python/build/src/.libs/nox_core)
2|nox|DBG:Application installation report:
3|nox|DBG:built-in DSO deployer:
   Current state: INSTALLED
   Required state: INSTALLED
   Dependencies:

4|nox|DBG:built-in event dispatcher:
   Current state: INSTALLED
   Required state: INSTALLED
   Dependencies:

5|nox|ERR:Application 'packetdump' description not found.

Are all the apps dependent on python to run? This is on SUSE (with the 
recommended addition of all the packages including python-devel python-twisted 
and python-curses) - is it possible whatever Python version is being used for 
NOX no longer works with SUSE?

Thanks,
- Stephen


-Original Message-
From: nox-dev-boun...@noxrepo.org [mailto:nox-dev-boun...@noxrepo.org] On 
Behalf Of Stephen Wong
Sent: Friday, December 17, 2010 9:41 AM
To: 'James "Murphy" McCauley'
Cc: 'nox-dev'
Subject: Re: [nox-dev] "ERR:Application 'python' description not found" when 
running latest NOX

Hi Murphy,

See attached.

Appreciate your help. Thanks!

Thanks,
- Stephen

-Original Message-
From: James "Murphy" McCauley [mailto:jam...@nau.edu]
Sent: Thursday, December 16, 2010 6:54 PM
To: Stephen Wong
Cc: 'nox-dev'
Subject: Re: [nox-dev] "ERR:Application 'python' description not found" when 
running latest NOX

Could you please post your config.log?

-- Murphy

On Thu, 2010-12-16 at 17:57 -0800, Stephen Wong wrote:
> Hi Derek,
> 
> Yes, I did:
> 
> linux-ojon:/home/openflow/nox/nox/build # grep -n python *
> config.h:109:/* Provide macro indicating that twisted python was 
> enabled */
> config.log:7:  $ ../configure --with-python=yes
> <<<<<<<<<<<<<<<<<<<<<<<<--
> config.log:997:configure:15817: checking for python
> config.log:998:configure:15835: found /usr/bin/python
> config.log:999:configure:15847: result: /usr/bin/python
> config.log:1007:configure:15948: result: -I/usr/include/python2.6
> config.log:1009:configure:15977: result: -L/usr/lib64/python2.6/config
> -lpython2.6
> config.log:1011:configure:15990: result: 
> /usr/lib/python2.6/site-packages [snip the rest]
> 
> What is the 'python' application? Should I try it without python?
> 
> Thanks,
> - Stephen
> 
> -Original Message-----
> From: nox-dev-boun...@noxrepo.org [mailto:nox-dev-boun...@noxrepo.org] 
> On Behalf Of Derek Cormier
> Sent: Thursday, December 16, 2010 5:24 PM
> To: nox-dev
> Subject: Re: [nox-dev] "ERR:Application 'python' description not 
> found" when running latest NOX
> 
> Did you call the configure script with python?
> 
> ./configure --with-python=yes
> 
> -Derek
> 
> On 12/17/2010 10:18 AM, Stephen Wong wrote:
> > Hi,
> >
> >  I just compiled NOX from the latest repository (make/make 
> > check/make install all succeed), but when I tried to run it, I got 
> > the following
> error:
> >
> > openf...@linux-ojon:~/nox/nox/build>  src/nox_core -i ptcp:6634 -v
> > 1|nox|INFO:Starting nox_core
> > (/home/openflow/nox/nox/build/src/.libs/nox_core)
> > 2|nox|ERR:Application 'python' description not found.
> >
> >  And here is the NOX version number:
> >
> > openf...@linux-ojon:~/nox/nox/build>  src/nox_core -V NOX 
> > 0.9.0(zaku)~full~beta (nox_core), compiled Dec 16 2010 16:18:05 
> > Compiled with OpenFlow 0x01
> >
> >  Any help is appreciated. Thanks!
> >
> > Thanks,
> > - Stephen
> >
> >
> >
> > ___
> > 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] "ERR:Application 'python' description not found" when running latest NOX

2010-12-16 Thread James "Murphy" McCauley
Could you please post your config.log?

-- Murphy

On Thu, 2010-12-16 at 17:57 -0800, Stephen Wong wrote:
> Hi Derek,
> 
> Yes, I did:
> 
> linux-ojon:/home/openflow/nox/nox/build # grep -n python *
> config.h:109:/* Provide macro indicating that twisted python was enabled */
> config.log:7:  $ ../configure --with-python=yes
> <<<<<<<<<<<<<<<<<<<<<<<<--
> config.log:997:configure:15817: checking for python
> config.log:998:configure:15835: found /usr/bin/python
> config.log:999:configure:15847: result: /usr/bin/python
> config.log:1007:configure:15948: result: -I/usr/include/python2.6
> config.log:1009:configure:15977: result: -L/usr/lib64/python2.6/config
> -lpython2.6
> config.log:1011:configure:15990: result: /usr/lib/python2.6/site-packages
> [snip the rest]
> 
> What is the 'python' application? Should I try it without python?
> 
> Thanks,
> - Stephen
> 
> -Original Message-
> From: nox-dev-boun...@noxrepo.org [mailto:nox-dev-boun...@noxrepo.org] On
> Behalf Of Derek Cormier
> Sent: Thursday, December 16, 2010 5:24 PM
> To: nox-dev
> Subject: Re: [nox-dev] "ERR:Application 'python' description not found" when
> running latest NOX
> 
> Did you call the configure script with python?
> 
> ./configure --with-python=yes
> 
> -Derek
> 
> On 12/17/2010 10:18 AM, Stephen Wong wrote:
> > Hi,
> >
> >  I just compiled NOX from the latest repository (make/make check/make
> > install all succeed), but when I tried to run it, I got the following
> error:
> >
> > openf...@linux-ojon:~/nox/nox/build>  src/nox_core -i ptcp:6634 -v
> > 1|nox|INFO:Starting nox_core
> > (/home/openflow/nox/nox/build/src/.libs/nox_core)
> > 2|nox|ERR:Application 'python' description not found.
> >
> >  And here is the NOX version number:
> >
> > openf...@linux-ojon:~/nox/nox/build>  src/nox_core -V NOX
> > 0.9.0(zaku)~full~beta (nox_core), compiled Dec 16 2010 16:18:05 Compiled
> > with OpenFlow 0x01
> >
> >  Any help is appreciated. Thanks!
> >
> > Thanks,
> > - Stephen
> >
> >
> >
> > ___
> > 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] "ERR:Application 'python' description not found" when running latest NOX

2010-12-16 Thread Stephen Wong
Hi Derek,

Yes, I did:

linux-ojon:/home/openflow/nox/nox/build # grep -n python *
config.h:109:/* Provide macro indicating that twisted python was enabled */
config.log:7:  $ ../configure --with-python=yes
<<<<<<<<<<<<<<<<<<<<<<<<--
config.log:997:configure:15817: checking for python
config.log:998:configure:15835: found /usr/bin/python
config.log:999:configure:15847: result: /usr/bin/python
config.log:1007:configure:15948: result: -I/usr/include/python2.6
config.log:1009:configure:15977: result: -L/usr/lib64/python2.6/config
-lpython2.6
config.log:1011:configure:15990: result: /usr/lib/python2.6/site-packages
[snip the rest]

What is the 'python' application? Should I try it without python?

Thanks,
- Stephen

-Original Message-
From: nox-dev-boun...@noxrepo.org [mailto:nox-dev-boun...@noxrepo.org] On
Behalf Of Derek Cormier
Sent: Thursday, December 16, 2010 5:24 PM
To: nox-dev
Subject: Re: [nox-dev] "ERR:Application 'python' description not found" when
running latest NOX

Did you call the configure script with python?

./configure --with-python=yes

-Derek

On 12/17/2010 10:18 AM, Stephen Wong wrote:
> Hi,
>
>  I just compiled NOX from the latest repository (make/make check/make
> install all succeed), but when I tried to run it, I got the following
error:
>
> openf...@linux-ojon:~/nox/nox/build>  src/nox_core -i ptcp:6634 -v
> 1|nox|INFO:Starting nox_core
> (/home/openflow/nox/nox/build/src/.libs/nox_core)
> 2|nox|ERR:Application 'python' description not found.
>
>  And here is the NOX version number:
>
> openf...@linux-ojon:~/nox/nox/build>  src/nox_core -V NOX
> 0.9.0(zaku)~full~beta (nox_core), compiled Dec 16 2010 16:18:05 Compiled
> with OpenFlow 0x01
>
>  Any help is appreciated. Thanks!
>
> Thanks,
> - Stephen
>
>
>
> ___
> 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] "ERR:Application 'python' description not found" when running latest NOX

2010-12-16 Thread Derek Cormier

Did you call the configure script with python?

./configure --with-python=yes

-Derek

On 12/17/2010 10:18 AM, Stephen Wong wrote:

Hi,

 I just compiled NOX from the latest repository (make/make check/make
install all succeed), but when I tried to run it, I got the following error:

openf...@linux-ojon:~/nox/nox/build>  src/nox_core -i ptcp:6634 -v
1|nox|INFO:Starting nox_core
(/home/openflow/nox/nox/build/src/.libs/nox_core)
2|nox|ERR:Application 'python' description not found.

 And here is the NOX version number:

openf...@linux-ojon:~/nox/nox/build>  src/nox_core -V NOX
0.9.0(zaku)~full~beta (nox_core), compiled Dec 16 2010 16:18:05 Compiled
with OpenFlow 0x01

 Any help is appreciated. Thanks!

Thanks,
- Stephen



___
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] "ERR:Application 'python' description not found" when running latest NOX

2010-12-16 Thread Stephen Wong
Hi,

I just compiled NOX from the latest repository (make/make check/make
install all succeed), but when I tried to run it, I got the following error:

openf...@linux-ojon:~/nox/nox/build> src/nox_core -i ptcp:6634 -v
1|nox|INFO:Starting nox_core
(/home/openflow/nox/nox/build/src/.libs/nox_core)
2|nox|ERR:Application 'python' description not found.

And here is the NOX version number:

openf...@linux-ojon:~/nox/nox/build> src/nox_core -V NOX
0.9.0(zaku)~full~beta (nox_core), compiled Dec 16 2010 16:18:05 Compiled
with OpenFlow 0x01

Any help is appreciated. Thanks!

Thanks,
- Stephen



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