![]() |
|
Register | Forum Rules | FAQs | Members List | Social Groups | Downloads | Search | Today's Posts | Mark Forums Read |
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. |
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
This tutorial picks up from a base install of Arch Linux and adds: Oracle Java, SSH, NTP, WINE, Comskip, SageTV
All actions performed as root user unless otherwise stipulated. STEP 1: Add SSH, NTP, base-dev to system Code:
pacman -S base-dev openssh ntp systemctl enable sshd.service echo "logfile /var/log/ntp.log" >> /etc/ntp.conf systemctl start ntpd systemctl enable ntpd #Confirm Date/Time timedatectl status #Set time if needed Eg. timedatectl set-time "2013-10-02 11:05:30" #If time set manually execute: ntpd -q Code:
mkdir -p /opt/sagetv/server cd /opt/sagetv/server curl -O http://download.sage.tv/linuxbeta/server_7.1.9.tar.gz tar xvzf server_7.1.9.tar.gz rm server_7.1.9.tar.gz mkdir -p /var/media/{tv,videos,music,pictures} #Multiple TV directories for mounting additional storage drives Code:
cat > /opt/sagetv/server/sagesettings <<EOF #Placed here for ArchLinux JRE Install export PATH=/opt/jre/bin:$PATH ## End PIDFILE=/opt/sagetv/server/sagetv.pid HEADLESS=true JAVAMEM=-Xmx1024m mkdir -p /var/tmp/sage JAVAOPTS="-Djava.io.tmpdir=/var/tmp/sage -XX:ThreadPriorityPolicy=42" EOF Code:
curl -b gpw_e24=http%3A%2F%2Fwww.oracle.com -O -L 'http://download.oracle.com/otn-pub/java/jdk/7u40-b43/jre-7u40-linux-i586.tar.gz' tar xvzf jre-7u40-linux-i586.tar.gz ln -s /opt/jre1.7.0_40 /opt/jre chown -R root:root jre1.7.0_40 rm jre-7u40-linux-i586.tar.gz Code:
pacman -S lib32-glibc lib32-libstdc++5 lib32-gcc-libs lib32-zlib lib32-freetype2 mesa-libgl lib32-mesa-libgl mpg123 libpng lib32-ncurses wine Code:
cat > /usr/bin/ifconfig <<EOF #!/bin/bash ip addr EOF chmod +x /bin/ifconfig Code:
cd /opt/sagetv/server export PATH=/opt/jre/bin:$PATH ./keygen.sh Code:
useradd -G video -M -N -d /opt/sagetv sagetv chown -R sagetv:users /opt/sagetv /var/media/{tv,videos,music,pictures} Code:
su -c /opt/sagetv/server/startsage sagetv
__________________
Running SageTV on unRAID via Docker Tuning handled by HDHR3-6CC-3X2 using OpenDCT Last edited by bcjenkins; 10-08-2013 at 12:49 PM. Reason: Typos |
Tags |
arch linux, java 7, wine |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
HOWTO: Install SageTV PlaceShifter on Ubuntu 10.10 Desktop 32-Bit | bcjenkins | SageTV Linux | 5 | 10-26-2012 09:42 AM |
Howto: Install Java correctly for sage | Zervun | SageTV Linux | 6 | 05-23-2008 11:33 AM |
QAM Linux HOWTO (using a180) | milbarge | SageTV Linux | 1 | 06-25-2007 11:48 AM |
Another HTPC / SageTV HOWTO | KarylFStein | General Discussion | 2 | 08-04-2006 07:59 AM |