On Jun 26, 2012, at 6:49 PM, David Strauss wrote:
> You can also bind to privileged ports now using listeners like systemd
> (and, presumably xinetd).
xinetd has some mechanism to pass the listening socket, but I don't think
Twisted supports it yet. I believe the string endpoint description f
You can also bind to privileged ports now using listeners like systemd
(and, presumably xinetd).
--
David Strauss
| da...@davidstrauss.net
___
Twisted-Python mailing list
Twisted-Python@twistedmatrix.com
http://twistedmatrix.com/cgi-bin/mailman/list
On Jun 11, 2012, at 12:21 AM, Flavio Grossi wrote:
> twistedmatrix.com> writes:
>
>
>>
>> Log rotation - ie, renaming a file - isn't affected by the permissions
>> of the log file. The permissions of the *directory containing the log
>> file* control whether it can be renamed (and a new on
twistedmatrix.com> writes:
>
> Log rotation - ie, renaming a file - isn't affected by the permissions
> of the log file. The permissions of the *directory containing the log
> file* control whether it can be renamed (and a new one created) or not.
>
> So it doesn't matter what permissions
On Jun 8, 2012, at 5:57 AM, exar...@twistedmatrix.com wrote:
> On 7 Jun, 12:46 am, enriqu...@gmail.com 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 rotat
On 7 Jun, 12:46 am, enriqu...@gmail.com 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 owned
> root). Since presumably the goal is to bind to a port <1024, you can do that
> instead using authbind
> (http://manpages.ubuntu.com/manpages/hardy/man1/authbind.1.html).
Just some comments ..
==
For binding ports <1024, there is at least one more option:
Since Linux kernel 2.6.24, the kernel
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
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
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
10 matches
Mail list logo