howto send signal to a OS daemon on linux

2009-11-24 Thread bheemesh v
(signal_type, signalhandler); But how to get pid of a process by passing it's name and then how to send signal whichis userdefind. Kindly let me know. Thanks in advance. Best Regards, Bheemesh -- http://mail.python.org/mailman/listinfo/python-list

[issue6516] reset owner/group to root for distutils tarballs

2009-10-06 Thread Bheemesh
Bheemesh bheem...@gmail.com added the comment: Hello Tarek, done in r75192 and r75194. Thanks Till ! Can you please tell me how to get this correction into use? -- nosy: +bheemesh ___ Python tracker rep...@bugs.python.org http://bugs.python.org

[issue6516] reset owner/group to root for distutils tarballs

2009-10-06 Thread Bheemesh
Bheemesh bheem...@gmail.com added the comment: I just took download of the latest python 2.6.3 which was updated on 2nd OCT 09, and found that while tarball creation everything looks OK, but when we un-tar the archive the permissions goes back to the current user logged in. Can this be set

[issue6516] reset owner/group to root for distutils tarballs

2009-10-06 Thread Bheemesh
Bheemesh bheem...@gmail.com added the comment: HI Tarek, Thanks very much for a quick reply here. since i am new to this , can you help me with sdist command to have the latest changes? Best Regards, Bheemesh On Tue, Oct 6, 2009 at 5:59 PM, Tarek Ziadé rep...@bugs.python.org wrote: Tarek