Closed PTony closed 12 years ago
I'll update tornado to latest to see if that fix the issue.
Nevermind, tornado is included with CPS, please report this to CPS.
there's no epoll suport in the synology kernel :-(
a quick hack:
edit ioloop
change:
if hasattr(select, "epoll"):
_poll = select.epoll
elif hasattr(select, "kqueue"):
into if hasattr(select, "kqueue"):
this is a quick workaround that did the trick for me.
Could you report this to tornado?
already done, in V3 there will be a config setting to disable epoll stuf :-)
Ok, it's work fine. :)
just for informations, here the issues created by NdyGen:
Thanks you guys
Thanks for the pointers
Hi, I have installed CPS (version: 20120830-1) on my DS209J. The installation process appear to be ok, but when I start CPS, it's crash after few seconds and I can't use it.
My original post on nas-forum (fr) : http://www.nas-forum.com/forum/topic/29740-couchpotato-server-plantage-au-lancement/#entry1319156365
and a sample of log: