Christopher Arndt wrote:
> Richard Harding schrieb:
>
>> if I su to the www-data user and run the command the cherrypy server
>> starts and all is well.
>>
>
>
>
>> I replaced start-avwsytems.py with:
>> #!/usr/bin/python2.4
>>
>> fout = open('test.txt', 'w')
>> fout.write('I have been run')
>> fout.close()
>>
>>
>> When I run it in the background the test.txt file does not get created.
>> When I run it in the foreground the test.txt file is created.
>>
>
> Hmm, I'm out of ideas now. Is that your comment as well in my blog? I noticed
> too that the init.d script is not always working properly but had no time to
> examine this yet.
>
> Chris
>
Yea, that's me. I had started with init, but when that failed started to
go through the command line use of supervisord which lead me to my
current issues.
Rick
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---