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
  #21  
Old 01-14-2009, 06:39 PM
bcjenkins bcjenkins is offline
SageTVaholic
 
Join Date: Jan 2006
Posts: 3,764
For running from rc.local I use a script I created to launch comchecker and SageTV:

/usr/bin/startsage
Code:
#!/bin/bash
if [ 0 -eq `ps -ef | grep comchecker | grep -v grep | wc -l | sed 's/ //g'` ]; then 
  su -c 'nohup /opt/sagetv/scripts/comchecker.sh 2>/dev/null 1>/dev/null &' sagetv
fi
su -c /opt/sagetv/server/startsage sagetv
B
__________________
Running SageTV on unRAID via Docker
Tuning handled by HDHR3-6CC-3X2 using OpenDCT
Reply With Quote
  #22  
Old 01-15-2009, 09:44 AM
ChePazzo ChePazzo is offline
Sage Aficionado
 
Join Date: Oct 2004
Posts: 287
What version of Java?

see: http://forums.sage.tv/forums/showthr...640#post330640

I had aggravating issues where every now and then the Wiz.bin got corrupted, losing all of my favorites as well as the db of recorded shows, etc. I don't remember what version of JRE I was running other than it was a 1.6. After searching the forums for a few days, I found someone with similar issues that were solved with a downgrade to 1.5. I downgraded and have yet to see any issues.

I am running Ubuntu 8.10.

Of course, my problem is that the sage .deb package requires 1.6, so aptitude upgrading the system is an issue. I have since learned to backup my favorites via the web plugin whenever I make changes, so I may give 1.6 another go. If so, I'll try to post results (probably on the thread listed above).
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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Moved back to Windows from Linux mahcsm SageTV Linux 8 12-02-2008 05:45 PM
Some problems w/ GUI after new SageMC install jp1982 SageMC Custom Interface 2 11-29-2008 11:18 AM
I want to migrate to linux but... dnlmln SageTV Linux 3 09-27-2008 08:45 AM
ATI to Offer HD Playback with Linux bjterry62 Hardware Support 0 09-02-2008 01:56 PM
Linux or WHS? tmiranda SageTV Linux 8 08-12-2008 05:43 PM


All times are GMT -6. The time now is 09:19 AM.


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