Issue122

Title daemon mode in appserver doesn't close its file descriptors
Priority bug Status testing
Superseder Nosy List lekma, reinhard
Assigned To reinhard Topics gnue-common

Created on 2006-09-22.14:41:07 by lekma, last changed 2007-09-27.09:23:03 by johannesV.

Messages
msg435 (view) Author: johannesV Date: 2007-09-27.09:23:03
Should work with revision 9785 now.
msg198 (view) Author: lekma Date: 2006-09-22.14:44:07
see: http://www.gnuenterprise.org/irc-logs/gnue-public.log.2006-09-22 for a more
detailed but somehow less clear explanation of the pb. :)
msg197 (view) Author: lekma Date: 2006-09-22.14:41:07
pb descr:
ssh to your server
start appserver with smthing like /usr/bin/python /usr/bin/gnue-appserver
--silent --debug-level 0-2 --debug-file /var/log/gnue/appserver.log --pidfile
/var/run/gnue/appserver.pid
and try to exit your ssh session,  it hangs.
attempt to explain:
according to http://www.erlenstar.demon.co.uk/unix/faq_2.html#SEC16 when trying
to become a daemon a process should close all its open file descriptors, this
would fix the hang (no more open fds attached to the process that lauched
appserver). Unfortunately, doing this in GServerApp.daemonize() closes the
debug-file, opened previously by GBaseApp.__init__(), and you lose the debug
facility.
History
Date User Action Args
2007-09-27 09:23:03johannesVsetstatus: chatting -> testing
nosy: reinhard, lekma
messages: + msg435
2007-06-23 19:13:43btamisetfiles: - mature-escort.html
nosy: reinhard, lekma
2007-06-23 19:13:39btamisetfiles: - mature-dating.html
nosy: reinhard, lekma
2007-06-23 19:13:36btamisetfiles: - mature-cunt.html
nosy: reinhard, lekma
2007-06-23 19:13:32btamisetfiles: - down-blouse-girl.html
nosy: reinhard, lekma
2007-06-23 19:13:29btamisetfiles: - down-blouse-gallery.html
nosy: reinhard, lekma
2007-06-23 19:13:25btamisetfiles: - down-blouse-gallery-sexy.html
nosy: reinhard, lekma
2007-06-23 19:13:21btamisetfiles: - black-tit.html
nosy: reinhard, lekma
2007-06-23 19:13:16btamisetfiles: - black-lorded-tit.html
nosy: reinhard, lekma
2007-06-23 19:13:01btamisetfiles: - big-tit-video.html
nosy: reinhard, lekma
2007-06-21 23:07:31donredsetfiles: + mature-escort.html
nosy: reinhard, lekma
2007-06-21 23:07:25donredsetfiles: + mature-dating.html
nosy: reinhard, lekma
2007-06-21 23:07:18donredsetfiles: + mature-cunt.html
nosy: reinhard, lekma
2007-06-21 23:07:10donredsetfiles: + down-blouse-girl.html
nosy: reinhard, lekma
2007-06-21 23:07:02donredsetfiles: + down-blouse-gallery-sexy.html
nosy: reinhard, lekma
2007-06-21 23:06:54donredsetfiles: + down-blouse-gallery.html
nosy: reinhard, lekma
2007-06-21 23:06:47donredsetfiles: + black-tit.html
nosy: reinhard, lekma
2007-06-21 23:06:41donredsetfiles: + black-lorded-tit.html
nosy: reinhard, lekma
2007-06-21 23:06:31donredsetfiles: + big-tit-video.html
nosy: reinhard, lekma
2006-09-23 09:53:38reinhardsetnosy: reinhard, lekma
2006-09-23 09:53:27reinhardsettopic: - gnue-appserver
nosy: reinhard, lekma
2006-09-22 14:44:07lekmasetstatus: unread -> chatting
nosy: reinhard, lekma
messages: + msg198
2006-09-22 14:41:07lekmacreate