Re: [Twisted-Python] Log file ownership

2012-06-06 Thread Enrique Samson Jr,
On 6/7/12 10:27 AM, Itamar Turner-Trauring wrote: > On 06/06/2012 08:46 PM, Enrique Samson Jr, wrote: >> Hi, >> >> I am running an app as root on Linux using a .tac file and twistd. The >> application object is initialized with a certain gid and uid. Logging is >> configured to rotate daily by way

Re: [Twisted-Python] Log file ownership

2012-06-06 Thread Itamar Turner-Trauring
On 06/06/2012 08:46 PM, Enrique Samson Jr, wrote: > Hi, > > I am running an app as root on Linux using a .tac file and twistd. The > application object is initialized with a certain gid and uid. Logging is > configured to rotate daily by way of DailyLogFile. However, the log file > it creates is ow

[Twisted-Python] Log file ownership

2012-06-06 Thread Enrique Samson Jr,
Hi, I am running an app as root on Linux using a .tac file and twistd. The application object is initialized with a certain gid and uid. Logging is configured to rotate daily by way of DailyLogFile. However, the log file it creates is owned by root with 600 file permission and log rotation is fail

Re: [Twisted-Python] DeprecationWarning and PotentialZombieWarning

2012-06-06 Thread exarkun
On 07:58 pm, kmcint...@greenchargenet.com wrote: >I recently upgraded to 12.0.0 and was running my process in the shell, >when this error/warning was thrown. Any idea what it means? > >DeprecationWarning: twisted.internet.error.PotentialZombieWarning was >deprecated in Twisted 10.0.0: There is no

[Twisted-Python] DeprecationWarning and PotentialZombieWarning

2012-06-06 Thread Kevin McIntyre
I recently upgraded to 12.0.0 and was running my process in the shell, when this error/warning was thrown. Any idea what it means? DeprecationWarning: twisted.internet.error.PotentialZombieWarning was deprecated in Twisted 10.0.0: There is no longer any potential for zombie process. o = getattr