Jorge Godoy wrote:

>
> jose <[EMAIL PROTECTED]> writes:
>
>>> Are you with a disk full?
>>
>>
>> no
>>
>>> Have you gone overquota?
>>
>>
>> no
>
>
> So check your system logs.
>

This problem was caused by the interruption of standard output
wanted by the starting script, because dev.cfg sent log to stdout.
-------------------------
case "$1" in
    start)
        cd /tg/proj; python2.4 start.py prod.cfg &
    ;;
esac
exit 0
---------------------
jo





--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to