[nox-dev] Error while running nox_core

2012-01-21 Thread Maciej Gałkiewicz
Have anyone implemented a fix for
http://noxrepo.org/pipermail/nox-dev/2010-November/006685.html? I am still
experiencing the issue. Murphy's fix works fine for me but I would like to
have it fixed in stable branch.

Murphy fix:
I think the fix is to change line 133 in pyoxidereactor.py to:
signal.signal(signal.SIGCHLD, lambda : self.callLater(0, reapAllProcesses))

regards
M. Galkiewicz
___
nox-dev mailing list
nox-dev@noxrepo.org
http://noxrepo.org/mailman/listinfo/nox-dev


Re: [nox-dev] Error while running nox_core

2012-01-21 Thread Murphy McCauley
That fix is actually buggy. :)  A better one is in the destiny branch, which is 
very, very close to being the stable branch.

-- Murphy


On Jan 21, 2012, at 11:44 AM, Maciej Gałkiewicz wrote:

 Have anyone implemented a fix for 
 http://noxrepo.org/pipermail/nox-dev/2010-November/006685.html? I am still 
 experiencing the issue. Murphy's fix works fine for me but I would like to 
 have it fixed in stable branch.
 
 Murphy fix:
 I think the fix is to change line 133 in pyoxidereactor.py to:
 signal.signal(signal.SIGCHLD, lambda : self.callLater(0, reapAllProcesses))
 
 regards
 M. Galkiewicz
 ___
 nox-dev mailing list
 nox-dev@noxrepo.org
 http://noxrepo.org/mailman/listinfo/nox-dev

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


Re: [nox-dev] ERR:application 'pyswitch' descritpion not found

2012-01-21 Thread Murphy McCauley
I imagine this means you're not running destiny, which you may want to consider 
unless you have a specific reason to use the zaku branch.

This almost certainly means that Python is disabled in your build.  The most 
common reasons for this are that you didn't have Twisted or SWIG installed.  
Please try installing all the packages that the wiki recommends and rebuilding 
starting with configure.  If that doesn't work, examine the output of configure 
or its log to see why Python is being disabled.

Hope that helps.

-- Murphy

On Jan 20, 2012, at 10:44 AM, Francesco Pocci wrote:

 Hi,
 i've tried to run this command
 #./nox_core -v -i ptcp:6633 pyswitch
 and i have this error
 #5|nox|ERR:Application 'pyswitch' descritpion not found.
 
 the installation is successful whitout any error.
 If i run this command
 #./nox_core -v -i ptcp:6633
 the controller starts fine, listening on the right port, but
 practically does nothing, only creates secure channel and does
 echo/reply messages with openflow switch.
 It's seems like if all the python applications don't work (router, switch, 
 ecc).
 Each command ends with giving the same error.
 
 what can i do?
 Regards,
 F.P.
 ___
 nox-dev mailing list
 nox-dev@noxrepo.org
 http://noxrepo.org/mailman/listinfo/nox-dev

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