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 <stephen.w...@huawei.com> 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
> 00001|nox|INFO:Starting nox_core
> (/home/openflow/nox/nox-no-python/build/src/.libs/nox_core)
> 00002|nox|DBG:Application installation report:
> 00003|nox|DBG:built-in DSO deployer:
>       Current state: INSTALLED
>       Required state: INSTALLED
>       Dependencies:
>
> 00004|nox|DBG:built-in event dispatcher:
>       Current state: INSTALLED
>       Required state: INSTALLED
>       Dependencies:
>
> 00005|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
>> > 00001|nox|INFO:Starting nox_core
>> > (/home/openflow/nox/nox/build/src/.libs/nox_core)
>> > 00002|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

Reply via email to