Brian, for recording problems check your log file in /var/log/freevo/internal-record_daemon-0.log to see if it gives you any info on whats going on.
A while ago I was getting the infamous glibc error, that prevented me from recording. Not sure if that problem was every fully resolved. That particular error was as follows: sh: relocation error: ./runtime/dll/libc.so.6: symbol _dl_debug_files, version GLIBC_2.2 not defined in file ld-linux.so.2 with link time reference The fix for that error was adding the following inside of src/tv/record_daemon.py. Add the following line after "import os". import os os.environ['LD_PRELOAD'] = '' # Add this line to stop GLIBC_2.X preload errors If it works let me know, and I'll go ahead an put this info in the wiki. Cheers, -Rich --- Brian Lalor <[EMAIL PROTECTED]> wrote: > Ok, I've just set up a box for use as a PVR. I > really want to use > Freevo, but I'm getting frustrated. I've got the > guide set up and can > see live TV in X. There's no OSD. Shouldn't there > be? Scheduling > recordings doesn't work and I can't figure it out. > if I go to the guide > and schedule a recording (boy, that interface for > changing times really > needs work) I see the entry show up in > /tmp/freevo_record.lst, but when > I run the daemon, nothing happens! I've installed a > stand-alone mplayer > package and massaged the paths in the freevo source > to point to them > (even the RPM of freevo points to a non-existent > mencoder), and when I > run the generated command from the commandline, it > does work. > > I feel like I've missed some huge section of the > documentation/installguide/faq/whatever. Can > someone point me in the > right direction?? > > I'm using the pre4 RPMS on a fresh RH9 install on an > Athlon system. > > Thanks, > B > -- > __ ____ > / / / __/ Brian Lalor > / _ \/__ \ [EMAIL PROTECTED] > /_.__/____/ http://bravo5.org/ > > > ------------------------------------------------------- > This SF.NET email is sponsored by: eBay > Great deals on office technology -- on eBay now! > Click here: > http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5 > _______________________________________________ > Freevo-users mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/freevo-users __________________________________ Do you Yahoo!? Yahoo! Calendar - Free online calendar with sync to Outlook(TM). http://calendar.yahoo.com ------------------------------------------------------- This SF.NET email is sponsored by: eBay Great deals on office technology -- on eBay now! Click here: http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5 _______________________________________________ Freevo-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-users
