Bug 31685

Summary: CD-ROM drives are not mounted in remote sessions
Product: Z_Univention Corporate Client (UCC) Reporter: Jan Christoph Ebersbach <ebersbach>
Component: Hardware and device supportAssignee: Felix Botner <botner>
Status: CLOSED FIXED QA Contact: Moritz Muehlenhoff <jmm>
Severity: normal    
Priority: P5 CC: gohmann, jmm
Version: unspecified   
Target Milestone: UCC 1.0-errata   
Hardware: Other   
OS: Linux   
What kind of report is it?: --- What type of bug is this?: ---
Who will be affected by this bug?: --- How will those affected feel about the bug?: ---
User Pain: Enterprise Customer affected?:
School Customer affected?: ISV affected?:
Waiting Support: Flags outvoted (downgraded) after PO Review:
Ticket number: Bug group (optional):
Max CVSS v3 score:
Attachments: Fix handling of CD-ROM drives

Description Jan Christoph Ebersbach univentionstaff 2013-06-10 13:41:08 CEST
Created attachment 5270 [details]
Fix handling of CD-ROM drives

The add_fstab_entry script quits as soon as it detects that the handled device is not attached to the USB bus.  Normal CD-ROM drives are therefore not handled properly and the cdpinger program is never executed.
Comment 1 Felix Botner univentionstaff 2013-06-17 14:56:19 CEST
fixed in ucc-errata for 3.1
Comment 2 Felix Botner univentionstaff 2013-06-27 10:37:51 CEST
added "cd" as valid device type in add_fstab_entry (univention-ucc-remote-mount)

-if [ "$ID_BUS" != "usb" ]; then
+ if [ "$ID_BUS" != "usb" ] && [ "${ID_TYPE}" != "cd" ]; then
Comment 3 Moritz Muehlenhoff univentionstaff 2013-06-27 12:49:53 CEST
That addresses the case that a non-USB drive is used for the remote mount, e.g. if a standard desktop system is used a thin client.

Functional QA occured through Bug 31713. Same for the YAMl file.
Comment 4 Moritz Muehlenhoff univentionstaff 2013-07-25 12:35:55 CEST
http://errata.univention.de/ucc/1.0/14.html