Your message dated Wed, 28 Dec 2011 00:07:43 +0000
with message-id <[email protected]>
and subject line Bug#653172: Removed package(s) from unstable
has caused the Debian Bug report #374739,
regarding Autofs auto.smb attempts to mount printer drivers
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
374739: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=374739
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: Autofs
Version: 4.1.3+4.1.4beta2-10
the auto.smb script contains the following line:
/Disk/ { if (first) { print opts; first=0 }; print "
\\\n\t /" $2, "://" key "/" $2 }
SAMBA for some reason lists printer drivers as 'Disk'
shares:
IPC|IPC$|Remote IPC
Disk|print$|Printer Drivers
Disk|C|
Printer|HPLJ4L|HP LaserJet 4L
This produces error messages when a mount is attempted
for
//machinename/print
which doesn't exist:
automount[17409]: mount(generic): calling mount -t
cifs -s -o rw,credentials=/etc/auto.cifs.DELL3000
//DELL3000/print /smb/DELL3000/print
Jun 16 19:32:50 EMACH433 automount[17409]: >> retrying
with upper case share name
Jun 16 19:32:50 EMACH433 automount[17409]: >> mount
error 6 = No such device or address
The mount
A workaround is to make the mount conditional on the
share name not being print$ (WinXP) or PRINTER$
(Win9x):
/Disk/ { if (first) { print opts; first=0 }; if ($2
!= "PRINTER$") { if ($2 != "print$") print " \\\n\t /"
$2, "://" key "/" $2 } }
--- End Message ---
--- Begin Message ---
Version: 4.1.4+debian-3+rm
Dear submitter,
as the package autofs has just been removed from the Debian archive
unstable we hereby close the associated bug reports. We are sorry
that we couldn't deal with your issue properly.
For details on the removal, please see http://bugs.debian.org/653172
The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.
This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].
Debian distribution maintenance software
pp.
Luca Falavigna (the ftpmaster behind the curtain)
--- End Message ---