My apologies for the short info I have give... This what I do: I follow the intructions of http://freevo.sourceforge.net/cgi-bin/doc/GeneralPlugins/Commands?highlight=%28command%29 To add a Commnads menu to the main freevo menu Create a .sh file like this: #!/bin/sh # vdr.sh - Starts VDR /home/user/bins/vdr -options
(I forgot the &) And copy to the /usr/share/freevo/fxd/commands After the execution of this command I have to shutdown the CPU because it go very very slowed (It take 10min to restart). I start the freevo after KDE start (I put a freevo.sh in ~/.kde/Autostart/) but now the freevo doesn't start. And even I put the "freevo stop" command in the xterm console to stop the freevo it seems does not stop... The hd starts to blinks and system slowed a lot. I have uninstalled (via apt-get remove --purge freevo) and deleted the /var/cache/freevo/, ~/.freevo/ and /etc/freevo/ folders and reinstall it again (apt-get install freevo (versión 1.5.3)) I run the command (as a user) 'freevo setup' and seems nothing happens.. I wait a minute and make a Ctrl-Break (doing or not doing the Ctrl-Break, that's the same) and few seconds before the hdd led start to blink and system slowed again.... I need to halt again. Should I update to 1.6.2 version? ----- Original Message ----- From: "Duncan Webb" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Thursday, February 01, 2007 8:13 PM Subject: Re: [Freevo-users] System very slowed down after freevo execution > ElChef wrote: > > A strange thing has happend to me... > > I have tried the commands menu in freevo, for start vdr from freevo, I > > forgot to put an '&' after the vdr command and freevo hangs up, I have > > to reboot... > > The more strange, is that now, evey time I start freevo nothing happens > > but the hdd blinks and all the system is slowed down, almost I can move > > the mouse... > > Any ideas? I have reinstalled it three times with no succes... > > Help please! > > It's a bit difficult to know what is happening from the information you > have posted. Sounds like something must have changed between reboots. > > Check that freevo is running, you can ssh to the freevo box and run: > # ps -ef > or > # top > > I think that the & should be & in an fxd file, as it is parsed as an > xml file and certain characters have special meaning '>', '<', '&' so > they need to be translated to an xml element. > > Duncan > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier. > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Freevo-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/freevo-users ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier. Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Freevo-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freevo-users
