Package: autofs
Version: 4.1.4+debian-2.1
Severity: important

If a comment of a share contains special characters (like
German's dotted characters), this sometimes breaks the
list of available shares.

Details:
I created a simple script (/etc/auto.debug) to capture all input
from STDIN, write it to STDOUT and writing it into a file. I then
changed in /etc/auto.smb:

$SMBCLIENT $smbopts -gL $key 2>/dev/null| awk -v key="$key" -v
opts="$mountopts" -F'|' -- '

to:

$SMBCLIENT $smbopts -gL $key 2>/dev/null|/etc/auto.debug|awk -v
key="$key" -v opts="$mountopts" -F'|' -- '

My main interest is the share called "BackupInhouseteam$".

Sometimes the share is available through autofs. In these
cases, the relevant lines of the debug-file being created
by /etc/auto.debug are:

Disk|Zentralbetriebsrat$|Share für den [stripped]
Disk|BackupInhouseteam$|

If the share is not available through autofs, the part of
the file looks like:

Disk|Zentralbetriebsrat$|Share fDisk|BackupInhouseteam$|

It seems to break at the "ü"-character.

Armin



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to