Re: [Freevo-users] System very slowed down after freevo execution

2007-02-03 Thread ElChef
It seems to be an user related problem...
I mean, I have created a new user (call it user2) and start freevo with that
user (user2) and seems to work fine.
Any suggestions?
What it can be?

By the way,
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

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: freevo-users@lists.sourceforge.net
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 amp; 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=lnkkid=120709bid=263057dat=121642
 ___
 Freevo-users mailing list
 Freevo-users@lists.sourceforge.net
 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=lnkkid=120709bid=263057dat=121642
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] TV problem - lock file that doesn't exist?

2007-02-03 Thread Tanja

Sorry, guys!

I introduced that bug by mistake with my last patch,
because I forgot to remove a change I did for debugging.

A patch to correct it, is attached!


Tanja



Justin Wetherell schrieb:
I just downloaded 9131 and the TVGuide works correctly (I can schedule 
and record via menu interface) but it uses 100% of the CPU whenever you 
try and do anything (button clicks, etc). The rest of the Freevo 
interface (movies, recorded TV, etc) is fine CPU wise.


On 2/2/07, *Pascal Schirrmann* [EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED] wrote:


John Molohan a écrit :
  Hi,
 
  After an update to rel-1 svn 9129 when I try to watch tv now with the
  PLAY command freevo tells me that I'm recording (which I'm not)
and if
  I'm not to remove /var/cache/freevo/record.video0. That file doesn't
  exist (as mentioned I'm not recording anything) so for now tv seems
  broke. There's no debugging output to report.
 
 
Hi,

Same problem here. No solution so far.

Thanks,

--
Pascal Schirrmann


-
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=lnkkid=120709bid=263057dat=121642
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
mailto:Freevo-users@lists.sourceforge.net
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=lnkkid=120709bid=263057dat=121642




___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users
Index: freevo/src/tv/tvguide.py
===
--- freevo/src/tv/tvguide.py	(Revision 9131)
+++ freevo/src/tv/tvguide.py	(Arbeitskopie)
@@ -233,8 +233,7 @@
 now = time.time() + (7*60)
 if self.selected.start  now:
 self.event_submenu()
-elif True:
-#elif os.path.exists(tvlockfile):
+elif os.path.exists(tvlockfile):
 # XXX: In the future add the options to watch what we are
 #  recording or cancel it and watch TV.
 AlertBox(text=_('Sorry, you cannot watch TV while recording. ')+ \
-
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=lnkkid=120709bid=263057dat=121642___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] TV problem - lock file that doesn't exist?

2007-02-03 Thread John Molohan
Tanja wrote:
 Sorry, guys!

 I introduced that bug by mistake with my last patch,
 because I forgot to remove a change I did for debugging.

 A patch to correct it, is attached!


 Tanja
No problem, can't make progress without a few issues, thanks for the 
quick fix.

-
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=lnkkid=120709bid=263057dat=121642
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] TV problem - lock file that doesn't exist?

2007-02-03 Thread naudefj
Same problem here. The TV guide seems to be very slow and CPU intensive. 
Especially when moving around (arrow keys).

Best regards.

Frank

On Friday 02 February 2007 23:09, Justin Wetherell wrote:
 I just downloaded 9131 and the TVGuide works correctly (I can schedule and
 record via menu interface) but it uses 100% of the CPU whenever you try and
 do anything (button clicks, etc). The rest of the Freevo interface (movies,
 recorded TV, etc) is fine CPU wise.

 On 2/2/07, Pascal Schirrmann [EMAIL PROTECTED] wrote:
  John Molohan a écrit :
   Hi,
  
   After an update to rel-1 svn 9129 when I try to watch tv now with the
   PLAY command freevo tells me that I'm recording (which I'm not) and if
   I'm not to remove /var/cache/freevo/record.video0. That file doesn't
   exist (as mentioned I'm not recording anything) so for now tv seems
   broke. There's no debugging output to report.
 
  Hi,
 
  Same problem here. No solution so far.
 
  Thanks,
 
  --
  Pascal Schirrmann
 
 
  -
  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=lnkkid=120709bid=263057dat=121642
  ___
  Freevo-users mailing list
  Freevo-users@lists.sourceforge.net
  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=lnkkid=120709bid=263057dat=121642
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] TV problem - lock file that doesn't exist?

2007-02-03 Thread Pascal Schirrmann
Tanja a écrit :
 Sorry, guys!

 I introduced that bug by mistake with my last patch,
 because I forgot to remove a change I did for debugging.

 A patch to correct it, is attached!


 Tanja

Thanks a lot, Tanja for your patch, ant thank a lot for the svn 
maintainer (Duncan I think ?) !
Your patch is already in the svn, and works like a charm :-)

It's a real pleasure to see such a nice project !

Thanks,

-- 
Pascal Schirrmann


-
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=lnkkid=120709bid=263057dat=121642
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] More Freevo 2.0 Updates

2007-02-03 Thread Dirk Meyer
Hi,

I want to give you a Freevo 2.0 update in case you want to try it or
even better, want to start adding stuff.

Important for users:

1. I did a huge cleanup and moved stuff around. Before installing,
   remove the installed code (/usr/lib/python-xx/site-package/freevo
   and call 'python setup.py clean'. This makes sure that there is no
   util or config directory in the installation, they are small files
   again.

2. I prepared the config code for kaa.config integration. There are
   some variables gone now but I don't think you will miss them. In
   case you miss the mplayer and xine config code, check player.conf
   in your ~/.freevo (after you started freevo for the first time,
   sorry, this will change later). There is also no freevo.conf file
   anymore, everything is in freevo_config.py. Please check this
   file. E.g. geometry from freevo.conf is now GUI_WIDTH and
   GUI_HEIGHT in your local_conf.py.

3. The games module is moved to broken plugins. It needs some help
   (see below if you want to help).

4. Video resume does not work because I switched to kaa.popcorn as
   video player. It will be fixed soon.

5. Watching TV does not work. The 'player' needs to be ported to use
   kaa.popcorn. It is not very high on my todo list, I prefer to
   record stuff and watch later so I can fast forward in the
   recording.

6. Only X using xv for video is supported right now. If you want to
   help fix this, read below.

It should all work, nothing should crash. If it does, please report.


Now some notes in case you want to help:

1. freevo.ui is now a real python module. This means you can't import
   menu from a plugin, you need to import freevo.ui.menu. This has the
   nice effect that we don't need to modify the python path and I
   created menu/plugin.py importing the normal plugin without name
   conflict.

2. The games code is broken and needs some adjustments. If you want to
   help, please contact me. I have some ideas we should discuss so
   that the code doesn't break again when I do the kaa.config switch.

3. TV needs more plaugins and a player. As written above, this is not
   high on my list. If you want to help, please send a mail.

4. To support fb output (console) again some small pieces of code are
   missing. Mplayer supports fb, so does kaa.xine using vidixfb. Other
   xine backends are only 5-10 lines of code. Freevo also has a fb
   backend. The only thing missing is some glue in kaa.popcorn. Again,
   send a mail if you want to help.

5. DFB support is a bit more work, kaa.xine and kaa.display may need a
   larger update. Rob started working on this, no clue about the
   status.

6. If you want to port features I removed or new features for 1.7 to
   2.0, feel free to do so. But do not port plugins that require
   special stuff from the gui (like the weather plugin). There will be
   one last (I hope last) gui update before the next release.


That's it for now. Have fun


Dischi

-- 
Symbol's function definition is void: signature


pgpHT3ZKxf4O0.pgp
Description: PGP signature
-
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=lnkkid=120709bid=263057dat=121642___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users