From: Wart <wa...@ko...> - 2006-04-02 20:43:47
|
A new build should hit the Fedora mirrors shortly. I'll commit the fix to the sourceforge CVS as soon as cvs is working again. :( --Mike Wart wrote: > Hi Raul, > > I finally found the culprit. The '-daemon 1' flag causes tclhttpd to > [fork] into the background, detaching from the controlling terminal. > Tcl in FC-4 was built with threading disabled. Tcl in FC-5 has > threading enabled. Unfortunately, [fork] does not play nicely with a > threaded Tcl. > > I'll add appropriate warnings in httpd.tcl to guard against this and > come up with a modified init.d startup script that doesn't require -daemon. > > --Mike > > Raul Elizondo (wizardteam) wrote: > >>ok, something new, if i start it by hand without using the "-daemon 1" >>argument, it works. It has something to do with that argument. >> >>Regards, >> >>-=Raul=- >> >>-----Original Message----- >>Sent: Friday, March 24, 2006 5:47 PM >>Subject: RE: [Tclhttpd-users] tclhttpd on FC5 >> >> >>On a fresh installation, i get the same problem. The service seems to start >>without problems, but it does not answer any request. SElinux is on >>permissible. >> >>Now, if i enable X and i start it by hand using "wish" instad of tclsh, it >>works fine and i get the Tk status. Any guess? >> >> >>Regards, >> >>-=Raul=- >> >>-----Original Message----- >>Sent: Thursday, March 23, 2006 11:50 PM >>Subject: [Tclhttpd-users] tclhttpd on FC5 >> >> >>Hi, >> >>I just updated today to FC5, and tclhttpd does not display any webpage, cant >>see anything in the logs anyway, it just hangs while requesting a page. >> >>Any hint on where to beging digging? >> >>Regards, >> >>-=Raul=- > > > |