SageTV Community  

Go Back   SageTV Community > SageTV Products > SageTV Linux
Forum Rules FAQs Community Downloads Today's Posts Search

Notices

SageTV Linux Discussion related to the SageTV Media Center for Linux. Questions, issues, problems, suggestions, etc. relating to the SageTV Linux should be posted here.

Reply
 
Thread Tools Search this Thread Display Modes
  #41  
Old 05-27-2006, 08:43 PM
riversma riversma is offline
Sage User
 
Join Date: Jan 2006
Posts: 13
uninstalling jre for amd

Quote:
Originally Posted by jreichen
I'm trying to run amd64 but am having problems. Luckily I'm already using Sage for Windows so I'm not in a rush to get it set up. I'd like to eventually get it running, though. Especially since I just spent $80 on it

I already had Gentoo set up on another partition on the computer, so I started from there and manually installed the items in sagesetup.sh. I've been using Gentoo for about a year so I have some background in getting it up and running and it was fairly smooth. http://www.gentoo.org and http://www.gentoo-wiki.com are invaluable resources. So far here's where I'm at:

Could you please give the commands on how to uinstall jre and install . I ran into the same problem.

thanks
Reply With Quote
  #42  
Old 05-28-2006, 06:20 AM
jreichen's Avatar
jreichen jreichen is offline
Sage Icon
 
Join Date: Jul 2004
Posts: 1,192
Quote:
Originally Posted by riversma
Could you please give the commands on how to uinstall jre and install . I ran into the same problem.

thanks
I had originally installed jre-1_5_0_6-linux-amd64.bin from Java's web site using emerge. To uninstall it I ran:
Code:
emerge --unmerge sun-jre-bin
Install the 32-bit emulation libraries. I'm not sure exactly which are needed but this what I have:
Code:
emerge emul-linux-x86-baselibs emul-linux-x86-compat emul-linux-x86-xlibs emul-linux-x86-soundlibs
Install the x86 JRE version I using the commands from sagesetup.sh:
Code:
wget http://download.sagetv.com/linuxweb/jre-1_5_0_06-linux-i586.bin
mv jre-1_5_0_06-linux-i586.bin /usr/portage/distfiles/
echo Installing Java
emerge sun-jre-bin
env-update && source /etc/profile
Finally, I had to fix the environment variables to point to the new JRE:
Code:
nano /etc/env.d/20java
env-update && source /etc/profile
__________________
Server: Intel Core i5 760 Quad, Gigabyte GA-H57M-USB3, 4GB RAM, Gigabyte GeForce 210, 120GB SSD (OS), 1TB SATA, HD HomeRun.
Extender: STP-HD300, Harmony 550 Remote,
Netgear MCA1001 Ethernet over Coax.
SageTV: SageTV Server 7.1.8 on Ubuntu Linux 11.04, SageTV Placeshifter for Mac 6.6.2, SageTV Client 7.0.15 for Windows, Linux Placeshifter 7.1.8 on Server and Client
, Java 1.6.
Plugins: Jetty, Nielm's Web Server, Mobile Web Interface.

Reply With Quote
  #43  
Old 05-28-2006, 08:01 AM
_Demo_ _Demo_ is offline
Moderator
 
Join Date: Mar 2003
Posts: 863
Send a message via ICQ to _Demo_
Quote:
Originally Posted by brain187
here is the info you requested :
I ran xvinfo -display :0.0 > xvinfo.txt
file is attached! thanks demo


brain187
It seems your video card doesn't have hardware overlay with colorkey support which is required for this version. We'll be adding other modes in future versions.

Could you confirm problems only happen when video is playing back?

_Demo_
Reply With Quote
  #44  
Old 05-28-2006, 03:46 PM
brain187 brain187 is offline
Sage User
 
Join Date: May 2006
Posts: 18
hey demo,
yes i can confirm that.
any idea on a timeframe to address this issue?

brain187
Reply With Quote
  #45  
Old 06-01-2006, 11:11 AM
_Demo_ _Demo_ is offline
Moderator
 
Join Date: Mar 2003
Posts: 863
Send a message via ICQ to _Demo_
Quote:
Originally Posted by brain187
hey demo,
yes i can confirm that.
any idea on a timeframe to address this issue?

brain187
We still don't have a good solution for this problem.

_Demo_
Reply With Quote
  #46  
Old 06-02-2006, 05:20 AM
SilverBullet SilverBullet is offline
Sage User
 
Join Date: Aug 2004
Posts: 29
Is there anything that would explain why the new 5 version is REALLY laggy on my PC, whereas the 4 version was running just fine?

Screen freezes every second or 2, sometimes I can't even get video and need a reboot.

I'm on a Athlon XP 2100 with an FX5200 card.
Reply With Quote
  #47  
Old 06-02-2006, 04:00 PM
_Demo_ _Demo_ is offline
Moderator
 
Join Date: Mar 2003
Posts: 863
Send a message via ICQ to _Demo_
You could try to connect over ssh and run the top command to see cpu usage when there is video playback.

_Demo_
Reply With Quote
  #48  
Old 06-02-2006, 04:41 PM
Dekard's Avatar
Dekard Dekard is offline
Sage Advanced User
 
Join Date: Jan 2006
Location: Atlanta, Ga
Posts: 249
Quote:
Originally Posted by _Demo_
You could try to connect over ssh and run the top command to see cpu usage when there is video playback.

_Demo_

i'd use a program like putty.exe for this. check google for details.
__________________
www.overclockingwiki.org
Reply With Quote
  #49  
Old 06-02-2006, 06:00 PM
MrD MrD is offline
Sage Aficionado
 
Join Date: Feb 2005
Location: Washington DC
Posts: 387
http://www.ssh.com

makes a execllent ssh client for windows, there is a free use non-commercial license too.

-MrD
Reply With Quote
  #50  
Old 06-09-2006, 11:08 AM
harryl46 harryl46 is offline
Sage User
 
Join Date: Apr 2006
Posts: 6
Problem running SageTV 5. beta

Hi

Since you released your new instructions on how to pull in the pieces to build a SageTV beta to run on SuSE I have made much more progress. Late Wednesday afternoon I got all the pieces in (finding the jre 1.5 was a bit of a problem). A few minutes ago I finished the various "make install" commands and I beleive I have everything in the correct directorys.

Following the instructions I ran the /opt/sagetv/server script ./keygen.sh and that appeared to run as it should.

I then did the /opt/sagetv/server/startsage and got 3 lines of output:

changing to sagetv directory /opt/sagetv/server
starting server mode
/opt/sagetv/server Unrecognized VM option 'MaxGCPauseMillis=25'
could not create java virtual machine

The system then sat there and when I hit return I got a command prompt.

Please advise how I straighten this out.

Thank you

Harry Lipkind
Reply With Quote
  #51  
Old 06-09-2006, 05:50 PM
_Demo_ _Demo_ is offline
Moderator
 
Join Date: Mar 2003
Posts: 863
Send a message via ICQ to _Demo_
Quote:
Originally Posted by harryl46
I then did the /opt/sagetv/server/startsage and got 3 lines of output:

changing to sagetv directory /opt/sagetv/server
starting server mode
/opt/sagetv/server Unrecognized VM option 'MaxGCPauseMillis=25'
could not create java virtual machine
Please run java -version and send the output.

Thanks

_Demo_
Reply With Quote
  #52  
Old 06-10-2006, 07:15 AM
jreichen's Avatar
jreichen jreichen is offline
Sage Icon
 
Join Date: Jul 2004
Posts: 1,192
Quote:
Originally Posted by brain187
The last big problem is a SERIOUS one when i watch live tv i can't see my menus. all they do is flash like 20 times a second <until time out which is set at 5 sec> if i move the mouse back and forth really quickly i can make out some of the menu , I have the same problem if i enable video menu style: background <now i cant see my program guide or main menu unless i move my mouse back and forth like 50 times a second and when i stop moving my mouse the menu disappears making it impossible to chose a function! PLEASE HELP
I'm having the same problem, did you find a fix for it?
__________________
Server: Intel Core i5 760 Quad, Gigabyte GA-H57M-USB3, 4GB RAM, Gigabyte GeForce 210, 120GB SSD (OS), 1TB SATA, HD HomeRun.
Extender: STP-HD300, Harmony 550 Remote,
Netgear MCA1001 Ethernet over Coax.
SageTV: SageTV Server 7.1.8 on Ubuntu Linux 11.04, SageTV Placeshifter for Mac 6.6.2, SageTV Client 7.0.15 for Windows, Linux Placeshifter 7.1.8 on Server and Client
, Java 1.6.
Plugins: Jetty, Nielm's Web Server, Mobile Web Interface.

Reply With Quote
  #53  
Old 06-11-2006, 12:06 PM
harryl46 harryl46 is offline
Sage User
 
Join Date: Apr 2006
Posts: 6
Problem running SageTV 5. beta

Hi _demo_

I ran java -version and it came back with "1.4.2_11-bo6" which is not what I expected.

I have "jre.1_5_0_07-linux-i586-rpm.bin". I though I had installed this and obviously I haven't. Is this the correct file? If it is, please tell me how to handle it. If it isn't, please advise as to which is the correct file and if it needs to be parked some place, pleae tell me where.

Thank you

Harry
Reply With Quote
  #54  
Old 06-11-2006, 01:16 PM
_Demo_ _Demo_ is offline
Moderator
 
Join Date: Mar 2003
Posts: 863
Send a message via ICQ to _Demo_
Quote:
Originally Posted by harryl46
I have "jre.1_5_0_07-linux-i586-rpm.bin". I though I had installed this and obviously I haven't. Is this the correct file? If it is, please tell me how to handle it. If it isn't, please advise as to which is the correct file and if it needs to be parked some place, pleae tell me where.
That's the right version, this should be installed so it is in your path.

_Demo_
Reply With Quote
  #55  
Old 06-12-2006, 10:50 PM
brain187 brain187 is offline
Sage User
 
Join Date: May 2006
Posts: 18
Quote:
Originally Posted by jreichen
I'm having the same problem, did you find a fix for it?
hey jreichen,

no i really didn't find a fix for it , but here is what i did.
i installed sage as a server only and am using a media extender
hooked to my tv. even though this problem dose exist ,i am very
happy with my purchase! just curious what video card are you running?

Reply With Quote
  #56  
Old 06-13-2006, 06:05 AM
jzonearcade jzonearcade is offline
Sage User
 
Join Date: Jun 2006
Posts: 7
The client download link seems to be broken.

I have the server running and I am anxious to run the client.

Thanks!
Reply With Quote
  #57  
Old 06-13-2006, 08:18 AM
_Demo_ _Demo_ is offline
Moderator
 
Join Date: Mar 2003
Posts: 863
Send a message via ICQ to _Demo_
Quote:
Originally Posted by jzonearcade
The client download link seems to be broken.

I have the server running and I am anxious to run the client.

Thanks!
Which link are you using?

_Demo_
Reply With Quote
  #58  
Old 06-13-2006, 08:44 AM
jzonearcade jzonearcade is offline
Sage User
 
Join Date: Jun 2006
Posts: 7
Quote:
Originally Posted by _Demo_
Which link are you using?

_Demo_
Thanks for the reply....

http://download.sagetv.com/linuxweb/client.tar.gz

I get a 404 error...
Reply With Quote
  #59  
Old 06-13-2006, 09:14 AM
_Demo_ _Demo_ is offline
Moderator
 
Join Date: Mar 2003
Posts: 863
Send a message via ICQ to _Demo_
Quote:
Originally Posted by jzonearcade
Thanks for the reply....

http://download.sagetv.com/linuxweb/client.tar.gz

I get a 404 error...
Sorry about that, the name of the client file is miniclient.tar.gz

_Demo_
Reply With Quote
  #60  
Old 06-13-2006, 09:22 AM
jzonearcade jzonearcade is offline
Sage User
 
Join Date: Jun 2006
Posts: 7
Quote:
Originally Posted by _Demo_
Sorry about that, the name of the client file is miniclient.tar.gz

_Demo_
No problemo...

Ill download the client and give it a shot.

Im really happy that Ill be able to use Ubuntu 6.06 as the server platform as it is such an easy distro to work with.

Thank you so much for your quick replies!
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -6. The time now is 09:58 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2023, vBulletin Solutions Inc.
Copyright 2003-2005 SageTV, LLC. All rights reserved.