Bug 130589

Summary: No fstab entry added for USB camera
Product: [Fedora] Fedora Reporter: Tim Waugh <twaugh>
Component: halAssignee: John (J5) Palmieri <johnp>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: davidz, jkeck
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-08-23 21:38:15 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 123268    

Description Tim Waugh 2004-08-22 14:07:40 UTC
Description of problem:
When I plug in my USB camera I don't get any entry added to
/etc/fstab.  I have to mount it manually with 'mount /dev/sdc1
/mnt/camera'.  There are no subdirectories in /media.

Version-Release number of selected component (if applicable):
hal-0.2.97.cvs20040819-1

How reproducible:
100%

Additional info:
This stuff all used to work fine with hotplug/kudzu.

Comment 1 David Zeuthen 2004-08-22 14:16:05 UTC
I need two things.

1. With your camera plugged in, powered up and mounted please post the
output from lshal(1). 

2. Plug out your camera; stop the hal daemon (service haldaemon stop)
and paste the output from this

# hald --daemon=no

(wait 10-20 secs, then plug in your camera)

Thanks,
David


Comment 2 Tim Waugh 2004-08-23 12:36:04 UTC
I think the problem was the missing fstab-sync symlink.

See:

http://www.redhat.com/archives/fedora-devel-list/2004-August/msg00859.html

for a suggested change to the package scriptlets.

Comment 3 David Zeuthen 2004-08-23 21:38:15 UTC
The package is now installing the symlink and it's now called
50-fstab-sync.hal (all HAL callouts now need to have the .hal suffix).
I have uploaded a new pacakge hal-0.2.97.cvs20040823-1 to Rawhide with
this fix.