Package: usbmount Version: 0.0.15.1 Severity: normal Therefore it might be a good idea to validate that in /etc/usbmount/mount.d/00_create_model_symlink, for example:
--- # If the symlink does not yet exist, create it. # If the symlink points to the wrong thing, recreate it. if test -e "/var/run/usbmount/$name"; then test "$(readlink /var/run/usbmount/$name)" != "$UM_MOUNTPOINT" || exit 0 logger -p user.warning -t "00_create_model_symlink[$$]" "symlink '/var/run/usbmount/$name' and mount point '$UM_MOUNTPOINT' mismatch; removing symlink" rm -f "/var/run/usbmount/$name" fi ln -sf "$UM_MOUNTPOINT" "/var/run/usbmount/$name" --- Cheers, -- Cristian -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing') Architecture: i386 (i686) Kernel: Linux 2.6.26-1-686 (SMP w/2 CPU cores) Locale: LANG=C, LC_CTYPE= (charmap=ANSI_X3.4-1968) Shell: /bin/sh linked to /bin/bash Versions of packages usbmount depends on: ii lockfile-progs 0.1.11-0.1 Programs for locking and unlocking ii udev 0.125-7 /dev/ and hotplug management daemo usbmount recommends no packages. usbmount suggests no packages. -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]