PDA

View Full Version : STV problem with MVP


laurenglenn
01-21-2006, 11:46 PM
I love the MVP & Sage Linux, but I've been having a problem with some of the features in the main STV.

It seems that I can't browse directories with the STV. If I go to add a new Video Directory, I get no paths showing up on the screen except for Samba and "/". I can't specify one as Linux is case sensitive and it only shows caps.

I want to add a second directory, but I'm going to have to do it manually in the STV which means I have to exit out and stop recordings.

java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at sage.d$d.a(Unknown Source)
at sage.b.d.a(Unknown Source)
at sage.b.c.a(Unknown Source)
at sage.b.k.if(Unknown Source)
at sage.b.d.a(Unknown Source)
at sage.b.c.a(Unknown Source)
at sage.b.d.a(Unknown Source)
at sage.b.l.a(Unknown Source)
at sage.d.a(Unknown Source)
at sage.aw.a(Unknown Source)
at sage.aw.do(Unknown Source)
at sage.k.for(Unknown Source)
at sage.aw.do(Unknown Source)
at sage.aw.for(Unknown Source)
at sage.aw.do(Unknown Source)
at sage.aw.for(Unknown Source)
at sage.aw.do(Unknown Source)
at sage.aw.for(Unknown Source)
at sage.aw.do(Unknown Source)
at sage.bm.if(Unknown Source)
at sage.UIManager.a(Unknown Source)
at sage.aw.a(Unknown Source)
at sage.aw.a(Unknown Source)
at sage.aw.a(Unknown Source)
at sage.aw.a(Unknown Source)
at sage.aw.actionPerformed(Unknown Source)
at sage.aw.for(Unknown Source)
at sage.bm.byte(Unknown Source)
at sage.EventRouter.a(Unknown Source)
at sage.EventRouter.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.NullPointerException
at java.util.Arrays$ArrayList.<init>(Unknown Source)
at java.util.Arrays.asList(Unknown Source)
... 35 more
java.lang.NullPointerException
at java.util.Arrays$ArrayList.<init>(Unknown Source)
at java.util.Arrays.asList(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at sage.d$d.a(Unknown Source)
at sage.b.d.a(Unknown Source)
at sage.b.c.a(Unknown Source)
at sage.b.k.if(Unknown Source)
at sage.b.d.a(Unknown Source)
at sage.b.c.a(Unknown Source)
at sage.b.d.a(Unknown Source)
at sage.b.l.a(Unknown Source)
at sage.d.a(Unknown Source)
at sage.aw.a(Unknown Source)
at sage.aw.do(Unknown Source)
at sage.k.for(Unknown Source)
at sage.aw.do(Unknown Source)
at sage.aw.for(Unknown Source)
at sage.aw.do(Unknown Source)
at sage.aw.for(Unknown Source)
at sage.aw.do(Unknown Source)
at sage.aw.for(Unknown Source)
at sage.aw.do(Unknown Source)
at sage.bm.if(Unknown Source)
at sage.UIManager.a(Unknown Source)
at sage.aw.a(Unknown Source)
at sage.aw.a(Unknown Source)
at sage.aw.a(Unknown Source)
at sage.aw.a(Unknown Source)
at sage.aw.actionPerformed(Unknown Source)
at sage.aw.for(Unknown Source)
at sage.bm.byte(Unknown Source)
at sage.EventRouter.a(Unknown Source)
at sage.EventRouter.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)


Lauren

riversma
02-04-2006, 07:56 AM
I get the same problem. I cant acess any other network directory except the local hard drive. They need to address this issue because your limited in the amount of storgae space of the local harddrive.

laurenglenn
02-11-2006, 12:15 AM
I get the same problem. I cant acess any other network directory except the local hard drive. They need to address this issue because your limited in the amount of storgae space of the local harddrive.
I did something with my system to work around this:

mkdir /media
mkdir /media/tv1

Now, mount the drives to any hard drive path you want in the /media folder (also add the paths in /etc/fstab).....

mount /dev/hdb1 /media/tv1

If your hard drive is called HDB, this will show the /media path with those two sub-folders.

Lauren

laurenglenn
02-22-2006, 12:54 PM
One other thing.... in the Sage.properties, it seems to reference a /mnt/shares..... maybe doing a "mkdir /mnt/shares" may help, but that /media thing works well too.

Lauren

riversma
02-22-2006, 04:13 PM
This did help!!!!