[Freevo-users] How to remove autoplay/playlist or whatever this is?

2004-08-29 Thread Berni
Hi,
I have a quite strange problem with freevo and I don't know how to
solve it. I'm using freevo 1.5.0 on gentoo linux and I mainly use
freevo to play movies. For that, I created a directory containing all
the videos (no .fxd file in it!) and added it with
VIDEO_ITEMS = [ ('movies', '/MEDIA/Video/') ]
so that it it is displayed in the movie directory. When I enter the
directory , I can play every movie without any problem. However,
pressing the 'q' or 'ESCAPE'-button doesn't exit but plays the next
item (until the last item is reached; only then it exits)! I set
DIRECTORY_CREATE_PLAYLIST  = []
DIRECTORY_ADD_PLAYLIST_FILES   = []
DIRECTORY_ADD_RANDOM_PLAYLIST  = []
and also tried
plugin.remove('audio.playlist')
plugin.remove('playlist')
so normally there shouldn't be a playlist I thought. I also switched
from mplayer to xine but it was the same. So I think that there must
be a kind of playlist made by freevo. But where can I find and remove
it? Or is it something else (wrong option in local_conf)? Do you have
any idea how I can disable this? The log doesn't show any error...

Thanks in advance
Bernhard Gruber



---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047alloc_id=10808op=click
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] mounting remote fs's

2004-08-29 Thread Mick
Just a poll to gather opinions..

What would you guys usefor this scenario:

I have a (windows) laptop which holds some music and video files, and then I
have my freevo box connected via remote.  I'm looking for a method to mount
the laptops shares as readonly when it is available, and then remove the
mount when it is not..

The optoins I have found are:
i) a cron job
ii) automount + autofs (I tried and failed last night, i can't seem to find
any documentaiton for mounting a not NFS share??)
iii) supermount (seems just as hard a automount.. need to path kernel.)
iv) your suggestions or comments welcome ;-)

Mick



---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047alloc_id=10808op=click
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] Freevo 1.5.0 and gphoto plugin

2004-08-29 Thread Justin Wetherell
I am having trouble with the gphoto plugin. First it didn't load, it was 
missing _pygphoto. I believe this comes from the fact that I installed 
all the deps. So I downloaded the runtime and copied _pygphoto.so into 
the src dir. The plugin loaded successfully but when I go into the look 
at picutres menu item it crashes.

First error:
start 'freevo plugins -l' to get a list of plugins
Traceback (most recent call last):
 File /usr/local/src/freevo-1.5.0/src/plugin.py, line 570, in 
__load_plugin__
   exec('import %s' % module)
 File string, line 1, in ?
 File /usr/local/src/freevo-1.5.0/src/image/plugins/gphoto.py, line 
47, in ?
   import pygphoto
 File /usr/local/src/freevo-1.5.0/src/pygphoto.py, line 4, in ?
   import _pygphoto
ImportError: No module named _pygphoto

Second error:
Traceback (most recent call last):
 File /usr/local/src/freevo-1.5.0/src/main.py, line 315, in eventhandler
   app.eventhandler(event)
 File /usr/local/src/freevo-1.5.0/src/menu.py, line 561, in eventhandler
   action( arg=arg, menuw=self )
 File /usr/local/src/freevo-1.5.0/src/image/plugins/gphoto.py, line 
121, in view
   self.image_viewer.view(self)
 File /usr/local/src/freevo-1.5.0/src/image/viewer.py, line 117, in view
   if not self.free_cache in item.menuw.show_callbacks:
AttributeError: 'NoneType' object has no attribute 'show_callbacks'
Traceback (most recent call last):
 File /usr/local/src/freevo-1.5.0/src/main.py, line 315, in eventhandler
   app.eventhandler(event)
 File /usr/local/src/freevo-1.5.0/src/menu.py, line 561, in eventhandler
   action( arg=arg, menuw=self )
 File /usr/local/src/freevo-1.5.0/src/image/plugins/gphoto.py, line 
121, in view
   self.image_viewer.view(self)
 File /usr/local/src/freevo-1.5.0/src/image/viewer.py, line 117, in view
   if not self.free_cache in item.menuw.show_callbacks:
AttributeError: 'NoneType' object has no attribute 'show_callbacks'
Traceback (most recent call last):
 File /usr/local/src/freevo-1.5.0/src/main.py, line 315, in eventhandler
   app.eventhandler(event)
 File /usr/local/src/freevo-1.5.0/src/menu.py, line 561, in eventhandler
   action( arg=arg, menuw=self )
 File /usr/local/src/freevo-1.5.0/src/image/plugins/gphoto.py, line 
121, in view
   self.image_viewer.view(self)
 File /usr/local/src/freevo-1.5.0/src/image/viewer.py, line 117, in view
   if not self.free_cache in item.menuw.show_callbacks:
AttributeError: 'NoneType' object has no attribute 'show_callbacks'

Also,
Thread-0x832c1a8
 File /usr/local/src/freevo-1.5.0/src/plugins/rom_drives.py, line 
743, in run
Thread-0x8270768
 File /usr/local/lib/python2.3/threading.py, line 204, in wait
Thread-0x8138200
 File /usr/local/src/freevo-1.5.0/src/image/plugins/gphoto.py, line 
66, in cameraFactory

I am using a Canon s410 and a gphoto2 -l works fine and the directory. 
I assume that I didn't install whatever creates pygphoto but please let 
me know.

Thanks,
Justin
---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047alloc_id=10808op=click
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Freevo 1.5.0 and gphoto plugin

2004-08-29 Thread Justin Wetherell
Justin Wetherell wrote:
I am having trouble with the gphoto plugin. First it didn't load, it 
was missing _pygphoto. I believe this comes from the fact that I 
installed all the deps. So I downloaded the runtime and copied 
_pygphoto.so into the src dir. The plugin loaded successfully but when 
I go into the look at picutres menu item it crashes.

First error:
start 'freevo plugins -l' to get a list of plugins
Traceback (most recent call last):
 File /usr/local/src/freevo-1.5.0/src/plugin.py, line 570, in 
__load_plugin__
   exec('import %s' % module)
 File string, line 1, in ?
 File /usr/local/src/freevo-1.5.0/src/image/plugins/gphoto.py, line 
47, in ?
   import pygphoto
 File /usr/local/src/freevo-1.5.0/src/pygphoto.py, line 4, in ?
   import _pygphoto
ImportError: No module named _pygphoto

Second error:
Traceback (most recent call last):
 File /usr/local/src/freevo-1.5.0/src/main.py, line 315, in 
eventhandler
   app.eventhandler(event)
 File /usr/local/src/freevo-1.5.0/src/menu.py, line 561, in 
eventhandler
   action( arg=arg, menuw=self )
 File /usr/local/src/freevo-1.5.0/src/image/plugins/gphoto.py, line 
121, in view
   self.image_viewer.view(self)
 File /usr/local/src/freevo-1.5.0/src/image/viewer.py, line 117, in 
view
   if not self.free_cache in item.menuw.show_callbacks:
AttributeError: 'NoneType' object has no attribute 'show_callbacks'
Traceback (most recent call last):
 File /usr/local/src/freevo-1.5.0/src/main.py, line 315, in 
eventhandler
   app.eventhandler(event)
 File /usr/local/src/freevo-1.5.0/src/menu.py, line 561, in 
eventhandler
   action( arg=arg, menuw=self )
 File /usr/local/src/freevo-1.5.0/src/image/plugins/gphoto.py, line 
121, in view
   self.image_viewer.view(self)
 File /usr/local/src/freevo-1.5.0/src/image/viewer.py, line 117, in 
view
   if not self.free_cache in item.menuw.show_callbacks:
AttributeError: 'NoneType' object has no attribute 'show_callbacks'
Traceback (most recent call last):
 File /usr/local/src/freevo-1.5.0/src/main.py, line 315, in 
eventhandler
   app.eventhandler(event)
 File /usr/local/src/freevo-1.5.0/src/menu.py, line 561, in 
eventhandler
   action( arg=arg, menuw=self )
 File /usr/local/src/freevo-1.5.0/src/image/plugins/gphoto.py, line 
121, in view
   self.image_viewer.view(self)
 File /usr/local/src/freevo-1.5.0/src/image/viewer.py, line 117, in 
view
   if not self.free_cache in item.menuw.show_callbacks:
AttributeError: 'NoneType' object has no attribute 'show_callbacks'

Also,
Thread-0x832c1a8
 File /usr/local/src/freevo-1.5.0/src/plugins/rom_drives.py, line 
743, in run
Thread-0x8270768
 File /usr/local/lib/python2.3/threading.py, line 204, in wait
Thread-0x8138200
 File /usr/local/src/freevo-1.5.0/src/image/plugins/gphoto.py, line 
66, in cameraFactory

I am using a Canon s410 and a gphoto2 -l works fine and the 
directory. I assume that I didn't install whatever creates pygphoto 
but please let me know.

Thanks,
Justin
---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047alloc_id=10808op=click
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users
more errors:
cwd for
cwd for/store_8001
cwd for/store_00010001
cwd for/store_00010001/MISC
cwd for/store_00010001/DCIM
cwd for/store_00010001/DCIM/100CANON
Traceback (most recent call last):
 File /usr/local/src/freevo-1.5.0/src/main.py, line 315, in eventhandler
   app.eventhandler(event)
 File /usr/local/src/freevo-1.5.0/src/menu.py, line 561, in eventhandler
   action( arg=arg, menuw=self )
 File /usr/local/src/freevo-1.5.0/src/image/plugins/gphoto.py, line 
121, in view
   self.image_viewer.view(self)
 File /usr/local/src/freevo-1.5.0/src/image/viewer.py, line 117, in view
   if not self.free_cache in item.menuw.show_callbacks:
AttributeError: 'NoneType' object has no attribute 'show_callbacks'


---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047alloc_id=10808op=click
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


RE: [Freevo-users] Re: BUG: freevo crashes on flac tags

2004-08-29 Thread Robert Howlingdog
Hi,
I don't know whether this is related or not but my Freevo crashes with the 
same error (see below)  when trying to play MP3s from recursive directory. 
By recursive I mean the same name of the directory as parent directory.

I have The Cure directory and within that are the albums. Now the latest 
one is called The Cure as well. When trying to play that, it crashes and 
produces the log below. Renaming the album directory to The Cure (CD) 
helps.

Freevo main log:
Traceback (most recent call last):
 File /usr/lib/python2.3/site-packages/freevo/main.py, line 315, in 
eventhandler
   app.eventhandler(event)
 File /usr/lib/python2.3/site-packages/freevo/menu.py, line 561, in 
eventhandler
   action( arg=arg, menuw=self )
 File /usr/lib/python2.3/site-packages/freevo/directory.py, line 451, in 
cwd
   self.check_password_and_build(arg=None, menuw=menuw)
 File /usr/lib/python2.3/site-packages/freevo/directory.py, line 506, in 
check_password_and_build
   self.build(arg=arg, menuw=menuw)
 File /usr/lib/python2.3/site-packages/freevo/directory.py, line 659, in 
build
   self.play_items.sort(lambda l, o: cmp(l.sort('advanced').upper(),
 File /usr/lib/python2.3/site-packages/freevo/directory.py, line 659, in 
lambda
   self.play_items.sort(lambda l, o: cmp(l.sort('advanced').upper(),
 File /usr/lib/python2.3/site-packages/freevo/audio/audioitem.py, line 
142, in sort
   except ValuError:
NameError: global name 'ValuError' is not defined
in context menu for key

Cheers,
R
From: Dirk Meyer [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: [Freevo-users] Re: BUG: freevo crashes on flac tags
Date: Fri, 27 Aug 2004 20:22:28 +0200
Kari Smolander wrote:
 except ValuError:
 NameError: global name 'ValuError' is not defined
Fixed in cvs. In should be ValueError, a bad typo. Fill be fixed in
1.5.1 (this weekend?)
Dischi
--
I feel like a genocidal maniac when emacs asks me if I want to kill
10789 characters.
---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047alloc_id=10808op=click
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users
_
The new MSN 8: advanced junk mail protection and 2 months FREE* 
http://join.msn.com/?page=features/junkmail


---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047alloc_id=10808op=click
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] mounting remote fs's

2004-08-29 Thread Robert Winder

Hi mick,

Sunday, August 29, 2004, 4:57:10 PM, Mick wrote:

 Just a poll to gather opinions..

 What would you guys usefor this scenario:

 I have a (windows) laptop which holds some music and video files, and then I
 have my freevo box connected via remote.  I'm looking for a method to mount
 the laptops shares as readonly when it is available, and then remove the
 mount when it is not..

 The optoins I have found are:
 i) a cron job
 ii) automount + autofs (I tried and failed last night, i can't seem to find
 any documentaiton for mounting a not NFS share??)
 iii) supermount (seems just as hard a automount.. need to path kernel.)
 iv) your suggestions or comments welcome ;-)

Well using option II with success. Some of mine config files to get you going.

cat /etc/autofs/auto.master
# $Id: auto.master,v 1.1 2000/08/08 17:53:33 achim Exp $
# Sample auto.master file
# Format of this file:
# mountpoint map options
# For details of the format look at autofs(8).
/smbnet /etc/autofs/auto.smbnet --timeout=30


cat /etc/autofs/auto.smbnet
# $Id: auto.misc,v 1.2 2002/10/27 05:21:15 bcowan Exp $
# This is an automounter map and it has the following format
# key [ -mount-options-separated-by-comma ] location
# Details may be found in the autofs(5) manpage
#boot   -fstype=ext2:/dev/hda1
#cd -fstype=iso9660,ro  :/dev/cdrom
#floppy -fstype=auto:/dev/fd0
xp  -fstype=smbfs,users,ro,username=someuser,password=somepass   ://xp/DIVX
storage -fstype=smbfs,users,rw,username=someuser,password=somepass   
://storage/Storage
camera  -fstype=auto,nosuid,nodev,noexec,user,gid=100,umask=000  :/dev/sda1

local.conf.py

VIDEO_ITEMS = [ ('Movies', '/media/movies/Films'),
('XP movies','xp:/smbnet/xp'),
('Jazz captures', '/media/movies/Jazz'),
('Storage movies','storage:/smbnet/storage')]

Notice the hostname xp or storage before the path, it tries to ping
the hostname and when succesfull the entry shows up in the menu.

Good luck.


 /Robert





---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047alloc_id=10808op=click
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] How to remove autoplay/playlist or whatever this is?

2004-08-29 Thread Berni
OK, I solved it :D I had tried freevo cache --rebuild several times
but that did not work. However, removing the freevo-directory from my
user-home-directory (/home/berni/.freevo/) deleted this playlist!

Cu
Bernhard Gruber



---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047alloc_id=10808op=click
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Freevo 1.5.0 and gphoto plugin

2004-08-29 Thread Mike Ruelle
Justin,

I have tried getting the gphoto plugin to work several times. I think
there was a change in the libgphoto API recently that the swig code does
not account for since it was written against a previous version of the
API. Rob Shortt is the last person I know to get this to work but I
believe it has stopped working for him as well. I have been looking into
a wrapper around the gphoto command line program but haven't had much
time for it lately.

-- 
Mike Ruelle [EMAIL PROTECTED]

On Sun, 2004-08-29 at 11:56, Justin Wetherell wrote:
 I am having trouble with the gphoto plugin. First it didn't load, it was 
 missing _pygphoto. I believe this comes from the fact that I installed 
 all the deps. So I downloaded the runtime and copied _pygphoto.so into 
 the src dir. The plugin loaded successfully but when I go into the look 
 at picutres menu item it crashes.
 
 First error:
 start 'freevo plugins -l' to get a list of plugins
 Traceback (most recent call last):
   File /usr/local/src/freevo-1.5.0/src/plugin.py, line 570, in 
 __load_plugin__
 exec('import %s' % module)
   File string, line 1, in ?
   File /usr/local/src/freevo-1.5.0/src/image/plugins/gphoto.py, line 
 47, in ?
 import pygphoto
   File /usr/local/src/freevo-1.5.0/src/pygphoto.py, line 4, in ?
 import _pygphoto
 ImportError: No module named _pygphoto
 
 Second error:
 Traceback (most recent call last):
   File /usr/local/src/freevo-1.5.0/src/main.py, line 315, in eventhandler
 app.eventhandler(event)
   File /usr/local/src/freevo-1.5.0/src/menu.py, line 561, in eventhandler
 action( arg=arg, menuw=self )
   File /usr/local/src/freevo-1.5.0/src/image/plugins/gphoto.py, line 
 121, in view
 self.image_viewer.view(self)
   File /usr/local/src/freevo-1.5.0/src/image/viewer.py, line 117, in view
 if not self.free_cache in item.menuw.show_callbacks:
 AttributeError: 'NoneType' object has no attribute 'show_callbacks'
 Traceback (most recent call last):
   File /usr/local/src/freevo-1.5.0/src/main.py, line 315, in eventhandler
 app.eventhandler(event)
   File /usr/local/src/freevo-1.5.0/src/menu.py, line 561, in eventhandler
 action( arg=arg, menuw=self )
   File /usr/local/src/freevo-1.5.0/src/image/plugins/gphoto.py, line 
 121, in view
 self.image_viewer.view(self)
   File /usr/local/src/freevo-1.5.0/src/image/viewer.py, line 117, in view
 if not self.free_cache in item.menuw.show_callbacks:
 AttributeError: 'NoneType' object has no attribute 'show_callbacks'
 Traceback (most recent call last):
   File /usr/local/src/freevo-1.5.0/src/main.py, line 315, in eventhandler
 app.eventhandler(event)
   File /usr/local/src/freevo-1.5.0/src/menu.py, line 561, in eventhandler
 action( arg=arg, menuw=self )
   File /usr/local/src/freevo-1.5.0/src/image/plugins/gphoto.py, line 
 121, in view
 self.image_viewer.view(self)
   File /usr/local/src/freevo-1.5.0/src/image/viewer.py, line 117, in view
 if not self.free_cache in item.menuw.show_callbacks:
 AttributeError: 'NoneType' object has no attribute 'show_callbacks'
 
 Also,
 Thread-0x832c1a8
   File /usr/local/src/freevo-1.5.0/src/plugins/rom_drives.py, line 
 743, in run
 Thread-0x8270768
   File /usr/local/lib/python2.3/threading.py, line 204, in wait
 Thread-0x8138200
   File /usr/local/src/freevo-1.5.0/src/image/plugins/gphoto.py, line 
 66, in cameraFactory
 
 
 I am using a Canon s410 and a gphoto2 -l works fine and the directory. 
 I assume that I didn't install whatever creates pygphoto but please let 
 me know.
 
 Thanks,
 Justin
 
 
 ---
 This SF.Net email is sponsored by BEA Weblogic Workshop
 FREE Java Enterprise J2EE developer tools!
 Get your free copy of BEA WebLogic Workshop 8.1 today.
 http://ads.osdn.com/?ad_id=5047alloc_id=10808op=click
 ___
 Freevo-users mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/freevo-users




---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047alloc_id=10808op=click
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] Record server memory usage

2004-08-29 Thread Ducson Nguyen
After about 5 days of uptime, the recording server process was using
429 MB of RAM. The only reason I even thought to check was because a
number of recent recordings were screwed (i.e., after a few minutes
the image would freeze or there would be hiccups in the recording, or
it would simply stop recording altogether, leaving file sizes that are
way too small to be 1-hour video files). Anyone else observing this?

Thanks,

Ducson


---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047alloc_id=10808op=click
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Freevo 1.5.0 and gphoto plugin

2004-08-29 Thread Justin Wetherell
Mike Ruelle wrote:
Justin,
I have tried getting the gphoto plugin to work several times. I think
there was a change in the libgphoto API recently that the swig code does
not account for since it was written against a previous version of the
API. Rob Shortt is the last person I know to get this to work but I
believe it has stopped working for him as well. I have been looking into
a wrapper around the gphoto command line program but haven't had much
time for it lately.
 

Thanks for the heads up.
---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047alloc_id=10808op=click
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] mounting remote fs's

2004-08-29 Thread Mick

 Well using option II with success. Some of mine config files to get you going.
 
Great, thanks for the feedback..  I think I  must have some system
issues then.  Just noticed when trying /etc/init.d/autofs restart I
get a !! error when trying to shut down.  Same with stop.  

Trying from the command line (automount dirname /etc/autofs/auto.smbnet)
Returns nothing and when grepping for process I see nothing (ps aux |
grep automount is empty)

Can you grep for the same and tell me what you see??

 cat /etc/autofs/auto.master
 cat /etc/autofs/auto.smbnet

Mine are the same.. Tell me, have you created all the dirs?  Which dirs
are automagically made by autofs?

 local.conf.py
 
 VIDEO_ITEMS = [ ('Movies', '/media/movies/Films'),
 ('XP movies','xp:/smbnet/xp'),
 ('Jazz captures', '/media/movies/Jazz'),
 ('Storage movies','storage:/smbnet/storage')]
 
 Notice the hostname xp or storage before the path, it tries to ping
 the hostname and when succesfull the entry shows up in the menu.
 
Thanks for this.  How does storage go if this is not a pingable device?

 Good luck.
 
;-)
 
Mick


---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047alloc_id=10808op=click
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] mounting remote fs's

2004-08-29 Thread Robert Winder

Monday, August 30, 2004, 6:29:56 AM, Mick wrote:


 Well using option II with success. Some of mine config files to get you going.
 
 Great, thanks for the feedback..  I think I  must have some system
 issues then.  Just noticed when trying /etc/init.d/autofs restart I
 get a !! error when trying to shut down.  Same with stop.

I vaguely recall that i had the same issues in the beginning, not sure
what solved it though, sorry.

 Trying from the command line (automount dirname /etc/autofs/auto.smbnet)
 Returns nothing and when grepping for process I see nothing (ps aux |
 grep automount is empty)
 Can you grep for the same and tell me what you see??

 5410 ?S  0:00 /usr/sbin/automount --timeout 30 /smbnet file 
/etc/autofs/auto.smbnet

 cat /etc/autofs/auto.master
 cat /etc/autofs/auto.smbnet

 Mine are the same.. Tell me, have you created all the dirs?  Which dirs
 are automagically made by autofs?

You don't have to create any dirs, autofs will do that for you.

 local.conf.py
 
 VIDEO_ITEMS = [ ('Movies', '/media/movies/Films'),
 ('XP movies','xp:/smbnet/xp'),
 ('Jazz captures', '/media/movies/Jazz'),
 ('Storage movies','storage:/smbnet/storage')]
 
 Notice the hostname xp or storage before the path, it tries to ping
 the hostname and when succesfull the entry shows up in the menu.
 
 Thanks for this.  How does storage go if this is not a pingable device?

Well leave it out then, it does show up in the menu i believe but you
can't enter it.

 Good luck.
 
 ;-)
 
 Mick


/Robert



---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047alloc_id=10808op=click
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users