Rabbit hole goes deeper on this one.

Copied /admin/CTK directory from 1.21.xx release and placed it in
/usr/share/cherokee/admin

Now we get a different error:

ImportError: No module named configured
Traceback (most recent call last):
  File "/usr/share/cherokee/admin/server.py", line 38, in <module>
    import OWS_Login
  File "/usr/share/cherokee/admin/OWS_Login.py", line 26, in <module>
    import XMLServerDigest
  File "/usr/share/cherokee/admin/XMLServerDigest.py", line 32, in <module>
    import configured

These three python files are all present where they should be...

On 1/22/12, pub crawler <[email protected]> wrote:
> I made the change as recommended in link above to hack the admin.
>
> It failed to work...
>
> I get this new error and the admin itself is quick to reply with a 503
> error:
>
> Traceback (most recent call last):
>   File "/usr/share/cherokee/admin/server.py", line 37, in <module>
>     import CTK
> ImportError: No module named CTK
> Traceback (most recent call last):
>   File "/usr/share/cherokee/admin/server.py", line 37, in <module>
>     import CTK
> ImportError: No module named CTK
> Traceback (most recent call last):
>   File "/usr/share/cherokee/admin/server.py", line 37, in <module>
>     import CTK
> ImportError: No module named CTK
> Traceback (most recent call last):
>   File "/usr/share/cherokee/admin/server.py", line 37, in <module>
>     import CTK
> ImportError: No module named CTK
> Traceback (most recent call last):
>   File "/usr/share/cherokee/admin/server.py", line 37, in <module>
>     import CTK
> ImportError: No module named CTK
>
> Now, the source I used for this from GIT, using the download of a zip
> file.  Did this today, so current.
>
> Under /admin directory in this zipfile I do see a CTK subdirectory,
> but it is empty... Perhaps the problem?
>
> Can anyone shed light on how to resolve this error?
>
> On 1/22/12, pub crawler <[email protected]> wrote:
>> BTW: failed to point out this VPS is running Debian 6.xx...
>>
>> Interesting link Gregor... I might give that a try just to see if it
>> actually works.
>>
>> On 1/22/12, Gregor <[email protected]> wrote:
>>> Am 22.01.2012 13:49, schrieb pub crawler:
>>>
>>>> cherokee-admin starts, asks for login credentials but fails to load.
>>>>
>>>> This is version 1.2.101, but have same experience with 1.08.xx that
>>>> ships with Debian currently.
>>>>
>>>
>>> I have the same problem on my local machine, running Fedora 16. Cherokee
>>> version is 1.2.101.
>>>
>>> Starting cherokee-admin with debugging and killing it after it timed out
>>> returns the following:
>>>
>>> DEBUG: SIGUSR1 invokes the console..
>>>         SIGUSR2 prints a backtrace..
>>> Server 1.2.101 läuft.. PID=2079 Port=4000
>>> DEBUG: SIGUSR1 invokes the console..
>>>         SIGUSR2 prints a backtrace..
>>> Server 1.2.101 läuft.. PID=2082 Port=4000
>>> DEBUG: SIGUSR1 invokes the console..
>>>         SIGUSR2 prints a backtrace..
>>> Server 1.2.101 läuft.. PID=2109 Port=4000
>>> DEBUG: SIGUSR1 invokes the console..
>>>         SIGUSR2 prints a backtrace..
>>>
>>> Traceback (most recent call last):
>>>    File "/usr/share/cherokee/admin/server.py", line 197, in <module>
>>>      CTK.step()
>>>    File "/usr/share/cherokee/admin/CTK/CTK/Server.py", line 352, in step
>>>      srv._scgi.handle_request()
>>>    File "/usr/lib64/python2.7/SocketServer.py", line 265, in
>>> handle_request
>>> Cherokee-admin is exiting..
>>>
>>> There is a blog article about this with a workaround for Fedora 16, but
>>> it does NOT work for me:
>>> http://michael.grunewalder.com/2011/11/25/fixing-cherokee-admin-on-fedora-16-possibly-other-distros-too/
>>>
>>> Thanks for any hints!
>>> Gregor
>>>
>>> _______________________________________________
>>> Cherokee mailing list
>>> [email protected]
>>> http://lists.octality.com/listinfo/cherokee
>>>
>>
>
_______________________________________________
Cherokee mailing list
[email protected]
http://lists.octality.com/listinfo/cherokee

Reply via email to