Bug 28294 - Unterstützung für Einbindung von USB-Massenspeicher an Thin Clients mit lokalem Mount/Weiterleitung
Unterstützung für Einbindung von USB-Massenspeicher an Thin Clients mit lokal...
Status: CLOSED FIXED
Product: Z_Univention Corporate Client (UCC)
Classification: Unclassified
Component: Hardware and device support
unspecified
Other Linux
: P5 enhancement
: UCC 1.0
Assigned To: Moritz Muehlenhoff
Lukas Walter
: interim-2
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2012-08-24 12:36 CEST by Moritz Muehlenhoff
Modified: 2013-03-26 09:14 CET (History)
1 user (show)

See Also:
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

Note You need to log in before you can comment on or make changes to this bug.
Description Moritz Muehlenhoff univentionstaff 2012-08-24 12:36:06 CEST
TCS 3.1 unterstützt die Einbindung von USB-Massenspeicher und USB-CDROM/DVDROMs durch eine lokale udev-Mount-Regel. Der Massenspeicher wird dabei lokal auf dem Thin Client gemountet und das Remote-Zugriffstool (rdesktop oder Citrix) bindet den Inhalt des Verzeichnisses dann in die Remote-Sitzung ein.
Comment 1 Moritz Muehlenhoff univentionstaff 2012-08-27 14:44:01 CEST
Siehe auch Bug 25562
Comment 2 Moritz Muehlenhoff univentionstaff 2012-08-28 15:18:23 CEST
Siehe auch Bug 28353
Comment 3 Moritz Muehlenhoff univentionstaff 2012-11-15 15:31:09 CET
Die Weiterleitung wurde in univention-ucc-session-rdp integriert und erfolgreich getestet.
Comment 4 Moritz Muehlenhoff univentionstaff 2012-11-19 13:18:18 CET
cdpinger stammt aus dem ltspfs-Paket, dessen andere Komponenten wir aber nicht verwenden können.


Ich habe das ltspfs-Paket als cdpinger ins SVN importiert und gepatcht, so dass nur das cdpinger-Binary in das Binary-Paket cdpinger installiert wird.
Comment 5 Moritz Muehlenhoff univentionstaff 2012-11-19 15:49:04 CET
cdpinger wurde ebenfalls integriert. Der Mount von DVDs wurde mit dem schwarzen und dem weissen Laufwerk mit jeweils einer ISO9660-DVD (UCS) und einer UDF-DVD (Win7) getestet.

Die Integration in XenApp erfolgt über Bug 28301

Die Integration in UCC-TS erfolgt über Bug 28295
Comment 6 Felix Botner univentionstaff 2012-12-21 17:01:10 CET
univention-ucc-remote-mount/remove_fstab_entry
devicename=$(basename $1)

grep /dev/$deviceame1 /proc/mounts | while read DEV MOUNTPOINT REST; do
        umount -l ${DEV} 2>&1 >/dev/null # might fail for cdrom devices
        umount ${MOUNTPOINT} 2>&1 >/dev/null
        rmdir ${MOUNTPOINT}
done

( grep /dev/deviceame1 !!!!!)

Das führt dazu, dass das System nach dem Abziehen eines USB Stick kaputt ist (und neu installiert werden muss!).
Comment 7 Moritz Muehlenhoff univentionstaff 2013-01-02 10:31:18 CET
Fixed.
Comment 8 Lukas Walter univentionstaff 2013-01-09 09:37:19 CET
Das funktioniert jetzt.

Verified.
Comment 9 Moritz Muehlenhoff univentionstaff 2013-03-26 09:14:05 CET
UCC 1.0 has been released: 
http://forum.univention.de/viewtopic.php?f=26&t=2417
http://forum.univention.de/viewtopic.php?f=54&t=2418

If this error occurs again, please use "Clone This Bug".