are you running a firewall or ipfilter on the machine. I would try to telnet to the localhost and port on your machine from an ssh session on the machine and see if it connects.
-- Mike Ruelle <[EMAIL PROTECTED]> On Wed, 2005-08-24 at 13:30 +0000, Harm van Tilborg - List account wrote: > Hi everyone, > > > > I've been here with this problem for about a week and have searched through > the whole mailing list, but I couldn't find the answer anywhere. > > > > Here's the problem. When opening 'Watch TV' in FreeVO itself, or when I try > to open the webinterface (for recording) the screen waits for about one > minute and then comes with answers like this: > > > > record_client: connection error > > > > The funny thing is that the record server is just running well (as there are > no strange messages inside /var/log/freevo/recordserver-0.log): > > > > 2005/08/24 15:04 CEST [-] Log opened. > > 2005/08/24 15:04 CEST [-] ACTIVATING GENERIC RECORD PLUGIN > > 2005/08/24 15:04 CEST [-] top of the minute in 60 seconds > > 2005/08/24 15:04 CEST [*RecordServer*] twisted.web.server.Site starting on > 18001 > > 2005/08/24 15:04 CEST [*RecordServer*] Starting factory > <twisted.web.server.Site instance at 0xb636e6ac> > > 2005/08/24 15:04 CEST [*RecordServer*] Record_Thread::run: mode=idle > > 2005/08/24 15:05 CEST [*RecordServer*] in checkToRecord > > 2005/08/24 15:05 CEST [*RecordServer*] GET: making a new ScheduledRecordings > > 2005/08/24 15:05 CEST [*RecordServer*] SAVE: saving cached file > (/var/cache/freevo/record_schedule.xml) > > 2005/08/24 15:05 CEST [*RecordServer*] SAVE: ScheduledRecordings has 0 items. > > 2005/08/24 15:05 CEST [*RecordServer*] ScheduledRecordings has 0 items. > > 2005/08/24 15:06 CEST [*RecordServer*] in checkToRecord > > 2005/08/24 15:06 CEST [*RecordServer*] GET: reading cached file > (/var/cache/freevo/record_schedule.xml) > > 2005/08/24 15:06 CEST [*RecordServer*] Return cached data > > > > That's all ok. When I try to open a telnet connection to my host, on port > 18001 it doesn't answer either. A netstat tells me that the 'client' is > waiting at the SYN_SENT event. > > > > When I'm starting my webserver (which is started manually (freevo webserver > start)) it starts ok, here are also no strange messages: > > > > 2005/08/24 15:18 CEST [-] Log opened. > > 2005/08/24 15:18 CEST [*web*] twisted.web.server.Site starting on 8080 > > 2005/08/24 15:18 CEST [*web*] Starting factory <twisted.web.server.Site > instance at 0xb65a218c> > > > > Then I'm going to connect from my workstation, when I'm trying to do that my > browser (Firefox) keeps on saying 'Waiting for 10.0.0.4...'. It stops trying > when I stop the webserver and then kill the python webserver process manually. > > > > What I have already tried: > > > > - Changing the record server values in local_conf.py, current values: > > TV_RECORD_SCHEDULE = '%s/record_schedule.xml' % FREEVO_CACHEDIR > > > > TV_RECORD_SERVER_IP = 'localhost' > > TV_RECORD_SERVER_PORT = 18001 > > > > - Removed /var/cache/freevo/record_schedule.xml, which was regenerated ok by > the next recordserver start. > > > > - The telnet sessions. > > > > So people, comments, suggestions, etc. etc. are very welcome! > > ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ Freevo-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freevo-users
