TiVo Community
TiVo Community
TiVo Community
Go Back   TiVo Community > Main TiVo Forums > TiVo Home Media Features & TiVoToGo
TiVo Community
Reply
Forum Jump
 
Thread Tools
Old 10-14-2007, 12:07 PM   #1
Stormspace
Electrified by TiVo
 
Stormspace's Avatar
 
Join Date: Apr 2004
Posts: 2,252
Need Galleon Linux Help

Sorry for the dup thread, but the linux thread seemed to be too sprawling and possibly not related to my environment.

I'm trying to get Galleon installed at present and am having trouble. What I think I have done so far is:

Installed Java
changed Java_Home
DLed Galleon and did a make install.
I cannot get into the galleon bin directory, even using sudo to change the permissions on the sh files, so perhaps I need to start over. Any help would be appreciated! TIA!
__________________
137hr Series 2
20/180hr HD
166hr DT Series 2
Galleon 2.55 on Ubuntu 9.04 server
5 Months and no MRV on my HD
Then and Than are the same word, right?
Stormspace is offline   Reply With Quote
Old 10-14-2007, 12:20 PM   #2
tgmii
Registered User
 
tgmii's Avatar
 
Join Date: Feb 2002
Location: New Jersey
Posts: 148
can't tell a lot from your post, but the one thing that you should check is JAVA_HOME. Linux is case sensitive... you have mixed case in your post.

The other linux thread had a startup script (which I haven't tried, but from glancing at it, looked correct)... compare that to your setup, and differences might jump out at you.

Otherwise, please post the script you are using to start it. You may be starting it by hand, but its best to use a script.

Tom
tgmii is offline   Reply With Quote
Old 10-14-2007, 09:57 PM   #3
Stormspace
Electrified by TiVo
 
Stormspace's Avatar
 
Join Date: Apr 2004
Posts: 2,252
Currently I'm just looking to start it manually and yes I have the case correct on the JAVA_HOME.
__________________
137hr Series 2
20/180hr HD
166hr DT Series 2
Galleon 2.55 on Ubuntu 9.04 server
5 Months and no MRV on my HD
Then and Than are the same word, right?
Stormspace is offline   Reply With Quote
Old 10-14-2007, 10:12 PM   #4
windracer
Elvis needs boats
 
windracer's Avatar
 
Join Date: Jan 2003
Location: St. Pete, FL
Posts: 8,096
You're trying this on Ubuntu, right? It's strange that you can't even get into the folder the 'make install' is creating.

I know I had issues with the initial make script when trying to install on Mandrake. I wonder if it needs to be tweaked for Ubuntu as well.

I still haven't gotten around to trying the install on Ubuntu. I might be able to give that a shot tomorrow and see what happens.
__________________
652~TiVoHD, 810hrs (500gb Expander)
648~Series3, 1561hrs (1TB Expander)
230~Series2, 136hrs (upgraded)

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
,
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
,
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
on Ubuntu

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
windracer is offline   Reply With Quote
Old 10-15-2007, 12:38 PM   #5
windracer
Elvis needs boats
 
windracer's Avatar
 
Join Date: Jan 2003
Location: St. Pete, FL
Posts: 8,096
Ok, I've run into some issues installing 2.5.1 on Ubuntu as well.

- I used 'sudo make install' to run the Makefile
- there's no chkconfig on Ubuntu (also discussed here) so I used 'update-rc.d galleon defaults' to get all the symbolic links for startup in the right places
- next, I didn't have java, so I used 'sudo apt-get install sun-java-6-jre' to install the latest JRE, updated JAVA_HOME
- the galleon startup script references /etc/rc.d/init.d/functions which also doesn't exist on Ubuntu, so I commented that line out

Now, when I try to start Galleon, I get this error in the wrapper.log:

Exception in thread "main" java.lang.NoClassDefFoundError: org/lnicholls/galleon/server/ServiceWrapper

So I'm not sure if this is a java problem or a wrapper problem or what. Still need to play around with it some more ...

edit: nevermind, I got it. I changed the install directory in the Makefile to '/usr/local/galleon' but the wrapper.conf file was still pointing to '/usr/share/galleon' so it couldn't find the classfiles.
__________________
652~TiVoHD, 810hrs (500gb Expander)
648~Series3, 1561hrs (1TB Expander)
230~Series2, 136hrs (upgraded)

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
,
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
,
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
on Ubuntu

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

Last edited by windracer : 10-15-2007 at 12:49 PM.
windracer is offline   Reply With Quote
Old 10-15-2007, 02:59 PM   #6
Stormspace
Electrified by TiVo
 
Stormspace's Avatar
 
Join Date: Apr 2004
Posts: 2,252
You get your working with Ubuntu? If so would you mind posting a detailed How-to? I'm concerned that although I have done some of those tasks, such as JAVA_HOME, that it might not be set up exactly the same as yours.

TIA!
__________________
137hr Series 2
20/180hr HD
166hr DT Series 2
Galleon 2.55 on Ubuntu 9.04 server
5 Months and no MRV on my HD
Then and Than are the same word, right?
Stormspace is offline   Reply With Quote
Old 10-15-2007, 03:07 PM   #7
windracer
Elvis needs boats
 
windracer's Avatar
 
Join Date: Jan 2003
Location: St. Pete, FL
Posts: 8,096
I ran into one other strange problem after I fixed my wrapper issue: when I started Galleon, java went crazy and started putting this line into the log (several thousand per second!):

12:46:22,406 ERROR [JmDNS.ServiceResolver] Configurator - java.util.ConcurrentModificationException: Could not save tivo: Family Room

I did some Google searching and found someone with the exact same problem, albeit a long time ago, on the galleon.tv forums:

http://galleon.tv/component/option,c...id,12/catid,5/

The resolution was to put the wrapper log into DEBUG mode. So I tried that and it worked. It does appear Galleon is running on Ubuntu now, according to the log, and I was able to get into the GUI as well. I'm not at home, so I can't confirm my TiVos can see the Galleon server, but I can check that out tonight.
__________________
652~TiVoHD, 810hrs (500gb Expander)
648~Series3, 1561hrs (1TB Expander)
230~Series2, 136hrs (upgraded)

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
,
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
,
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
on Ubuntu

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
windracer is offline   Reply With Quote
Old 10-15-2007, 03:55 PM   #8
Stormspace
Electrified by TiVo
 
Stormspace's Avatar
 
Join Date: Apr 2004
Posts: 2,252
When you do I'd be cool if you could walk me through it via a quick tutorial?
__________________
137hr Series 2
20/180hr HD
166hr DT Series 2
Galleon 2.55 on Ubuntu 9.04 server
5 Months and no MRV on my HD
Then and Than are the same word, right?
Stormspace is offline   Reply With Quote
Old 10-15-2007, 04:06 PM   #9
windracer
Elvis needs boats
 
windracer's Avatar
 
Join Date: Jan 2003
Location: St. Pete, FL
Posts: 8,096
Yeah. I might uninstall Galleon and then start over (without changing the install path this time) to make sure I've got it all accounted for.

I think the only difference between us is that maybe you didn't install/run Galleon with sudo, but as your local account? That and having to comment out the /etc/init.d/functions line in the galleon startup script in the bin directory.
__________________
652~TiVoHD, 810hrs (500gb Expander)
648~Series3, 1561hrs (1TB Expander)
230~Series2, 136hrs (upgraded)

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
,
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
,
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
on Ubuntu

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
windracer is offline   Reply With Quote
Old 10-16-2007, 10:56 AM   #10
windracer
Elvis needs boats
 
windracer's Avatar
 
Join Date: Jan 2003
Location: St. Pete, FL
Posts: 8,096
Note HOWTO: Galleon on Ubuntu

Ok, I totally forgot to try and test Galleon on Ubuntu from my TiVos yesterday night, thanks to the ALCS game (go Indians!! ). So I haven't confirmed the TiVo-side works yet, but Galleon is running on my Ubuntu box and here's how I did it.
  • install the java runtime (JRE), if it's not already installed (http://packages.ubuntu.com/feisty/libs/sun-java6-jre). it should install to /usr/lib/jvm:
    Code:
    sudo apt-get install java-sun6-jre
    Note: I didn't have to set JAVA_HOME anywhere after installing the java-sun6-jre package. if you have problems later on though, you might need to manually set that variable (if you used the package it should be /usr/lib/jvm/java-6-sun/jre). YMMV.
  • unzip the galleon archive to a temp directory
  • edit the Makefile. comment out the chkconfig line in the install: section and add the update-rc.d line instead
    Code:
    #chkconfig --add galleon
    update-rc.d galleon defaults
  • if you plan on uninstalling Galleon at some point, replace the chkconfig line in the uninstall: section as well:
    Code:
    #chkconfig --remove galleon
    update-rc.d -f galleon remove
  • do a 'sudo make install' to install the application. you should see the following output:
    Code:
    install -d /usr/share/galleon
    install -d /var/cache/galleon
    install -d /etc/galleon
    install -d /usr/lib/galleon
    install -d /var/log/galleon
    install -d /var/lib/galleon/hme
    install -d /var/lib/galleon/data
    cp -rf bin media /usr/share/galleon
    cp -f Makefile COPYING *.txt /usr/share/galleon
    cp -f conf/*.* /etc/galleon
    cp -rf lib/* /usr/lib/galleon
    cp -rf apps skins /var/lib/galleon
    cp -rf conf/templates /var/lib/galleon
    chmod a+rwx /usr/share/galleon/bin/run.sh
    chmod a+rwx /usr/share/galleon/bin/gui.sh
    chmod a+rwx /usr/share/galleon/bin/galleon
    chmod a+rwx /usr/share/galleon/bin/wrapper*
    chmod +rw /etc/galleon/configure.xml
    ln -sf /var/lib/galleon/apps /usr/share/galleon/apps
    ln -sf /etc/galleon /usr/share/galleon/conf
    ln -sf /var/lib/galleon/data /usr/share/galleon/data
    ln -sf /var/lib/galleon/hme /usr/share/galleon/hme
    ln -sf /usr/lib/galleon /usr/share/galleon/lib
    ln -sf /var/log/galleon /usr/share/galleon/logs
    ln -sf /var/lib/galleon/skins /usr/share/galleon/skins
    ln -sf /var/lib/galleon/templates /etc/galleon/templates
    ln -sf /usr/share/galleon/bin/galleon /etc/init.d/galleon
    update-rc.d galleon defaults
     Adding system startup for /etc/init.d/galleon ...
       /etc/rc0.d/K20galleon -> ../init.d/galleon
       /etc/rc1.d/K20galleon -> ../init.d/galleon
       /etc/rc6.d/K20galleon -> ../init.d/galleon
       /etc/rc2.d/S20galleon -> ../init.d/galleon
       /etc/rc3.d/S20galleon -> ../init.d/galleon
       /etc/rc4.d/S20galleon -> ../init.d/galleon
       /etc/rc5.d/S20galleon -> ../init.d/galleon
  • cd to /usr/share/galleon/bin and edit the galleon script, commenting out the following line:
    Code:
    #. /etc/rc.d/init.d/functions
  • now at this point you can try and start galleon:
    Code:
    sudo ./galleon start
    Note: on my box, however, at this point after galleon initialized, the log (under /usr/share/galleon/logs/log.txt) would start filling up with thousands of lines of:
    Code:
    10:14:59,098 ERROR [JmDNS.ServiceResolver] Configurator - java.util.ConcurrentModificationException: Could not save tivo: Family Room
    If this happens to you, cd to /etc/galleon, edit wrapper.conf and change the logfile log level to DEBUG (instead of INFO, http://galleon.sourceforge.net/index...id=5&id=12#12/):
    Code:
    # Log Level for log file output.  (See docs for log levels)
    wrapper.logfile.loglevel=DEBUG
    Then try starting Galleon again. Update: after upgrading to Hardy Heron, I was able to go back to the INFO loglevel without getting the jmDNS errors anymore.

  • as soon as you start Galleon, quickly cd to /usr/share/galleon/logs and then:
    Code:
    tail -f log.txt
    so you can watch everything starting up
  • now that the server is running, it's time to try the GUI. cd to /usr/share/galleon/bin and then:
    Code:
    sudo ./gui.sh
    (obviously you need to be in windowed environment for this to work ... for headless systems you can do what I do and use VNC over an SSH tunnel through PuTTY). the GUI should appear:



    Note: if you had to set JAVA_HOME earlier, you might also need to edit gui.sh and uncomment and set the JAVA_HOME line in there too.
  • one more note ... when running Galleon on Mandrake Linux, I had to disable IPv6 in order to get Galleon to bind correctly to the network adapter. I don't know if this is still necessary, but I did it on my Ubuntu box too. edit /etc/modprobe.d/alias and change the following line as shown:
    Code:
    alias net-pf-10 off # ipv6
    reboot to have the change take effect.

Good luck, I hope this helps!

edit: added link to using VNC over SSH through PuTTY
edit #2: updated jmDNS link to Galleon forums
__________________
652~TiVoHD, 810hrs (500gb Expander)
648~Series3, 1561hrs (1TB Expander)
230~Series2, 136hrs (upgraded)

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
,
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
,
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
on Ubuntu

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

Last edited by windracer : 08-12-2008 at 08:07 PM. Reason: updated image URL
windracer is offline   Reply With Quote
Old 10-19-2007, 05:13 PM   #11
Stormspace
Electrified by TiVo
 
Stormspace's Avatar
 
Join Date: Apr 2004
Posts: 2,252
First, Thanks for the help! I can get the galleon service running however the gui keeps throwing up the connecting to server message. On the TiVo the server shows up in now playing, but not in music, photos, etc.

Ideas?
__________________
137hr Series 2
20/180hr HD
166hr DT Series 2
Galleon 2.55 on Ubuntu 9.04 server
5 Months and no MRV on my HD
Then and Than are the same word, right?
Stormspace is offline   Reply With Quote
Old 10-19-2007, 07:40 PM   #12
windracer
Elvis needs boats
 
windracer's Avatar
 
Join Date: Jan 2003
Location: St. Pete, FL
Posts: 8,096
Check the log.txt and gui.txt files under /usr/share/galleon/logs. Anything of note in there?

Might want to check 'netstat -a' and see if you can "see" the Galleon service listening.

Glad the instructions helped, though!
__________________
652~TiVoHD, 810hrs (500gb Expander)
648~Series3, 1561hrs (1TB Expander)
230~Series2, 136hrs (upgraded)

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
,
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
,
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
on Ubuntu

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
windracer is offline   Reply With Quote
Old 10-19-2007, 08:44 PM   #13
Stormspace
Electrified by TiVo
 
Stormspace's Avatar
 
Join Date: Apr 2004
Posts: 2,252
Checked Netstat and saw that galleon was listening on ipv6. Put a bad_list file with the off line in it and rebooted. Whoo hooo! I'm set.
__________________
137hr Series 2
20/180hr HD
166hr DT Series 2
Galleon 2.55 on Ubuntu 9.04 server
5 Months and no MRV on my HD
Then and Than are the same word, right?
Stormspace is offline   Reply With Quote
Old 10-19-2007, 10:45 PM   #14
windracer
Elvis needs boats
 
windracer's Avatar
 
Join Date: Jan 2003
Location: St. Pete, FL
Posts: 8,096
Excellent!
__________________
652~TiVoHD, 810hrs (500gb Expander)
648~Series3, 1561hrs (1TB Expander)
230~Series2, 136hrs (upgraded)

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
,
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
,
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
on Ubuntu

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
windracer is offline   Reply With Quote
Old 10-21-2007, 08:26 PM   #15
ebeckhusen
Registered User
 
Join Date: Feb 2007
Posts: 20
I'm a bit of a Linux newbie, especially to Ubuntu, and I'm having a hard time getting this to work. I tried to change the "aliases" file to alias net-pf-10 off # ipv6, but it wouldn't let me save because I don't own the file (it's a root file, and I don't know how to log in as root). So, is there some way to edit it from the terminal, using sudo, or some way to login as root so I can edit it?
ebeckhusen is offline   Reply With Quote
Old 10-21-2007, 08:39 PM   #16
windracer
Elvis needs boats
 
windracer's Avatar
 
Join Date: Jan 2003
Location: St. Pete, FL
Posts: 8,096
The whole point of Ubuntu is you never login as root ... you can't. It's taking me some time to get used to this as well.

So, to edit the aliases file, you need to do 'sudo vi /etc/modprobe.d/aliases'.
__________________
652~TiVoHD, 810hrs (500gb Expander)
648~Series3, 1561hrs (1TB Expander)
230~Series2, 136hrs (upgraded)

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
,
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
,
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
on Ubuntu

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
windracer is offline   Reply With Quote
Old 10-21-2007, 09:17 PM   #17
ebeckhusen
Registered User
 
Join Date: Feb 2007
Posts: 20
Thanks for the help, it's running fine now.

Yeah, there's quite a bit I'm getting used to with Ubuntu, not logging in as Root is one of them. But, I love it and I've already scrapped Windows
ebeckhusen is offline   Reply With Quote
Old 10-24-2007, 01:10 AM   #18
TiVoter123
Registered User
 
Join Date: Jan 2001
Location: Orange, CA
Posts: 146
Quote:
Originally Posted by Stormspace
First, Thanks for the help! I can get the galleon service running however the gui keeps throwing up the connecting to server message. On the TiVo the server shows up in now playing, but not in music, photos, etc.

Ideas?
I am having the exact same problem (trying to get Galleon working on my THD).

I'm getting the following error:

Code:
22:04:49,677 ERROR [WrapperListener_start_runner] TiVoListener - java.io.IOExcep
tion: Operation not permitted
22:04:49,677 DEBUG [WrapperListener_start_runner] TiVoListener - java.io.IOExcep
tion: Operation not permitted
        at java.net.PlainDatagramSocketImpl.send(Native Method)
        at java.net.DatagramSocket.send(Unknown Source)
        at javax.jmdns.JmDNS.send(Unknown Source)
        at javax.jmdns.JmDNS.init(Unknown Source)
        at javax.jmdns.JmDNS.<init>(Unknown Source)
        at org.lnicholls.galleon.server.TiVoListener.<init>(TiVoListener.java:57
)
        at org.lnicholls.galleon.server.Server.start(Server.java:327)
        at org.lnicholls.galleon.server.ServiceWrapper.start(ServiceWrapper.java
:47)
        at org.tanukisoftware.wrapper.WrapperManager$12.run(WrapperManager.java:
2788)
ipv6 is in fact disabled (though I had to do it via a blacklist file, but lsmod | grep ipv6 confirms it's not loaded). I have my JAVA_HOME environmental pointed at /usr/java/jre1.6.0_03 -- I installed this manually from java's website). I am running as root.

This seems like the exact problem that Malibyte was having here --- any specific fix / obvious thing I'm doing wrong?

Last edited by TiVoter123 : 10-24-2007 at 01:30 AM.
TiVoter123 is offline   Reply With Quote
Old 11-07-2007, 08:22 PM   #19
Stu_Bee
Registered User
 
Join Date: Jan 2002
Location: Silicon Valley, Ca
Posts: 876
Thanks for the guide Windracer. Mucho useful.
__________________
AT&T Series 2
Stu_Bee is offline   Reply With Quote
Old 11-07-2007, 08:35 PM   #20
windracer
Elvis needs boats
 
windracer's Avatar
 
Join Date: Jan 2003
Location: St. Pete, FL
Posts: 8,096
Glad you found it helpful!
__________________
652~TiVoHD, 810hrs (500gb Expander)
648~Series3, 1561hrs (1TB Expander)
230~Series2, 136hrs (upgraded)

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
,
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
,
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
on Ubuntu

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
windracer is offline   Reply With Quote
Old 02-14-2008, 05:00 PM   #21
77midget
Registered User
 
Join Date: Feb 2008
Posts: 9
newb to linux (ubuntu 7.10) and also to Galleon. I have been putzing around, and can now get my run.sh to start up without any errors. I have had some gui.sh errors, and resolved some, but now am getting the following

Exception in thread "main" java.lang.NoClassDefFoundError: org/lnicholls/galleon/gui/Galleon

when I run. Now, this is obviously a java error, but I am lost as to how to resolve it.
Any thoughts?
77midget is offline   Reply With Quote
Old 02-14-2008, 05:27 PM   #22
windracer
Elvis needs boats
 
windracer's Avatar
 
Join Date: Jan 2003
Location: St. Pete, FL
Posts: 8,096
Anything else in the log around the error?
__________________
652~TiVoHD, 810hrs (500gb Expander)
648~Series3, 1561hrs (1TB Expander)
230~Series2, 136hrs (upgraded)

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
,
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
,
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
on Ubuntu

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
windracer is offline   Reply With Quote
Old 02-14-2008, 08:02 PM   #23
77midget
Registered User
 
Join Date: Feb 2008
Posts: 9
nothing in the gui log. One thing I did see in the log.txt was:
20:59:57,076 ERROR [WrapperListener_start_runner] Cache - Unable to set localhost. This prevents creation of$
java.net.UnknownHostException

Now I set the hostname to the IP I have in the etc/hosts, but not localhost-would that cause a GUI startup error?

Also found-
20:59:52,423 ERROR [WrapperListener_start_runner] Server - java.net.UnknownHostException: CHARYBDIS

CHARYBDIS is the name of my machine (i blocked out FQDN since it is my work domain)

The top of my hosts file is:
127.0.0.1 localhost
192.168.1.102 CHARYBDIS.XXX.XXX.com

should I be changing this?
77midget is offline   Reply With Quote
Old 02-14-2008, 08:50 PM   #24
windracer
Elvis needs boats
 
windracer's Avatar
 
Join Date: Jan 2003
Location: St. Pete, FL
Posts: 8,096
Hmm ... so Galleon is running fine, it's just the GUI you can't get to start? Are you using 'sudo' to run gui.sh?
__________________
652~TiVoHD, 810hrs (500gb Expander)
648~Series3, 1561hrs (1TB Expander)
230~Series2, 136hrs (upgraded)

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
,
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
,
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
on Ubuntu

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
windracer is offline   Reply With Quote
Old 02-14-2008, 08:53 PM   #25
77midget
Registered User
 
Join Date: Feb 2008
Posts: 9
actually running in a sudo -i window that I ran run.sh in.
77midget is offline   Reply With Quote
Old 02-14-2008, 09:13 PM   #26
windracer
Elvis needs boats
 
windracer's Avatar
 
Join Date: Jan 2003
Location: St. Pete, FL
Posts: 8,096
Did you follow my steps above for installing on Ubuntu? You have a current JRE, disabled IPv6, stuff like that?

Unless one of the guys who was working on Galleon chimes in here, I'm not sure what that error means.
__________________
652~TiVoHD, 810hrs (500gb Expander)
648~Series3, 1561hrs (1TB Expander)
230~Series2, 136hrs (upgraded)

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
,
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
,
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
on Ubuntu

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
windracer is offline   Reply With Quote
Old 02-14-2008, 09:44 PM   #27
77midget
Registered User
 
Join Date: Feb 2008
Posts: 9
I installed prior to finding this thread, but yeah-I have IPv6 disabled and the latest JRE. I had some issues since my ubuntu had a generic java embedded, but I installed the sun latest version, and changed the link to point to the sun version. I also made sure to update my path adding the path to the new jre before the path to the old one. That fixed a number of java errors that I was getting initially, and allowed me to get the server running, but the gui is still hosed. I suppose that it must be a java error, but I just can't dig it out.

edit-my IPv6 fix was not correct, so I redid that, and now I have a clean log.txt

but I am still getting the error for gui.sh startup. doh!
77midget is offline   Reply With Quote
Old 02-14-2008, 10:06 PM   #28
windracer
Elvis needs boats
 
windracer's Avatar
 
Join Date: Jan 2003
Location: St. Pete, FL
Posts: 8,096
Maybe check the JAVA_HOME in gui.sh?
__________________
652~TiVoHD, 810hrs (500gb Expander)
648~Series3, 1561hrs (1TB Expander)
230~Series2, 136hrs (upgraded)

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
,
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
,
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
on Ubuntu

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
windracer is offline   Reply With Quote
Old 02-14-2008, 10:11 PM   #29
77midget
Registered User
 
Join Date: Feb 2008
Posts: 9
should've said that eariler-added JAVA_HOME declaration to both run.sh and gui.sh for my java root.
77midget is offline   Reply With Quote
Old 02-14-2008, 10:36 PM   #30
77midget
Registered User
 
Join Date: Feb 2008
Posts: 9
will the GUI not start up if it cannot reach the tivo?
77midget is offline   Reply With Quote
Reply
Forum Jump




Thread Tools


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

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

Advertisements

TiVo Community
Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
vBulletin Skins by: Relivo Media
(C) 2008 Capable Networks LLC - All Rights Reserved. No information may be posted elsewhere without written permission.
TiVoŽ is a registered trademark of TiVo Inc. This site is not owned or operated by TiVo Inc.
All times are GMT -5. The time now is 01:32 AM.
OUR NETWORK: TechLore | Sling Community | Robo Community | MediaSmart Home | My Digital Entertainer | TouchSmart Community | Pogoplugged | DVR Playground