Bug 9858

Summary: Missing ide-model.sh script in /etc/udev/scripts
Product: Branch 3.0 Reporter: Vladimir Zakharov <zakharov>
Component: udevAssignee: Sergey Vlasov <vsu>
Status: CLOSED FIXED QA Contact: at <at>
Severity: major    
Priority: P2    
Version: 3.0   
Hardware: all   
OS: Linux   
Attachments:
Description Flags
The missing file none

Description Vladimir Zakharov 2006-08-08 03:24:25 MSD
Trying to mount ATAPI ZIP-drive via udev I get this log:  
localhost udev[21682]: run_program: exec of program  
'/etc/udev/scripts/ide-model.sh' failed  
  
Issue: file ide-model.sh is abcent inside the directory but invoked 
from /etc/udev/rules.d/50-alt.rules. 
 
Solution: I find suitable script in Mandriva 2006.0 distribution. Works fine 
for me.  
Steps to Reproduce:
1. Click over iomega ZIP (or JAZZ) device icon on KDE 
2. Switch to 12-th console and see the logs 
Actual Results:  
Error message (see above). 

Expected Results:  
Something like: 
localhost udev[23428]: run_program:  
'/etc/udev/scripts/ide-model.sh' (stdout) 'IOMEGA ZIP 100 ATAPI'
Comment 1 Vladimir Zakharov 2006-08-08 03:31:54 MSD
Created attachment 1557 [details]
The missing file

Just copy this file with 'chown root' and 'chmod 755' to /etc/udev/scripts and
have a fun.
Comment 2 Anton Farygin 2006-09-29 12:55:48 MSD
Reassign
Comment 3 Sergey Vlasov 2006-09-29 13:31:03 MSD
Should be fixed now (there are no references to ide-model.sh in current
/etc/udev/rules.d/*.rules).