LTSP client fails to mount flashdisk with non-latin fs label

Bug #310538 reported by svp
2
Affects Status Importance Assigned to Milestone
ltspfs (Ubuntu)
Fix Released
Undecided
Unassigned

Bug Description

While trying to connect usbflash to LTSP terminal machine, I discovered that it's not possible if FS label contains Cyrillic. The problem happens during export command in the /lib/udev/add_fstab_entry script of the terminal machine. As a workaround I changed 9th string
export $(udevinfo -qenv -n ${DEVICENAME})
               to the following one
export `udevinfo -qenv -n ${DEVICENAME} | grep -v ID_FS_LABEL`
which simply skips ID_FS_LABEL variable which is not used in the script anyway.

# chroot /opt/ltsp/i386
# lsb_release -rd
Description: Ubuntu 8.04.1
Release: 8.04

# apt-cache policy ltspfsd
ltspfsd:
  Установлен: 0.5.0~bzr20080109-3ubuntu3
  Кандидат: 0.5.0~bzr20080109-3ubuntu3
  Таблица версий:
 *** 0.5.0~bzr20080109-3ubuntu3 0
        500 http://apt-cacher.dmz.rus.wtbts.net hardy-updates/main Packages
        100 /var/lib/dpkg/status
     0.5.0~bzr20080109-3ubuntu2 0
        500 http://apt-cacher.dmz.rus.wtbts.net hardy/main Packages

With latin-named flashdisks everything works as expected.

Revision history for this message
Alkis Georgopoulos (alkisg) wrote :

I think that this part of the code has been modified in revision 105 of ltspfs:
http://bazaar.launchpad.net/~ltsp-upstream/ltspfs/ltspfs-trunk/revision/105

Does the bug still occur for you in recent ltsp versions?

affects: ltsp (Ubuntu) → ltspfs (Ubuntu)
Changed in ltspfs (Ubuntu):
status: New → Incomplete
Revision history for this message
Scott Balneaves (sbalneav) wrote :

Fixed since at least jaunty, and fixed for sure in Karmic. please try and re-open if still a problem

Changed in ltspfs (Ubuntu):
status: Incomplete → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.