Re: [Freevo-users] DVD/CD with pictures

2007-11-15 Thread Christian Lyra
Hi Duncan,

> My guess is that you are using autofs to mount the drive?

No... no automount! just a /etc/fstab with:

/dev/hdd/dvd   iso9660 ro,user,noauto  0   0

ROM_DRIVES is empty as sugested by comments, so freevo can just
"find" the drive.

>
> If you are then use another device name for freevo and change your
> ROM_DRIVES to point to this one.
>
> The reason is that freevo automatically mounts CD/DVD drives and the
> auto-mounter is un-mounting it.
>
> BTW USB sticks and cameras are a different story, as freevo does not
> automatically mount these.
>
>
> Duncan
>
>
> -
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >> http://get.splunk.com/
> ___
> Freevo-users mailing list
> Freevo-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freevo-users
>



-- 
Christian Lyra
PoP-PR/RNP

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] DVD/CD with pictures

2007-11-15 Thread Duncan Webb
Christian Lyra wrote:
> Hi Duncan,
> 
>> My guess is that you are using autofs to mount the drive?
> 
> No... no automount! just a /etc/fstab with:
> 
> /dev/hdd/dvd   iso9660 ro,user,noauto  0   0
> 
> ROM_DRIVES is empty as sugested by comments, so freevo can just
> "find" the drive.

Comment is misleading it should be something like:

ROM_DRIVES = [
   ('/misc/dvd', '/dev/hdc', 'DVD'),
   ('/misc/dvdram', '/dev/hdd', 'DVD-RAM')
]

in udev/rules.d/10-local.rules you need something like:

KERNEL=="hdc", SYMLINK+="cdrom dvd"
KERNEL=="hdd", SYMLINK+="dvdram"

HTH
Duncan

>> If you are then use another device name for freevo and change your
>> ROM_DRIVES to point to this one.
>>
>> The reason is that freevo automatically mounts CD/DVD drives and the
>> auto-mounter is un-mounting it.
>>
>> BTW USB sticks and cameras are a different story, as freevo does not
>> automatically mount these.
>>
>>
>> Duncan
>>
>>
>> -
>> This SF.net email is sponsored by: Splunk Inc.
>> Still grepping through log files to find problems?  Stop.
>> Now Search log events and configuration files using AJAX and a browser.
>> Download your FREE copy of Splunk now >> http://get.splunk.com/
>> ___
>> Freevo-users mailing list
>> Freevo-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/freevo-users
>>
> 
> 
> 



-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] DVD/CD with pictures

2007-11-15 Thread Duncan Webb
Duncan Webb wrote:
> Christian Lyra wrote:
>> Hi there,
>>
>>  I have a few cds/DVDs with pictures. Freevo is able to identify it and 
>> build the thumbnails, but when I select one of the pictures freevo 
>> gives a error saying that it couldnt find the given image. If I 
>> manually mount the CD everything works like expected. should I fill a 
>> bug report?
> 
> I will investigate exactly what is going on with freevo mounting CD/DVDs.

My guess is that you are using autofs to mount the drive?

If you are then use another device name for freevo and change your
ROM_DRIVES to point to this one.

The reason is that freevo automatically mounts CD/DVD drives and the
auto-mounter is un-mounting it.

BTW USB sticks and cameras are a different story, as freevo does not
automatically mount these.

Duncan


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] DVD/CD with pictures

2007-11-12 Thread Duncan Webb
Christian Lyra wrote:
> Hi there,
> 
>   I have a few cds/DVDs with pictures. Freevo is able to identify it and 
> build the thumbnails, but when I select one of the pictures freevo 
> gives a error saying that it couldnt find the given image. If I 
> manually mount the CD everything works like expected. should I fill a 
> bug report?

I will investigate exactly what is going on with freevo mounting CD/DVDs.

Duncan


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users