lhuizi...@iinet.net.au wrote:
> Hi guys
Hi.
> I need some help starting up the recordserver as well as making sure 
> this will record.
> I will probably run Arch Linux to go straight into freevo on startup 
> and then I need some way to also run the freevo recordserver.
> However, the problem at the moment is that the command:
> freevo recordserver start
> results in the following on the display without returning to the 
> command prompt:
> [la...@wetland ~]$ freevo recordserver start
> /usr/bin/freevo:36: DeprecationWarning: The popen2 module is 
> deprecated.  Use the subprocess module.
>   import popen2
> [la...@wetland ~]$ 
> /usr/lib/python2.6/site-packages/freevo/helpers/recordserver.py:29: 
> DeprecationWarning: the md5 module is deprecated; use hashlib instead
>   import sys, string, random, time, os, re, pwd, stat, threading, md5, 
> datetime, copy
They're ok I think, just messages saying they've been depreciated.
> WARNING: duplicate plugin activation, ignoring:
> <tv None None>
>
> WARNING: duplicate plugin activation, ignoring:
> <video None None>
>
> WARNING: duplicate plugin activation, ignoring:
> <audio None None>
>
> WARNING: duplicate plugin activation, ignoring:
> <image None None>
>
> WARNING: duplicate plugin activation, ignoring:
> <headlines None None>
>
> WARNING: duplicate plugin activation, ignoring:
> <shutdown None None>
>
> WARNING: duplicate plugin activation, ignoring:
> <idlebar None None>
>
> WARNING: duplicate plugin activation, ignoring:
> <idlebar.tv None None>
>
> WARNING: duplicate plugin activation, ignoring:
> <idlebar.cdstatus None None>
>
> WARNING: duplicate plugin activation, ignoring:
> <idlebar.diskfree None None>
>
> WARNING: duplicate plugin activation, ignoring:
> <idlebar.clock None None>
>
> WARNING: duplicate plugin activation, ignoring:
> <rom_drives.autostart None None>
>
> WARNING: duplicate plugin activation, ignoring:
> <ejectromdrives None None>
>
> WARNING: duplicate plugin activation, ignoring:
> <rom_drives.rom_items video None>
>
> WARNING: duplicate plugin activation, ignoring:
> <rom_drives.rom_items audio None>
>
> WARNING: duplicate plugin activation, ignoring:
> <rom_drives.rom_items image None>
>
> WARNING: duplicate plugin activation, ignoring:
> <rom_drives.rom_items games None>
>
> WARNING: duplicate plugin activation, ignoring:
> <mixer None None>
>
> WARNING: duplicate plugin activation, ignoring:
> <video.imdb None None>
>
> WARNING: duplicate plugin activation, ignoring:
> <file_ops None None>
>
> WARNING: duplicate plugin activation, ignoring:
> <video.mplayer None None>
>
> WARNING: duplicate plugin activation, ignoring:
> <audio.mplayer None None>
>
> WARNING: duplicate plugin activation, ignoring:
> <audio.detach None None>
>
> WARNING: duplicate plugin activation, ignoring:
> <audio.detachbar None None>
>
> WARNING: duplicate plugin activation, ignoring:
> <video.bookmarker None None>
>
> WARNING: duplicate plugin activation, ignoring:
> <tiny_osd None None>
>
> WARNING: duplicate plugin activation, ignoring:
> <tv.generic_record None None>
>
> WARNING: duplicate plugin activation, ignoring:
> <tv.scheduled_recordings None None>
>
> WARNING: duplicate plugin activation, ignoring:
> <tv.view_recordings None None>
>
> WARNING: duplicate plugin activation, ignoring:
> <tv.view_favorites None None>
>
> WARNING: duplicate plugin activation, ignoring:
> <tv.manual_record None None>
>
> WARNING: duplicate plugin activation, ignoring:
> <video.xine None None>
>
> WARNING: duplicate plugin activation, ignoring:
> <audio.xine None None>
This is a little strange but again it shouldn't break anything. It means 
that you've got these plugins activated twice. Once is almost definitely 
in freevo_conf.py (freevo's default settings file), the other is then 
probably in your local_conf.py (your settings which override 
freevo_conf.py). You don't need them in both (if unsure best to leave 
freevo_conf.py alone and edit them in local_conf.py).
>
>
>
> If I do the same command without the "start" on the end, I get exactly 
> the same except the terminal returns to the prompt.  Otherwise I need 
> to Control-C out of the command.  I am not sure what other settings I 
> need to change to be able to start the recordserver, or to find out 
> what I have done wrong.  I am still a learner of linux (lol).  Running 
> Arch Linux (Xfce4) and have got DEBUG=1 in local_conf.py and I still 
> don't get any error output.
You'll need to look in /var/log/freevo/recordserver-0.log assuming 
you've got that directory, otherwise it falls back to your home directory.
>
> Haven't got around to writing any .sh files for startup (not sure 
> really how to do this either) but I will want to do this and set up 
> suspending to ram or bios in the future for ease of use.
In mandriva it's just a matter of adding them to /etc/rc.local, not sure 
about arch linux but it shouldn't be hard.
>
> Thanks guys for any help in this.
> Larryd
>
John

------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to