All of lore.kernel.org
 help / color / mirror / Atom feed
* Problem of concurrent mount/umount call
@ 2010-08-26 10:39 Erwan Loaëc
  2010-09-20  1:58 ` Ian Kent
  0 siblings, 1 reply; 15+ messages in thread
From: Erwan Loaëc @ 2010-08-26 10:39 UTC (permalink / raw)
  To: autofs

[-- Attachment #1: Type: text/plain, Size: 1099 bytes --]

Hello everybody!

Versions used:
- Autofs 5.0.5 with all patchs
- Kernel 2.6.26-2-686

/etc/auto.master:
/cifs /etc/auto.cifs --timeout=60

(the timeout is small to make easier to reproduce the issue after I've 
enable debug)

There is an issue which occurred regularly (in August, it happens 3 
times). It seems that when a mount expires, and the same mount is called 
a the "same" time, automount hangs.

Please take a look to my debug log (in attachment), this is the debug 
log when the problem occurred.

Scenario:

Line 121 (10h10m40s) : Call to the share /cifs/SERV2/TM_termoz
Line 351 (10h11m42s) : Mount /cifs/SERV2/TM_termoz expiring
Line 356 (10h11m42s) : New call to the share /cifs/SERV2/TM_termoz
Line 401 (10h11m42s) : Umount /cifs/SERV2/TM_termoz with error

Then, obviously it cannot remove directory /cifs/SERV2

The automount hangs after this, so each I/O on /cifs/SERV2/TM_termoz 
hangs too...

If you want to check debug file through your browser: 
http://paste-it.net/public/n1e7286/

Otherwise, attachment :)

Is anyone has suggestions about my problem...

Thanks!

-- 
Erwan

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: autofs.debug.log --]
[-- Type: text/x-log; name="autofs.debug.log", Size: 63290 bytes --]

Aug 26 10:10:40 bacchus automount[17827]: handle_packet: type = 3
Aug 26 10:10:40 bacchus automount[17827]: handle_packet_missing_indirect: token 1522, name SERV1, request pid 29498
Aug 26 10:10:40 bacchus automount[17827]: attempting to mount entry /cifs/SERV1
Aug 26 10:10:40 bacchus automount[17827]: lookup_mount: lookup(program): SERV1 -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile  #011 /mediatheque_termox ://SERV1/mediatheque_termox  #011 /TM_termoz ://SERV1/TM_termoz  #011 /C\$ ://SERV1/C\$  #011 /logfz ://SERV1/logfz  #011 /ORL_jobs ://SERV1/ORL_jobs  #011 /termozOblo ://SERV1/termozOblo  #011 /ADMIN\$ ://SERV1/ADMIN\$  #011 /termozAFT ://SERV1/termozAFT  #011 /tmp_dev_termox ://SERV1/tmp_dev_termox  #011 /nescafe ://SERV1/nescafe  #011 /E\$ ://SERV1/E\$  #011 /termozs ://SERV1/termozs
Aug 26 10:10:40 bacchus automount[17827]: lookup_mount: lookup(program): looking up SERV1
Aug 26 10:10:40 bacchus automount[17827]: lookup_mount: lookup(program): SERV1 -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile  #011 /mediatheque_termox ://SERV1/mediatheque_termox  #011 /TM_termoz ://SERV1/TM_termoz  #011 /C\$ ://SERV1/C\$  #011 /logfz ://SERV1/logfz  #011 /ORL_jobs ://SERV1/ORL_jobs  #011 /termozOblo ://SERV1/termozOblo  #011 /ADMIN\$ ://SERV1/ADMIN\$  #011 /termozAFT ://SERV1/termozAFT  #011 /tmp_dev_termox ://SERV1/tmp_dev_termox  #011 /nescafe ://SERV1/nescafe  #011 /E\$ ://SERV1/E\$  #011 /termozs ://SERV1/termozs
Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): expanded entry: -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile  #011 /mediatheque_termox ://SERV1/mediatheque_termox  #011 /TM_termoz ://SERV1/TM_termoz  #011 /C\$ ://SERV1/C\$  #011 /logfz ://SERV1/logfz  #011 /ORL_jobs ://SERV1/ORL_jobs  #011 /termozOblo ://SERV1/termozOblo  #011 /ADMIN\$ ://SERV1/ADMIN\$  #011 /termozAFT ://SERV1/termozAFT  #011 /tmp_dev_termox ://SERV1/tmp_dev_termox  #011 /nescafe ://SERV1/nescafe  #011 /E\$ ://SERV1/E\$  #011 /termozs ://SERV1/termozs
Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/mediatheque_termox") -> /mediatheque_termox
Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV1/mediatheque_termox") -> ://SERV1/mediatheque_termox
Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /mediatheque_termox -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV1/mediatheque_termox
Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/TM_termoz") -> /TM_termoz
Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV1/TM_termoz") -> ://SERV1/TM_termoz
Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /TM_termoz -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV1/TM_termoz
Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/C\$") -> /C$
Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV1/C\$") -> ://SERV1/C$
Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /C$ -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV1/C$
Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/logfz") -> /logfz
Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV1/logfz") -> ://SERV1/logfz
Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /logfz -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV1/logfz
Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/ORL_jobs") -> /ORL_jobs
Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV1/ORL_jobs") -> ://SERV1/ORL_jobs
Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /ORL_jobs -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV1/ORL_jobs
Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/termozOblo") -> /termozOblo
Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV1/termozOblo") -> ://SERV1/termozOblo
Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /termozOblo -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV1/termozOblo
Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/ADMIN\$") -> /ADMIN$
Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV1/ADMIN\$") -> ://SERV1/ADMIN$
Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /ADMIN$ -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV1/ADMIN$
Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/termozAFT") -> /termozAFT
Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV1/termozAFT") -> ://SERV1/termozAFT
Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /termozAFT -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV1/termozAFT
Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/tmp_dev_termox") -> /tmp_dev_termox
Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV1/tmp_dev_termox") -> ://SERV1/tmp_dev_termox
Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /tmp_dev_termox -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV1/tmp_dev_termox
Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/nescafe") -> /nescafe
Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV1/nescafe") -> ://SERV1/nescafe
Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /nescafe -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV1/nescafe
Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/E\$") -> /E$
Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV1/E\$") -> ://SERV1/E$
Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /E$ -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV1/E$
Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/termozs") -> /termozs
Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV1/termozs") -> ://SERV1/termozs
Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /termozs -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV1/termozs
Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV1/ADMIN$ at /cifs/SERV1
Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV1/ADMIN$
Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV1/ADMIN$ with timeout 60, freq 15 seconds
Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV1/ADMIN$ at /cifs/SERV1/ADMIN$
Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV1/C$ at /cifs/SERV1
Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV1/C$
Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV1/C$ with timeout 60, freq 15 seconds
Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV1/C$ at /cifs/SERV1/C$
Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV1/E$ at /cifs/SERV1
Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV1/E$
Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV1/E$ with timeout 60, freq 15 seconds
Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV1/E$ at /cifs/SERV1/E$
Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV1/ORL_jobs at /cifs/SERV1
Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV1/ORL_jobs
Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV1/ORL_jobs with timeout 60, freq 15 seconds
Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV1/ORL_jobs at /cifs/SERV1/ORL_jobs
Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV1/TM_termoz at /cifs/SERV1
Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV1/TM_termoz
Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV1/TM_termoz with timeout 60, freq 15 seconds
Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV1/TM_termoz at /cifs/SERV1/TM_termoz
Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV1/termozAFT at /cifs/SERV1
Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV1/termozAFT
Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV1/termozAFT with timeout 60, freq 15 seconds
Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV1/termozAFT at /cifs/SERV1/termozAFT
Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV1/termozOblo at /cifs/SERV1
Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV1/termozOblo
Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV1/termozOblo with timeout 60, freq 15 seconds
Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV1/termozOblo at /cifs/SERV1/termozOblo
Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV1/termozs at /cifs/SERV1
Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV1/termozs
Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV1/termozs with timeout 60, freq 15 seconds
Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV1/termozs at /cifs/SERV1/termozs
Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV1/logfz at /cifs/SERV1
Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV1/logfz
Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV1/logfz with timeout 60, freq 15 seconds
Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV1/logfz at /cifs/SERV1/logfz
Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV1/mediatheque_termox at /cifs/SERV1
Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV1/mediatheque_termox
Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV1/mediatheque_termox with timeout 60, freq 15 seconds
Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV1/mediatheque_termox at /cifs/SERV1/mediatheque_termox
Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV1/tmp_dev_termox at /cifs/SERV1
Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV1/tmp_dev_termox
Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV1/tmp_dev_termox with timeout 60, freq 15 seconds
Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV1/tmp_dev_termox at /cifs/SERV1/tmp_dev_termox
Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV1/nescafe at /cifs/SERV1
Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV1/nescafe
Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV1/nescafe with timeout 60, freq 15 seconds
Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV1/nescafe at /cifs/SERV1/nescafe
Aug 26 10:10:40 bacchus automount[17827]: ioctl_send_ready: token = 1522
Aug 26 10:10:40 bacchus automount[17827]: mounted /cifs/SERV1
Aug 26 10:10:40 bacchus automount[17827]: handle_packet: type = 5
Aug 26 10:10:40 bacchus automount[17827]: handle_packet_missing_direct: token 1523, name /cifs/SERV1/TM_termoz, request pid 29498
Aug 26 10:10:40 bacchus automount[17827]: attempting to mount entry /cifs/SERV1/TM_termoz
Aug 26 10:10:40 bacchus automount[17827]: lookup_mount: lookup(program): /cifs/SERV1/TM_termoz -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV1/TM_termoz
Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): expanded entry: -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV1/TM_termoz
Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
Aug 26 10:10:40 bacchus automount[17827]: sun_mount: parse(sun): mounting root /tmp/auto00JJof, mountpoint /cifs/SERV1/TM_termoz, what //SERV1/TM_termoz, fstype cifs, options file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
Aug 26 10:10:40 bacchus automount[17827]: do_mount: //SERV1/TM_termoz /cifs/SERV1/TM_termoz type cifs options file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile using module generic
Aug 26 10:10:40 bacchus automount[17827]: mount_mount: mount(generic): calling mkdir_path /tmp/auto00JJof
Aug 26 10:10:40 bacchus automount[17827]: mount_mount: mount(generic): calling mount -t cifs -s -o file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile //SERV1/TM_termoz /tmp/auto00JJof
Aug 26 10:10:40 bacchus automount[17827]: mount_mount: mount(generic): mounted //SERV1/TM_termoz type cifs on /tmp/auto00JJof
Aug 26 10:10:40 bacchus automount[17827]: move_mount: moved mount tree from /tmp/auto00JJof to /cifs/SERV1/TM_termoz
Aug 26 10:10:40 bacchus automount[17827]: ioctl_send_ready: token = 1523
Aug 26 10:10:40 bacchus automount[17827]: mounted /cifs/SERV1/TM_termoz
Aug 26 10:10:40 bacchus automount[17827]: handle_packet: type = 3
Aug 26 10:10:40 bacchus automount[17827]: handle_packet_missing_indirect: token 1524, name SERV2, request pid 29498
Aug 26 10:10:40 bacchus automount[17827]: attempting to mount entry /cifs/SERV2
Aug 26 10:10:40 bacchus automount[17827]: lookup_mount: lookup(program): SERV2 -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile  #011 /TM_termoz ://SERV2/TM_termoz  #011 /C\$ ://SERV2/C\$  #011 /01_MARKETING ://SERV2/01_MARKETING  #011 /06_UTILISATEURS ://SERV2/06_UTILISATEURS  #011 /04_SERVICE-CLIENTS ://SERV2/04_SERVICE-CLIENTS  #011 /Projets ://SERV2/Projets  #011 /F\$ ://SERV2/F\$  #011 /02_ADMINISTRATIF ://SERV2/02_ADMINISTRATIF  #011 /03_EXPLOITATION ://SERV2/03_EXPLOITATION  #011 /05_TELECHARGEMENTS ://SERV2/05_TELECHARGEMENTS  #011 /powervault ://SERV2/powervault  #011 /07_PRODUCTION ://SERV2/07_PRODUCTION  #011 /packages ://SERV2/packages  #011 /08_BDD ://SERV2/08_BDD  #011 /ADMIN\$ ://SERV2/ADMIN\$  #011 /CGIN ://SERV2/CGIN  #011 /ImageMagick-6.3.3V6 ://SERV2/ImageMagick-6.3.3V6  #011 /D\$ ://SERV2/D\$  #011 /temp ://SERV2/temp  #011 /termozs ://SERV2/termozs  #011 /Projets_Air ://SERV2/Projets_Air
Aug 26 10:10:40 bacchus automount[17827]: lookup_mount: lookup(program): looking up SERV2
Aug 26 10:10:40 bacchus automount[17827]: lookup_mount: lookup(program): SERV2 -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile  #011 /TM_termoz ://SERV2/TM_termoz  #011 /C\$ ://SERV2/C\$  #011 /01_MARKETING ://SERV2/01_MARKETING  #011 /06_UTILISATEURS ://SERV2/06_UTILISATEURS  #011 /04_SERVICE-CLIENTS ://SERV2/04_SERVICE-CLIENTS  #011 /Projets ://SERV2/Projets  #011 /F\$ ://SERV2/F\$  #011 /02_ADMINISTRATIF ://SERV2/02_ADMINISTRATIF  #011 /03_EXPLOITATION ://SERV2/03_EXPLOITATION  #011 /05_TELECHARGEMENTS ://SERV2/05_TELECHARGEMENTS  #011 /powervault ://SERV2/powervault  #011 /07_PRODUCTION ://SERV2/07_PRODUCTION  #011 /packages ://SERV2/packages  #011 /08_BDD ://SERV2/08_BDD  #011 /ADMIN\$ ://SERV2/ADMIN\$  #011 /CGIN ://SERV2/CGIN  #011 /ImageMagick-6.3.3V6 ://SERV2/ImageMagick-6.3.3V6  #011 /D\$ ://SERV2/D\$  #011 /temp ://SERV2/temp  #011 /termozs ://SERV2/termozs  #011 /Projets_Air ://SERV2/Projets_Air
Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): expanded entry: -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile  #011 /TM_termoz ://SERV2/TM_termoz  #011 /C\$ ://SERV2/C\$  #011 /01_MARKETING ://SERV2/01_MARKETING  #011 /06_UTILISATEURS ://SERV2/06_UTILISATEURS  #011 /04_SERVICE-CLIENTS ://SERV2/04_SERVICE-CLIENTS  #011 /Projets ://SERV2/Projets  #011 /F\$ ://SERV2/F\$  #011 /02_ADMINISTRATIF ://SERV2/02_ADMINISTRATIF  #011 /03_EXPLOITATION ://SERV2/03_EXPLOITATION  #011 /05_TELECHARGEMENTS ://SERV2/05_TELECHARGEMENTS  #011 /powervault ://SERV2/powervault  #011 /07_PRODUCTION ://SERV2/07_PRODUCTION  #011 /packages ://SERV2/packages  #011 /08_BDD ://SERV2/08_BDD  #011 /ADMIN\$ ://SERV2/ADMIN\$  #011 /CGIN ://SERV2/CGIN  #011 /ImageMagick-6.3.3V6 ://SERV2/ImageMagick-6.3.3V6  #011 /D\$ ://SERV2/D\$  #011 /temp ://SERV2/temp  #011 /termozs ://SERV2/termozs  #011 /Projets_Air ://SERV2/Projets_Air
Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/TM_termoz") -> /TM_termoz
Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/TM_termoz") -> ://SERV2/TM_termoz
Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /TM_termoz -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/TM_termoz
Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/C\$") -> /C$
Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/C\$") -> ://SERV2/C$
Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /C$ -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/C$
Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/01_MARKETING") -> /01_MARKETING
Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/01_MARKETING") -> ://SERV2/01_MARKETING
Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /01_MARKETING -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/01_MARKETING
Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/06_UTILISATEURS") -> /06_UTILISATEURS
Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/06_UTILISATEURS") -> ://SERV2/06_UTILISATEURS
Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /06_UTILISATEURS -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/06_UTILISATEURS
Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/04_SERVICE-CLIENTS") -> /04_SERVICE-CLIENTS
Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/04_SERVICE-CLIENTS") -> ://SERV2/04_SERVICE-CLIENTS
Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /04_SERVICE-CLIENTS -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/04_SERVICE-CLIENTS
Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/Projets") -> /Projets
Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/Projets") -> ://SERV2/Projets
Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /Projets -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/Projets
Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/F\$") -> /F$
Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/F\$") -> ://SERV2/F$
Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /F$ -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/F$
Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/02_ADMINISTRATIF") -> /02_ADMINISTRATIF
Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/02_ADMINISTRATIF") -> ://SERV2/02_ADMINISTRATIF
Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /02_ADMINISTRATIF -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/02_ADMINISTRATIF
Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/03_EXPLOITATION") -> /03_EXPLOITATION
Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/03_EXPLOITATION") -> ://SERV2/03_EXPLOITATION
Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /03_EXPLOITATION -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/03_EXPLOITATION
Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/05_TELECHARGEMENTS") -> /05_TELECHARGEMENTS
Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/05_TELECHARGEMENTS") -> ://SERV2/05_TELECHARGEMENTS
Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /05_TELECHARGEMENTS -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/05_TELECHARGEMENTS
Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/powervault") -> /powervault
Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/powervault") -> ://SERV2/powervault
Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /powervault -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/powervault
Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/07_PRODUCTION") -> /07_PRODUCTION
Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/07_PRODUCTION") -> ://SERV2/07_PRODUCTION
Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /07_PRODUCTION -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/07_PRODUCTION
Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/packages") -> /packages
Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/packages") -> ://SERV2/packages
Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /packages -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/packages
Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/08_BDD") -> /08_BDD
Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/08_BDD") -> ://SERV2/08_BDD
Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /08_BDD -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/08_BDD
Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/ADMIN\$") -> /ADMIN$
Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/ADMIN\$") -> ://SERV2/ADMIN$
Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /ADMIN$ -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/ADMIN$
Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/CGIN") -> /CGIN
Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/CGIN") -> ://SERV2/CGIN
Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /CGIN -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/CGIN
Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/ImageMagick-6.3.3V6") -> /ImageMagick-6.3.3V6
Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/ImageMagick-6.3.3V6") -> ://SERV2/ImageMagick-6.3.3V6
Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /ImageMagick-6.3.3V6 -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/ImageMagick-6.3.3V6
Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/D\$") -> /D$
Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/D\$") -> ://SERV2/D$
Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /D$ -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/D$
Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/temp") -> /temp
Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/temp") -> ://SERV2/temp
Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /temp -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/temp
Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/termozs") -> /termozs
Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/termozs") -> ://SERV2/termozs
Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /termozs -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/termozs
Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/Projets_Air") -> /Projets_Air
Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/Projets_Air") -> ://SERV2/Projets_Air
Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /Projets_Air -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/Projets_Air
Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/01_MARKETING at /cifs/SERV2
Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/01_MARKETING
Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/01_MARKETING with timeout 60, freq 15 seconds
Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/01_MARKETING at /cifs/SERV2/01_MARKETING
Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/02_ADMINISTRATIF at /cifs/SERV2
Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/02_ADMINISTRATIF
Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/02_ADMINISTRATIF with timeout 60, freq 15 seconds
Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/02_ADMINISTRATIF at /cifs/SERV2/02_ADMINISTRATIF
Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/03_EXPLOITATION at /cifs/SERV2
Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/03_EXPLOITATION
Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/03_EXPLOITATION with timeout 60, freq 15 seconds
Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/03_EXPLOITATION at /cifs/SERV2/03_EXPLOITATION
Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/04_SERVICE-CLIENTS at /cifs/SERV2
Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/04_SERVICE-CLIENTS
Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/04_SERVICE-CLIENTS with timeout 60, freq 15 seconds
Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/04_SERVICE-CLIENTS at /cifs/SERV2/04_SERVICE-CLIENTS
Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/05_TELECHARGEMENTS at /cifs/SERV2
Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/05_TELECHARGEMENTS
Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/05_TELECHARGEMENTS with timeout 60, freq 15 seconds
Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/05_TELECHARGEMENTS at /cifs/SERV2/05_TELECHARGEMENTS
Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/06_UTILISATEURS at /cifs/SERV2
Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/06_UTILISATEURS
Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/06_UTILISATEURS with timeout 60, freq 15 seconds
Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/06_UTILISATEURS at /cifs/SERV2/06_UTILISATEURS
Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/07_PRODUCTION at /cifs/SERV2
Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/07_PRODUCTION
Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/07_PRODUCTION with timeout 60, freq 15 seconds
Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/07_PRODUCTION at /cifs/SERV2/07_PRODUCTION
Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/08_BDD at /cifs/SERV2
Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/08_BDD
Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/08_BDD with timeout 60, freq 15 seconds
Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/08_BDD at /cifs/SERV2/08_BDD
Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/ADMIN$ at /cifs/SERV2
Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/ADMIN$
Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/ADMIN$ with timeout 60, freq 15 seconds
Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/ADMIN$ at /cifs/SERV2/ADMIN$
Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/C$ at /cifs/SERV2
Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/C$
Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/C$ with timeout 60, freq 15 seconds
Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/C$ at /cifs/SERV2/C$
Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/CGIN at /cifs/SERV2
Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/CGIN
Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/CGIN with timeout 60, freq 15 seconds
Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/CGIN at /cifs/SERV2/CGIN
Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/D$ at /cifs/SERV2
Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/D$
Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/D$ with timeout 60, freq 15 seconds
Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/D$ at /cifs/SERV2/D$
Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/F$ at /cifs/SERV2
Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/F$
Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/F$ with timeout 60, freq 15 seconds
Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/F$ at /cifs/SERV2/F$
Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/ImageMagick-6.3.3V6 at /cifs/SERV2
Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/ImageMagick-6.3.3V6
Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/ImageMagick-6.3.3V6 with timeout 60, freq 15 seconds
Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/ImageMagick-6.3.3V6 at /cifs/SERV2/ImageMagick-6.3.3V6
Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/TM_termoz at /cifs/SERV2
Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/TM_termoz
Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/TM_termoz with timeout 60, freq 15 seconds
Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/TM_termoz at /cifs/SERV2/TM_termoz
Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/Projets at /cifs/SERV2
Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/Projets
Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/Projets with timeout 60, freq 15 seconds
Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/Projets at /cifs/SERV2/Projets
Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/Projets_Air at /cifs/SERV2
Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/Projets_Air
Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/Projets_Air with timeout 60, freq 15 seconds
Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/Projets_Air at /cifs/SERV2/Projets_Air
Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/termozs at /cifs/SERV2
Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/termozs
Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/termozs with timeout 60, freq 15 seconds
Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/termozs at /cifs/SERV2/termozs
Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/packages at /cifs/SERV2
Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/packages
Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/packages with timeout 60, freq 15 seconds
Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/packages at /cifs/SERV2/packages
Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/powervault at /cifs/SERV2
Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/powervault
Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/powervault with timeout 60, freq 15 seconds
Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/powervault at /cifs/SERV2/powervault
Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/temp at /cifs/SERV2
Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/temp
Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/temp with timeout 60, freq 15 seconds
Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/temp at /cifs/SERV2/temp
Aug 26 10:10:40 bacchus automount[17827]: ioctl_send_ready: token = 1524
Aug 26 10:10:40 bacchus automount[17827]: handle_packet: type = 5
Aug 26 10:10:40 bacchus automount[17827]: handle_packet_missing_direct: token 1525, name /cifs/SERV2/TM_termoz, request pid 29498
Aug 26 10:10:40 bacchus automount[17827]: attempting to mount entry /cifs/SERV2/TM_termoz
Aug 26 10:10:40 bacchus automount[17827]: lookup_mount: lookup(program): /cifs/SERV2/TM_termoz -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/TM_termoz
Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): expanded entry: -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/TM_termoz
Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
Aug 26 10:10:40 bacchus automount[17827]: sun_mount: parse(sun): mounting root /tmp/autoC7eymh, mountpoint /cifs/SERV2/TM_termoz, what //SERV2/TM_termoz, fstype cifs, options file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
Aug 26 10:10:40 bacchus automount[17827]: do_mount: //SERV2/TM_termoz /cifs/SERV2/TM_termoz type cifs options file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile using module generic
Aug 26 10:10:40 bacchus automount[17827]: mount_mount: mount(generic): calling mkdir_path /tmp/autoC7eymh
Aug 26 10:10:40 bacchus automount[17827]: mount_mount: mount(generic): calling mount -t cifs -s -o file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile //SERV2/TM_termoz /tmp/autoC7eymh
Aug 26 10:10:40 bacchus automount[17827]: mounted /cifs/SERV2
Aug 26 10:10:40 bacchus automount[17827]: mount_mount: mount(generic): mounted //SERV2/TM_termoz type cifs on /tmp/autoC7eymh
Aug 26 10:10:40 bacchus automount[17827]: move_mount: moved mount tree from /tmp/autoC7eymh to /cifs/SERV2/TM_termoz
Aug 26 10:10:40 bacchus automount[17827]: ioctl_send_ready: token = 1525
Aug 26 10:10:40 bacchus automount[17827]: mounted /cifs/SERV2/TM_termoz
Aug 26 10:10:42 bacchus automount[17827]: st_expire: state 1 path /cifs
Aug 26 10:10:42 bacchus automount[17827]: expire_proc: exp_proc = 3074403216 path /cifs
Aug 26 10:10:42 bacchus automount[17827]: expire_proc_indirect: expire /cifs/SERV1/TM_termoz
Aug 26 10:10:42 bacchus automount[17827]: expire_proc_indirect: expire /cifs/SERV2/TM_termoz
Aug 26 10:10:42 bacchus automount[17827]: 2 remaining in /cifs
Aug 26 10:10:42 bacchus automount[17827]: expire_cleanup: got thid 3074403216 path /cifs stat 36
Aug 26 10:10:42 bacchus automount[17827]: expire_cleanup: sigchld: exp 3074403216 finished, switching from 2 to 1
Aug 26 10:10:42 bacchus automount[17827]: st_ready: st_ready(): state = 2 path /cifs
Aug 26 10:10:57 bacchus automount[17827]: st_expire: state 1 path /cifs
Aug 26 10:10:57 bacchus automount[17827]: expire_proc: exp_proc = 3074403216 path /cifs
Aug 26 10:10:57 bacchus automount[17827]: expire_proc_indirect: expire /cifs/SERV1/TM_termoz
Aug 26 10:10:57 bacchus automount[17827]: expire_proc_indirect: expire /cifs/SERV2/TM_termoz
Aug 26 10:10:57 bacchus automount[17827]: 2 remaining in /cifs
Aug 26 10:10:57 bacchus automount[17827]: expire_cleanup: got thid 3074403216 path /cifs stat 36
Aug 26 10:10:57 bacchus automount[17827]: expire_cleanup: sigchld: exp 3074403216 finished, switching from 2 to 1
Aug 26 10:10:57 bacchus automount[17827]: st_ready: st_ready(): state = 2 path /cifs
Aug 26 10:11:12 bacchus automount[17827]: st_expire: state 1 path /cifs
Aug 26 10:11:12 bacchus automount[17827]: expire_proc: exp_proc = 3074403216 path /cifs
Aug 26 10:11:12 bacchus automount[17827]: expire_proc_indirect: expire /cifs/SERV1/TM_termoz
Aug 26 10:11:12 bacchus automount[17827]: expire_proc_indirect: expire /cifs/SERV2/TM_termoz
Aug 26 10:11:12 bacchus automount[17827]: 2 remaining in /cifs
Aug 26 10:11:12 bacchus automount[17827]: expire_cleanup: got thid 3074403216 path /cifs stat 36
Aug 26 10:11:12 bacchus automount[17827]: expire_cleanup: sigchld: exp 3074403216 finished, switching from 2 to 1
Aug 26 10:11:12 bacchus automount[17827]: st_ready: st_ready(): state = 2 path /cifs
Aug 26 10:11:27 bacchus automount[17827]: st_expire: state 1 path /cifs
Aug 26 10:11:27 bacchus automount[17827]: expire_proc: exp_proc = 3074403216 path /cifs
Aug 26 10:11:27 bacchus automount[17827]: expire_proc_indirect: expire /cifs/SERV1/TM_termoz
Aug 26 10:11:27 bacchus automount[17827]: expire_proc_indirect: expire /cifs/SERV2/TM_termoz
Aug 26 10:11:27 bacchus automount[17827]: 2 remaining in /cifs
Aug 26 10:11:27 bacchus automount[17827]: expire_cleanup: got thid 3074403216 path /cifs stat 36
Aug 26 10:11:27 bacchus automount[17827]: expire_cleanup: sigchld: exp 3074403216 finished, switching from 2 to 1
Aug 26 10:11:27 bacchus automount[17827]: st_ready: st_ready(): state = 2 path /cifs
Aug 26 10:11:42 bacchus automount[17827]: st_expire: state 1 path /cifs
Aug 26 10:11:42 bacchus automount[17827]: expire_proc: exp_proc = 3074403216 path /cifs
Aug 26 10:11:42 bacchus automount[17827]: expire_proc_indirect: expire /cifs/SERV1/TM_termoz
Aug 26 10:11:42 bacchus automount[17827]: expire_proc_indirect: expire /cifs/SERV2/TM_termoz
Aug 26 10:11:42 bacchus automount[17827]: handle_packet: type = 6
Aug 26 10:11:42 bacchus automount[17827]: handle_packet_expire_direct: token 1526, name /cifs/SERV2/TM_termoz
Aug 26 10:11:42 bacchus automount[17827]: expiring path /cifs/SERV2/TM_termoz
Aug 26 10:11:42 bacchus automount[17827]: umount_multi: path /cifs/SERV2/TM_termoz incl 1
Aug 26 10:11:42 bacchus automount[17827]: umount_subtree_mounts: unmounting dir = /cifs/SERV2/TM_termoz
Aug 26 10:11:42 bacchus automount[17827]: expired /cifs/SERV2/TM_termoz
Aug 26 10:11:42 bacchus automount[17827]: ioctl_send_ready: token = 1526
Aug 26 10:11:42 bacchus automount[17827]: handle_packet: type = 5
Aug 26 10:11:42 bacchus automount[17827]: handle_packet_missing_direct: token 1527, name /cifs/SERV2/TM_termoz, request pid 29523
Aug 26 10:11:42 bacchus automount[17827]: attempting to mount entry /cifs/SERV2/TM_termoz
Aug 26 10:11:42 bacchus automount[17827]: lookup_mount: lookup(program): /cifs/SERV2/TM_termoz -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/TM_termoz
Aug 26 10:11:42 bacchus automount[17827]: parse_mount: parse(sun): expanded entry: -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/TM_termoz
Aug 26 10:11:42 bacchus automount[17827]: parse_mount: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
Aug 26 10:11:42 bacchus automount[17827]: sun_mount: parse(sun): mounting root /tmp/auto1I7gB7, mountpoint /cifs/SERV2/TM_termoz, what //SERV2/TM_termoz, fstype cifs, options file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
Aug 26 10:11:42 bacchus automount[17827]: do_mount: //SERV2/TM_termoz /cifs/SERV2/TM_termoz type cifs options file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile using module generic
Aug 26 10:11:42 bacchus automount[17827]: mount_mount: mount(generic): calling mkdir_path /tmp/auto1I7gB7
Aug 26 10:11:42 bacchus automount[17827]: mount_mount: mount(generic): calling mount -t cifs -s -o file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile //SERV2/TM_termoz /tmp/auto1I7gB7
Aug 26 10:11:42 bacchus automount[17827]: mount_mount: mount(generic): mounted //SERV2/TM_termoz type cifs on /tmp/auto1I7gB7
Aug 26 10:11:42 bacchus automount[17827]: move_mount: moved mount tree from /tmp/auto1I7gB7 to /cifs/SERV2/TM_termoz
Aug 26 10:11:42 bacchus automount[17827]: handle_packet: type = 4
Aug 26 10:11:42 bacchus automount[17827]: handle_packet_expire_indirect: token 1528, name SERV2
Aug 26 10:11:42 bacchus automount[17827]: expiring path /cifs/SERV2
Aug 26 10:11:42 bacchus automount[17827]: umount_multi: path /cifs/SERV2 incl 1
Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/01_MARKETING
Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/01_MARKETING
Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/02_ADMINISTRATIF
Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/02_ADMINISTRATIF
Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/03_EXPLOITATION
Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/03_EXPLOITATION
Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/04_SERVICE-CLIENTS
Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/04_SERVICE-CLIENTS
Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/05_TELECHARGEMENTS
Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/05_TELECHARGEMENTS
Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/06_UTILISATEURS
Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/06_UTILISATEURS
Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/07_PRODUCTION
Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/07_PRODUCTION
Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/08_BDD
Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/08_BDD
Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/ADMIN$
Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/ADMIN$
Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/C$
Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/C$
Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/CGIN
Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/CGIN
Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/D$
Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/D$
Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/F$
Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/F$
Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/ImageMagick-6.3.3V6
Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/ImageMagick-6.3.3V6
Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/TM_termoz
Aug 26 10:11:42 bacchus automount[17827]: umount_autofs_offset: couldn't get ioctl fd for offset /cifs/SERV2/TM_termoz: No such file or directory
Aug 26 10:11:42 bacchus automount[17827]: forcing umount of offset mount /cifs/SERV2/TM_termoz
Aug 26 10:11:42 bacchus automount[17827]: failed to remove dir /cifs/SERV2/TM_termoz: Device or resource busy
Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/Projets
Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/Projets
Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/Projets_Air
Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/Projets_Air
Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/termozs
Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/termozs
Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/packages
Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/packages
Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/powervault
Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/powervault
Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/temp
Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/temp
Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/01_MARKETING
Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/02_ADMINISTRATIF
Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/03_EXPLOITATION
Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/04_SERVICE-CLIENTS
Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/05_TELECHARGEMENTS
Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/06_UTILISATEURS
Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/07_PRODUCTION
Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/08_BDD
Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/ADMIN$
Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/C$
Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/CGIN
Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/D$
Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/F$
Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/ImageMagick-6.3.3V6
Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/TM_termoz
Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/Projets
Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/Projets_Air
Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/termozs
Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/packages
Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/powervault
Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/temp
Aug 26 10:11:42 bacchus automount[17827]: ioctl_send_ready: token = 1527
Aug 26 10:11:42 bacchus automount[17827]: mounted /cifs/SERV2/TM_termoz
Aug 26 10:11:42 bacchus automount[17827]: handle_packet: type = 5
Aug 26 10:11:42 bacchus automount[17827]: rm_unwanted_fn: removing directory /cifs/SERV2
Aug 26 10:11:42 bacchus automount[17827]: unable to remove directory /cifs/SERV2: Directory not empty
Aug 26 10:11:42 bacchus automount[17827]: expired /cifs/SERV2
Aug 26 10:11:42 bacchus automount[17827]: handle_packet_missing_direct:1323: can't find map entry for (46,12396497)
Aug 26 10:11:42 bacchus automount[17827]: ioctl_send_ready: token = 1528
Aug 26 10:11:42 bacchus automount[17827]: 1 remaining in /cifs
Aug 26 10:11:42 bacchus automount[17827]: expire_cleanup: got thid 3074403216 path /cifs stat 36
Aug 26 10:11:42 bacchus automount[17827]: expire_cleanup: sigchld: exp 3074403216 finished, switching from 2 to 1
Aug 26 10:11:42 bacchus automount[17827]: st_ready: st_ready(): state = 2 path /cifs
Aug 26 10:11:57 bacchus automount[17827]: st_expire: state 1 path /cifs
Aug 26 10:11:57 bacchus automount[17827]: expire_proc: exp_proc = 3074403216 path /cifs
Aug 26 10:11:57 bacchus automount[17827]: expire_proc_indirect: expire /cifs/SERV1/TM_termoz
Aug 26 10:11:57 bacchus automount[17827]: 1 remaining in /cifs
Aug 26 10:11:57 bacchus automount[17827]: expire_cleanup: got thid 3074403216 path /cifs stat 15
Aug 26 10:11:57 bacchus automount[17827]: expire_cleanup: sigchld: exp 3074403216 finished, switching from 2 to 1
Aug 26 10:11:57 bacchus automount[17827]: st_ready: st_ready(): state = 2 path /cifs
Aug 26 10:12:12 bacchus automount[17827]: st_expire: state 1 path /cifs
Aug 26 10:12:12 bacchus automount[17827]: expire_proc: exp_proc = 3074403216 path /cifs
Aug 26 10:12:12 bacchus automount[17827]: expire_proc_indirect: expire /cifs/SERV1/TM_termoz
Aug 26 10:12:12 bacchus automount[17827]: 1 remaining in /cifs
Aug 26 10:12:12 bacchus automount[17827]: expire_cleanup: got thid 3074403216 path /cifs stat 15
Aug 26 10:12:12 bacchus automount[17827]: expire_cleanup: sigchld: exp 3074403216 finished, switching from 2 to 1
Aug 26 10:12:12 bacchus automount[17827]: st_ready: st_ready(): state = 2 path /cifs
Aug 26 10:12:27 bacchus automount[17827]: st_expire: state 1 path /cifs
Aug 26 10:12:27 bacchus automount[17827]: expire_proc: exp_proc = 3074403216 path /cifs
Aug 26 10:12:27 bacchus automount[17827]: expire_proc_indirect: expire /cifs/SERV1/TM_termoz

[-- Attachment #3: Type: text/plain, Size: 140 bytes --]

_______________________________________________
autofs mailing list
autofs@linux.kernel.org
http://linux.kernel.org/mailman/listinfo/autofs

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: Problem of concurrent mount/umount call
  2010-08-26 10:39 Problem of concurrent mount/umount call Erwan Loaëc
@ 2010-09-20  1:58 ` Ian Kent
  2010-09-20  2:08   ` Ian Kent
  0 siblings, 1 reply; 15+ messages in thread
From: Ian Kent @ 2010-09-20  1:58 UTC (permalink / raw)
  To: Erwan Loaëc; +Cc: autofs

On Thu, 2010-08-26 at 12:39 +0200, Erwan Loaëc wrote:
> Hello everybody!
> 
> Versions used:
> - Autofs 5.0.5 with all patchs
> - Kernel 2.6.26-2-686
> 
> /etc/auto.master:
> /cifs /etc/auto.cifs --timeout=60
> 
> (the timeout is small to make easier to reproduce the issue after I've 
> enable debug)
> 
> There is an issue which occurred regularly (in August, it happens 3 
> times). It seems that when a mount expires, and the same mount is called 
> a the "same" time, automount hangs.
> 
> Please take a look to my debug log (in attachment), this is the debug 
> log when the problem occurred.
> 
> Scenario:
> 
> Line 121 (10h10m40s) : Call to the share /cifs/SERV2/TM_termoz
> Line 351 (10h11m42s) : Mount /cifs/SERV2/TM_termoz expiring
> Line 356 (10h11m42s) : New call to the share /cifs/SERV2/TM_termoz
> Line 401 (10h11m42s) : Umount /cifs/SERV2/TM_termoz with error
> 
> Then, obviously it cannot remove directory /cifs/SERV2
> 
> The automount hangs after this, so each I/O on /cifs/SERV2/TM_termoz 
> hangs too...
> 
> If you want to check debug file through your browser: 
> http://paste-it.net/public/n1e7286/

That looks like a particularly nasty bug.
I'll have to think about this one for a while and try and work out what
is happening.

> 
> Otherwise, attachment :)
> 
> Is anyone has suggestions about my problem...
> 
> Thanks!
> 
> application log attachment (autofs.debug.log)
> Aug 26 10:10:40 bacchus automount[17827]: handle_packet: type = 3
> Aug 26 10:10:40 bacchus automount[17827]: handle_packet_missing_indirect: token 1522, name SERV1, request pid 29498
> Aug 26 10:10:40 bacchus automount[17827]: attempting to mount entry /cifs/SERV1
> Aug 26 10:10:40 bacchus automount[17827]: lookup_mount: lookup(program): SERV1 -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile  #011 /mediatheque_termox ://SERV1/mediatheque_termox  #011 /TM_termoz ://SERV1/TM_termoz  #011 /C\$ ://SERV1/C\$  #011 /logfz ://SERV1/logfz  #011 /ORL_jobs ://SERV1/ORL_jobs  #011 /termozOblo ://SERV1/termozOblo  #011 /ADMIN\$ ://SERV1/ADMIN\$  #011 /termozAFT ://SERV1/termozAFT  #011 /tmp_dev_termox ://SERV1/tmp_dev_termox  #011 /nescafe ://SERV1/nescafe  #011 /E\$ ://SERV1/E\$  #011 /termozs ://SERV1/termozs
> Aug 26 10:10:40 bacchus automount[17827]: lookup_mount: lookup(program): looking up SERV1
> Aug 26 10:10:40 bacchus automount[17827]: lookup_mount: lookup(program): SERV1 -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile  #011 /mediatheque_termox ://SERV1/mediatheque_termox  #011 /TM_termoz ://SERV1/TM_termoz  #011 /C\$ ://SERV1/C\$  #011 /logfz ://SERV1/logfz  #011 /ORL_jobs ://SERV1/ORL_jobs  #011 /termozOblo ://SERV1/termozOblo  #011 /ADMIN\$ ://SERV1/ADMIN\$  #011 /termozAFT ://SERV1/termozAFT  #011 /tmp_dev_termox ://SERV1/tmp_dev_termox  #011 /nescafe ://SERV1/nescafe  #011 /E\$ ://SERV1/E\$  #011 /termozs ://SERV1/termozs
> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): expanded entry: -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile  #011 /mediatheque_termox ://SERV1/mediatheque_termox  #011 /TM_termoz ://SERV1/TM_termoz  #011 /C\$ ://SERV1/C\$  #011 /logfz ://SERV1/logfz  #011 /ORL_jobs ://SERV1/ORL_jobs  #011 /termozOblo ://SERV1/termozOblo  #011 /ADMIN\$ ://SERV1/ADMIN\$  #011 /termozAFT ://SERV1/termozAFT  #011 /tmp_dev_termox ://SERV1/tmp_dev_termox  #011 /nescafe ://SERV1/nescafe  #011 /E\$ ://SERV1/E\$  #011 /termozs ://SERV1/termozs
> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/mediatheque_termox") -> /mediatheque_termox
> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV1/mediatheque_termox") -> ://SERV1/mediatheque_termox
> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /mediatheque_termox -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV1/mediatheque_termox
> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/TM_termoz") -> /TM_termoz
> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV1/TM_termoz") -> ://SERV1/TM_termoz
> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /TM_termoz -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV1/TM_termoz
> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/C\$") -> /C$
> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV1/C\$") -> ://SERV1/C$
> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /C$ -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV1/C$
> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/logfz") -> /logfz
> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV1/logfz") -> ://SERV1/logfz
> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /logfz -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV1/logfz
> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/ORL_jobs") -> /ORL_jobs
> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV1/ORL_jobs") -> ://SERV1/ORL_jobs
> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /ORL_jobs -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV1/ORL_jobs
> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/termozOblo") -> /termozOblo
> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV1/termozOblo") -> ://SERV1/termozOblo
> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /termozOblo -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV1/termozOblo
> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/ADMIN\$") -> /ADMIN$
> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV1/ADMIN\$") -> ://SERV1/ADMIN$
> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /ADMIN$ -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV1/ADMIN$
> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/termozAFT") -> /termozAFT
> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV1/termozAFT") -> ://SERV1/termozAFT
> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /termozAFT -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV1/termozAFT
> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/tmp_dev_termox") -> /tmp_dev_termox
> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV1/tmp_dev_termox") -> ://SERV1/tmp_dev_termox
> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /tmp_dev_termox -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV1/tmp_dev_termox
> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/nescafe") -> /nescafe
> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV1/nescafe") -> ://SERV1/nescafe
> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /nescafe -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV1/nescafe
> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/E\$") -> /E$
> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV1/E\$") -> ://SERV1/E$
> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /E$ -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV1/E$
> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/termozs") -> /termozs
> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV1/termozs") -> ://SERV1/termozs
> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /termozs -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV1/termozs
> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV1/ADMIN$ at /cifs/SERV1
> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV1/ADMIN$
> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV1/ADMIN$ with timeout 60, freq 15 seconds
> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV1/ADMIN$ at /cifs/SERV1/ADMIN$
> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV1/C$ at /cifs/SERV1
> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV1/C$
> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV1/C$ with timeout 60, freq 15 seconds
> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV1/C$ at /cifs/SERV1/C$
> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV1/E$ at /cifs/SERV1
> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV1/E$
> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV1/E$ with timeout 60, freq 15 seconds
> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV1/E$ at /cifs/SERV1/E$
> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV1/ORL_jobs at /cifs/SERV1
> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV1/ORL_jobs
> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV1/ORL_jobs with timeout 60, freq 15 seconds
> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV1/ORL_jobs at /cifs/SERV1/ORL_jobs
> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV1/TM_termoz at /cifs/SERV1
> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV1/TM_termoz
> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV1/TM_termoz with timeout 60, freq 15 seconds
> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV1/TM_termoz at /cifs/SERV1/TM_termoz
> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV1/termozAFT at /cifs/SERV1
> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV1/termozAFT
> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV1/termozAFT with timeout 60, freq 15 seconds
> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV1/termozAFT at /cifs/SERV1/termozAFT
> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV1/termozOblo at /cifs/SERV1
> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV1/termozOblo
> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV1/termozOblo with timeout 60, freq 15 seconds
> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV1/termozOblo at /cifs/SERV1/termozOblo
> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV1/termozs at /cifs/SERV1
> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV1/termozs
> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV1/termozs with timeout 60, freq 15 seconds
> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV1/termozs at /cifs/SERV1/termozs
> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV1/logfz at /cifs/SERV1
> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV1/logfz
> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV1/logfz with timeout 60, freq 15 seconds
> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV1/logfz at /cifs/SERV1/logfz
> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV1/mediatheque_termox at /cifs/SERV1
> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV1/mediatheque_termox
> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV1/mediatheque_termox with timeout 60, freq 15 seconds
> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV1/mediatheque_termox at /cifs/SERV1/mediatheque_termox
> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV1/tmp_dev_termox at /cifs/SERV1
> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV1/tmp_dev_termox
> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV1/tmp_dev_termox with timeout 60, freq 15 seconds
> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV1/tmp_dev_termox at /cifs/SERV1/tmp_dev_termox
> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV1/nescafe at /cifs/SERV1
> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV1/nescafe
> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV1/nescafe with timeout 60, freq 15 seconds
> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV1/nescafe at /cifs/SERV1/nescafe
> Aug 26 10:10:40 bacchus automount[17827]: ioctl_send_ready: token = 1522
> Aug 26 10:10:40 bacchus automount[17827]: mounted /cifs/SERV1
> Aug 26 10:10:40 bacchus automount[17827]: handle_packet: type = 5
> Aug 26 10:10:40 bacchus automount[17827]: handle_packet_missing_direct: token 1523, name /cifs/SERV1/TM_termoz, request pid 29498
> Aug 26 10:10:40 bacchus automount[17827]: attempting to mount entry /cifs/SERV1/TM_termoz
> Aug 26 10:10:40 bacchus automount[17827]: lookup_mount: lookup(program): /cifs/SERV1/TM_termoz -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV1/TM_termoz
> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): expanded entry: -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV1/TM_termoz
> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> Aug 26 10:10:40 bacchus automount[17827]: sun_mount: parse(sun): mounting root /tmp/auto00JJof, mountpoint /cifs/SERV1/TM_termoz, what //SERV1/TM_termoz, fstype cifs, options file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> Aug 26 10:10:40 bacchus automount[17827]: do_mount: //SERV1/TM_termoz /cifs/SERV1/TM_termoz type cifs options file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile using module generic
> Aug 26 10:10:40 bacchus automount[17827]: mount_mount: mount(generic): calling mkdir_path /tmp/auto00JJof
> Aug 26 10:10:40 bacchus automount[17827]: mount_mount: mount(generic): calling mount -t cifs -s -o file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile //SERV1/TM_termoz /tmp/auto00JJof
> Aug 26 10:10:40 bacchus automount[17827]: mount_mount: mount(generic): mounted //SERV1/TM_termoz type cifs on /tmp/auto00JJof
> Aug 26 10:10:40 bacchus automount[17827]: move_mount: moved mount tree from /tmp/auto00JJof to /cifs/SERV1/TM_termoz
> Aug 26 10:10:40 bacchus automount[17827]: ioctl_send_ready: token = 1523
> Aug 26 10:10:40 bacchus automount[17827]: mounted /cifs/SERV1/TM_termoz
> Aug 26 10:10:40 bacchus automount[17827]: handle_packet: type = 3
> Aug 26 10:10:40 bacchus automount[17827]: handle_packet_missing_indirect: token 1524, name SERV2, request pid 29498
> Aug 26 10:10:40 bacchus automount[17827]: attempting to mount entry /cifs/SERV2
> Aug 26 10:10:40 bacchus automount[17827]: lookup_mount: lookup(program): SERV2 -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile  #011 /TM_termoz ://SERV2/TM_termoz  #011 /C\$ ://SERV2/C\$  #011 /01_MARKETING ://SERV2/01_MARKETING  #011 /06_UTILISATEURS ://SERV2/06_UTILISATEURS  #011 /04_SERVICE-CLIENTS ://SERV2/04_SERVICE-CLIENTS  #011 /Projets ://SERV2/Projets  #011 /F\$ ://SERV2/F\$  #011 /02_ADMINISTRATIF ://SERV2/02_ADMINISTRATIF  #011 /03_EXPLOITATION ://SERV2/03_EXPLOITATION  #011 /05_TELECHARGEMENTS ://SERV2/05_TELECHARGEMENTS  #011 /powervault ://SERV2/powervault  #011 /07_PRODUCTION ://SERV2/07_PRODUCTION  #011 /packages ://SERV2/packages  #011 /08_BDD ://SERV2/08_BDD  #011 /ADMIN\$ ://SERV2/ADMIN\$  #011 /CGIN ://SERV2/CGIN  #011 /ImageMagick-6.3.3V6 ://SERV2/ImageMagick-6.3.3V6  #011 /D\$ ://SERV2/D\$  #011 /temp ://SERV2/temp  #011 /termozs ://SERV2/termozs  #011 /Projets_Air ://SERV2/Projets_Air
> Aug 26 10:10:40 bacchus automount[17827]: lookup_mount: lookup(program): looking up SERV2
> Aug 26 10:10:40 bacchus automount[17827]: lookup_mount: lookup(program): SERV2 -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile  #011 /TM_termoz ://SERV2/TM_termoz  #011 /C\$ ://SERV2/C\$  #011 /01_MARKETING ://SERV2/01_MARKETING  #011 /06_UTILISATEURS ://SERV2/06_UTILISATEURS  #011 /04_SERVICE-CLIENTS ://SERV2/04_SERVICE-CLIENTS  #011 /Projets ://SERV2/Projets  #011 /F\$ ://SERV2/F\$  #011 /02_ADMINISTRATIF ://SERV2/02_ADMINISTRATIF  #011 /03_EXPLOITATION ://SERV2/03_EXPLOITATION  #011 /05_TELECHARGEMENTS ://SERV2/05_TELECHARGEMENTS  #011 /powervault ://SERV2/powervault  #011 /07_PRODUCTION ://SERV2/07_PRODUCTION  #011 /packages ://SERV2/packages  #011 /08_BDD ://SERV2/08_BDD  #011 /ADMIN\$ ://SERV2/ADMIN\$  #011 /CGIN ://SERV2/CGIN  #011 /ImageMagick-6.3.3V6 ://SERV2/ImageMagick-6.3.3V6  #011 /D\$ ://SERV2/D\$  #011 /temp ://SERV2/temp  #011 /termozs ://SERV2/termozs  #011 /Projets_Air ://SERV2/Projets_Air
> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): expanded entry: -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile  #011 /TM_termoz ://SERV2/TM_termoz  #011 /C\$ ://SERV2/C\$  #011 /01_MARKETING ://SERV2/01_MARKETING  #011 /06_UTILISATEURS ://SERV2/06_UTILISATEURS  #011 /04_SERVICE-CLIENTS ://SERV2/04_SERVICE-CLIENTS  #011 /Projets ://SERV2/Projets  #011 /F\$ ://SERV2/F\$  #011 /02_ADMINISTRATIF ://SERV2/02_ADMINISTRATIF  #011 /03_EXPLOITATION ://SERV2/03_EXPLOITATION  #011 /05_TELECHARGEMENTS ://SERV2/05_TELECHARGEMENTS  #011 /powervault ://SERV2/powervault  #011 /07_PRODUCTION ://SERV2/07_PRODUCTION  #011 /packages ://SERV2/packages  #011 /08_BDD ://SERV2/08_BDD  #011 /ADMIN\$ ://SERV2/ADMIN\$  #011 /CGIN ://SERV2/CGIN  #011 /ImageMagick-6.3.3V6 ://SERV2/ImageMagick-6.3.3V6  #011 /D\$ ://SERV2/D\$  #011 /temp ://SERV2/temp  #011 /termozs ://SERV2/termozs  #011 /Projets_Air ://SERV2/Projets_Air
> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/TM_termoz") -> /TM_termoz
> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/TM_termoz") -> ://SERV2/TM_termoz
> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /TM_termoz -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/TM_termoz
> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/C\$") -> /C$
> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/C\$") -> ://SERV2/C$
> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /C$ -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/C$
> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/01_MARKETING") -> /01_MARKETING
> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/01_MARKETING") -> ://SERV2/01_MARKETING
> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /01_MARKETING -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/01_MARKETING
> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/06_UTILISATEURS") -> /06_UTILISATEURS
> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/06_UTILISATEURS") -> ://SERV2/06_UTILISATEURS
> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /06_UTILISATEURS -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/06_UTILISATEURS
> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/04_SERVICE-CLIENTS") -> /04_SERVICE-CLIENTS
> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/04_SERVICE-CLIENTS") -> ://SERV2/04_SERVICE-CLIENTS
> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /04_SERVICE-CLIENTS -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/04_SERVICE-CLIENTS
> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/Projets") -> /Projets
> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/Projets") -> ://SERV2/Projets
> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /Projets -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/Projets
> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/F\$") -> /F$
> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/F\$") -> ://SERV2/F$
> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /F$ -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/F$
> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/02_ADMINISTRATIF") -> /02_ADMINISTRATIF
> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/02_ADMINISTRATIF") -> ://SERV2/02_ADMINISTRATIF
> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /02_ADMINISTRATIF -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/02_ADMINISTRATIF
> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/03_EXPLOITATION") -> /03_EXPLOITATION
> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/03_EXPLOITATION") -> ://SERV2/03_EXPLOITATION
> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /03_EXPLOITATION -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/03_EXPLOITATION
> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/05_TELECHARGEMENTS") -> /05_TELECHARGEMENTS
> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/05_TELECHARGEMENTS") -> ://SERV2/05_TELECHARGEMENTS
> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /05_TELECHARGEMENTS -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/05_TELECHARGEMENTS
> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/powervault") -> /powervault
> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/powervault") -> ://SERV2/powervault
> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /powervault -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/powervault
> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/07_PRODUCTION") -> /07_PRODUCTION
> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/07_PRODUCTION") -> ://SERV2/07_PRODUCTION
> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /07_PRODUCTION -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/07_PRODUCTION
> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/packages") -> /packages
> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/packages") -> ://SERV2/packages
> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /packages -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/packages
> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/08_BDD") -> /08_BDD
> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/08_BDD") -> ://SERV2/08_BDD
> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /08_BDD -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/08_BDD
> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/ADMIN\$") -> /ADMIN$
> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/ADMIN\$") -> ://SERV2/ADMIN$
> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /ADMIN$ -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/ADMIN$
> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/CGIN") -> /CGIN
> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/CGIN") -> ://SERV2/CGIN
> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /CGIN -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/CGIN
> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/ImageMagick-6.3.3V6") -> /ImageMagick-6.3.3V6
> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/ImageMagick-6.3.3V6") -> ://SERV2/ImageMagick-6.3.3V6
> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /ImageMagick-6.3.3V6 -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/ImageMagick-6.3.3V6
> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/D\$") -> /D$
> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/D\$") -> ://SERV2/D$
> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /D$ -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/D$
> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/temp") -> /temp
> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/temp") -> ://SERV2/temp
> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /temp -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/temp
> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/termozs") -> /termozs
> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/termozs") -> ://SERV2/termozs
> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /termozs -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/termozs
> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/Projets_Air") -> /Projets_Air
> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/Projets_Air") -> ://SERV2/Projets_Air
> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /Projets_Air -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/Projets_Air
> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/01_MARKETING at /cifs/SERV2
> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/01_MARKETING
> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/01_MARKETING with timeout 60, freq 15 seconds
> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/01_MARKETING at /cifs/SERV2/01_MARKETING
> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/02_ADMINISTRATIF at /cifs/SERV2
> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/02_ADMINISTRATIF
> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/02_ADMINISTRATIF with timeout 60, freq 15 seconds
> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/02_ADMINISTRATIF at /cifs/SERV2/02_ADMINISTRATIF
> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/03_EXPLOITATION at /cifs/SERV2
> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/03_EXPLOITATION
> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/03_EXPLOITATION with timeout 60, freq 15 seconds
> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/03_EXPLOITATION at /cifs/SERV2/03_EXPLOITATION
> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/04_SERVICE-CLIENTS at /cifs/SERV2
> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/04_SERVICE-CLIENTS
> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/04_SERVICE-CLIENTS with timeout 60, freq 15 seconds
> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/04_SERVICE-CLIENTS at /cifs/SERV2/04_SERVICE-CLIENTS
> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/05_TELECHARGEMENTS at /cifs/SERV2
> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/05_TELECHARGEMENTS
> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/05_TELECHARGEMENTS with timeout 60, freq 15 seconds
> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/05_TELECHARGEMENTS at /cifs/SERV2/05_TELECHARGEMENTS
> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/06_UTILISATEURS at /cifs/SERV2
> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/06_UTILISATEURS
> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/06_UTILISATEURS with timeout 60, freq 15 seconds
> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/06_UTILISATEURS at /cifs/SERV2/06_UTILISATEURS
> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/07_PRODUCTION at /cifs/SERV2
> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/07_PRODUCTION
> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/07_PRODUCTION with timeout 60, freq 15 seconds
> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/07_PRODUCTION at /cifs/SERV2/07_PRODUCTION
> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/08_BDD at /cifs/SERV2
> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/08_BDD
> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/08_BDD with timeout 60, freq 15 seconds
> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/08_BDD at /cifs/SERV2/08_BDD
> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/ADMIN$ at /cifs/SERV2
> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/ADMIN$
> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/ADMIN$ with timeout 60, freq 15 seconds
> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/ADMIN$ at /cifs/SERV2/ADMIN$
> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/C$ at /cifs/SERV2
> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/C$
> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/C$ with timeout 60, freq 15 seconds
> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/C$ at /cifs/SERV2/C$
> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/CGIN at /cifs/SERV2
> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/CGIN
> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/CGIN with timeout 60, freq 15 seconds
> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/CGIN at /cifs/SERV2/CGIN
> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/D$ at /cifs/SERV2
> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/D$
> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/D$ with timeout 60, freq 15 seconds
> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/D$ at /cifs/SERV2/D$
> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/F$ at /cifs/SERV2
> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/F$
> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/F$ with timeout 60, freq 15 seconds
> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/F$ at /cifs/SERV2/F$
> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/ImageMagick-6.3.3V6 at /cifs/SERV2
> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/ImageMagick-6.3.3V6
> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/ImageMagick-6.3.3V6 with timeout 60, freq 15 seconds
> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/ImageMagick-6.3.3V6 at /cifs/SERV2/ImageMagick-6.3.3V6
> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/TM_termoz at /cifs/SERV2
> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/TM_termoz
> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/TM_termoz with timeout 60, freq 15 seconds
> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/TM_termoz at /cifs/SERV2/TM_termoz
> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/Projets at /cifs/SERV2
> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/Projets
> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/Projets with timeout 60, freq 15 seconds
> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/Projets at /cifs/SERV2/Projets
> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/Projets_Air at /cifs/SERV2
> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/Projets_Air
> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/Projets_Air with timeout 60, freq 15 seconds
> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/Projets_Air at /cifs/SERV2/Projets_Air
> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/termozs at /cifs/SERV2
> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/termozs
> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/termozs with timeout 60, freq 15 seconds
> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/termozs at /cifs/SERV2/termozs
> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/packages at /cifs/SERV2
> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/packages
> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/packages with timeout 60, freq 15 seconds
> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/packages at /cifs/SERV2/packages
> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/powervault at /cifs/SERV2
> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/powervault
> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/powervault with timeout 60, freq 15 seconds
> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/powervault at /cifs/SERV2/powervault
> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/temp at /cifs/SERV2
> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/temp
> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/temp with timeout 60, freq 15 seconds
> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/temp at /cifs/SERV2/temp
> Aug 26 10:10:40 bacchus automount[17827]: ioctl_send_ready: token = 1524
> Aug 26 10:10:40 bacchus automount[17827]: handle_packet: type = 5
> Aug 26 10:10:40 bacchus automount[17827]: handle_packet_missing_direct: token 1525, name /cifs/SERV2/TM_termoz, request pid 29498
> Aug 26 10:10:40 bacchus automount[17827]: attempting to mount entry /cifs/SERV2/TM_termoz
> Aug 26 10:10:40 bacchus automount[17827]: lookup_mount: lookup(program): /cifs/SERV2/TM_termoz -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/TM_termoz
> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): expanded entry: -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/TM_termoz
> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> Aug 26 10:10:40 bacchus automount[17827]: sun_mount: parse(sun): mounting root /tmp/autoC7eymh, mountpoint /cifs/SERV2/TM_termoz, what //SERV2/TM_termoz, fstype cifs, options file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> Aug 26 10:10:40 bacchus automount[17827]: do_mount: //SERV2/TM_termoz /cifs/SERV2/TM_termoz type cifs options file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile using module generic
> Aug 26 10:10:40 bacchus automount[17827]: mount_mount: mount(generic): calling mkdir_path /tmp/autoC7eymh
> Aug 26 10:10:40 bacchus automount[17827]: mount_mount: mount(generic): calling mount -t cifs -s -o file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile //SERV2/TM_termoz /tmp/autoC7eymh
> Aug 26 10:10:40 bacchus automount[17827]: mounted /cifs/SERV2
> Aug 26 10:10:40 bacchus automount[17827]: mount_mount: mount(generic): mounted //SERV2/TM_termoz type cifs on /tmp/autoC7eymh
> Aug 26 10:10:40 bacchus automount[17827]: move_mount: moved mount tree from /tmp/autoC7eymh to /cifs/SERV2/TM_termoz
> Aug 26 10:10:40 bacchus automount[17827]: ioctl_send_ready: token = 1525
> Aug 26 10:10:40 bacchus automount[17827]: mounted /cifs/SERV2/TM_termoz
> Aug 26 10:10:42 bacchus automount[17827]: st_expire: state 1 path /cifs
> Aug 26 10:10:42 bacchus automount[17827]: expire_proc: exp_proc = 3074403216 path /cifs
> Aug 26 10:10:42 bacchus automount[17827]: expire_proc_indirect: expire /cifs/SERV1/TM_termoz
> Aug 26 10:10:42 bacchus automount[17827]: expire_proc_indirect: expire /cifs/SERV2/TM_termoz
> Aug 26 10:10:42 bacchus automount[17827]: 2 remaining in /cifs
> Aug 26 10:10:42 bacchus automount[17827]: expire_cleanup: got thid 3074403216 path /cifs stat 36
> Aug 26 10:10:42 bacchus automount[17827]: expire_cleanup: sigchld: exp 3074403216 finished, switching from 2 to 1
> Aug 26 10:10:42 bacchus automount[17827]: st_ready: st_ready(): state = 2 path /cifs
> Aug 26 10:10:57 bacchus automount[17827]: st_expire: state 1 path /cifs
> Aug 26 10:10:57 bacchus automount[17827]: expire_proc: exp_proc = 3074403216 path /cifs
> Aug 26 10:10:57 bacchus automount[17827]: expire_proc_indirect: expire /cifs/SERV1/TM_termoz
> Aug 26 10:10:57 bacchus automount[17827]: expire_proc_indirect: expire /cifs/SERV2/TM_termoz
> Aug 26 10:10:57 bacchus automount[17827]: 2 remaining in /cifs
> Aug 26 10:10:57 bacchus automount[17827]: expire_cleanup: got thid 3074403216 path /cifs stat 36
> Aug 26 10:10:57 bacchus automount[17827]: expire_cleanup: sigchld: exp 3074403216 finished, switching from 2 to 1
> Aug 26 10:10:57 bacchus automount[17827]: st_ready: st_ready(): state = 2 path /cifs
> Aug 26 10:11:12 bacchus automount[17827]: st_expire: state 1 path /cifs
> Aug 26 10:11:12 bacchus automount[17827]: expire_proc: exp_proc = 3074403216 path /cifs
> Aug 26 10:11:12 bacchus automount[17827]: expire_proc_indirect: expire /cifs/SERV1/TM_termoz
> Aug 26 10:11:12 bacchus automount[17827]: expire_proc_indirect: expire /cifs/SERV2/TM_termoz
> Aug 26 10:11:12 bacchus automount[17827]: 2 remaining in /cifs
> Aug 26 10:11:12 bacchus automount[17827]: expire_cleanup: got thid 3074403216 path /cifs stat 36
> Aug 26 10:11:12 bacchus automount[17827]: expire_cleanup: sigchld: exp 3074403216 finished, switching from 2 to 1
> Aug 26 10:11:12 bacchus automount[17827]: st_ready: st_ready(): state = 2 path /cifs
> Aug 26 10:11:27 bacchus automount[17827]: st_expire: state 1 path /cifs
> Aug 26 10:11:27 bacchus automount[17827]: expire_proc: exp_proc = 3074403216 path /cifs
> Aug 26 10:11:27 bacchus automount[17827]: expire_proc_indirect: expire /cifs/SERV1/TM_termoz
> Aug 26 10:11:27 bacchus automount[17827]: expire_proc_indirect: expire /cifs/SERV2/TM_termoz
> Aug 26 10:11:27 bacchus automount[17827]: 2 remaining in /cifs
> Aug 26 10:11:27 bacchus automount[17827]: expire_cleanup: got thid 3074403216 path /cifs stat 36
> Aug 26 10:11:27 bacchus automount[17827]: expire_cleanup: sigchld: exp 3074403216 finished, switching from 2 to 1
> Aug 26 10:11:27 bacchus automount[17827]: st_ready: st_ready(): state = 2 path /cifs
> Aug 26 10:11:42 bacchus automount[17827]: st_expire: state 1 path /cifs
> Aug 26 10:11:42 bacchus automount[17827]: expire_proc: exp_proc = 3074403216 path /cifs
> Aug 26 10:11:42 bacchus automount[17827]: expire_proc_indirect: expire /cifs/SERV1/TM_termoz
> Aug 26 10:11:42 bacchus automount[17827]: expire_proc_indirect: expire /cifs/SERV2/TM_termoz
> Aug 26 10:11:42 bacchus automount[17827]: handle_packet: type = 6
> Aug 26 10:11:42 bacchus automount[17827]: handle_packet_expire_direct: token 1526, name /cifs/SERV2/TM_termoz
> Aug 26 10:11:42 bacchus automount[17827]: expiring path /cifs/SERV2/TM_termoz
> Aug 26 10:11:42 bacchus automount[17827]: umount_multi: path /cifs/SERV2/TM_termoz incl 1
> Aug 26 10:11:42 bacchus automount[17827]: umount_subtree_mounts: unmounting dir = /cifs/SERV2/TM_termoz
> Aug 26 10:11:42 bacchus automount[17827]: expired /cifs/SERV2/TM_termoz
> Aug 26 10:11:42 bacchus automount[17827]: ioctl_send_ready: token = 1526
> Aug 26 10:11:42 bacchus automount[17827]: handle_packet: type = 5
> Aug 26 10:11:42 bacchus automount[17827]: handle_packet_missing_direct: token 1527, name /cifs/SERV2/TM_termoz, request pid 29523
> Aug 26 10:11:42 bacchus automount[17827]: attempting to mount entry /cifs/SERV2/TM_termoz
> Aug 26 10:11:42 bacchus automount[17827]: lookup_mount: lookup(program): /cifs/SERV2/TM_termoz -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/TM_termoz
> Aug 26 10:11:42 bacchus automount[17827]: parse_mount: parse(sun): expanded entry: -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/TM_termoz
> Aug 26 10:11:42 bacchus automount[17827]: parse_mount: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> Aug 26 10:11:42 bacchus automount[17827]: sun_mount: parse(sun): mounting root /tmp/auto1I7gB7, mountpoint /cifs/SERV2/TM_termoz, what //SERV2/TM_termoz, fstype cifs, options file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> Aug 26 10:11:42 bacchus automount[17827]: do_mount: //SERV2/TM_termoz /cifs/SERV2/TM_termoz type cifs options file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile using module generic
> Aug 26 10:11:42 bacchus automount[17827]: mount_mount: mount(generic): calling mkdir_path /tmp/auto1I7gB7
> Aug 26 10:11:42 bacchus automount[17827]: mount_mount: mount(generic): calling mount -t cifs -s -o file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile //SERV2/TM_termoz /tmp/auto1I7gB7
> Aug 26 10:11:42 bacchus automount[17827]: mount_mount: mount(generic): mounted //SERV2/TM_termoz type cifs on /tmp/auto1I7gB7
> Aug 26 10:11:42 bacchus automount[17827]: move_mount: moved mount tree from /tmp/auto1I7gB7 to /cifs/SERV2/TM_termoz
> Aug 26 10:11:42 bacchus automount[17827]: handle_packet: type = 4
> Aug 26 10:11:42 bacchus automount[17827]: handle_packet_expire_indirect: token 1528, name SERV2
> Aug 26 10:11:42 bacchus automount[17827]: expiring path /cifs/SERV2
> Aug 26 10:11:42 bacchus automount[17827]: umount_multi: path /cifs/SERV2 incl 1
> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/01_MARKETING
> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/01_MARKETING
> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/02_ADMINISTRATIF
> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/02_ADMINISTRATIF
> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/03_EXPLOITATION
> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/03_EXPLOITATION
> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/04_SERVICE-CLIENTS
> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/04_SERVICE-CLIENTS
> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/05_TELECHARGEMENTS
> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/05_TELECHARGEMENTS
> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/06_UTILISATEURS
> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/06_UTILISATEURS
> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/07_PRODUCTION
> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/07_PRODUCTION
> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/08_BDD
> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/08_BDD
> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/ADMIN$
> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/ADMIN$
> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/C$
> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/C$
> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/CGIN
> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/CGIN
> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/D$
> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/D$
> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/F$
> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/F$
> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/ImageMagick-6.3.3V6
> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/ImageMagick-6.3.3V6
> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/TM_termoz
> Aug 26 10:11:42 bacchus automount[17827]: umount_autofs_offset: couldn't get ioctl fd for offset /cifs/SERV2/TM_termoz: No such file or directory
> Aug 26 10:11:42 bacchus automount[17827]: forcing umount of offset mount /cifs/SERV2/TM_termoz
> Aug 26 10:11:42 bacchus automount[17827]: failed to remove dir /cifs/SERV2/TM_termoz: Device or resource busy
> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/Projets
> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/Projets
> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/Projets_Air
> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/Projets_Air
> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/termozs
> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/termozs
> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/packages
> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/packages
> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/powervault
> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/powervault
> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/temp
> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/temp
> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/01_MARKETING
> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/02_ADMINISTRATIF
> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/03_EXPLOITATION
> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/04_SERVICE-CLIENTS
> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/05_TELECHARGEMENTS
> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/06_UTILISATEURS
> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/07_PRODUCTION
> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/08_BDD
> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/ADMIN$
> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/C$
> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/CGIN
> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/D$
> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/F$
> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/ImageMagick-6.3.3V6
> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/TM_termoz
> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/Projets
> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/Projets_Air
> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/termozs
> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/packages
> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/powervault
> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/temp
> Aug 26 10:11:42 bacchus automount[17827]: ioctl_send_ready: token = 1527
> Aug 26 10:11:42 bacchus automount[17827]: mounted /cifs/SERV2/TM_termoz
> Aug 26 10:11:42 bacchus automount[17827]: handle_packet: type = 5
> Aug 26 10:11:42 bacchus automount[17827]: rm_unwanted_fn: removing directory /cifs/SERV2
> Aug 26 10:11:42 bacchus automount[17827]: unable to remove directory /cifs/SERV2: Directory not empty
> Aug 26 10:11:42 bacchus automount[17827]: expired /cifs/SERV2
> Aug 26 10:11:42 bacchus automount[17827]: handle_packet_missing_direct:1323: can't find map entry for (46,12396497)
> Aug 26 10:11:42 bacchus automount[17827]: ioctl_send_ready: token = 1528
> Aug 26 10:11:42 bacchus automount[17827]: 1 remaining in /cifs
> Aug 26 10:11:42 bacchus automount[17827]: expire_cleanup: got thid 3074403216 path /cifs stat 36
> Aug 26 10:11:42 bacchus automount[17827]: expire_cleanup: sigchld: exp 3074403216 finished, switching from 2 to 1
> Aug 26 10:11:42 bacchus automount[17827]: st_ready: st_ready(): state = 2 path /cifs
> Aug 26 10:11:57 bacchus automount[17827]: st_expire: state 1 path /cifs
> Aug 26 10:11:57 bacchus automount[17827]: expire_proc: exp_proc = 3074403216 path /cifs
> Aug 26 10:11:57 bacchus automount[17827]: expire_proc_indirect: expire /cifs/SERV1/TM_termoz
> Aug 26 10:11:57 bacchus automount[17827]: 1 remaining in /cifs
> Aug 26 10:11:57 bacchus automount[17827]: expire_cleanup: got thid 3074403216 path /cifs stat 15
> Aug 26 10:11:57 bacchus automount[17827]: expire_cleanup: sigchld: exp 3074403216 finished, switching from 2 to 1
> Aug 26 10:11:57 bacchus automount[17827]: st_ready: st_ready(): state = 2 path /cifs
> Aug 26 10:12:12 bacchus automount[17827]: st_expire: state 1 path /cifs
> Aug 26 10:12:12 bacchus automount[17827]: expire_proc: exp_proc = 3074403216 path /cifs
> Aug 26 10:12:12 bacchus automount[17827]: expire_proc_indirect: expire /cifs/SERV1/TM_termoz
> Aug 26 10:12:12 bacchus automount[17827]: 1 remaining in /cifs
> Aug 26 10:12:12 bacchus automount[17827]: expire_cleanup: got thid 3074403216 path /cifs stat 15
> Aug 26 10:12:12 bacchus automount[17827]: expire_cleanup: sigchld: exp 3074403216 finished, switching from 2 to 1
> Aug 26 10:12:12 bacchus automount[17827]: st_ready: st_ready(): state = 2 path /cifs
> Aug 26 10:12:27 bacchus automount[17827]: st_expire: state 1 path /cifs
> Aug 26 10:12:27 bacchus automount[17827]: expire_proc: exp_proc = 3074403216 path /cifs
> Aug 26 10:12:27 bacchus automount[17827]: expire_proc_indirect: expire /cifs/SERV1/TM_termoz
> _______________________________________________
> autofs mailing list
> autofs@linux.kernel.org
> http://linux.kernel.org/mailman/listinfo/autofs


_______________________________________________
autofs mailing list
autofs@linux.kernel.org
http://linux.kernel.org/mailman/listinfo/autofs

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: Problem of concurrent mount/umount call
  2010-09-20  1:58 ` Ian Kent
@ 2010-09-20  2:08   ` Ian Kent
  2010-10-22 15:19     ` Erwan Loaëc
  0 siblings, 1 reply; 15+ messages in thread
From: Ian Kent @ 2010-09-20  2:08 UTC (permalink / raw)
  To: Erwan Loaëc; +Cc: autofs

On Mon, 2010-09-20 at 09:58 +0800, Ian Kent wrote:
> On Thu, 2010-08-26 at 12:39 +0200, Erwan Loaëc wrote:
> > Hello everybody!
> > 
> > Versions used:
> > - Autofs 5.0.5 with all patchs
> > - Kernel 2.6.26-2-686

This is going to get very difficult if you can't tell me what autofs
patches have been applied to this kernel.

> > 
> > /etc/auto.master:
> > /cifs /etc/auto.cifs --timeout=60
> > 
> > (the timeout is small to make easier to reproduce the issue after I've 
> > enable debug)
> > 
> > There is an issue which occurred regularly (in August, it happens 3 
> > times). It seems that when a mount expires, and the same mount is called 
> > a the "same" time, automount hangs.
> > 
> > Please take a look to my debug log (in attachment), this is the debug 
> > log when the problem occurred.
> > 
> > Scenario:
> > 
> > Line 121 (10h10m40s) : Call to the share /cifs/SERV2/TM_termoz
> > Line 351 (10h11m42s) : Mount /cifs/SERV2/TM_termoz expiring
> > Line 356 (10h11m42s) : New call to the share /cifs/SERV2/TM_termoz
> > Line 401 (10h11m42s) : Umount /cifs/SERV2/TM_termoz with error
> > 
> > Then, obviously it cannot remove directory /cifs/SERV2
> > 
> > The automount hangs after this, so each I/O on /cifs/SERV2/TM_termoz 
> > hangs too...
> > 
> > If you want to check debug file through your browser: 
> > http://paste-it.net/public/n1e7286/
> 
> That looks like a particularly nasty bug.
> I'll have to think about this one for a while and try and work out what
> is happening.
> 
> > 
> > Otherwise, attachment :)
> > 
> > Is anyone has suggestions about my problem...
> > 
> > Thanks!
> > 
> > application log attachment (autofs.debug.log)
> > Aug 26 10:10:40 bacchus automount[17827]: handle_packet: type = 3
> > Aug 26 10:10:40 bacchus automount[17827]: handle_packet_missing_indirect: token 1522, name SERV1, request pid 29498
> > Aug 26 10:10:40 bacchus automount[17827]: attempting to mount entry /cifs/SERV1
> > Aug 26 10:10:40 bacchus automount[17827]: lookup_mount: lookup(program): SERV1 -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile  #011 /mediatheque_termox ://SERV1/mediatheque_termox  #011 /TM_termoz ://SERV1/TM_termoz  #011 /C\$ ://SERV1/C\$  #011 /logfz ://SERV1/logfz  #011 /ORL_jobs ://SERV1/ORL_jobs  #011 /termozOblo ://SERV1/termozOblo  #011 /ADMIN\$ ://SERV1/ADMIN\$  #011 /termozAFT ://SERV1/termozAFT  #011 /tmp_dev_termox ://SERV1/tmp_dev_termox  #011 /nescafe ://SERV1/nescafe  #011 /E\$ ://SERV1/E\$  #011 /termozs ://SERV1/termozs
> > Aug 26 10:10:40 bacchus automount[17827]: lookup_mount: lookup(program): looking up SERV1
> > Aug 26 10:10:40 bacchus automount[17827]: lookup_mount: lookup(program): SERV1 -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile  #011 /mediatheque_termox ://SERV1/mediatheque_termox  #011 /TM_termoz ://SERV1/TM_termoz  #011 /C\$ ://SERV1/C\$  #011 /logfz ://SERV1/logfz  #011 /ORL_jobs ://SERV1/ORL_jobs  #011 /termozOblo ://SERV1/termozOblo  #011 /ADMIN\$ ://SERV1/ADMIN\$  #011 /termozAFT ://SERV1/termozAFT  #011 /tmp_dev_termox ://SERV1/tmp_dev_termox  #011 /nescafe ://SERV1/nescafe  #011 /E\$ ://SERV1/E\$  #011 /termozs ://SERV1/termozs
> > Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): expanded entry: -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile  #011 /mediatheque_termox ://SERV1/mediatheque_termox  #011 /TM_termoz ://SERV1/TM_termoz  #011 /C\$ ://SERV1/C\$  #011 /logfz ://SERV1/logfz  #011 /ORL_jobs ://SERV1/ORL_jobs  #011 /termozOblo ://SERV1/termozOblo  #011 /ADMIN\$ ://SERV1/ADMIN\$  #011 /termozAFT ://SERV1/termozAFT  #011 /tmp_dev_termox ://SERV1/tmp_dev_termox  #011 /nescafe ://SERV1/nescafe  #011 /E\$ ://SERV1/E\$  #011 /termozs ://SERV1/termozs
> > Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> > Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/mediatheque_termox") -> /mediatheque_termox
> > Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> > Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV1/mediatheque_termox") -> ://SERV1/mediatheque_termox
> > Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /mediatheque_termox -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV1/mediatheque_termox
> > Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/TM_termoz") -> /TM_termoz
> > Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> > Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV1/TM_termoz") -> ://SERV1/TM_termoz
> > Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /TM_termoz -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV1/TM_termoz
> > Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/C\$") -> /C$
> > Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> > Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV1/C\$") -> ://SERV1/C$
> > Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /C$ -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV1/C$
> > Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/logfz") -> /logfz
> > Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> > Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV1/logfz") -> ://SERV1/logfz
> > Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /logfz -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV1/logfz
> > Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/ORL_jobs") -> /ORL_jobs
> > Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> > Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV1/ORL_jobs") -> ://SERV1/ORL_jobs
> > Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /ORL_jobs -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV1/ORL_jobs
> > Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/termozOblo") -> /termozOblo
> > Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> > Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV1/termozOblo") -> ://SERV1/termozOblo
> > Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /termozOblo -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV1/termozOblo
> > Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/ADMIN\$") -> /ADMIN$
> > Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> > Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV1/ADMIN\$") -> ://SERV1/ADMIN$
> > Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /ADMIN$ -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV1/ADMIN$
> > Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/termozAFT") -> /termozAFT
> > Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> > Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV1/termozAFT") -> ://SERV1/termozAFT
> > Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /termozAFT -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV1/termozAFT
> > Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/tmp_dev_termox") -> /tmp_dev_termox
> > Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> > Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV1/tmp_dev_termox") -> ://SERV1/tmp_dev_termox
> > Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /tmp_dev_termox -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV1/tmp_dev_termox
> > Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/nescafe") -> /nescafe
> > Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> > Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV1/nescafe") -> ://SERV1/nescafe
> > Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /nescafe -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV1/nescafe
> > Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/E\$") -> /E$
> > Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> > Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV1/E\$") -> ://SERV1/E$
> > Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /E$ -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV1/E$
> > Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/termozs") -> /termozs
> > Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> > Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV1/termozs") -> ://SERV1/termozs
> > Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /termozs -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV1/termozs
> > Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV1/ADMIN$ at /cifs/SERV1
> > Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV1/ADMIN$
> > Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV1/ADMIN$ with timeout 60, freq 15 seconds
> > Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV1/ADMIN$ at /cifs/SERV1/ADMIN$
> > Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV1/C$ at /cifs/SERV1
> > Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV1/C$
> > Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV1/C$ with timeout 60, freq 15 seconds
> > Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV1/C$ at /cifs/SERV1/C$
> > Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV1/E$ at /cifs/SERV1
> > Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV1/E$
> > Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV1/E$ with timeout 60, freq 15 seconds
> > Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV1/E$ at /cifs/SERV1/E$
> > Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV1/ORL_jobs at /cifs/SERV1
> > Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV1/ORL_jobs
> > Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV1/ORL_jobs with timeout 60, freq 15 seconds
> > Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV1/ORL_jobs at /cifs/SERV1/ORL_jobs
> > Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV1/TM_termoz at /cifs/SERV1
> > Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV1/TM_termoz
> > Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV1/TM_termoz with timeout 60, freq 15 seconds
> > Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV1/TM_termoz at /cifs/SERV1/TM_termoz
> > Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV1/termozAFT at /cifs/SERV1
> > Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV1/termozAFT
> > Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV1/termozAFT with timeout 60, freq 15 seconds
> > Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV1/termozAFT at /cifs/SERV1/termozAFT
> > Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV1/termozOblo at /cifs/SERV1
> > Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV1/termozOblo
> > Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV1/termozOblo with timeout 60, freq 15 seconds
> > Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV1/termozOblo at /cifs/SERV1/termozOblo
> > Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV1/termozs at /cifs/SERV1
> > Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV1/termozs
> > Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV1/termozs with timeout 60, freq 15 seconds
> > Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV1/termozs at /cifs/SERV1/termozs
> > Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV1/logfz at /cifs/SERV1
> > Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV1/logfz
> > Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV1/logfz with timeout 60, freq 15 seconds
> > Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV1/logfz at /cifs/SERV1/logfz
> > Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV1/mediatheque_termox at /cifs/SERV1
> > Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV1/mediatheque_termox
> > Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV1/mediatheque_termox with timeout 60, freq 15 seconds
> > Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV1/mediatheque_termox at /cifs/SERV1/mediatheque_termox
> > Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV1/tmp_dev_termox at /cifs/SERV1
> > Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV1/tmp_dev_termox
> > Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV1/tmp_dev_termox with timeout 60, freq 15 seconds
> > Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV1/tmp_dev_termox at /cifs/SERV1/tmp_dev_termox
> > Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV1/nescafe at /cifs/SERV1
> > Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV1/nescafe
> > Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV1/nescafe with timeout 60, freq 15 seconds
> > Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV1/nescafe at /cifs/SERV1/nescafe
> > Aug 26 10:10:40 bacchus automount[17827]: ioctl_send_ready: token = 1522
> > Aug 26 10:10:40 bacchus automount[17827]: mounted /cifs/SERV1
> > Aug 26 10:10:40 bacchus automount[17827]: handle_packet: type = 5
> > Aug 26 10:10:40 bacchus automount[17827]: handle_packet_missing_direct: token 1523, name /cifs/SERV1/TM_termoz, request pid 29498
> > Aug 26 10:10:40 bacchus automount[17827]: attempting to mount entry /cifs/SERV1/TM_termoz
> > Aug 26 10:10:40 bacchus automount[17827]: lookup_mount: lookup(program): /cifs/SERV1/TM_termoz -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV1/TM_termoz
> > Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): expanded entry: -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV1/TM_termoz
> > Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> > Aug 26 10:10:40 bacchus automount[17827]: sun_mount: parse(sun): mounting root /tmp/auto00JJof, mountpoint /cifs/SERV1/TM_termoz, what //SERV1/TM_termoz, fstype cifs, options file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> > Aug 26 10:10:40 bacchus automount[17827]: do_mount: //SERV1/TM_termoz /cifs/SERV1/TM_termoz type cifs options file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile using module generic
> > Aug 26 10:10:40 bacchus automount[17827]: mount_mount: mount(generic): calling mkdir_path /tmp/auto00JJof
> > Aug 26 10:10:40 bacchus automount[17827]: mount_mount: mount(generic): calling mount -t cifs -s -o file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile //SERV1/TM_termoz /tmp/auto00JJof
> > Aug 26 10:10:40 bacchus automount[17827]: mount_mount: mount(generic): mounted //SERV1/TM_termoz type cifs on /tmp/auto00JJof
> > Aug 26 10:10:40 bacchus automount[17827]: move_mount: moved mount tree from /tmp/auto00JJof to /cifs/SERV1/TM_termoz
> > Aug 26 10:10:40 bacchus automount[17827]: ioctl_send_ready: token = 1523
> > Aug 26 10:10:40 bacchus automount[17827]: mounted /cifs/SERV1/TM_termoz
> > Aug 26 10:10:40 bacchus automount[17827]: handle_packet: type = 3
> > Aug 26 10:10:40 bacchus automount[17827]: handle_packet_missing_indirect: token 1524, name SERV2, request pid 29498
> > Aug 26 10:10:40 bacchus automount[17827]: attempting to mount entry /cifs/SERV2
> > Aug 26 10:10:40 bacchus automount[17827]: lookup_mount: lookup(program): SERV2 -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile  #011 /TM_termoz ://SERV2/TM_termoz  #011 /C\$ ://SERV2/C\$  #011 /01_MARKETING ://SERV2/01_MARKETING  #011 /06_UTILISATEURS ://SERV2/06_UTILISATEURS  #011 /04_SERVICE-CLIENTS ://SERV2/04_SERVICE-CLIENTS  #011 /Projets ://SERV2/Projets  #011 /F\$ ://SERV2/F\$  #011 /02_ADMINISTRATIF ://SERV2/02_ADMINISTRATIF  #011 /03_EXPLOITATION ://SERV2/03_EXPLOITATION  #011 /05_TELECHARGEMENTS ://SERV2/05_TELECHARGEMENTS  #011 /powervault ://SERV2/powervault  #011 /07_PRODUCTION ://SERV2/07_PRODUCTION  #011 /packages ://SERV2/packages  #011 /08_BDD ://SERV2/08_BDD  #011 /ADMIN\$ ://SERV2/ADMIN\$  #011 /CGIN ://SERV2/CGIN  #011 /ImageMagick-6.3.3V6 ://SERV2/ImageMagick-6.3.3V6  #011 /D\$ ://SERV2/D\$  #011 /temp ://SERV2/temp  #011 /termozs ://SERV2/termozs  #011 /Projets_Air ://SERV2/Projets_Air
> > Aug 26 10:10:40 bacchus automount[17827]: lookup_mount: lookup(program): looking up SERV2
> > Aug 26 10:10:40 bacchus automount[17827]: lookup_mount: lookup(program): SERV2 -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile  #011 /TM_termoz ://SERV2/TM_termoz  #011 /C\$ ://SERV2/C\$  #011 /01_MARKETING ://SERV2/01_MARKETING  #011 /06_UTILISATEURS ://SERV2/06_UTILISATEURS  #011 /04_SERVICE-CLIENTS ://SERV2/04_SERVICE-CLIENTS  #011 /Projets ://SERV2/Projets  #011 /F\$ ://SERV2/F\$  #011 /02_ADMINISTRATIF ://SERV2/02_ADMINISTRATIF  #011 /03_EXPLOITATION ://SERV2/03_EXPLOITATION  #011 /05_TELECHARGEMENTS ://SERV2/05_TELECHARGEMENTS  #011 /powervault ://SERV2/powervault  #011 /07_PRODUCTION ://SERV2/07_PRODUCTION  #011 /packages ://SERV2/packages  #011 /08_BDD ://SERV2/08_BDD  #011 /ADMIN\$ ://SERV2/ADMIN\$  #011 /CGIN ://SERV2/CGIN  #011 /ImageMagick-6.3.3V6 ://SERV2/ImageMagick-6.3.3V6  #011 /D\$ ://SERV2/D\$  #011 /temp ://SERV2/temp  #011 /termozs ://SERV2/termozs  #011 /Projets_Air ://SERV2/Projets_Air
> > Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): expanded entry: -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile  #011 /TM_termoz ://SERV2/TM_termoz  #011 /C\$ ://SERV2/C\$  #011 /01_MARKETING ://SERV2/01_MARKETING  #011 /06_UTILISATEURS ://SERV2/06_UTILISATEURS  #011 /04_SERVICE-CLIENTS ://SERV2/04_SERVICE-CLIENTS  #011 /Projets ://SERV2/Projets  #011 /F\$ ://SERV2/F\$  #011 /02_ADMINISTRATIF ://SERV2/02_ADMINISTRATIF  #011 /03_EXPLOITATION ://SERV2/03_EXPLOITATION  #011 /05_TELECHARGEMENTS ://SERV2/05_TELECHARGEMENTS  #011 /powervault ://SERV2/powervault  #011 /07_PRODUCTION ://SERV2/07_PRODUCTION  #011 /packages ://SERV2/packages  #011 /08_BDD ://SERV2/08_BDD  #011 /ADMIN\$ ://SERV2/ADMIN\$  #011 /CGIN ://SERV2/CGIN  #011 /ImageMagick-6.3.3V6 ://SERV2/ImageMagick-6.3.3V6  #011 /D\$ ://SERV2/D\$  #011 /temp ://SERV2/temp  #011 /termozs ://SERV2/termozs  #011 /Projets_Air ://SERV2/Projets_Air
> > Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> > Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/TM_termoz") -> /TM_termoz
> > Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> > Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/TM_termoz") -> ://SERV2/TM_termoz
> > Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /TM_termoz -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/TM_termoz
> > Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/C\$") -> /C$
> > Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> > Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/C\$") -> ://SERV2/C$
> > Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /C$ -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/C$
> > Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/01_MARKETING") -> /01_MARKETING
> > Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> > Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/01_MARKETING") -> ://SERV2/01_MARKETING
> > Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /01_MARKETING -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/01_MARKETING
> > Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/06_UTILISATEURS") -> /06_UTILISATEURS
> > Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> > Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/06_UTILISATEURS") -> ://SERV2/06_UTILISATEURS
> > Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /06_UTILISATEURS -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/06_UTILISATEURS
> > Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/04_SERVICE-CLIENTS") -> /04_SERVICE-CLIENTS
> > Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> > Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/04_SERVICE-CLIENTS") -> ://SERV2/04_SERVICE-CLIENTS
> > Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /04_SERVICE-CLIENTS -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/04_SERVICE-CLIENTS
> > Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/Projets") -> /Projets
> > Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> > Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/Projets") -> ://SERV2/Projets
> > Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /Projets -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/Projets
> > Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/F\$") -> /F$
> > Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> > Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/F\$") -> ://SERV2/F$
> > Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /F$ -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/F$
> > Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/02_ADMINISTRATIF") -> /02_ADMINISTRATIF
> > Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> > Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/02_ADMINISTRATIF") -> ://SERV2/02_ADMINISTRATIF
> > Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /02_ADMINISTRATIF -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/02_ADMINISTRATIF
> > Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/03_EXPLOITATION") -> /03_EXPLOITATION
> > Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> > Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/03_EXPLOITATION") -> ://SERV2/03_EXPLOITATION
> > Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /03_EXPLOITATION -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/03_EXPLOITATION
> > Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/05_TELECHARGEMENTS") -> /05_TELECHARGEMENTS
> > Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> > Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/05_TELECHARGEMENTS") -> ://SERV2/05_TELECHARGEMENTS
> > Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /05_TELECHARGEMENTS -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/05_TELECHARGEMENTS
> > Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/powervault") -> /powervault
> > Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> > Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/powervault") -> ://SERV2/powervault
> > Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /powervault -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/powervault
> > Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/07_PRODUCTION") -> /07_PRODUCTION
> > Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> > Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/07_PRODUCTION") -> ://SERV2/07_PRODUCTION
> > Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /07_PRODUCTION -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/07_PRODUCTION
> > Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/packages") -> /packages
> > Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> > Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/packages") -> ://SERV2/packages
> > Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /packages -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/packages
> > Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/08_BDD") -> /08_BDD
> > Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> > Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/08_BDD") -> ://SERV2/08_BDD
> > Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /08_BDD -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/08_BDD
> > Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/ADMIN\$") -> /ADMIN$
> > Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> > Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/ADMIN\$") -> ://SERV2/ADMIN$
> > Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /ADMIN$ -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/ADMIN$
> > Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/CGIN") -> /CGIN
> > Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> > Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/CGIN") -> ://SERV2/CGIN
> > Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /CGIN -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/CGIN
> > Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/ImageMagick-6.3.3V6") -> /ImageMagick-6.3.3V6
> > Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> > Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/ImageMagick-6.3.3V6") -> ://SERV2/ImageMagick-6.3.3V6
> > Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /ImageMagick-6.3.3V6 -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/ImageMagick-6.3.3V6
> > Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/D\$") -> /D$
> > Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> > Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/D\$") -> ://SERV2/D$
> > Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /D$ -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/D$
> > Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/temp") -> /temp
> > Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> > Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/temp") -> ://SERV2/temp
> > Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /temp -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/temp
> > Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/termozs") -> /termozs
> > Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> > Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/termozs") -> ://SERV2/termozs
> > Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /termozs -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/termozs
> > Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/Projets_Air") -> /Projets_Air
> > Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> > Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/Projets_Air") -> ://SERV2/Projets_Air
> > Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /Projets_Air -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/Projets_Air
> > Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/01_MARKETING at /cifs/SERV2
> > Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/01_MARKETING
> > Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/01_MARKETING with timeout 60, freq 15 seconds
> > Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/01_MARKETING at /cifs/SERV2/01_MARKETING
> > Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/02_ADMINISTRATIF at /cifs/SERV2
> > Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/02_ADMINISTRATIF
> > Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/02_ADMINISTRATIF with timeout 60, freq 15 seconds
> > Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/02_ADMINISTRATIF at /cifs/SERV2/02_ADMINISTRATIF
> > Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/03_EXPLOITATION at /cifs/SERV2
> > Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/03_EXPLOITATION
> > Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/03_EXPLOITATION with timeout 60, freq 15 seconds
> > Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/03_EXPLOITATION at /cifs/SERV2/03_EXPLOITATION
> > Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/04_SERVICE-CLIENTS at /cifs/SERV2
> > Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/04_SERVICE-CLIENTS
> > Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/04_SERVICE-CLIENTS with timeout 60, freq 15 seconds
> > Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/04_SERVICE-CLIENTS at /cifs/SERV2/04_SERVICE-CLIENTS
> > Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/05_TELECHARGEMENTS at /cifs/SERV2
> > Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/05_TELECHARGEMENTS
> > Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/05_TELECHARGEMENTS with timeout 60, freq 15 seconds
> > Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/05_TELECHARGEMENTS at /cifs/SERV2/05_TELECHARGEMENTS
> > Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/06_UTILISATEURS at /cifs/SERV2
> > Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/06_UTILISATEURS
> > Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/06_UTILISATEURS with timeout 60, freq 15 seconds
> > Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/06_UTILISATEURS at /cifs/SERV2/06_UTILISATEURS
> > Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/07_PRODUCTION at /cifs/SERV2
> > Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/07_PRODUCTION
> > Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/07_PRODUCTION with timeout 60, freq 15 seconds
> > Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/07_PRODUCTION at /cifs/SERV2/07_PRODUCTION
> > Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/08_BDD at /cifs/SERV2
> > Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/08_BDD
> > Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/08_BDD with timeout 60, freq 15 seconds
> > Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/08_BDD at /cifs/SERV2/08_BDD
> > Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/ADMIN$ at /cifs/SERV2
> > Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/ADMIN$
> > Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/ADMIN$ with timeout 60, freq 15 seconds
> > Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/ADMIN$ at /cifs/SERV2/ADMIN$
> > Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/C$ at /cifs/SERV2
> > Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/C$
> > Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/C$ with timeout 60, freq 15 seconds
> > Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/C$ at /cifs/SERV2/C$
> > Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/CGIN at /cifs/SERV2
> > Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/CGIN
> > Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/CGIN with timeout 60, freq 15 seconds
> > Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/CGIN at /cifs/SERV2/CGIN
> > Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/D$ at /cifs/SERV2
> > Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/D$
> > Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/D$ with timeout 60, freq 15 seconds
> > Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/D$ at /cifs/SERV2/D$
> > Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/F$ at /cifs/SERV2
> > Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/F$
> > Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/F$ with timeout 60, freq 15 seconds
> > Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/F$ at /cifs/SERV2/F$
> > Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/ImageMagick-6.3.3V6 at /cifs/SERV2
> > Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/ImageMagick-6.3.3V6
> > Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/ImageMagick-6.3.3V6 with timeout 60, freq 15 seconds
> > Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/ImageMagick-6.3.3V6 at /cifs/SERV2/ImageMagick-6.3.3V6
> > Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/TM_termoz at /cifs/SERV2
> > Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/TM_termoz
> > Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/TM_termoz with timeout 60, freq 15 seconds
> > Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/TM_termoz at /cifs/SERV2/TM_termoz
> > Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/Projets at /cifs/SERV2
> > Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/Projets
> > Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/Projets with timeout 60, freq 15 seconds
> > Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/Projets at /cifs/SERV2/Projets
> > Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/Projets_Air at /cifs/SERV2
> > Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/Projets_Air
> > Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/Projets_Air with timeout 60, freq 15 seconds
> > Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/Projets_Air at /cifs/SERV2/Projets_Air
> > Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/termozs at /cifs/SERV2
> > Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/termozs
> > Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/termozs with timeout 60, freq 15 seconds
> > Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/termozs at /cifs/SERV2/termozs
> > Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/packages at /cifs/SERV2
> > Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/packages
> > Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/packages with timeout 60, freq 15 seconds
> > Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/packages at /cifs/SERV2/packages
> > Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/powervault at /cifs/SERV2
> > Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/powervault
> > Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/powervault with timeout 60, freq 15 seconds
> > Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/powervault at /cifs/SERV2/powervault
> > Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/temp at /cifs/SERV2
> > Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/temp
> > Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/temp with timeout 60, freq 15 seconds
> > Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/temp at /cifs/SERV2/temp
> > Aug 26 10:10:40 bacchus automount[17827]: ioctl_send_ready: token = 1524
> > Aug 26 10:10:40 bacchus automount[17827]: handle_packet: type = 5
> > Aug 26 10:10:40 bacchus automount[17827]: handle_packet_missing_direct: token 1525, name /cifs/SERV2/TM_termoz, request pid 29498
> > Aug 26 10:10:40 bacchus automount[17827]: attempting to mount entry /cifs/SERV2/TM_termoz
> > Aug 26 10:10:40 bacchus automount[17827]: lookup_mount: lookup(program): /cifs/SERV2/TM_termoz -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/TM_termoz
> > Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): expanded entry: -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/TM_termoz
> > Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> > Aug 26 10:10:40 bacchus automount[17827]: sun_mount: parse(sun): mounting root /tmp/autoC7eymh, mountpoint /cifs/SERV2/TM_termoz, what //SERV2/TM_termoz, fstype cifs, options file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> > Aug 26 10:10:40 bacchus automount[17827]: do_mount: //SERV2/TM_termoz /cifs/SERV2/TM_termoz type cifs options file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile using module generic
> > Aug 26 10:10:40 bacchus automount[17827]: mount_mount: mount(generic): calling mkdir_path /tmp/autoC7eymh
> > Aug 26 10:10:40 bacchus automount[17827]: mount_mount: mount(generic): calling mount -t cifs -s -o file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile //SERV2/TM_termoz /tmp/autoC7eymh
> > Aug 26 10:10:40 bacchus automount[17827]: mounted /cifs/SERV2
> > Aug 26 10:10:40 bacchus automount[17827]: mount_mount: mount(generic): mounted //SERV2/TM_termoz type cifs on /tmp/autoC7eymh
> > Aug 26 10:10:40 bacchus automount[17827]: move_mount: moved mount tree from /tmp/autoC7eymh to /cifs/SERV2/TM_termoz
> > Aug 26 10:10:40 bacchus automount[17827]: ioctl_send_ready: token = 1525
> > Aug 26 10:10:40 bacchus automount[17827]: mounted /cifs/SERV2/TM_termoz
> > Aug 26 10:10:42 bacchus automount[17827]: st_expire: state 1 path /cifs
> > Aug 26 10:10:42 bacchus automount[17827]: expire_proc: exp_proc = 3074403216 path /cifs
> > Aug 26 10:10:42 bacchus automount[17827]: expire_proc_indirect: expire /cifs/SERV1/TM_termoz
> > Aug 26 10:10:42 bacchus automount[17827]: expire_proc_indirect: expire /cifs/SERV2/TM_termoz
> > Aug 26 10:10:42 bacchus automount[17827]: 2 remaining in /cifs
> > Aug 26 10:10:42 bacchus automount[17827]: expire_cleanup: got thid 3074403216 path /cifs stat 36
> > Aug 26 10:10:42 bacchus automount[17827]: expire_cleanup: sigchld: exp 3074403216 finished, switching from 2 to 1
> > Aug 26 10:10:42 bacchus automount[17827]: st_ready: st_ready(): state = 2 path /cifs
> > Aug 26 10:10:57 bacchus automount[17827]: st_expire: state 1 path /cifs
> > Aug 26 10:10:57 bacchus automount[17827]: expire_proc: exp_proc = 3074403216 path /cifs
> > Aug 26 10:10:57 bacchus automount[17827]: expire_proc_indirect: expire /cifs/SERV1/TM_termoz
> > Aug 26 10:10:57 bacchus automount[17827]: expire_proc_indirect: expire /cifs/SERV2/TM_termoz
> > Aug 26 10:10:57 bacchus automount[17827]: 2 remaining in /cifs
> > Aug 26 10:10:57 bacchus automount[17827]: expire_cleanup: got thid 3074403216 path /cifs stat 36
> > Aug 26 10:10:57 bacchus automount[17827]: expire_cleanup: sigchld: exp 3074403216 finished, switching from 2 to 1
> > Aug 26 10:10:57 bacchus automount[17827]: st_ready: st_ready(): state = 2 path /cifs
> > Aug 26 10:11:12 bacchus automount[17827]: st_expire: state 1 path /cifs
> > Aug 26 10:11:12 bacchus automount[17827]: expire_proc: exp_proc = 3074403216 path /cifs
> > Aug 26 10:11:12 bacchus automount[17827]: expire_proc_indirect: expire /cifs/SERV1/TM_termoz
> > Aug 26 10:11:12 bacchus automount[17827]: expire_proc_indirect: expire /cifs/SERV2/TM_termoz
> > Aug 26 10:11:12 bacchus automount[17827]: 2 remaining in /cifs
> > Aug 26 10:11:12 bacchus automount[17827]: expire_cleanup: got thid 3074403216 path /cifs stat 36
> > Aug 26 10:11:12 bacchus automount[17827]: expire_cleanup: sigchld: exp 3074403216 finished, switching from 2 to 1
> > Aug 26 10:11:12 bacchus automount[17827]: st_ready: st_ready(): state = 2 path /cifs
> > Aug 26 10:11:27 bacchus automount[17827]: st_expire: state 1 path /cifs
> > Aug 26 10:11:27 bacchus automount[17827]: expire_proc: exp_proc = 3074403216 path /cifs
> > Aug 26 10:11:27 bacchus automount[17827]: expire_proc_indirect: expire /cifs/SERV1/TM_termoz
> > Aug 26 10:11:27 bacchus automount[17827]: expire_proc_indirect: expire /cifs/SERV2/TM_termoz
> > Aug 26 10:11:27 bacchus automount[17827]: 2 remaining in /cifs
> > Aug 26 10:11:27 bacchus automount[17827]: expire_cleanup: got thid 3074403216 path /cifs stat 36
> > Aug 26 10:11:27 bacchus automount[17827]: expire_cleanup: sigchld: exp 3074403216 finished, switching from 2 to 1
> > Aug 26 10:11:27 bacchus automount[17827]: st_ready: st_ready(): state = 2 path /cifs
> > Aug 26 10:11:42 bacchus automount[17827]: st_expire: state 1 path /cifs
> > Aug 26 10:11:42 bacchus automount[17827]: expire_proc: exp_proc = 3074403216 path /cifs
> > Aug 26 10:11:42 bacchus automount[17827]: expire_proc_indirect: expire /cifs/SERV1/TM_termoz
> > Aug 26 10:11:42 bacchus automount[17827]: expire_proc_indirect: expire /cifs/SERV2/TM_termoz
> > Aug 26 10:11:42 bacchus automount[17827]: handle_packet: type = 6
> > Aug 26 10:11:42 bacchus automount[17827]: handle_packet_expire_direct: token 1526, name /cifs/SERV2/TM_termoz
> > Aug 26 10:11:42 bacchus automount[17827]: expiring path /cifs/SERV2/TM_termoz
> > Aug 26 10:11:42 bacchus automount[17827]: umount_multi: path /cifs/SERV2/TM_termoz incl 1
> > Aug 26 10:11:42 bacchus automount[17827]: umount_subtree_mounts: unmounting dir = /cifs/SERV2/TM_termoz
> > Aug 26 10:11:42 bacchus automount[17827]: expired /cifs/SERV2/TM_termoz
> > Aug 26 10:11:42 bacchus automount[17827]: ioctl_send_ready: token = 1526
> > Aug 26 10:11:42 bacchus automount[17827]: handle_packet: type = 5
> > Aug 26 10:11:42 bacchus automount[17827]: handle_packet_missing_direct: token 1527, name /cifs/SERV2/TM_termoz, request pid 29523
> > Aug 26 10:11:42 bacchus automount[17827]: attempting to mount entry /cifs/SERV2/TM_termoz
> > Aug 26 10:11:42 bacchus automount[17827]: lookup_mount: lookup(program): /cifs/SERV2/TM_termoz -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/TM_termoz
> > Aug 26 10:11:42 bacchus automount[17827]: parse_mount: parse(sun): expanded entry: -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/TM_termoz
> > Aug 26 10:11:42 bacchus automount[17827]: parse_mount: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> > Aug 26 10:11:42 bacchus automount[17827]: sun_mount: parse(sun): mounting root /tmp/auto1I7gB7, mountpoint /cifs/SERV2/TM_termoz, what //SERV2/TM_termoz, fstype cifs, options file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> > Aug 26 10:11:42 bacchus automount[17827]: do_mount: //SERV2/TM_termoz /cifs/SERV2/TM_termoz type cifs options file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile using module generic
> > Aug 26 10:11:42 bacchus automount[17827]: mount_mount: mount(generic): calling mkdir_path /tmp/auto1I7gB7
> > Aug 26 10:11:42 bacchus automount[17827]: mount_mount: mount(generic): calling mount -t cifs -s -o file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile //SERV2/TM_termoz /tmp/auto1I7gB7
> > Aug 26 10:11:42 bacchus automount[17827]: mount_mount: mount(generic): mounted //SERV2/TM_termoz type cifs on /tmp/auto1I7gB7
> > Aug 26 10:11:42 bacchus automount[17827]: move_mount: moved mount tree from /tmp/auto1I7gB7 to /cifs/SERV2/TM_termoz
> > Aug 26 10:11:42 bacchus automount[17827]: handle_packet: type = 4
> > Aug 26 10:11:42 bacchus automount[17827]: handle_packet_expire_indirect: token 1528, name SERV2
> > Aug 26 10:11:42 bacchus automount[17827]: expiring path /cifs/SERV2
> > Aug 26 10:11:42 bacchus automount[17827]: umount_multi: path /cifs/SERV2 incl 1
> > Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/01_MARKETING
> > Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/01_MARKETING
> > Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/02_ADMINISTRATIF
> > Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/02_ADMINISTRATIF
> > Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/03_EXPLOITATION
> > Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/03_EXPLOITATION
> > Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/04_SERVICE-CLIENTS
> > Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/04_SERVICE-CLIENTS
> > Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/05_TELECHARGEMENTS
> > Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/05_TELECHARGEMENTS
> > Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/06_UTILISATEURS
> > Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/06_UTILISATEURS
> > Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/07_PRODUCTION
> > Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/07_PRODUCTION
> > Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/08_BDD
> > Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/08_BDD
> > Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/ADMIN$
> > Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/ADMIN$
> > Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/C$
> > Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/C$
> > Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/CGIN
> > Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/CGIN
> > Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/D$
> > Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/D$
> > Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/F$
> > Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/F$
> > Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/ImageMagick-6.3.3V6
> > Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/ImageMagick-6.3.3V6
> > Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/TM_termoz
> > Aug 26 10:11:42 bacchus automount[17827]: umount_autofs_offset: couldn't get ioctl fd for offset /cifs/SERV2/TM_termoz: No such file or directory
> > Aug 26 10:11:42 bacchus automount[17827]: forcing umount of offset mount /cifs/SERV2/TM_termoz
> > Aug 26 10:11:42 bacchus automount[17827]: failed to remove dir /cifs/SERV2/TM_termoz: Device or resource busy
> > Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/Projets
> > Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/Projets
> > Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/Projets_Air
> > Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/Projets_Air
> > Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/termozs
> > Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/termozs
> > Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/packages
> > Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/packages
> > Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/powervault
> > Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/powervault
> > Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/temp
> > Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/temp
> > Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/01_MARKETING
> > Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/02_ADMINISTRATIF
> > Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/03_EXPLOITATION
> > Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/04_SERVICE-CLIENTS
> > Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/05_TELECHARGEMENTS
> > Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/06_UTILISATEURS
> > Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/07_PRODUCTION
> > Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/08_BDD
> > Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/ADMIN$
> > Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/C$
> > Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/CGIN
> > Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/D$
> > Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/F$
> > Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/ImageMagick-6.3.3V6
> > Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/TM_termoz
> > Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/Projets
> > Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/Projets_Air
> > Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/termozs
> > Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/packages
> > Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/powervault
> > Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/temp
> > Aug 26 10:11:42 bacchus automount[17827]: ioctl_send_ready: token = 1527
> > Aug 26 10:11:42 bacchus automount[17827]: mounted /cifs/SERV2/TM_termoz
> > Aug 26 10:11:42 bacchus automount[17827]: handle_packet: type = 5
> > Aug 26 10:11:42 bacchus automount[17827]: rm_unwanted_fn: removing directory /cifs/SERV2
> > Aug 26 10:11:42 bacchus automount[17827]: unable to remove directory /cifs/SERV2: Directory not empty
> > Aug 26 10:11:42 bacchus automount[17827]: expired /cifs/SERV2
> > Aug 26 10:11:42 bacchus automount[17827]: handle_packet_missing_direct:1323: can't find map entry for (46,12396497)
> > Aug 26 10:11:42 bacchus automount[17827]: ioctl_send_ready: token = 1528
> > Aug 26 10:11:42 bacchus automount[17827]: 1 remaining in /cifs
> > Aug 26 10:11:42 bacchus automount[17827]: expire_cleanup: got thid 3074403216 path /cifs stat 36
> > Aug 26 10:11:42 bacchus automount[17827]: expire_cleanup: sigchld: exp 3074403216 finished, switching from 2 to 1
> > Aug 26 10:11:42 bacchus automount[17827]: st_ready: st_ready(): state = 2 path /cifs
> > Aug 26 10:11:57 bacchus automount[17827]: st_expire: state 1 path /cifs
> > Aug 26 10:11:57 bacchus automount[17827]: expire_proc: exp_proc = 3074403216 path /cifs
> > Aug 26 10:11:57 bacchus automount[17827]: expire_proc_indirect: expire /cifs/SERV1/TM_termoz
> > Aug 26 10:11:57 bacchus automount[17827]: 1 remaining in /cifs
> > Aug 26 10:11:57 bacchus automount[17827]: expire_cleanup: got thid 3074403216 path /cifs stat 15
> > Aug 26 10:11:57 bacchus automount[17827]: expire_cleanup: sigchld: exp 3074403216 finished, switching from 2 to 1
> > Aug 26 10:11:57 bacchus automount[17827]: st_ready: st_ready(): state = 2 path /cifs
> > Aug 26 10:12:12 bacchus automount[17827]: st_expire: state 1 path /cifs
> > Aug 26 10:12:12 bacchus automount[17827]: expire_proc: exp_proc = 3074403216 path /cifs
> > Aug 26 10:12:12 bacchus automount[17827]: expire_proc_indirect: expire /cifs/SERV1/TM_termoz
> > Aug 26 10:12:12 bacchus automount[17827]: 1 remaining in /cifs
> > Aug 26 10:12:12 bacchus automount[17827]: expire_cleanup: got thid 3074403216 path /cifs stat 15
> > Aug 26 10:12:12 bacchus automount[17827]: expire_cleanup: sigchld: exp 3074403216 finished, switching from 2 to 1
> > Aug 26 10:12:12 bacchus automount[17827]: st_ready: st_ready(): state = 2 path /cifs
> > Aug 26 10:12:27 bacchus automount[17827]: st_expire: state 1 path /cifs
> > Aug 26 10:12:27 bacchus automount[17827]: expire_proc: exp_proc = 3074403216 path /cifs
> > Aug 26 10:12:27 bacchus automount[17827]: expire_proc_indirect: expire /cifs/SERV1/TM_termoz
> > _______________________________________________
> > autofs mailing list
> > autofs@linux.kernel.org
> > http://linux.kernel.org/mailman/listinfo/autofs
> 
> 
> _______________________________________________
> autofs mailing list
> autofs@linux.kernel.org
> http://linux.kernel.org/mailman/listinfo/autofs


_______________________________________________
autofs mailing list
autofs@linux.kernel.org
http://linux.kernel.org/mailman/listinfo/autofs

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: Problem of concurrent mount/umount call
  2010-09-20  2:08   ` Ian Kent
@ 2010-10-22 15:19     ` Erwan Loaëc
  2010-10-26  0:10       ` Ian Kent
  2010-10-26  0:18       ` Ian Kent
  0 siblings, 2 replies; 15+ messages in thread
From: Erwan Loaëc @ 2010-10-22 15:19 UTC (permalink / raw)
  To: autofs

Hello,

Sorry for the time, but before posting again I've upgrade every 
production servers with newest autofs4 module (with last patch) and last 
automount with all patch EXCEPT these:

autofs-5.0.5-fix-restart.patch
autofs-5.0.5-fix-status-privilege-error.patch
autofs-5.0.4-always-read-file-maps-mount-lookup-map-read-fix.patch
autofs-5.0.5-fix-direct-map-not-updating-on-reread.patch
autofs-5.0.5-add-external-bind-method.patch
autofs-5.0.5-fix-add-simple-bind-auth.patch
autofs-5.0.5-add-dump-maps-option.patch
autofs-5.0.5-fix-submount-shutdown-wait.patch


Today I had the same behaviour than the issue explained my previous mail.

--------------------
Oct 22 16:44:06 SERVERNAME automount[2665]: umount_autofs_offset: 
couldn't get ioctl fd for offset /cifs/XXXXXXX/volume: No such file or 
directory
Oct 22 16:44:06 SERVERNAME automount[2665]: 
handle_packet_missing_direct:1363: can't find map entry for (20,3548545)
--------------------

Do you know if it should be fixed with the patch I've not already apply ?

Server where issue occurs today:
kernel: 2.6.26-2-amd64
autofs 5.0.5

Regards,

--
Erwan


Ian Kent wrote:
> On Mon, 2010-09-20 at 09:58 +0800, Ian Kent wrote:
>> On Thu, 2010-08-26 at 12:39 +0200, Erwan Loaëc wrote:
>>> Hello everybody!
>>>
>>> Versions used:
>>> - Autofs 5.0.5 with all patchs
>>> - Kernel 2.6.26-2-686
> 
> This is going to get very difficult if you can't tell me what autofs
> patches have been applied to this kernel.
> 
>>> /etc/auto.master:
>>> /cifs /etc/auto.cifs --timeout=60
>>>
>>> (the timeout is small to make easier to reproduce the issue after I've 
>>> enable debug)
>>>
>>> There is an issue which occurred regularly (in August, it happens 3 
>>> times). It seems that when a mount expires, and the same mount is called 
>>> a the "same" time, automount hangs.
>>>
>>> Please take a look to my debug log (in attachment), this is the debug 
>>> log when the problem occurred.
>>>
>>> Scenario:
>>>
>>> Line 121 (10h10m40s) : Call to the share /cifs/SERV2/TM_termoz
>>> Line 351 (10h11m42s) : Mount /cifs/SERV2/TM_termoz expiring
>>> Line 356 (10h11m42s) : New call to the share /cifs/SERV2/TM_termoz
>>> Line 401 (10h11m42s) : Umount /cifs/SERV2/TM_termoz with error
>>>
>>> Then, obviously it cannot remove directory /cifs/SERV2
>>>
>>> The automount hangs after this, so each I/O on /cifs/SERV2/TM_termoz 
>>> hangs too...
>>>
>>> If you want to check debug file through your browser: 
>>> http://paste-it.net/public/n1e7286/
>> That looks like a particularly nasty bug.
>> I'll have to think about this one for a while and try and work out what
>> is happening.
>>
>>> Otherwise, attachment :)
>>>
>>> Is anyone has suggestions about my problem...
>>>
>>> Thanks!
>>>
>>> application log attachment (autofs.debug.log)
>>> Aug 26 10:10:40 bacchus automount[17827]: handle_packet: type = 3
>>> Aug 26 10:10:40 bacchus automount[17827]: handle_packet_missing_indirect: token 1522, name SERV1, request pid 29498
>>> Aug 26 10:10:40 bacchus automount[17827]: attempting to mount entry /cifs/SERV1
>>> Aug 26 10:10:40 bacchus automount[17827]: lookup_mount: lookup(program): SERV1 -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile  #011 /mediatheque_termox ://SERV1/mediatheque_termox  #011 /TM_termoz ://SERV1/TM_termoz  #011 /C\$ ://SERV1/C\$  #011 /logfz ://SERV1/logfz  #011 /ORL_jobs ://SERV1/ORL_jobs  #011 /termozOblo ://SERV1/termozOblo  #011 /ADMIN\$ ://SERV1/ADMIN\$  #011 /termozAFT ://SERV1/termozAFT  #011 /tmp_dev_termox ://SERV1/tmp_dev_termox  #011 /nescafe ://SERV1/nescafe  #011 /E\$ ://SERV1/E\$  #011 /termozs ://SERV1/termozs
>>> Aug 26 10:10:40 bacchus automount[17827]: lookup_mount: lookup(program): looking up SERV1
>>> Aug 26 10:10:40 bacchus automount[17827]: lookup_mount: lookup(program): SERV1 -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile  #011 /mediatheque_termox ://SERV1/mediatheque_termox  #011 /TM_termoz ://SERV1/TM_termoz  #011 /C\$ ://SERV1/C\$  #011 /logfz ://SERV1/logfz  #011 /ORL_jobs ://SERV1/ORL_jobs  #011 /termozOblo ://SERV1/termozOblo  #011 /ADMIN\$ ://SERV1/ADMIN\$  #011 /termozAFT ://SERV1/termozAFT  #011 /tmp_dev_termox ://SERV1/tmp_dev_termox  #011 /nescafe ://SERV1/nescafe  #011 /E\$ ://SERV1/E\$  #011 /termozs ://SERV1/termozs
>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): expanded entry: -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile  #011 /mediatheque_termox ://SERV1/mediatheque_termox  #011 /TM_termoz ://SERV1/TM_termoz  #011 /C\$ ://SERV1/C\$  #011 /logfz ://SERV1/logfz  #011 /ORL_jobs ://SERV1/ORL_jobs  #011 /termozOblo ://SERV1/termozOblo  #011 /ADMIN\$ ://SERV1/ADMIN\$  #011 /termozAFT ://SERV1/termozAFT  #011 /tmp_dev_termox ://SERV1/tmp_dev_termox  #011 /nescafe ://SERV1/nescafe  #011 /E\$ ://SERV1/E\$  #011 /termozs ://SERV1/termozs
>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/mediatheque_termox") -> /mediatheque_termox
>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV1/mediatheque_termox") -> ://SERV1/mediatheque_termox
>>> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /mediatheque_termox -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV1/mediatheque_termox
>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/TM_termoz") -> /TM_termoz
>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV1/TM_termoz") -> ://SERV1/TM_termoz
>>> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /TM_termoz -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV1/TM_termoz
>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/C\$") -> /C$
>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV1/C\$") -> ://SERV1/C$
>>> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /C$ -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV1/C$
>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/logfz") -> /logfz
>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV1/logfz") -> ://SERV1/logfz
>>> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /logfz -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV1/logfz
>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/ORL_jobs") -> /ORL_jobs
>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV1/ORL_jobs") -> ://SERV1/ORL_jobs
>>> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /ORL_jobs -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV1/ORL_jobs
>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/termozOblo") -> /termozOblo
>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV1/termozOblo") -> ://SERV1/termozOblo
>>> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /termozOblo -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV1/termozOblo
>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/ADMIN\$") -> /ADMIN$
>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV1/ADMIN\$") -> ://SERV1/ADMIN$
>>> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /ADMIN$ -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV1/ADMIN$
>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/termozAFT") -> /termozAFT
>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV1/termozAFT") -> ://SERV1/termozAFT
>>> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /termozAFT -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV1/termozAFT
>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/tmp_dev_termox") -> /tmp_dev_termox
>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV1/tmp_dev_termox") -> ://SERV1/tmp_dev_termox
>>> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /tmp_dev_termox -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV1/tmp_dev_termox
>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/nescafe") -> /nescafe
>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV1/nescafe") -> ://SERV1/nescafe
>>> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /nescafe -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV1/nescafe
>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/E\$") -> /E$
>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV1/E\$") -> ://SERV1/E$
>>> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /E$ -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV1/E$
>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/termozs") -> /termozs
>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV1/termozs") -> ://SERV1/termozs
>>> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /termozs -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV1/termozs
>>> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV1/ADMIN$ at /cifs/SERV1
>>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV1/ADMIN$
>>> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV1/ADMIN$ with timeout 60, freq 15 seconds
>>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV1/ADMIN$ at /cifs/SERV1/ADMIN$
>>> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV1/C$ at /cifs/SERV1
>>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV1/C$
>>> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV1/C$ with timeout 60, freq 15 seconds
>>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV1/C$ at /cifs/SERV1/C$
>>> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV1/E$ at /cifs/SERV1
>>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV1/E$
>>> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV1/E$ with timeout 60, freq 15 seconds
>>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV1/E$ at /cifs/SERV1/E$
>>> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV1/ORL_jobs at /cifs/SERV1
>>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV1/ORL_jobs
>>> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV1/ORL_jobs with timeout 60, freq 15 seconds
>>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV1/ORL_jobs at /cifs/SERV1/ORL_jobs
>>> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV1/TM_termoz at /cifs/SERV1
>>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV1/TM_termoz
>>> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV1/TM_termoz with timeout 60, freq 15 seconds
>>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV1/TM_termoz at /cifs/SERV1/TM_termoz
>>> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV1/termozAFT at /cifs/SERV1
>>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV1/termozAFT
>>> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV1/termozAFT with timeout 60, freq 15 seconds
>>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV1/termozAFT at /cifs/SERV1/termozAFT
>>> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV1/termozOblo at /cifs/SERV1
>>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV1/termozOblo
>>> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV1/termozOblo with timeout 60, freq 15 seconds
>>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV1/termozOblo at /cifs/SERV1/termozOblo
>>> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV1/termozs at /cifs/SERV1
>>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV1/termozs
>>> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV1/termozs with timeout 60, freq 15 seconds
>>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV1/termozs at /cifs/SERV1/termozs
>>> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV1/logfz at /cifs/SERV1
>>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV1/logfz
>>> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV1/logfz with timeout 60, freq 15 seconds
>>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV1/logfz at /cifs/SERV1/logfz
>>> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV1/mediatheque_termox at /cifs/SERV1
>>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV1/mediatheque_termox
>>> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV1/mediatheque_termox with timeout 60, freq 15 seconds
>>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV1/mediatheque_termox at /cifs/SERV1/mediatheque_termox
>>> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV1/tmp_dev_termox at /cifs/SERV1
>>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV1/tmp_dev_termox
>>> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV1/tmp_dev_termox with timeout 60, freq 15 seconds
>>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV1/tmp_dev_termox at /cifs/SERV1/tmp_dev_termox
>>> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV1/nescafe at /cifs/SERV1
>>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV1/nescafe
>>> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV1/nescafe with timeout 60, freq 15 seconds
>>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV1/nescafe at /cifs/SERV1/nescafe
>>> Aug 26 10:10:40 bacchus automount[17827]: ioctl_send_ready: token = 1522
>>> Aug 26 10:10:40 bacchus automount[17827]: mounted /cifs/SERV1
>>> Aug 26 10:10:40 bacchus automount[17827]: handle_packet: type = 5
>>> Aug 26 10:10:40 bacchus automount[17827]: handle_packet_missing_direct: token 1523, name /cifs/SERV1/TM_termoz, request pid 29498
>>> Aug 26 10:10:40 bacchus automount[17827]: attempting to mount entry /cifs/SERV1/TM_termoz
>>> Aug 26 10:10:40 bacchus automount[17827]: lookup_mount: lookup(program): /cifs/SERV1/TM_termoz -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV1/TM_termoz
>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): expanded entry: -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV1/TM_termoz
>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
>>> Aug 26 10:10:40 bacchus automount[17827]: sun_mount: parse(sun): mounting root /tmp/auto00JJof, mountpoint /cifs/SERV1/TM_termoz, what //SERV1/TM_termoz, fstype cifs, options file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
>>> Aug 26 10:10:40 bacchus automount[17827]: do_mount: //SERV1/TM_termoz /cifs/SERV1/TM_termoz type cifs options file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile using module generic
>>> Aug 26 10:10:40 bacchus automount[17827]: mount_mount: mount(generic): calling mkdir_path /tmp/auto00JJof
>>> Aug 26 10:10:40 bacchus automount[17827]: mount_mount: mount(generic): calling mount -t cifs -s -o file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile //SERV1/TM_termoz /tmp/auto00JJof
>>> Aug 26 10:10:40 bacchus automount[17827]: mount_mount: mount(generic): mounted //SERV1/TM_termoz type cifs on /tmp/auto00JJof
>>> Aug 26 10:10:40 bacchus automount[17827]: move_mount: moved mount tree from /tmp/auto00JJof to /cifs/SERV1/TM_termoz
>>> Aug 26 10:10:40 bacchus automount[17827]: ioctl_send_ready: token = 1523
>>> Aug 26 10:10:40 bacchus automount[17827]: mounted /cifs/SERV1/TM_termoz
>>> Aug 26 10:10:40 bacchus automount[17827]: handle_packet: type = 3
>>> Aug 26 10:10:40 bacchus automount[17827]: handle_packet_missing_indirect: token 1524, name SERV2, request pid 29498
>>> Aug 26 10:10:40 bacchus automount[17827]: attempting to mount entry /cifs/SERV2
>>> Aug 26 10:10:40 bacchus automount[17827]: lookup_mount: lookup(program): SERV2 -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile  #011 /TM_termoz ://SERV2/TM_termoz  #011 /C\$ ://SERV2/C\$  #011 /01_MARKETING ://SERV2/01_MARKETING  #011 /06_UTILISATEURS ://SERV2/06_UTILISATEURS  #011 /04_SERVICE-CLIENTS ://SERV2/04_SERVICE-CLIENTS  #011 /Projets ://SERV2/Projets  #011 /F\$ ://SERV2/F\$  #011 /02_ADMINISTRATIF ://SERV2/02_ADMINISTRATIF  #011 /03_EXPLOITATION ://SERV2/03_EXPLOITATION  #011 /05_TELECHARGEMENTS ://SERV2/05_TELECHARGEMENTS  #011 /powervault ://SERV2/powervault  #011 /07_PRODUCTION ://SERV2/07_PRODUCTION  #011 /packages ://SERV2/packages  #011 /08_BDD ://SERV2/08_BDD  #011 /ADMIN\$ ://SERV2/ADMIN\$  #011 /CGIN ://SERV2/CGIN  #011 /ImageMagick-6.3.3V6 ://SERV2/ImageMagick-6.3.3V6  #011 /D\$ ://SERV2/D\$  #011 /temp ://SERV2/temp  #011 /termozs ://SERV2/termozs  #011 /Projets_Air ://SERV2/Projets_Air
>>> Aug 26 10:10:40 bacchus automount[17827]: lookup_mount: lookup(program): looking up SERV2
>>> Aug 26 10:10:40 bacchus automount[17827]: lookup_mount: lookup(program): SERV2 -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile  #011 /TM_termoz ://SERV2/TM_termoz  #011 /C\$ ://SERV2/C\$  #011 /01_MARKETING ://SERV2/01_MARKETING  #011 /06_UTILISATEURS ://SERV2/06_UTILISATEURS  #011 /04_SERVICE-CLIENTS ://SERV2/04_SERVICE-CLIENTS  #011 /Projets ://SERV2/Projets  #011 /F\$ ://SERV2/F\$  #011 /02_ADMINISTRATIF ://SERV2/02_ADMINISTRATIF  #011 /03_EXPLOITATION ://SERV2/03_EXPLOITATION  #011 /05_TELECHARGEMENTS ://SERV2/05_TELECHARGEMENTS  #011 /powervault ://SERV2/powervault  #011 /07_PRODUCTION ://SERV2/07_PRODUCTION  #011 /packages ://SERV2/packages  #011 /08_BDD ://SERV2/08_BDD  #011 /ADMIN\$ ://SERV2/ADMIN\$  #011 /CGIN ://SERV2/CGIN  #011 /ImageMagick-6.3.3V6 ://SERV2/ImageMagick-6.3.3V6  #011 /D\$ ://SERV2/D\$  #011 /temp ://SERV2/temp  #011 /termozs ://SERV2/termozs  #011 /Projets_Air ://SERV2/Projets_Air
>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): expanded entry: -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile  #011 /TM_termoz ://SERV2/TM_termoz  #011 /C\$ ://SERV2/C\$  #011 /01_MARKETING ://SERV2/01_MARKETING  #011 /06_UTILISATEURS ://SERV2/06_UTILISATEURS  #011 /04_SERVICE-CLIENTS ://SERV2/04_SERVICE-CLIENTS  #011 /Projets ://SERV2/Projets  #011 /F\$ ://SERV2/F\$  #011 /02_ADMINISTRATIF ://SERV2/02_ADMINISTRATIF  #011 /03_EXPLOITATION ://SERV2/03_EXPLOITATION  #011 /05_TELECHARGEMENTS ://SERV2/05_TELECHARGEMENTS  #011 /powervault ://SERV2/powervault  #011 /07_PRODUCTION ://SERV2/07_PRODUCTION  #011 /packages ://SERV2/packages  #011 /08_BDD ://SERV2/08_BDD  #011 /ADMIN\$ ://SERV2/ADMIN\$  #011 /CGIN ://SERV2/CGIN  #011 /ImageMagick-6.3.3V6 ://SERV2/ImageMagick-6.3.3V6  #011 /D\$ ://SERV2/D\$  #011 /temp ://SERV2/temp  #011 /termozs ://SERV2/termozs  #011 /Projets_Air ://SERV2/Projets_Air
>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/TM_termoz") -> /TM_termoz
>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/TM_termoz") -> ://SERV2/TM_termoz
>>> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /TM_termoz -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/TM_termoz
>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/C\$") -> /C$
>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/C\$") -> ://SERV2/C$
>>> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /C$ -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/C$
>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/01_MARKETING") -> /01_MARKETING
>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/01_MARKETING") -> ://SERV2/01_MARKETING
>>> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /01_MARKETING -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/01_MARKETING
>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/06_UTILISATEURS") -> /06_UTILISATEURS
>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/06_UTILISATEURS") -> ://SERV2/06_UTILISATEURS
>>> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /06_UTILISATEURS -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/06_UTILISATEURS
>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/04_SERVICE-CLIENTS") -> /04_SERVICE-CLIENTS
>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/04_SERVICE-CLIENTS") -> ://SERV2/04_SERVICE-CLIENTS
>>> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /04_SERVICE-CLIENTS -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/04_SERVICE-CLIENTS
>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/Projets") -> /Projets
>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/Projets") -> ://SERV2/Projets
>>> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /Projets -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/Projets
>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/F\$") -> /F$
>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/F\$") -> ://SERV2/F$
>>> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /F$ -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/F$
>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/02_ADMINISTRATIF") -> /02_ADMINISTRATIF
>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/02_ADMINISTRATIF") -> ://SERV2/02_ADMINISTRATIF
>>> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /02_ADMINISTRATIF -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/02_ADMINISTRATIF
>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/03_EXPLOITATION") -> /03_EXPLOITATION
>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/03_EXPLOITATION") -> ://SERV2/03_EXPLOITATION
>>> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /03_EXPLOITATION -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/03_EXPLOITATION
>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/05_TELECHARGEMENTS") -> /05_TELECHARGEMENTS
>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/05_TELECHARGEMENTS") -> ://SERV2/05_TELECHARGEMENTS
>>> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /05_TELECHARGEMENTS -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/05_TELECHARGEMENTS
>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/powervault") -> /powervault
>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/powervault") -> ://SERV2/powervault
>>> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /powervault -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/powervault
>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/07_PRODUCTION") -> /07_PRODUCTION
>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/07_PRODUCTION") -> ://SERV2/07_PRODUCTION
>>> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /07_PRODUCTION -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/07_PRODUCTION
>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/packages") -> /packages
>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/packages") -> ://SERV2/packages
>>> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /packages -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/packages
>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/08_BDD") -> /08_BDD
>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/08_BDD") -> ://SERV2/08_BDD
>>> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /08_BDD -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/08_BDD
>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/ADMIN\$") -> /ADMIN$
>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/ADMIN\$") -> ://SERV2/ADMIN$
>>> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /ADMIN$ -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/ADMIN$
>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/CGIN") -> /CGIN
>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/CGIN") -> ://SERV2/CGIN
>>> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /CGIN -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/CGIN
>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/ImageMagick-6.3.3V6") -> /ImageMagick-6.3.3V6
>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/ImageMagick-6.3.3V6") -> ://SERV2/ImageMagick-6.3.3V6
>>> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /ImageMagick-6.3.3V6 -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/ImageMagick-6.3.3V6
>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/D\$") -> /D$
>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/D\$") -> ://SERV2/D$
>>> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /D$ -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/D$
>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/temp") -> /temp
>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/temp") -> ://SERV2/temp
>>> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /temp -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/temp
>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/termozs") -> /termozs
>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/termozs") -> ://SERV2/termozs
>>> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /termozs -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/termozs
>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/Projets_Air") -> /Projets_Air
>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/Projets_Air") -> ://SERV2/Projets_Air
>>> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /Projets_Air -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/Projets_Air
>>> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/01_MARKETING at /cifs/SERV2
>>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/01_MARKETING
>>> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/01_MARKETING with timeout 60, freq 15 seconds
>>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/01_MARKETING at /cifs/SERV2/01_MARKETING
>>> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/02_ADMINISTRATIF at /cifs/SERV2
>>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/02_ADMINISTRATIF
>>> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/02_ADMINISTRATIF with timeout 60, freq 15 seconds
>>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/02_ADMINISTRATIF at /cifs/SERV2/02_ADMINISTRATIF
>>> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/03_EXPLOITATION at /cifs/SERV2
>>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/03_EXPLOITATION
>>> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/03_EXPLOITATION with timeout 60, freq 15 seconds
>>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/03_EXPLOITATION at /cifs/SERV2/03_EXPLOITATION
>>> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/04_SERVICE-CLIENTS at /cifs/SERV2
>>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/04_SERVICE-CLIENTS
>>> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/04_SERVICE-CLIENTS with timeout 60, freq 15 seconds
>>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/04_SERVICE-CLIENTS at /cifs/SERV2/04_SERVICE-CLIENTS
>>> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/05_TELECHARGEMENTS at /cifs/SERV2
>>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/05_TELECHARGEMENTS
>>> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/05_TELECHARGEMENTS with timeout 60, freq 15 seconds
>>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/05_TELECHARGEMENTS at /cifs/SERV2/05_TELECHARGEMENTS
>>> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/06_UTILISATEURS at /cifs/SERV2
>>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/06_UTILISATEURS
>>> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/06_UTILISATEURS with timeout 60, freq 15 seconds
>>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/06_UTILISATEURS at /cifs/SERV2/06_UTILISATEURS
>>> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/07_PRODUCTION at /cifs/SERV2
>>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/07_PRODUCTION
>>> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/07_PRODUCTION with timeout 60, freq 15 seconds
>>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/07_PRODUCTION at /cifs/SERV2/07_PRODUCTION
>>> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/08_BDD at /cifs/SERV2
>>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/08_BDD
>>> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/08_BDD with timeout 60, freq 15 seconds
>>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/08_BDD at /cifs/SERV2/08_BDD
>>> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/ADMIN$ at /cifs/SERV2
>>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/ADMIN$
>>> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/ADMIN$ with timeout 60, freq 15 seconds
>>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/ADMIN$ at /cifs/SERV2/ADMIN$
>>> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/C$ at /cifs/SERV2
>>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/C$
>>> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/C$ with timeout 60, freq 15 seconds
>>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/C$ at /cifs/SERV2/C$
>>> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/CGIN at /cifs/SERV2
>>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/CGIN
>>> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/CGIN with timeout 60, freq 15 seconds
>>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/CGIN at /cifs/SERV2/CGIN
>>> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/D$ at /cifs/SERV2
>>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/D$
>>> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/D$ with timeout 60, freq 15 seconds
>>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/D$ at /cifs/SERV2/D$
>>> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/F$ at /cifs/SERV2
>>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/F$
>>> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/F$ with timeout 60, freq 15 seconds
>>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/F$ at /cifs/SERV2/F$
>>> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/ImageMagick-6.3.3V6 at /cifs/SERV2
>>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/ImageMagick-6.3.3V6
>>> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/ImageMagick-6.3.3V6 with timeout 60, freq 15 seconds
>>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/ImageMagick-6.3.3V6 at /cifs/SERV2/ImageMagick-6.3.3V6
>>> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/TM_termoz at /cifs/SERV2
>>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/TM_termoz
>>> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/TM_termoz with timeout 60, freq 15 seconds
>>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/TM_termoz at /cifs/SERV2/TM_termoz
>>> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/Projets at /cifs/SERV2
>>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/Projets
>>> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/Projets with timeout 60, freq 15 seconds
>>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/Projets at /cifs/SERV2/Projets
>>> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/Projets_Air at /cifs/SERV2
>>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/Projets_Air
>>> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/Projets_Air with timeout 60, freq 15 seconds
>>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/Projets_Air at /cifs/SERV2/Projets_Air
>>> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/termozs at /cifs/SERV2
>>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/termozs
>>> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/termozs with timeout 60, freq 15 seconds
>>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/termozs at /cifs/SERV2/termozs
>>> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/packages at /cifs/SERV2
>>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/packages
>>> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/packages with timeout 60, freq 15 seconds
>>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/packages at /cifs/SERV2/packages
>>> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/powervault at /cifs/SERV2
>>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/powervault
>>> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/powervault with timeout 60, freq 15 seconds
>>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/powervault at /cifs/SERV2/powervault
>>> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/temp at /cifs/SERV2
>>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/temp
>>> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/temp with timeout 60, freq 15 seconds
>>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/temp at /cifs/SERV2/temp
>>> Aug 26 10:10:40 bacchus automount[17827]: ioctl_send_ready: token = 1524
>>> Aug 26 10:10:40 bacchus automount[17827]: handle_packet: type = 5
>>> Aug 26 10:10:40 bacchus automount[17827]: handle_packet_missing_direct: token 1525, name /cifs/SERV2/TM_termoz, request pid 29498
>>> Aug 26 10:10:40 bacchus automount[17827]: attempting to mount entry /cifs/SERV2/TM_termoz
>>> Aug 26 10:10:40 bacchus automount[17827]: lookup_mount: lookup(program): /cifs/SERV2/TM_termoz -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/TM_termoz
>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): expanded entry: -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/TM_termoz
>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
>>> Aug 26 10:10:40 bacchus automount[17827]: sun_mount: parse(sun): mounting root /tmp/autoC7eymh, mountpoint /cifs/SERV2/TM_termoz, what //SERV2/TM_termoz, fstype cifs, options file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
>>> Aug 26 10:10:40 bacchus automount[17827]: do_mount: //SERV2/TM_termoz /cifs/SERV2/TM_termoz type cifs options file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile using module generic
>>> Aug 26 10:10:40 bacchus automount[17827]: mount_mount: mount(generic): calling mkdir_path /tmp/autoC7eymh
>>> Aug 26 10:10:40 bacchus automount[17827]: mount_mount: mount(generic): calling mount -t cifs -s -o file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile //SERV2/TM_termoz /tmp/autoC7eymh
>>> Aug 26 10:10:40 bacchus automount[17827]: mounted /cifs/SERV2
>>> Aug 26 10:10:40 bacchus automount[17827]: mount_mount: mount(generic): mounted //SERV2/TM_termoz type cifs on /tmp/autoC7eymh
>>> Aug 26 10:10:40 bacchus automount[17827]: move_mount: moved mount tree from /tmp/autoC7eymh to /cifs/SERV2/TM_termoz
>>> Aug 26 10:10:40 bacchus automount[17827]: ioctl_send_ready: token = 1525
>>> Aug 26 10:10:40 bacchus automount[17827]: mounted /cifs/SERV2/TM_termoz
>>> Aug 26 10:10:42 bacchus automount[17827]: st_expire: state 1 path /cifs
>>> Aug 26 10:10:42 bacchus automount[17827]: expire_proc: exp_proc = 3074403216 path /cifs
>>> Aug 26 10:10:42 bacchus automount[17827]: expire_proc_indirect: expire /cifs/SERV1/TM_termoz
>>> Aug 26 10:10:42 bacchus automount[17827]: expire_proc_indirect: expire /cifs/SERV2/TM_termoz
>>> Aug 26 10:10:42 bacchus automount[17827]: 2 remaining in /cifs
>>> Aug 26 10:10:42 bacchus automount[17827]: expire_cleanup: got thid 3074403216 path /cifs stat 36
>>> Aug 26 10:10:42 bacchus automount[17827]: expire_cleanup: sigchld: exp 3074403216 finished, switching from 2 to 1
>>> Aug 26 10:10:42 bacchus automount[17827]: st_ready: st_ready(): state = 2 path /cifs
>>> Aug 26 10:10:57 bacchus automount[17827]: st_expire: state 1 path /cifs
>>> Aug 26 10:10:57 bacchus automount[17827]: expire_proc: exp_proc = 3074403216 path /cifs
>>> Aug 26 10:10:57 bacchus automount[17827]: expire_proc_indirect: expire /cifs/SERV1/TM_termoz
>>> Aug 26 10:10:57 bacchus automount[17827]: expire_proc_indirect: expire /cifs/SERV2/TM_termoz
>>> Aug 26 10:10:57 bacchus automount[17827]: 2 remaining in /cifs
>>> Aug 26 10:10:57 bacchus automount[17827]: expire_cleanup: got thid 3074403216 path /cifs stat 36
>>> Aug 26 10:10:57 bacchus automount[17827]: expire_cleanup: sigchld: exp 3074403216 finished, switching from 2 to 1
>>> Aug 26 10:10:57 bacchus automount[17827]: st_ready: st_ready(): state = 2 path /cifs
>>> Aug 26 10:11:12 bacchus automount[17827]: st_expire: state 1 path /cifs
>>> Aug 26 10:11:12 bacchus automount[17827]: expire_proc: exp_proc = 3074403216 path /cifs
>>> Aug 26 10:11:12 bacchus automount[17827]: expire_proc_indirect: expire /cifs/SERV1/TM_termoz
>>> Aug 26 10:11:12 bacchus automount[17827]: expire_proc_indirect: expire /cifs/SERV2/TM_termoz
>>> Aug 26 10:11:12 bacchus automount[17827]: 2 remaining in /cifs
>>> Aug 26 10:11:12 bacchus automount[17827]: expire_cleanup: got thid 3074403216 path /cifs stat 36
>>> Aug 26 10:11:12 bacchus automount[17827]: expire_cleanup: sigchld: exp 3074403216 finished, switching from 2 to 1
>>> Aug 26 10:11:12 bacchus automount[17827]: st_ready: st_ready(): state = 2 path /cifs
>>> Aug 26 10:11:27 bacchus automount[17827]: st_expire: state 1 path /cifs
>>> Aug 26 10:11:27 bacchus automount[17827]: expire_proc: exp_proc = 3074403216 path /cifs
>>> Aug 26 10:11:27 bacchus automount[17827]: expire_proc_indirect: expire /cifs/SERV1/TM_termoz
>>> Aug 26 10:11:27 bacchus automount[17827]: expire_proc_indirect: expire /cifs/SERV2/TM_termoz
>>> Aug 26 10:11:27 bacchus automount[17827]: 2 remaining in /cifs
>>> Aug 26 10:11:27 bacchus automount[17827]: expire_cleanup: got thid 3074403216 path /cifs stat 36
>>> Aug 26 10:11:27 bacchus automount[17827]: expire_cleanup: sigchld: exp 3074403216 finished, switching from 2 to 1
>>> Aug 26 10:11:27 bacchus automount[17827]: st_ready: st_ready(): state = 2 path /cifs
>>> Aug 26 10:11:42 bacchus automount[17827]: st_expire: state 1 path /cifs
>>> Aug 26 10:11:42 bacchus automount[17827]: expire_proc: exp_proc = 3074403216 path /cifs
>>> Aug 26 10:11:42 bacchus automount[17827]: expire_proc_indirect: expire /cifs/SERV1/TM_termoz
>>> Aug 26 10:11:42 bacchus automount[17827]: expire_proc_indirect: expire /cifs/SERV2/TM_termoz
>>> Aug 26 10:11:42 bacchus automount[17827]: handle_packet: type = 6
>>> Aug 26 10:11:42 bacchus automount[17827]: handle_packet_expire_direct: token 1526, name /cifs/SERV2/TM_termoz
>>> Aug 26 10:11:42 bacchus automount[17827]: expiring path /cifs/SERV2/TM_termoz
>>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi: path /cifs/SERV2/TM_termoz incl 1
>>> Aug 26 10:11:42 bacchus automount[17827]: umount_subtree_mounts: unmounting dir = /cifs/SERV2/TM_termoz
>>> Aug 26 10:11:42 bacchus automount[17827]: expired /cifs/SERV2/TM_termoz
>>> Aug 26 10:11:42 bacchus automount[17827]: ioctl_send_ready: token = 1526
>>> Aug 26 10:11:42 bacchus automount[17827]: handle_packet: type = 5
>>> Aug 26 10:11:42 bacchus automount[17827]: handle_packet_missing_direct: token 1527, name /cifs/SERV2/TM_termoz, request pid 29523
>>> Aug 26 10:11:42 bacchus automount[17827]: attempting to mount entry /cifs/SERV2/TM_termoz
>>> Aug 26 10:11:42 bacchus automount[17827]: lookup_mount: lookup(program): /cifs/SERV2/TM_termoz -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/TM_termoz
>>> Aug 26 10:11:42 bacchus automount[17827]: parse_mount: parse(sun): expanded entry: -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/TM_termoz
>>> Aug 26 10:11:42 bacchus automount[17827]: parse_mount: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
>>> Aug 26 10:11:42 bacchus automount[17827]: sun_mount: parse(sun): mounting root /tmp/auto1I7gB7, mountpoint /cifs/SERV2/TM_termoz, what //SERV2/TM_termoz, fstype cifs, options file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
>>> Aug 26 10:11:42 bacchus automount[17827]: do_mount: //SERV2/TM_termoz /cifs/SERV2/TM_termoz type cifs options file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile using module generic
>>> Aug 26 10:11:42 bacchus automount[17827]: mount_mount: mount(generic): calling mkdir_path /tmp/auto1I7gB7
>>> Aug 26 10:11:42 bacchus automount[17827]: mount_mount: mount(generic): calling mount -t cifs -s -o file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile //SERV2/TM_termoz /tmp/auto1I7gB7
>>> Aug 26 10:11:42 bacchus automount[17827]: mount_mount: mount(generic): mounted //SERV2/TM_termoz type cifs on /tmp/auto1I7gB7
>>> Aug 26 10:11:42 bacchus automount[17827]: move_mount: moved mount tree from /tmp/auto1I7gB7 to /cifs/SERV2/TM_termoz
>>> Aug 26 10:11:42 bacchus automount[17827]: handle_packet: type = 4
>>> Aug 26 10:11:42 bacchus automount[17827]: handle_packet_expire_indirect: token 1528, name SERV2
>>> Aug 26 10:11:42 bacchus automount[17827]: expiring path /cifs/SERV2
>>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi: path /cifs/SERV2 incl 1
>>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/01_MARKETING
>>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/01_MARKETING
>>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/02_ADMINISTRATIF
>>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/02_ADMINISTRATIF
>>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/03_EXPLOITATION
>>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/03_EXPLOITATION
>>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/04_SERVICE-CLIENTS
>>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/04_SERVICE-CLIENTS
>>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/05_TELECHARGEMENTS
>>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/05_TELECHARGEMENTS
>>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/06_UTILISATEURS
>>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/06_UTILISATEURS
>>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/07_PRODUCTION
>>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/07_PRODUCTION
>>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/08_BDD
>>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/08_BDD
>>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/ADMIN$
>>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/ADMIN$
>>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/C$
>>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/C$
>>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/CGIN
>>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/CGIN
>>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/D$
>>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/D$
>>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/F$
>>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/F$
>>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/ImageMagick-6.3.3V6
>>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/ImageMagick-6.3.3V6
>>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/TM_termoz
>>> Aug 26 10:11:42 bacchus automount[17827]: umount_autofs_offset: couldn't get ioctl fd for offset /cifs/SERV2/TM_termoz: No such file or directory
>>> Aug 26 10:11:42 bacchus automount[17827]: forcing umount of offset mount /cifs/SERV2/TM_termoz
>>> Aug 26 10:11:42 bacchus automount[17827]: failed to remove dir /cifs/SERV2/TM_termoz: Device or resource busy
>>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/Projets
>>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/Projets
>>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/Projets_Air
>>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/Projets_Air
>>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/termozs
>>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/termozs
>>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/packages
>>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/packages
>>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/powervault
>>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/powervault
>>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/temp
>>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/temp
>>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/01_MARKETING
>>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/02_ADMINISTRATIF
>>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/03_EXPLOITATION
>>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/04_SERVICE-CLIENTS
>>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/05_TELECHARGEMENTS
>>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/06_UTILISATEURS
>>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/07_PRODUCTION
>>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/08_BDD
>>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/ADMIN$
>>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/C$
>>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/CGIN
>>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/D$
>>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/F$
>>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/ImageMagick-6.3.3V6
>>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/TM_termoz
>>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/Projets
>>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/Projets_Air
>>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/termozs
>>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/packages
>>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/powervault
>>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/temp
>>> Aug 26 10:11:42 bacchus automount[17827]: ioctl_send_ready: token = 1527
>>> Aug 26 10:11:42 bacchus automount[17827]: mounted /cifs/SERV2/TM_termoz
>>> Aug 26 10:11:42 bacchus automount[17827]: handle_packet: type = 5
>>> Aug 26 10:11:42 bacchus automount[17827]: rm_unwanted_fn: removing directory /cifs/SERV2
>>> Aug 26 10:11:42 bacchus automount[17827]: unable to remove directory /cifs/SERV2: Directory not empty
>>> Aug 26 10:11:42 bacchus automount[17827]: expired /cifs/SERV2
>>> Aug 26 10:11:42 bacchus automount[17827]: handle_packet_missing_direct:1323: can't find map entry for (46,12396497)
>>> Aug 26 10:11:42 bacchus automount[17827]: ioctl_send_ready: token = 1528
>>> Aug 26 10:11:42 bacchus automount[17827]: 1 remaining in /cifs
>>> Aug 26 10:11:42 bacchus automount[17827]: expire_cleanup: got thid 3074403216 path /cifs stat 36
>>> Aug 26 10:11:42 bacchus automount[17827]: expire_cleanup: sigchld: exp 3074403216 finished, switching from 2 to 1
>>> Aug 26 10:11:42 bacchus automount[17827]: st_ready: st_ready(): state = 2 path /cifs
>>> Aug 26 10:11:57 bacchus automount[17827]: st_expire: state 1 path /cifs
>>> Aug 26 10:11:57 bacchus automount[17827]: expire_proc: exp_proc = 3074403216 path /cifs
>>> Aug 26 10:11:57 bacchus automount[17827]: expire_proc_indirect: expire /cifs/SERV1/TM_termoz
>>> Aug 26 10:11:57 bacchus automount[17827]: 1 remaining in /cifs
>>> Aug 26 10:11:57 bacchus automount[17827]: expire_cleanup: got thid 3074403216 path /cifs stat 15
>>> Aug 26 10:11:57 bacchus automount[17827]: expire_cleanup: sigchld: exp 3074403216 finished, switching from 2 to 1
>>> Aug 26 10:11:57 bacchus automount[17827]: st_ready: st_ready(): state = 2 path /cifs
>>> Aug 26 10:12:12 bacchus automount[17827]: st_expire: state 1 path /cifs
>>> Aug 26 10:12:12 bacchus automount[17827]: expire_proc: exp_proc = 3074403216 path /cifs
>>> Aug 26 10:12:12 bacchus automount[17827]: expire_proc_indirect: expire /cifs/SERV1/TM_termoz
>>> Aug 26 10:12:12 bacchus automount[17827]: 1 remaining in /cifs
>>> Aug 26 10:12:12 bacchus automount[17827]: expire_cleanup: got thid 3074403216 path /cifs stat 15
>>> Aug 26 10:12:12 bacchus automount[17827]: expire_cleanup: sigchld: exp 3074403216 finished, switching from 2 to 1
>>> Aug 26 10:12:12 bacchus automount[17827]: st_ready: st_ready(): state = 2 path /cifs
>>> Aug 26 10:12:27 bacchus automount[17827]: st_expire: state 1 path /cifs
>>> Aug 26 10:12:27 bacchus automount[17827]: expire_proc: exp_proc = 3074403216 path /cifs
>>> Aug 26 10:12:27 bacchus automount[17827]: expire_proc_indirect: expire /cifs/SERV1/TM_termoz
>>> _______________________________________________
>>> autofs mailing list
>>> autofs@linux.kernel.org
>>> http://linux.kernel.org/mailman/listinfo/autofs
>>
>> _______________________________________________
>> autofs mailing list
>> autofs@linux.kernel.org
>> http://linux.kernel.org/mailman/listinfo/autofs
> 
> 

_______________________________________________
autofs mailing list
autofs@linux.kernel.org
http://linux.kernel.org/mailman/listinfo/autofs

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: Problem of concurrent mount/umount call
  2010-10-22 15:19     ` Erwan Loaëc
@ 2010-10-26  0:10       ` Ian Kent
  2010-10-26  0:18       ` Ian Kent
  1 sibling, 0 replies; 15+ messages in thread
From: Ian Kent @ 2010-10-26  0:10 UTC (permalink / raw)
  To: Erwan Loaëc; +Cc: autofs

On Fri, 2010-10-22 at 17:19 +0200, Erwan Loaëc wrote:
> Hello,
> 
> Sorry for the time, but before posting again I've upgrade every 
> production servers with newest autofs4 module (with last patch) and last 

What does "newest autofs4 module" mean exactly?

> automount with all patch EXCEPT these:
> 
> autofs-5.0.5-fix-restart.patch
> autofs-5.0.5-fix-status-privilege-error.patch
> autofs-5.0.4-always-read-file-maps-mount-lookup-map-read-fix.patch
> autofs-5.0.5-fix-direct-map-not-updating-on-reread.patch
> autofs-5.0.5-add-external-bind-method.patch
> autofs-5.0.5-fix-add-simple-bind-auth.patch
> autofs-5.0.5-add-dump-maps-option.patch
> autofs-5.0.5-fix-submount-shutdown-wait.patch
> 
> 
> Today I had the same behaviour than the issue explained my previous mail.
> 
> --------------------
> Oct 22 16:44:06 SERVERNAME automount[2665]: umount_autofs_offset: 
> couldn't get ioctl fd for offset /cifs/XXXXXXX/volume: No such file or 
> directory
> Oct 22 16:44:06 SERVERNAME automount[2665]: 
> handle_packet_missing_direct:1363: can't find map entry for (20,3548545)
> --------------------
> 
> Do you know if it should be fixed with the patch I've not already apply ?
> 
> Server where issue occurs today:
> kernel: 2.6.26-2-amd64
> autofs 5.0.5
> 
> Regards,
> 
> --
> Erwan
> 
> 
> Ian Kent wrote:
> > On Mon, 2010-09-20 at 09:58 +0800, Ian Kent wrote:
> >> On Thu, 2010-08-26 at 12:39 +0200, Erwan Loaëc wrote:
> >>> Hello everybody!
> >>>
> >>> Versions used:
> >>> - Autofs 5.0.5 with all patchs
> >>> - Kernel 2.6.26-2-686
> > 
> > This is going to get very difficult if you can't tell me what autofs
> > patches have been applied to this kernel.
> > 
> >>> /etc/auto.master:
> >>> /cifs /etc/auto.cifs --timeout=60
> >>>
> >>> (the timeout is small to make easier to reproduce the issue after I've 
> >>> enable debug)
> >>>
> >>> There is an issue which occurred regularly (in August, it happens 3 
> >>> times). It seems that when a mount expires, and the same mount is called 
> >>> a the "same" time, automount hangs.
> >>>
> >>> Please take a look to my debug log (in attachment), this is the debug 
> >>> log when the problem occurred.
> >>>
> >>> Scenario:
> >>>
> >>> Line 121 (10h10m40s) : Call to the share /cifs/SERV2/TM_termoz
> >>> Line 351 (10h11m42s) : Mount /cifs/SERV2/TM_termoz expiring
> >>> Line 356 (10h11m42s) : New call to the share /cifs/SERV2/TM_termoz
> >>> Line 401 (10h11m42s) : Umount /cifs/SERV2/TM_termoz with error
> >>>
> >>> Then, obviously it cannot remove directory /cifs/SERV2
> >>>
> >>> The automount hangs after this, so each I/O on /cifs/SERV2/TM_termoz 
> >>> hangs too...
> >>>
> >>> If you want to check debug file through your browser: 
> >>> http://paste-it.net/public/n1e7286/
> >> That looks like a particularly nasty bug.
> >> I'll have to think about this one for a while and try and work out what
> >> is happening.
> >>
> >>> Otherwise, attachment :)
> >>>
> >>> Is anyone has suggestions about my problem...
> >>>
> >>> Thanks!
> >>>
> >>> application log attachment (autofs.debug.log)
> >>> Aug 26 10:10:40 bacchus automount[17827]: handle_packet: type = 3
> >>> Aug 26 10:10:40 bacchus automount[17827]: handle_packet_missing_indirect: token 1522, name SERV1, request pid 29498
> >>> Aug 26 10:10:40 bacchus automount[17827]: attempting to mount entry /cifs/SERV1
> >>> Aug 26 10:10:40 bacchus automount[17827]: lookup_mount: lookup(program): SERV1 -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile  #011 /mediatheque_termox ://SERV1/mediatheque_termox  #011 /TM_termoz ://SERV1/TM_termoz  #011 /C\$ ://SERV1/C\$  #011 /logfz ://SERV1/logfz  #011 /ORL_jobs ://SERV1/ORL_jobs  #011 /termozOblo ://SERV1/termozOblo  #011 /ADMIN\$ ://SERV1/ADMIN\$  #011 /termozAFT ://SERV1/termozAFT  #011 /tmp_dev_termox ://SERV1/tmp_dev_termox  #011 /nescafe ://SERV1/nescafe  #011 /E\$ ://SERV1/E\$  #011 /termozs ://SERV1/termozs
> >>> Aug 26 10:10:40 bacchus automount[17827]: lookup_mount: lookup(program): looking up SERV1
> >>> Aug 26 10:10:40 bacchus automount[17827]: lookup_mount: lookup(program): SERV1 -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile  #011 /mediatheque_termox ://SERV1/mediatheque_termox  #011 /TM_termoz ://SERV1/TM_termoz  #011 /C\$ ://SERV1/C\$  #011 /logfz ://SERV1/logfz  #011 /ORL_jobs ://SERV1/ORL_jobs  #011 /termozOblo ://SERV1/termozOblo  #011 /ADMIN\$ ://SERV1/ADMIN\$  #011 /termozAFT ://SERV1/termozAFT  #011 /tmp_dev_termox ://SERV1/tmp_dev_termox  #011 /nescafe ://SERV1/nescafe  #011 /E\$ ://SERV1/E\$  #011 /termozs ://SERV1/termozs
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): expanded entry: -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile  #011 /mediatheque_termox ://SERV1/mediatheque_termox  #011 /TM_termoz ://SERV1/TM_termoz  #011 /C\$ ://SERV1/C\$  #011 /logfz ://SERV1/logfz  #011 /ORL_jobs ://SERV1/ORL_jobs  #011 /termozOblo ://SERV1/termozOblo  #011 /ADMIN\$ ://SERV1/ADMIN\$  #011 /termozAFT ://SERV1/termozAFT  #011 /tmp_dev_termox ://SERV1/tmp_dev_termox  #011 /nescafe ://SERV1/nescafe  #011 /E\$ ://SERV1/E\$  #011 /termozs ://SERV1/termozs
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/mediatheque_termox") -> /mediatheque_termox
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV1/mediatheque_termox") -> ://SERV1/mediatheque_termox
> >>> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /mediatheque_termox -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV1/mediatheque_termox
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/TM_termoz") -> /TM_termoz
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV1/TM_termoz") -> ://SERV1/TM_termoz
> >>> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /TM_termoz -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV1/TM_termoz
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/C\$") -> /C$
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV1/C\$") -> ://SERV1/C$
> >>> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /C$ -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV1/C$
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/logfz") -> /logfz
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV1/logfz") -> ://SERV1/logfz
> >>> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /logfz -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV1/logfz
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/ORL_jobs") -> /ORL_jobs
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV1/ORL_jobs") -> ://SERV1/ORL_jobs
> >>> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /ORL_jobs -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV1/ORL_jobs
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/termozOblo") -> /termozOblo
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV1/termozOblo") -> ://SERV1/termozOblo
> >>> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /termozOblo -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV1/termozOblo
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/ADMIN\$") -> /ADMIN$
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV1/ADMIN\$") -> ://SERV1/ADMIN$
> >>> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /ADMIN$ -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV1/ADMIN$
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/termozAFT") -> /termozAFT
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV1/termozAFT") -> ://SERV1/termozAFT
> >>> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /termozAFT -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV1/termozAFT
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/tmp_dev_termox") -> /tmp_dev_termox
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV1/tmp_dev_termox") -> ://SERV1/tmp_dev_termox
> >>> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /tmp_dev_termox -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV1/tmp_dev_termox
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/nescafe") -> /nescafe
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV1/nescafe") -> ://SERV1/nescafe
> >>> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /nescafe -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV1/nescafe
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/E\$") -> /E$
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV1/E\$") -> ://SERV1/E$
> >>> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /E$ -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV1/E$
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/termozs") -> /termozs
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV1/termozs") -> ://SERV1/termozs
> >>> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /termozs -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV1/termozs
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV1/ADMIN$ at /cifs/SERV1
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV1/ADMIN$
> >>> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV1/ADMIN$ with timeout 60, freq 15 seconds
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV1/ADMIN$ at /cifs/SERV1/ADMIN$
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV1/C$ at /cifs/SERV1
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV1/C$
> >>> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV1/C$ with timeout 60, freq 15 seconds
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV1/C$ at /cifs/SERV1/C$
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV1/E$ at /cifs/SERV1
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV1/E$
> >>> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV1/E$ with timeout 60, freq 15 seconds
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV1/E$ at /cifs/SERV1/E$
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV1/ORL_jobs at /cifs/SERV1
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV1/ORL_jobs
> >>> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV1/ORL_jobs with timeout 60, freq 15 seconds
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV1/ORL_jobs at /cifs/SERV1/ORL_jobs
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV1/TM_termoz at /cifs/SERV1
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV1/TM_termoz
> >>> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV1/TM_termoz with timeout 60, freq 15 seconds
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV1/TM_termoz at /cifs/SERV1/TM_termoz
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV1/termozAFT at /cifs/SERV1
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV1/termozAFT
> >>> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV1/termozAFT with timeout 60, freq 15 seconds
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV1/termozAFT at /cifs/SERV1/termozAFT
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV1/termozOblo at /cifs/SERV1
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV1/termozOblo
> >>> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV1/termozOblo with timeout 60, freq 15 seconds
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV1/termozOblo at /cifs/SERV1/termozOblo
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV1/termozs at /cifs/SERV1
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV1/termozs
> >>> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV1/termozs with timeout 60, freq 15 seconds
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV1/termozs at /cifs/SERV1/termozs
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV1/logfz at /cifs/SERV1
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV1/logfz
> >>> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV1/logfz with timeout 60, freq 15 seconds
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV1/logfz at /cifs/SERV1/logfz
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV1/mediatheque_termox at /cifs/SERV1
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV1/mediatheque_termox
> >>> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV1/mediatheque_termox with timeout 60, freq 15 seconds
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV1/mediatheque_termox at /cifs/SERV1/mediatheque_termox
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV1/tmp_dev_termox at /cifs/SERV1
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV1/tmp_dev_termox
> >>> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV1/tmp_dev_termox with timeout 60, freq 15 seconds
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV1/tmp_dev_termox at /cifs/SERV1/tmp_dev_termox
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV1/nescafe at /cifs/SERV1
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV1/nescafe
> >>> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV1/nescafe with timeout 60, freq 15 seconds
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV1/nescafe at /cifs/SERV1/nescafe
> >>> Aug 26 10:10:40 bacchus automount[17827]: ioctl_send_ready: token = 1522
> >>> Aug 26 10:10:40 bacchus automount[17827]: mounted /cifs/SERV1
> >>> Aug 26 10:10:40 bacchus automount[17827]: handle_packet: type = 5
> >>> Aug 26 10:10:40 bacchus automount[17827]: handle_packet_missing_direct: token 1523, name /cifs/SERV1/TM_termoz, request pid 29498
> >>> Aug 26 10:10:40 bacchus automount[17827]: attempting to mount entry /cifs/SERV1/TM_termoz
> >>> Aug 26 10:10:40 bacchus automount[17827]: lookup_mount: lookup(program): /cifs/SERV1/TM_termoz -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV1/TM_termoz
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): expanded entry: -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV1/TM_termoz
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> >>> Aug 26 10:10:40 bacchus automount[17827]: sun_mount: parse(sun): mounting root /tmp/auto00JJof, mountpoint /cifs/SERV1/TM_termoz, what //SERV1/TM_termoz, fstype cifs, options file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> >>> Aug 26 10:10:40 bacchus automount[17827]: do_mount: //SERV1/TM_termoz /cifs/SERV1/TM_termoz type cifs options file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile using module generic
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_mount: mount(generic): calling mkdir_path /tmp/auto00JJof
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_mount: mount(generic): calling mount -t cifs -s -o file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile //SERV1/TM_termoz /tmp/auto00JJof
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_mount: mount(generic): mounted //SERV1/TM_termoz type cifs on /tmp/auto00JJof
> >>> Aug 26 10:10:40 bacchus automount[17827]: move_mount: moved mount tree from /tmp/auto00JJof to /cifs/SERV1/TM_termoz
> >>> Aug 26 10:10:40 bacchus automount[17827]: ioctl_send_ready: token = 1523
> >>> Aug 26 10:10:40 bacchus automount[17827]: mounted /cifs/SERV1/TM_termoz
> >>> Aug 26 10:10:40 bacchus automount[17827]: handle_packet: type = 3
> >>> Aug 26 10:10:40 bacchus automount[17827]: handle_packet_missing_indirect: token 1524, name SERV2, request pid 29498
> >>> Aug 26 10:10:40 bacchus automount[17827]: attempting to mount entry /cifs/SERV2
> >>> Aug 26 10:10:40 bacchus automount[17827]: lookup_mount: lookup(program): SERV2 -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile  #011 /TM_termoz ://SERV2/TM_termoz  #011 /C\$ ://SERV2/C\$  #011 /01_MARKETING ://SERV2/01_MARKETING  #011 /06_UTILISATEURS ://SERV2/06_UTILISATEURS  #011 /04_SERVICE-CLIENTS ://SERV2/04_SERVICE-CLIENTS  #011 /Projets ://SERV2/Projets  #011 /F\$ ://SERV2/F\$  #011 /02_ADMINISTRATIF ://SERV2/02_ADMINISTRATIF  #011 /03_EXPLOITATION ://SERV2/03_EXPLOITATION  #011 /05_TELECHARGEMENTS ://SERV2/05_TELECHARGEMENTS  #011 /powervault ://SERV2/powervault  #011 /07_PRODUCTION ://SERV2/07_PRODUCTION  #011 /packages ://SERV2/packages  #011 /08_BDD ://SERV2/08_BDD  #011 /ADMIN\$ ://SERV2/ADMIN\$  #011 /CGIN ://SERV2/CGIN  #011 /ImageMagick-6.3.3V6 ://SERV2/ImageMagick-6.3.3V6  #011 /D\$ ://SERV2/D\$  #011 /temp ://SERV2/temp  #011 /termozs ://SERV2/termozs  #011 /Projets_Air ://SERV2/Projets_Air
> >>> Aug 26 10:10:40 bacchus automount[17827]: lookup_mount: lookup(program): looking up SERV2
> >>> Aug 26 10:10:40 bacchus automount[17827]: lookup_mount: lookup(program): SERV2 -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile  #011 /TM_termoz ://SERV2/TM_termoz  #011 /C\$ ://SERV2/C\$  #011 /01_MARKETING ://SERV2/01_MARKETING  #011 /06_UTILISATEURS ://SERV2/06_UTILISATEURS  #011 /04_SERVICE-CLIENTS ://SERV2/04_SERVICE-CLIENTS  #011 /Projets ://SERV2/Projets  #011 /F\$ ://SERV2/F\$  #011 /02_ADMINISTRATIF ://SERV2/02_ADMINISTRATIF  #011 /03_EXPLOITATION ://SERV2/03_EXPLOITATION  #011 /05_TELECHARGEMENTS ://SERV2/05_TELECHARGEMENTS  #011 /powervault ://SERV2/powervault  #011 /07_PRODUCTION ://SERV2/07_PRODUCTION  #011 /packages ://SERV2/packages  #011 /08_BDD ://SERV2/08_BDD  #011 /ADMIN\$ ://SERV2/ADMIN\$  #011 /CGIN ://SERV2/CGIN  #011 /ImageMagick-6.3.3V6 ://SERV2/ImageMagick-6.3.3V6  #011 /D\$ ://SERV2/D\$  #011 /temp ://SERV2/temp  #011 /termozs ://SERV2/termozs  #011 /Projets_Air ://SERV2/Projets_Air
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): expanded entry: -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile  #011 /TM_termoz ://SERV2/TM_termoz  #011 /C\$ ://SERV2/C\$  #011 /01_MARKETING ://SERV2/01_MARKETING  #011 /06_UTILISATEURS ://SERV2/06_UTILISATEURS  #011 /04_SERVICE-CLIENTS ://SERV2/04_SERVICE-CLIENTS  #011 /Projets ://SERV2/Projets  #011 /F\$ ://SERV2/F\$  #011 /02_ADMINISTRATIF ://SERV2/02_ADMINISTRATIF  #011 /03_EXPLOITATION ://SERV2/03_EXPLOITATION  #011 /05_TELECHARGEMENTS ://SERV2/05_TELECHARGEMENTS  #011 /powervault ://SERV2/powervault  #011 /07_PRODUCTION ://SERV2/07_PRODUCTION  #011 /packages ://SERV2/packages  #011 /08_BDD ://SERV2/08_BDD  #011 /ADMIN\$ ://SERV2/ADMIN\$  #011 /CGIN ://SERV2/CGIN  #011 /ImageMagick-6.3.3V6 ://SERV2/ImageMagick-6.3.3V6  #011 /D\$ ://SERV2/D\$  #011 /temp ://SERV2/temp  #011 /termozs ://SERV2/termozs  #011 /Projets_Air ://SERV2/Projets_Air
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/TM_termoz") -> /TM_termoz
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/TM_termoz") -> ://SERV2/TM_termoz
> >>> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /TM_termoz -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/TM_termoz
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/C\$") -> /C$
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/C\$") -> ://SERV2/C$
> >>> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /C$ -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/C$
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/01_MARKETING") -> /01_MARKETING
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/01_MARKETING") -> ://SERV2/01_MARKETING
> >>> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /01_MARKETING -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/01_MARKETING
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/06_UTILISATEURS") -> /06_UTILISATEURS
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/06_UTILISATEURS") -> ://SERV2/06_UTILISATEURS
> >>> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /06_UTILISATEURS -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/06_UTILISATEURS
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/04_SERVICE-CLIENTS") -> /04_SERVICE-CLIENTS
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/04_SERVICE-CLIENTS") -> ://SERV2/04_SERVICE-CLIENTS
> >>> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /04_SERVICE-CLIENTS -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/04_SERVICE-CLIENTS
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/Projets") -> /Projets
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/Projets") -> ://SERV2/Projets
> >>> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /Projets -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/Projets
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/F\$") -> /F$
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/F\$") -> ://SERV2/F$
> >>> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /F$ -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/F$
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/02_ADMINISTRATIF") -> /02_ADMINISTRATIF
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/02_ADMINISTRATIF") -> ://SERV2/02_ADMINISTRATIF
> >>> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /02_ADMINISTRATIF -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/02_ADMINISTRATIF
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/03_EXPLOITATION") -> /03_EXPLOITATION
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/03_EXPLOITATION") -> ://SERV2/03_EXPLOITATION
> >>> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /03_EXPLOITATION -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/03_EXPLOITATION
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/05_TELECHARGEMENTS") -> /05_TELECHARGEMENTS
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/05_TELECHARGEMENTS") -> ://SERV2/05_TELECHARGEMENTS
> >>> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /05_TELECHARGEMENTS -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/05_TELECHARGEMENTS
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/powervault") -> /powervault
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/powervault") -> ://SERV2/powervault
> >>> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /powervault -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/powervault
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/07_PRODUCTION") -> /07_PRODUCTION
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/07_PRODUCTION") -> ://SERV2/07_PRODUCTION
> >>> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /07_PRODUCTION -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/07_PRODUCTION
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/packages") -> /packages
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/packages") -> ://SERV2/packages
> >>> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /packages -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/packages
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/08_BDD") -> /08_BDD
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/08_BDD") -> ://SERV2/08_BDD
> >>> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /08_BDD -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/08_BDD
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/ADMIN\$") -> /ADMIN$
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/ADMIN\$") -> ://SERV2/ADMIN$
> >>> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /ADMIN$ -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/ADMIN$
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/CGIN") -> /CGIN
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/CGIN") -> ://SERV2/CGIN
> >>> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /CGIN -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/CGIN
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/ImageMagick-6.3.3V6") -> /ImageMagick-6.3.3V6
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/ImageMagick-6.3.3V6") -> ://SERV2/ImageMagick-6.3.3V6
> >>> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /ImageMagick-6.3.3V6 -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/ImageMagick-6.3.3V6
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/D\$") -> /D$
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/D\$") -> ://SERV2/D$
> >>> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /D$ -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/D$
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/temp") -> /temp
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/temp") -> ://SERV2/temp
> >>> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /temp -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/temp
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/termozs") -> /termozs
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/termozs") -> ://SERV2/termozs
> >>> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /termozs -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/termozs
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/Projets_Air") -> /Projets_Air
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/Projets_Air") -> ://SERV2/Projets_Air
> >>> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /Projets_Air -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/Projets_Air
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/01_MARKETING at /cifs/SERV2
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/01_MARKETING
> >>> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/01_MARKETING with timeout 60, freq 15 seconds
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/01_MARKETING at /cifs/SERV2/01_MARKETING
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/02_ADMINISTRATIF at /cifs/SERV2
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/02_ADMINISTRATIF
> >>> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/02_ADMINISTRATIF with timeout 60, freq 15 seconds
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/02_ADMINISTRATIF at /cifs/SERV2/02_ADMINISTRATIF
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/03_EXPLOITATION at /cifs/SERV2
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/03_EXPLOITATION
> >>> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/03_EXPLOITATION with timeout 60, freq 15 seconds
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/03_EXPLOITATION at /cifs/SERV2/03_EXPLOITATION
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/04_SERVICE-CLIENTS at /cifs/SERV2
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/04_SERVICE-CLIENTS
> >>> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/04_SERVICE-CLIENTS with timeout 60, freq 15 seconds
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/04_SERVICE-CLIENTS at /cifs/SERV2/04_SERVICE-CLIENTS
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/05_TELECHARGEMENTS at /cifs/SERV2
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/05_TELECHARGEMENTS
> >>> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/05_TELECHARGEMENTS with timeout 60, freq 15 seconds
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/05_TELECHARGEMENTS at /cifs/SERV2/05_TELECHARGEMENTS
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/06_UTILISATEURS at /cifs/SERV2
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/06_UTILISATEURS
> >>> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/06_UTILISATEURS with timeout 60, freq 15 seconds
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/06_UTILISATEURS at /cifs/SERV2/06_UTILISATEURS
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/07_PRODUCTION at /cifs/SERV2
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/07_PRODUCTION
> >>> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/07_PRODUCTION with timeout 60, freq 15 seconds
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/07_PRODUCTION at /cifs/SERV2/07_PRODUCTION
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/08_BDD at /cifs/SERV2
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/08_BDD
> >>> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/08_BDD with timeout 60, freq 15 seconds
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/08_BDD at /cifs/SERV2/08_BDD
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/ADMIN$ at /cifs/SERV2
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/ADMIN$
> >>> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/ADMIN$ with timeout 60, freq 15 seconds
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/ADMIN$ at /cifs/SERV2/ADMIN$
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/C$ at /cifs/SERV2
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/C$
> >>> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/C$ with timeout 60, freq 15 seconds
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/C$ at /cifs/SERV2/C$
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/CGIN at /cifs/SERV2
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/CGIN
> >>> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/CGIN with timeout 60, freq 15 seconds
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/CGIN at /cifs/SERV2/CGIN
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/D$ at /cifs/SERV2
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/D$
> >>> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/D$ with timeout 60, freq 15 seconds
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/D$ at /cifs/SERV2/D$
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/F$ at /cifs/SERV2
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/F$
> >>> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/F$ with timeout 60, freq 15 seconds
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/F$ at /cifs/SERV2/F$
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/ImageMagick-6.3.3V6 at /cifs/SERV2
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/ImageMagick-6.3.3V6
> >>> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/ImageMagick-6.3.3V6 with timeout 60, freq 15 seconds
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/ImageMagick-6.3.3V6 at /cifs/SERV2/ImageMagick-6.3.3V6
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/TM_termoz at /cifs/SERV2
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/TM_termoz
> >>> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/TM_termoz with timeout 60, freq 15 seconds
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/TM_termoz at /cifs/SERV2/TM_termoz
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/Projets at /cifs/SERV2
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/Projets
> >>> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/Projets with timeout 60, freq 15 seconds
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/Projets at /cifs/SERV2/Projets
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/Projets_Air at /cifs/SERV2
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/Projets_Air
> >>> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/Projets_Air with timeout 60, freq 15 seconds
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/Projets_Air at /cifs/SERV2/Projets_Air
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/termozs at /cifs/SERV2
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/termozs
> >>> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/termozs with timeout 60, freq 15 seconds
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/termozs at /cifs/SERV2/termozs
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/packages at /cifs/SERV2
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/packages
> >>> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/packages with timeout 60, freq 15 seconds
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/packages at /cifs/SERV2/packages
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/powervault at /cifs/SERV2
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/powervault
> >>> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/powervault with timeout 60, freq 15 seconds
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/powervault at /cifs/SERV2/powervault
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/temp at /cifs/SERV2
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/temp
> >>> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/temp with timeout 60, freq 15 seconds
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/temp at /cifs/SERV2/temp
> >>> Aug 26 10:10:40 bacchus automount[17827]: ioctl_send_ready: token = 1524
> >>> Aug 26 10:10:40 bacchus automount[17827]: handle_packet: type = 5
> >>> Aug 26 10:10:40 bacchus automount[17827]: handle_packet_missing_direct: token 1525, name /cifs/SERV2/TM_termoz, request pid 29498
> >>> Aug 26 10:10:40 bacchus automount[17827]: attempting to mount entry /cifs/SERV2/TM_termoz
> >>> Aug 26 10:10:40 bacchus automount[17827]: lookup_mount: lookup(program): /cifs/SERV2/TM_termoz -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/TM_termoz
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): expanded entry: -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/TM_termoz
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> >>> Aug 26 10:10:40 bacchus automount[17827]: sun_mount: parse(sun): mounting root /tmp/autoC7eymh, mountpoint /cifs/SERV2/TM_termoz, what //SERV2/TM_termoz, fstype cifs, options file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> >>> Aug 26 10:10:40 bacchus automount[17827]: do_mount: //SERV2/TM_termoz /cifs/SERV2/TM_termoz type cifs options file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile using module generic
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_mount: mount(generic): calling mkdir_path /tmp/autoC7eymh
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_mount: mount(generic): calling mount -t cifs -s -o file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile //SERV2/TM_termoz /tmp/autoC7eymh
> >>> Aug 26 10:10:40 bacchus automount[17827]: mounted /cifs/SERV2
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_mount: mount(generic): mounted //SERV2/TM_termoz type cifs on /tmp/autoC7eymh
> >>> Aug 26 10:10:40 bacchus automount[17827]: move_mount: moved mount tree from /tmp/autoC7eymh to /cifs/SERV2/TM_termoz
> >>> Aug 26 10:10:40 bacchus automount[17827]: ioctl_send_ready: token = 1525
> >>> Aug 26 10:10:40 bacchus automount[17827]: mounted /cifs/SERV2/TM_termoz
> >>> Aug 26 10:10:42 bacchus automount[17827]: st_expire: state 1 path /cifs
> >>> Aug 26 10:10:42 bacchus automount[17827]: expire_proc: exp_proc = 3074403216 path /cifs
> >>> Aug 26 10:10:42 bacchus automount[17827]: expire_proc_indirect: expire /cifs/SERV1/TM_termoz
> >>> Aug 26 10:10:42 bacchus automount[17827]: expire_proc_indirect: expire /cifs/SERV2/TM_termoz
> >>> Aug 26 10:10:42 bacchus automount[17827]: 2 remaining in /cifs
> >>> Aug 26 10:10:42 bacchus automount[17827]: expire_cleanup: got thid 3074403216 path /cifs stat 36
> >>> Aug 26 10:10:42 bacchus automount[17827]: expire_cleanup: sigchld: exp 3074403216 finished, switching from 2 to 1
> >>> Aug 26 10:10:42 bacchus automount[17827]: st_ready: st_ready(): state = 2 path /cifs
> >>> Aug 26 10:10:57 bacchus automount[17827]: st_expire: state 1 path /cifs
> >>> Aug 26 10:10:57 bacchus automount[17827]: expire_proc: exp_proc = 3074403216 path /cifs
> >>> Aug 26 10:10:57 bacchus automount[17827]: expire_proc_indirect: expire /cifs/SERV1/TM_termoz
> >>> Aug 26 10:10:57 bacchus automount[17827]: expire_proc_indirect: expire /cifs/SERV2/TM_termoz
> >>> Aug 26 10:10:57 bacchus automount[17827]: 2 remaining in /cifs
> >>> Aug 26 10:10:57 bacchus automount[17827]: expire_cleanup: got thid 3074403216 path /cifs stat 36
> >>> Aug 26 10:10:57 bacchus automount[17827]: expire_cleanup: sigchld: exp 3074403216 finished, switching from 2 to 1
> >>> Aug 26 10:10:57 bacchus automount[17827]: st_ready: st_ready(): state = 2 path /cifs
> >>> Aug 26 10:11:12 bacchus automount[17827]: st_expire: state 1 path /cifs
> >>> Aug 26 10:11:12 bacchus automount[17827]: expire_proc: exp_proc = 3074403216 path /cifs
> >>> Aug 26 10:11:12 bacchus automount[17827]: expire_proc_indirect: expire /cifs/SERV1/TM_termoz
> >>> Aug 26 10:11:12 bacchus automount[17827]: expire_proc_indirect: expire /cifs/SERV2/TM_termoz
> >>> Aug 26 10:11:12 bacchus automount[17827]: 2 remaining in /cifs
> >>> Aug 26 10:11:12 bacchus automount[17827]: expire_cleanup: got thid 3074403216 path /cifs stat 36
> >>> Aug 26 10:11:12 bacchus automount[17827]: expire_cleanup: sigchld: exp 3074403216 finished, switching from 2 to 1
> >>> Aug 26 10:11:12 bacchus automount[17827]: st_ready: st_ready(): state = 2 path /cifs
> >>> Aug 26 10:11:27 bacchus automount[17827]: st_expire: state 1 path /cifs
> >>> Aug 26 10:11:27 bacchus automount[17827]: expire_proc: exp_proc = 3074403216 path /cifs
> >>> Aug 26 10:11:27 bacchus automount[17827]: expire_proc_indirect: expire /cifs/SERV1/TM_termoz
> >>> Aug 26 10:11:27 bacchus automount[17827]: expire_proc_indirect: expire /cifs/SERV2/TM_termoz
> >>> Aug 26 10:11:27 bacchus automount[17827]: 2 remaining in /cifs
> >>> Aug 26 10:11:27 bacchus automount[17827]: expire_cleanup: got thid 3074403216 path /cifs stat 36
> >>> Aug 26 10:11:27 bacchus automount[17827]: expire_cleanup: sigchld: exp 3074403216 finished, switching from 2 to 1
> >>> Aug 26 10:11:27 bacchus automount[17827]: st_ready: st_ready(): state = 2 path /cifs
> >>> Aug 26 10:11:42 bacchus automount[17827]: st_expire: state 1 path /cifs
> >>> Aug 26 10:11:42 bacchus automount[17827]: expire_proc: exp_proc = 3074403216 path /cifs
> >>> Aug 26 10:11:42 bacchus automount[17827]: expire_proc_indirect: expire /cifs/SERV1/TM_termoz
> >>> Aug 26 10:11:42 bacchus automount[17827]: expire_proc_indirect: expire /cifs/SERV2/TM_termoz
> >>> Aug 26 10:11:42 bacchus automount[17827]: handle_packet: type = 6
> >>> Aug 26 10:11:42 bacchus automount[17827]: handle_packet_expire_direct: token 1526, name /cifs/SERV2/TM_termoz
> >>> Aug 26 10:11:42 bacchus automount[17827]: expiring path /cifs/SERV2/TM_termoz
> >>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi: path /cifs/SERV2/TM_termoz incl 1
> >>> Aug 26 10:11:42 bacchus automount[17827]: umount_subtree_mounts: unmounting dir = /cifs/SERV2/TM_termoz
> >>> Aug 26 10:11:42 bacchus automount[17827]: expired /cifs/SERV2/TM_termoz
> >>> Aug 26 10:11:42 bacchus automount[17827]: ioctl_send_ready: token = 1526
> >>> Aug 26 10:11:42 bacchus automount[17827]: handle_packet: type = 5
> >>> Aug 26 10:11:42 bacchus automount[17827]: handle_packet_missing_direct: token 1527, name /cifs/SERV2/TM_termoz, request pid 29523
> >>> Aug 26 10:11:42 bacchus automount[17827]: attempting to mount entry /cifs/SERV2/TM_termoz
> >>> Aug 26 10:11:42 bacchus automount[17827]: lookup_mount: lookup(program): /cifs/SERV2/TM_termoz -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/TM_termoz
> >>> Aug 26 10:11:42 bacchus automount[17827]: parse_mount: parse(sun): expanded entry: -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/TM_termoz
> >>> Aug 26 10:11:42 bacchus automount[17827]: parse_mount: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> >>> Aug 26 10:11:42 bacchus automount[17827]: sun_mount: parse(sun): mounting root /tmp/auto1I7gB7, mountpoint /cifs/SERV2/TM_termoz, what //SERV2/TM_termoz, fstype cifs, options file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> >>> Aug 26 10:11:42 bacchus automount[17827]: do_mount: //SERV2/TM_termoz /cifs/SERV2/TM_termoz type cifs options file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile using module generic
> >>> Aug 26 10:11:42 bacchus automount[17827]: mount_mount: mount(generic): calling mkdir_path /tmp/auto1I7gB7
> >>> Aug 26 10:11:42 bacchus automount[17827]: mount_mount: mount(generic): calling mount -t cifs -s -o file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile //SERV2/TM_termoz /tmp/auto1I7gB7
> >>> Aug 26 10:11:42 bacchus automount[17827]: mount_mount: mount(generic): mounted //SERV2/TM_termoz type cifs on /tmp/auto1I7gB7
> >>> Aug 26 10:11:42 bacchus automount[17827]: move_mount: moved mount tree from /tmp/auto1I7gB7 to /cifs/SERV2/TM_termoz
> >>> Aug 26 10:11:42 bacchus automount[17827]: handle_packet: type = 4
> >>> Aug 26 10:11:42 bacchus automount[17827]: handle_packet_expire_indirect: token 1528, name SERV2
> >>> Aug 26 10:11:42 bacchus automount[17827]: expiring path /cifs/SERV2
> >>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi: path /cifs/SERV2 incl 1
> >>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/01_MARKETING
> >>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/01_MARKETING
> >>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/02_ADMINISTRATIF
> >>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/02_ADMINISTRATIF
> >>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/03_EXPLOITATION
> >>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/03_EXPLOITATION
> >>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/04_SERVICE-CLIENTS
> >>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/04_SERVICE-CLIENTS
> >>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/05_TELECHARGEMENTS
> >>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/05_TELECHARGEMENTS
> >>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/06_UTILISATEURS
> >>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/06_UTILISATEURS
> >>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/07_PRODUCTION
> >>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/07_PRODUCTION
> >>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/08_BDD
> >>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/08_BDD
> >>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/ADMIN$
> >>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/ADMIN$
> >>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/C$
> >>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/C$
> >>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/CGIN
> >>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/CGIN
> >>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/D$
> >>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/D$
> >>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/F$
> >>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/F$
> >>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/ImageMagick-6.3.3V6
> >>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/ImageMagick-6.3.3V6
> >>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/TM_termoz
> >>> Aug 26 10:11:42 bacchus automount[17827]: umount_autofs_offset: couldn't get ioctl fd for offset /cifs/SERV2/TM_termoz: No such file or directory
> >>> Aug 26 10:11:42 bacchus automount[17827]: forcing umount of offset mount /cifs/SERV2/TM_termoz
> >>> Aug 26 10:11:42 bacchus automount[17827]: failed to remove dir /cifs/SERV2/TM_termoz: Device or resource busy
> >>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/Projets
> >>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/Projets
> >>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/Projets_Air
> >>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/Projets_Air
> >>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/termozs
> >>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/termozs
> >>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/packages
> >>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/packages
> >>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/powervault
> >>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/powervault
> >>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/temp
> >>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/temp
> >>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/01_MARKETING
> >>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/02_ADMINISTRATIF
> >>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/03_EXPLOITATION
> >>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/04_SERVICE-CLIENTS
> >>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/05_TELECHARGEMENTS
> >>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/06_UTILISATEURS
> >>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/07_PRODUCTION
> >>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/08_BDD
> >>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/ADMIN$
> >>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/C$
> >>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/CGIN
> >>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/D$
> >>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/F$
> >>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/ImageMagick-6.3.3V6
> >>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/TM_termoz
> >>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/Projets
> >>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/Projets_Air
> >>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/termozs
> >>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/packages
> >>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/powervault
> >>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/temp
> >>> Aug 26 10:11:42 bacchus automount[17827]: ioctl_send_ready: token = 1527
> >>> Aug 26 10:11:42 bacchus automount[17827]: mounted /cifs/SERV2/TM_termoz
> >>> Aug 26 10:11:42 bacchus automount[17827]: handle_packet: type = 5
> >>> Aug 26 10:11:42 bacchus automount[17827]: rm_unwanted_fn: removing directory /cifs/SERV2
> >>> Aug 26 10:11:42 bacchus automount[17827]: unable to remove directory /cifs/SERV2: Directory not empty
> >>> Aug 26 10:11:42 bacchus automount[17827]: expired /cifs/SERV2
> >>> Aug 26 10:11:42 bacchus automount[17827]: handle_packet_missing_direct:1323: can't find map entry for (46,12396497)
> >>> Aug 26 10:11:42 bacchus automount[17827]: ioctl_send_ready: token = 1528
> >>> Aug 26 10:11:42 bacchus automount[17827]: 1 remaining in /cifs
> >>> Aug 26 10:11:42 bacchus automount[17827]: expire_cleanup: got thid 3074403216 path /cifs stat 36
> >>> Aug 26 10:11:42 bacchus automount[17827]: expire_cleanup: sigchld: exp 3074403216 finished, switching from 2 to 1
> >>> Aug 26 10:11:42 bacchus automount[17827]: st_ready: st_ready(): state = 2 path /cifs
> >>> Aug 26 10:11:57 bacchus automount[17827]: st_expire: state 1 path /cifs
> >>> Aug 26 10:11:57 bacchus automount[17827]: expire_proc: exp_proc = 3074403216 path /cifs
> >>> Aug 26 10:11:57 bacchus automount[17827]: expire_proc_indirect: expire /cifs/SERV1/TM_termoz
> >>> Aug 26 10:11:57 bacchus automount[17827]: 1 remaining in /cifs
> >>> Aug 26 10:11:57 bacchus automount[17827]: expire_cleanup: got thid 3074403216 path /cifs stat 15
> >>> Aug 26 10:11:57 bacchus automount[17827]: expire_cleanup: sigchld: exp 3074403216 finished, switching from 2 to 1
> >>> Aug 26 10:11:57 bacchus automount[17827]: st_ready: st_ready(): state = 2 path /cifs
> >>> Aug 26 10:12:12 bacchus automount[17827]: st_expire: state 1 path /cifs
> >>> Aug 26 10:12:12 bacchus automount[17827]: expire_proc: exp_proc = 3074403216 path /cifs
> >>> Aug 26 10:12:12 bacchus automount[17827]: expire_proc_indirect: expire /cifs/SERV1/TM_termoz
> >>> Aug 26 10:12:12 bacchus automount[17827]: 1 remaining in /cifs
> >>> Aug 26 10:12:12 bacchus automount[17827]: expire_cleanup: got thid 3074403216 path /cifs stat 15
> >>> Aug 26 10:12:12 bacchus automount[17827]: expire_cleanup: sigchld: exp 3074403216 finished, switching from 2 to 1
> >>> Aug 26 10:12:12 bacchus automount[17827]: st_ready: st_ready(): state = 2 path /cifs
> >>> Aug 26 10:12:27 bacchus automount[17827]: st_expire: state 1 path /cifs
> >>> Aug 26 10:12:27 bacchus automount[17827]: expire_proc: exp_proc = 3074403216 path /cifs
> >>> Aug 26 10:12:27 bacchus automount[17827]: expire_proc_indirect: expire /cifs/SERV1/TM_termoz
> >>> _______________________________________________
> >>> autofs mailing list
> >>> autofs@linux.kernel.org
> >>> http://linux.kernel.org/mailman/listinfo/autofs
> >>
> >> _______________________________________________
> >> autofs mailing list
> >> autofs@linux.kernel.org
> >> http://linux.kernel.org/mailman/listinfo/autofs
> > 
> > 
> 
> _______________________________________________
> autofs mailing list
> autofs@linux.kernel.org
> http://linux.kernel.org/mailman/listinfo/autofs


_______________________________________________
autofs mailing list
autofs@linux.kernel.org
http://linux.kernel.org/mailman/listinfo/autofs

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: Problem of concurrent mount/umount call
  2010-10-22 15:19     ` Erwan Loaëc
  2010-10-26  0:10       ` Ian Kent
@ 2010-10-26  0:18       ` Ian Kent
  2010-10-26  6:59         ` Erwan Loaëc
  2010-10-26  7:22         ` Erwan Loaëc
  1 sibling, 2 replies; 15+ messages in thread
From: Ian Kent @ 2010-10-26  0:18 UTC (permalink / raw)
  To: Erwan Loaëc; +Cc: autofs

On Fri, 2010-10-22 at 17:19 +0200, Erwan Loaëc wrote:
> Hello,
> 
> Sorry for the time, but before posting again I've upgrade every 
> production servers with newest autofs4 module (with last patch) and last 

What does "newest autofs4 module" mean exactly?

> automount with all patch EXCEPT these:
> 
> autofs-5.0.5-fix-restart.patch
> autofs-5.0.5-fix-status-privilege-error.patch
> autofs-5.0.4-always-read-file-maps-mount-lookup-map-read-fix.patch
> autofs-5.0.5-fix-direct-map-not-updating-on-reread.patch
> autofs-5.0.5-add-external-bind-method.patch
> autofs-5.0.5-fix-add-simple-bind-auth.patch
> autofs-5.0.5-add-dump-maps-option.patch
> autofs-5.0.5-fix-submount-shutdown-wait.patch
> 
> 
> Today I had the same behaviour than the issue explained my previous mail.
> 
> --------------------
> Oct 22 16:44:06 SERVERNAME automount[2665]: umount_autofs_offset: 
> couldn't get ioctl fd for offset /cifs/XXXXXXX/volume: No such file or 
> directory
> Oct 22 16:44:06 SERVERNAME automount[2665]: 
> handle_packet_missing_direct:1363: can't find map entry for (20,3548545)
> --------------------

This could be caused by a umount returning success when in fact it
didn't succeed with the umount. Are you sure umount is returning correct
status?

> 
> Do you know if it should be fixed with the patch I've not already apply ?

Doubt it.
I think it's either a kernel or status return from umount problem.

> 
> Server where issue occurs today:
> kernel: 2.6.26-2-amd64
> autofs 5.0.5
> 
> Regards,
> 
> --
> Erwan
> 
> 
> Ian Kent wrote:
> > On Mon, 2010-09-20 at 09:58 +0800, Ian Kent wrote:
> >> On Thu, 2010-08-26 at 12:39 +0200, Erwan Loaëc wrote:
> >>> Hello everybody!
> >>>
> >>> Versions used:
> >>> - Autofs 5.0.5 with all patchs
> >>> - Kernel 2.6.26-2-686
> > 
> > This is going to get very difficult if you can't tell me what autofs
> > patches have been applied to this kernel.
> > 
> >>> /etc/auto.master:
> >>> /cifs /etc/auto.cifs --timeout=60
> >>>
> >>> (the timeout is small to make easier to reproduce the issue after I've 
> >>> enable debug)
> >>>
> >>> There is an issue which occurred regularly (in August, it happens 3 
> >>> times). It seems that when a mount expires, and the same mount is called 
> >>> a the "same" time, automount hangs.
> >>>
> >>> Please take a look to my debug log (in attachment), this is the debug 
> >>> log when the problem occurred.
> >>>
> >>> Scenario:
> >>>
> >>> Line 121 (10h10m40s) : Call to the share /cifs/SERV2/TM_termoz
> >>> Line 351 (10h11m42s) : Mount /cifs/SERV2/TM_termoz expiring
> >>> Line 356 (10h11m42s) : New call to the share /cifs/SERV2/TM_termoz
> >>> Line 401 (10h11m42s) : Umount /cifs/SERV2/TM_termoz with error
> >>>
> >>> Then, obviously it cannot remove directory /cifs/SERV2
> >>>
> >>> The automount hangs after this, so each I/O on /cifs/SERV2/TM_termoz 
> >>> hangs too...
> >>>
> >>> If you want to check debug file through your browser: 
> >>> http://paste-it.net/public/n1e7286/
> >> That looks like a particularly nasty bug.
> >> I'll have to think about this one for a while and try and work out what
> >> is happening.
> >>
> >>> Otherwise, attachment :)
> >>>
> >>> Is anyone has suggestions about my problem...
> >>>
> >>> Thanks!
> >>>
> >>> application log attachment (autofs.debug.log)
> >>> Aug 26 10:10:40 bacchus automount[17827]: handle_packet: type = 3
> >>> Aug 26 10:10:40 bacchus automount[17827]: handle_packet_missing_indirect: token 1522, name SERV1, request pid 29498
> >>> Aug 26 10:10:40 bacchus automount[17827]: attempting to mount entry /cifs/SERV1
> >>> Aug 26 10:10:40 bacchus automount[17827]: lookup_mount: lookup(program): SERV1 -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile  #011 /mediatheque_termox ://SERV1/mediatheque_termox  #011 /TM_termoz ://SERV1/TM_termoz  #011 /C\$ ://SERV1/C\$  #011 /logfz ://SERV1/logfz  #011 /ORL_jobs ://SERV1/ORL_jobs  #011 /termozOblo ://SERV1/termozOblo  #011 /ADMIN\$ ://SERV1/ADMIN\$  #011 /termozAFT ://SERV1/termozAFT  #011 /tmp_dev_termox ://SERV1/tmp_dev_termox  #011 /nescafe ://SERV1/nescafe  #011 /E\$ ://SERV1/E\$  #011 /termozs ://SERV1/termozs
> >>> Aug 26 10:10:40 bacchus automount[17827]: lookup_mount: lookup(program): looking up SERV1
> >>> Aug 26 10:10:40 bacchus automount[17827]: lookup_mount: lookup(program): SERV1 -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile  #011 /mediatheque_termox ://SERV1/mediatheque_termox  #011 /TM_termoz ://SERV1/TM_termoz  #011 /C\$ ://SERV1/C\$  #011 /logfz ://SERV1/logfz  #011 /ORL_jobs ://SERV1/ORL_jobs  #011 /termozOblo ://SERV1/termozOblo  #011 /ADMIN\$ ://SERV1/ADMIN\$  #011 /termozAFT ://SERV1/termozAFT  #011 /tmp_dev_termox ://SERV1/tmp_dev_termox  #011 /nescafe ://SERV1/nescafe  #011 /E\$ ://SERV1/E\$  #011 /termozs ://SERV1/termozs
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): expanded entry: -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile  #011 /mediatheque_termox ://SERV1/mediatheque_termox  #011 /TM_termoz ://SERV1/TM_termoz  #011 /C\$ ://SERV1/C\$  #011 /logfz ://SERV1/logfz  #011 /ORL_jobs ://SERV1/ORL_jobs  #011 /termozOblo ://SERV1/termozOblo  #011 /ADMIN\$ ://SERV1/ADMIN\$  #011 /termozAFT ://SERV1/termozAFT  #011 /tmp_dev_termox ://SERV1/tmp_dev_termox  #011 /nescafe ://SERV1/nescafe  #011 /E\$ ://SERV1/E\$  #011 /termozs ://SERV1/termozs
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/mediatheque_termox") -> /mediatheque_termox
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV1/mediatheque_termox") -> ://SERV1/mediatheque_termox
> >>> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /mediatheque_termox -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV1/mediatheque_termox
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/TM_termoz") -> /TM_termoz
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV1/TM_termoz") -> ://SERV1/TM_termoz
> >>> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /TM_termoz -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV1/TM_termoz
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/C\$") -> /C$
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV1/C\$") -> ://SERV1/C$
> >>> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /C$ -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV1/C$
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/logfz") -> /logfz
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV1/logfz") -> ://SERV1/logfz
> >>> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /logfz -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV1/logfz
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/ORL_jobs") -> /ORL_jobs
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV1/ORL_jobs") -> ://SERV1/ORL_jobs
> >>> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /ORL_jobs -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV1/ORL_jobs
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/termozOblo") -> /termozOblo
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV1/termozOblo") -> ://SERV1/termozOblo
> >>> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /termozOblo -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV1/termozOblo
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/ADMIN\$") -> /ADMIN$
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV1/ADMIN\$") -> ://SERV1/ADMIN$
> >>> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /ADMIN$ -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV1/ADMIN$
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/termozAFT") -> /termozAFT
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV1/termozAFT") -> ://SERV1/termozAFT
> >>> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /termozAFT -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV1/termozAFT
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/tmp_dev_termox") -> /tmp_dev_termox
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV1/tmp_dev_termox") -> ://SERV1/tmp_dev_termox
> >>> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /tmp_dev_termox -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV1/tmp_dev_termox
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/nescafe") -> /nescafe
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV1/nescafe") -> ://SERV1/nescafe
> >>> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /nescafe -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV1/nescafe
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/E\$") -> /E$
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV1/E\$") -> ://SERV1/E$
> >>> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /E$ -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV1/E$
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/termozs") -> /termozs
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV1/termozs") -> ://SERV1/termozs
> >>> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /termozs -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV1/termozs
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV1/ADMIN$ at /cifs/SERV1
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV1/ADMIN$
> >>> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV1/ADMIN$ with timeout 60, freq 15 seconds
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV1/ADMIN$ at /cifs/SERV1/ADMIN$
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV1/C$ at /cifs/SERV1
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV1/C$
> >>> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV1/C$ with timeout 60, freq 15 seconds
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV1/C$ at /cifs/SERV1/C$
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV1/E$ at /cifs/SERV1
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV1/E$
> >>> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV1/E$ with timeout 60, freq 15 seconds
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV1/E$ at /cifs/SERV1/E$
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV1/ORL_jobs at /cifs/SERV1
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV1/ORL_jobs
> >>> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV1/ORL_jobs with timeout 60, freq 15 seconds
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV1/ORL_jobs at /cifs/SERV1/ORL_jobs
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV1/TM_termoz at /cifs/SERV1
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV1/TM_termoz
> >>> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV1/TM_termoz with timeout 60, freq 15 seconds
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV1/TM_termoz at /cifs/SERV1/TM_termoz
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV1/termozAFT at /cifs/SERV1
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV1/termozAFT
> >>> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV1/termozAFT with timeout 60, freq 15 seconds
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV1/termozAFT at /cifs/SERV1/termozAFT
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV1/termozOblo at /cifs/SERV1
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV1/termozOblo
> >>> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV1/termozOblo with timeout 60, freq 15 seconds
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV1/termozOblo at /cifs/SERV1/termozOblo
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV1/termozs at /cifs/SERV1
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV1/termozs
> >>> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV1/termozs with timeout 60, freq 15 seconds
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV1/termozs at /cifs/SERV1/termozs
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV1/logfz at /cifs/SERV1
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV1/logfz
> >>> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV1/logfz with timeout 60, freq 15 seconds
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV1/logfz at /cifs/SERV1/logfz
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV1/mediatheque_termox at /cifs/SERV1
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV1/mediatheque_termox
> >>> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV1/mediatheque_termox with timeout 60, freq 15 seconds
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV1/mediatheque_termox at /cifs/SERV1/mediatheque_termox
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV1/tmp_dev_termox at /cifs/SERV1
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV1/tmp_dev_termox
> >>> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV1/tmp_dev_termox with timeout 60, freq 15 seconds
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV1/tmp_dev_termox at /cifs/SERV1/tmp_dev_termox
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV1/nescafe at /cifs/SERV1
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV1/nescafe
> >>> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV1/nescafe with timeout 60, freq 15 seconds
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV1/nescafe at /cifs/SERV1/nescafe
> >>> Aug 26 10:10:40 bacchus automount[17827]: ioctl_send_ready: token = 1522
> >>> Aug 26 10:10:40 bacchus automount[17827]: mounted /cifs/SERV1
> >>> Aug 26 10:10:40 bacchus automount[17827]: handle_packet: type = 5
> >>> Aug 26 10:10:40 bacchus automount[17827]: handle_packet_missing_direct: token 1523, name /cifs/SERV1/TM_termoz, request pid 29498
> >>> Aug 26 10:10:40 bacchus automount[17827]: attempting to mount entry /cifs/SERV1/TM_termoz
> >>> Aug 26 10:10:40 bacchus automount[17827]: lookup_mount: lookup(program): /cifs/SERV1/TM_termoz -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV1/TM_termoz
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): expanded entry: -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV1/TM_termoz
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> >>> Aug 26 10:10:40 bacchus automount[17827]: sun_mount: parse(sun): mounting root /tmp/auto00JJof, mountpoint /cifs/SERV1/TM_termoz, what //SERV1/TM_termoz, fstype cifs, options file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> >>> Aug 26 10:10:40 bacchus automount[17827]: do_mount: //SERV1/TM_termoz /cifs/SERV1/TM_termoz type cifs options file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile using module generic
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_mount: mount(generic): calling mkdir_path /tmp/auto00JJof
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_mount: mount(generic): calling mount -t cifs -s -o file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile //SERV1/TM_termoz /tmp/auto00JJof
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_mount: mount(generic): mounted //SERV1/TM_termoz type cifs on /tmp/auto00JJof
> >>> Aug 26 10:10:40 bacchus automount[17827]: move_mount: moved mount tree from /tmp/auto00JJof to /cifs/SERV1/TM_termoz
> >>> Aug 26 10:10:40 bacchus automount[17827]: ioctl_send_ready: token = 1523
> >>> Aug 26 10:10:40 bacchus automount[17827]: mounted /cifs/SERV1/TM_termoz
> >>> Aug 26 10:10:40 bacchus automount[17827]: handle_packet: type = 3
> >>> Aug 26 10:10:40 bacchus automount[17827]: handle_packet_missing_indirect: token 1524, name SERV2, request pid 29498
> >>> Aug 26 10:10:40 bacchus automount[17827]: attempting to mount entry /cifs/SERV2
> >>> Aug 26 10:10:40 bacchus automount[17827]: lookup_mount: lookup(program): SERV2 -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile  #011 /TM_termoz ://SERV2/TM_termoz  #011 /C\$ ://SERV2/C\$  #011 /01_MARKETING ://SERV2/01_MARKETING  #011 /06_UTILISATEURS ://SERV2/06_UTILISATEURS  #011 /04_SERVICE-CLIENTS ://SERV2/04_SERVICE-CLIENTS  #011 /Projets ://SERV2/Projets  #011 /F\$ ://SERV2/F\$  #011 /02_ADMINISTRATIF ://SERV2/02_ADMINISTRATIF  #011 /03_EXPLOITATION ://SERV2/03_EXPLOITATION  #011 /05_TELECHARGEMENTS ://SERV2/05_TELECHARGEMENTS  #011 /powervault ://SERV2/powervault  #011 /07_PRODUCTION ://SERV2/07_PRODUCTION  #011 /packages ://SERV2/packages  #011 /08_BDD ://SERV2/08_BDD  #011 /ADMIN\$ ://SERV2/ADMIN\$  #011 /CGIN ://SERV2/CGIN  #011 /ImageMagick-6.3.3V6 ://SERV2/ImageMagick-6.3.3V6  #011 /D\$ ://SERV2/D\$  #011 /temp ://SERV2/temp  #011 /termozs ://SERV2/termozs  #011 /Projets_Air ://SERV2/Projets_Air
> >>> Aug 26 10:10:40 bacchus automount[17827]: lookup_mount: lookup(program): looking up SERV2
> >>> Aug 26 10:10:40 bacchus automount[17827]: lookup_mount: lookup(program): SERV2 -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile  #011 /TM_termoz ://SERV2/TM_termoz  #011 /C\$ ://SERV2/C\$  #011 /01_MARKETING ://SERV2/01_MARKETING  #011 /06_UTILISATEURS ://SERV2/06_UTILISATEURS  #011 /04_SERVICE-CLIENTS ://SERV2/04_SERVICE-CLIENTS  #011 /Projets ://SERV2/Projets  #011 /F\$ ://SERV2/F\$  #011 /02_ADMINISTRATIF ://SERV2/02_ADMINISTRATIF  #011 /03_EXPLOITATION ://SERV2/03_EXPLOITATION  #011 /05_TELECHARGEMENTS ://SERV2/05_TELECHARGEMENTS  #011 /powervault ://SERV2/powervault  #011 /07_PRODUCTION ://SERV2/07_PRODUCTION  #011 /packages ://SERV2/packages  #011 /08_BDD ://SERV2/08_BDD  #011 /ADMIN\$ ://SERV2/ADMIN\$  #011 /CGIN ://SERV2/CGIN  #011 /ImageMagick-6.3.3V6 ://SERV2/ImageMagick-6.3.3V6  #011 /D\$ ://SERV2/D\$  #011 /temp ://SERV2/temp  #011 /termozs ://SERV2/termozs  #011 /Projets_Air ://SERV2/Projets_Air
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): expanded entry: -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile  #011 /TM_termoz ://SERV2/TM_termoz  #011 /C\$ ://SERV2/C\$  #011 /01_MARKETING ://SERV2/01_MARKETING  #011 /06_UTILISATEURS ://SERV2/06_UTILISATEURS  #011 /04_SERVICE-CLIENTS ://SERV2/04_SERVICE-CLIENTS  #011 /Projets ://SERV2/Projets  #011 /F\$ ://SERV2/F\$  #011 /02_ADMINISTRATIF ://SERV2/02_ADMINISTRATIF  #011 /03_EXPLOITATION ://SERV2/03_EXPLOITATION  #011 /05_TELECHARGEMENTS ://SERV2/05_TELECHARGEMENTS  #011 /powervault ://SERV2/powervault  #011 /07_PRODUCTION ://SERV2/07_PRODUCTION  #011 /packages ://SERV2/packages  #011 /08_BDD ://SERV2/08_BDD  #011 /ADMIN\$ ://SERV2/ADMIN\$  #011 /CGIN ://SERV2/CGIN  #011 /ImageMagick-6.3.3V6 ://SERV2/ImageMagick-6.3.3V6  #011 /D\$ ://SERV2/D\$  #011 /temp ://SERV2/temp  #011 /termozs ://SERV2/termozs  #011 /Projets_Air ://SERV2/Projets_Air
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/TM_termoz") -> /TM_termoz
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/TM_termoz") -> ://SERV2/TM_termoz
> >>> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /TM_termoz -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/TM_termoz
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/C\$") -> /C$
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/C\$") -> ://SERV2/C$
> >>> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /C$ -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/C$
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/01_MARKETING") -> /01_MARKETING
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/01_MARKETING") -> ://SERV2/01_MARKETING
> >>> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /01_MARKETING -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/01_MARKETING
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/06_UTILISATEURS") -> /06_UTILISATEURS
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/06_UTILISATEURS") -> ://SERV2/06_UTILISATEURS
> >>> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /06_UTILISATEURS -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/06_UTILISATEURS
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/04_SERVICE-CLIENTS") -> /04_SERVICE-CLIENTS
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/04_SERVICE-CLIENTS") -> ://SERV2/04_SERVICE-CLIENTS
> >>> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /04_SERVICE-CLIENTS -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/04_SERVICE-CLIENTS
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/Projets") -> /Projets
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/Projets") -> ://SERV2/Projets
> >>> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /Projets -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/Projets
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/F\$") -> /F$
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/F\$") -> ://SERV2/F$
> >>> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /F$ -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/F$
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/02_ADMINISTRATIF") -> /02_ADMINISTRATIF
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/02_ADMINISTRATIF") -> ://SERV2/02_ADMINISTRATIF
> >>> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /02_ADMINISTRATIF -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/02_ADMINISTRATIF
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/03_EXPLOITATION") -> /03_EXPLOITATION
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/03_EXPLOITATION") -> ://SERV2/03_EXPLOITATION
> >>> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /03_EXPLOITATION -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/03_EXPLOITATION
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/05_TELECHARGEMENTS") -> /05_TELECHARGEMENTS
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/05_TELECHARGEMENTS") -> ://SERV2/05_TELECHARGEMENTS
> >>> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /05_TELECHARGEMENTS -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/05_TELECHARGEMENTS
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/powervault") -> /powervault
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/powervault") -> ://SERV2/powervault
> >>> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /powervault -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/powervault
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/07_PRODUCTION") -> /07_PRODUCTION
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/07_PRODUCTION") -> ://SERV2/07_PRODUCTION
> >>> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /07_PRODUCTION -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/07_PRODUCTION
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/packages") -> /packages
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/packages") -> ://SERV2/packages
> >>> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /packages -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/packages
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/08_BDD") -> /08_BDD
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/08_BDD") -> ://SERV2/08_BDD
> >>> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /08_BDD -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/08_BDD
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/ADMIN\$") -> /ADMIN$
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/ADMIN\$") -> ://SERV2/ADMIN$
> >>> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /ADMIN$ -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/ADMIN$
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/CGIN") -> /CGIN
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/CGIN") -> ://SERV2/CGIN
> >>> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /CGIN -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/CGIN
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/ImageMagick-6.3.3V6") -> /ImageMagick-6.3.3V6
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/ImageMagick-6.3.3V6") -> ://SERV2/ImageMagick-6.3.3V6
> >>> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /ImageMagick-6.3.3V6 -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/ImageMagick-6.3.3V6
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/D\$") -> /D$
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/D\$") -> ://SERV2/D$
> >>> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /D$ -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/D$
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/temp") -> /temp
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/temp") -> ://SERV2/temp
> >>> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /temp -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/temp
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/termozs") -> /termozs
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/termozs") -> ://SERV2/termozs
> >>> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /termozs -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/termozs
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/Projets_Air") -> /Projets_Air
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/Projets_Air") -> ://SERV2/Projets_Air
> >>> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /Projets_Air -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/Projets_Air
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/01_MARKETING at /cifs/SERV2
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/01_MARKETING
> >>> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/01_MARKETING with timeout 60, freq 15 seconds
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/01_MARKETING at /cifs/SERV2/01_MARKETING
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/02_ADMINISTRATIF at /cifs/SERV2
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/02_ADMINISTRATIF
> >>> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/02_ADMINISTRATIF with timeout 60, freq 15 seconds
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/02_ADMINISTRATIF at /cifs/SERV2/02_ADMINISTRATIF
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/03_EXPLOITATION at /cifs/SERV2
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/03_EXPLOITATION
> >>> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/03_EXPLOITATION with timeout 60, freq 15 seconds
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/03_EXPLOITATION at /cifs/SERV2/03_EXPLOITATION
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/04_SERVICE-CLIENTS at /cifs/SERV2
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/04_SERVICE-CLIENTS
> >>> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/04_SERVICE-CLIENTS with timeout 60, freq 15 seconds
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/04_SERVICE-CLIENTS at /cifs/SERV2/04_SERVICE-CLIENTS
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/05_TELECHARGEMENTS at /cifs/SERV2
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/05_TELECHARGEMENTS
> >>> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/05_TELECHARGEMENTS with timeout 60, freq 15 seconds
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/05_TELECHARGEMENTS at /cifs/SERV2/05_TELECHARGEMENTS
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/06_UTILISATEURS at /cifs/SERV2
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/06_UTILISATEURS
> >>> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/06_UTILISATEURS with timeout 60, freq 15 seconds
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/06_UTILISATEURS at /cifs/SERV2/06_UTILISATEURS
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/07_PRODUCTION at /cifs/SERV2
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/07_PRODUCTION
> >>> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/07_PRODUCTION with timeout 60, freq 15 seconds
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/07_PRODUCTION at /cifs/SERV2/07_PRODUCTION
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/08_BDD at /cifs/SERV2
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/08_BDD
> >>> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/08_BDD with timeout 60, freq 15 seconds
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/08_BDD at /cifs/SERV2/08_BDD
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/ADMIN$ at /cifs/SERV2
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/ADMIN$
> >>> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/ADMIN$ with timeout 60, freq 15 seconds
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/ADMIN$ at /cifs/SERV2/ADMIN$
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/C$ at /cifs/SERV2
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/C$
> >>> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/C$ with timeout 60, freq 15 seconds
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/C$ at /cifs/SERV2/C$
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/CGIN at /cifs/SERV2
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/CGIN
> >>> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/CGIN with timeout 60, freq 15 seconds
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/CGIN at /cifs/SERV2/CGIN
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/D$ at /cifs/SERV2
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/D$
> >>> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/D$ with timeout 60, freq 15 seconds
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/D$ at /cifs/SERV2/D$
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/F$ at /cifs/SERV2
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/F$
> >>> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/F$ with timeout 60, freq 15 seconds
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/F$ at /cifs/SERV2/F$
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/ImageMagick-6.3.3V6 at /cifs/SERV2
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/ImageMagick-6.3.3V6
> >>> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/ImageMagick-6.3.3V6 with timeout 60, freq 15 seconds
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/ImageMagick-6.3.3V6 at /cifs/SERV2/ImageMagick-6.3.3V6
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/TM_termoz at /cifs/SERV2
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/TM_termoz
> >>> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/TM_termoz with timeout 60, freq 15 seconds
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/TM_termoz at /cifs/SERV2/TM_termoz
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/Projets at /cifs/SERV2
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/Projets
> >>> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/Projets with timeout 60, freq 15 seconds
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/Projets at /cifs/SERV2/Projets
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/Projets_Air at /cifs/SERV2
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/Projets_Air
> >>> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/Projets_Air with timeout 60, freq 15 seconds
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/Projets_Air at /cifs/SERV2/Projets_Air
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/termozs at /cifs/SERV2
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/termozs
> >>> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/termozs with timeout 60, freq 15 seconds
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/termozs at /cifs/SERV2/termozs
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/packages at /cifs/SERV2
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/packages
> >>> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/packages with timeout 60, freq 15 seconds
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/packages at /cifs/SERV2/packages
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/powervault at /cifs/SERV2
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/powervault
> >>> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/powervault with timeout 60, freq 15 seconds
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/powervault at /cifs/SERV2/powervault
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/temp at /cifs/SERV2
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/temp
> >>> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/temp with timeout 60, freq 15 seconds
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/temp at /cifs/SERV2/temp
> >>> Aug 26 10:10:40 bacchus automount[17827]: ioctl_send_ready: token = 1524
> >>> Aug 26 10:10:40 bacchus automount[17827]: handle_packet: type = 5
> >>> Aug 26 10:10:40 bacchus automount[17827]: handle_packet_missing_direct: token 1525, name /cifs/SERV2/TM_termoz, request pid 29498
> >>> Aug 26 10:10:40 bacchus automount[17827]: attempting to mount entry /cifs/SERV2/TM_termoz
> >>> Aug 26 10:10:40 bacchus automount[17827]: lookup_mount: lookup(program): /cifs/SERV2/TM_termoz -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/TM_termoz
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): expanded entry: -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/TM_termoz
> >>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> >>> Aug 26 10:10:40 bacchus automount[17827]: sun_mount: parse(sun): mounting root /tmp/autoC7eymh, mountpoint /cifs/SERV2/TM_termoz, what //SERV2/TM_termoz, fstype cifs, options file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> >>> Aug 26 10:10:40 bacchus automount[17827]: do_mount: //SERV2/TM_termoz /cifs/SERV2/TM_termoz type cifs options file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile using module generic
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_mount: mount(generic): calling mkdir_path /tmp/autoC7eymh
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_mount: mount(generic): calling mount -t cifs -s -o file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile //SERV2/TM_termoz /tmp/autoC7eymh
> >>> Aug 26 10:10:40 bacchus automount[17827]: mounted /cifs/SERV2
> >>> Aug 26 10:10:40 bacchus automount[17827]: mount_mount: mount(generic): mounted //SERV2/TM_termoz type cifs on /tmp/autoC7eymh
> >>> Aug 26 10:10:40 bacchus automount[17827]: move_mount: moved mount tree from /tmp/autoC7eymh to /cifs/SERV2/TM_termoz
> >>> Aug 26 10:10:40 bacchus automount[17827]: ioctl_send_ready: token = 1525
> >>> Aug 26 10:10:40 bacchus automount[17827]: mounted /cifs/SERV2/TM_termoz
> >>> Aug 26 10:10:42 bacchus automount[17827]: st_expire: state 1 path /cifs
> >>> Aug 26 10:10:42 bacchus automount[17827]: expire_proc: exp_proc = 3074403216 path /cifs
> >>> Aug 26 10:10:42 bacchus automount[17827]: expire_proc_indirect: expire /cifs/SERV1/TM_termoz
> >>> Aug 26 10:10:42 bacchus automount[17827]: expire_proc_indirect: expire /cifs/SERV2/TM_termoz
> >>> Aug 26 10:10:42 bacchus automount[17827]: 2 remaining in /cifs
> >>> Aug 26 10:10:42 bacchus automount[17827]: expire_cleanup: got thid 3074403216 path /cifs stat 36
> >>> Aug 26 10:10:42 bacchus automount[17827]: expire_cleanup: sigchld: exp 3074403216 finished, switching from 2 to 1
> >>> Aug 26 10:10:42 bacchus automount[17827]: st_ready: st_ready(): state = 2 path /cifs
> >>> Aug 26 10:10:57 bacchus automount[17827]: st_expire: state 1 path /cifs
> >>> Aug 26 10:10:57 bacchus automount[17827]: expire_proc: exp_proc = 3074403216 path /cifs
> >>> Aug 26 10:10:57 bacchus automount[17827]: expire_proc_indirect: expire /cifs/SERV1/TM_termoz
> >>> Aug 26 10:10:57 bacchus automount[17827]: expire_proc_indirect: expire /cifs/SERV2/TM_termoz
> >>> Aug 26 10:10:57 bacchus automount[17827]: 2 remaining in /cifs
> >>> Aug 26 10:10:57 bacchus automount[17827]: expire_cleanup: got thid 3074403216 path /cifs stat 36
> >>> Aug 26 10:10:57 bacchus automount[17827]: expire_cleanup: sigchld: exp 3074403216 finished, switching from 2 to 1
> >>> Aug 26 10:10:57 bacchus automount[17827]: st_ready: st_ready(): state = 2 path /cifs
> >>> Aug 26 10:11:12 bacchus automount[17827]: st_expire: state 1 path /cifs
> >>> Aug 26 10:11:12 bacchus automount[17827]: expire_proc: exp_proc = 3074403216 path /cifs
> >>> Aug 26 10:11:12 bacchus automount[17827]: expire_proc_indirect: expire /cifs/SERV1/TM_termoz
> >>> Aug 26 10:11:12 bacchus automount[17827]: expire_proc_indirect: expire /cifs/SERV2/TM_termoz
> >>> Aug 26 10:11:12 bacchus automount[17827]: 2 remaining in /cifs
> >>> Aug 26 10:11:12 bacchus automount[17827]: expire_cleanup: got thid 3074403216 path /cifs stat 36
> >>> Aug 26 10:11:12 bacchus automount[17827]: expire_cleanup: sigchld: exp 3074403216 finished, switching from 2 to 1
> >>> Aug 26 10:11:12 bacchus automount[17827]: st_ready: st_ready(): state = 2 path /cifs
> >>> Aug 26 10:11:27 bacchus automount[17827]: st_expire: state 1 path /cifs
> >>> Aug 26 10:11:27 bacchus automount[17827]: expire_proc: exp_proc = 3074403216 path /cifs
> >>> Aug 26 10:11:27 bacchus automount[17827]: expire_proc_indirect: expire /cifs/SERV1/TM_termoz
> >>> Aug 26 10:11:27 bacchus automount[17827]: expire_proc_indirect: expire /cifs/SERV2/TM_termoz
> >>> Aug 26 10:11:27 bacchus automount[17827]: 2 remaining in /cifs
> >>> Aug 26 10:11:27 bacchus automount[17827]: expire_cleanup: got thid 3074403216 path /cifs stat 36
> >>> Aug 26 10:11:27 bacchus automount[17827]: expire_cleanup: sigchld: exp 3074403216 finished, switching from 2 to 1
> >>> Aug 26 10:11:27 bacchus automount[17827]: st_ready: st_ready(): state = 2 path /cifs
> >>> Aug 26 10:11:42 bacchus automount[17827]: st_expire: state 1 path /cifs
> >>> Aug 26 10:11:42 bacchus automount[17827]: expire_proc: exp_proc = 3074403216 path /cifs
> >>> Aug 26 10:11:42 bacchus automount[17827]: expire_proc_indirect: expire /cifs/SERV1/TM_termoz
> >>> Aug 26 10:11:42 bacchus automount[17827]: expire_proc_indirect: expire /cifs/SERV2/TM_termoz
> >>> Aug 26 10:11:42 bacchus automount[17827]: handle_packet: type = 6
> >>> Aug 26 10:11:42 bacchus automount[17827]: handle_packet_expire_direct: token 1526, name /cifs/SERV2/TM_termoz
> >>> Aug 26 10:11:42 bacchus automount[17827]: expiring path /cifs/SERV2/TM_termoz
> >>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi: path /cifs/SERV2/TM_termoz incl 1
> >>> Aug 26 10:11:42 bacchus automount[17827]: umount_subtree_mounts: unmounting dir = /cifs/SERV2/TM_termoz
> >>> Aug 26 10:11:42 bacchus automount[17827]: expired /cifs/SERV2/TM_termoz
> >>> Aug 26 10:11:42 bacchus automount[17827]: ioctl_send_ready: token = 1526
> >>> Aug 26 10:11:42 bacchus automount[17827]: handle_packet: type = 5
> >>> Aug 26 10:11:42 bacchus automount[17827]: handle_packet_missing_direct: token 1527, name /cifs/SERV2/TM_termoz, request pid 29523
> >>> Aug 26 10:11:42 bacchus automount[17827]: attempting to mount entry /cifs/SERV2/TM_termoz
> >>> Aug 26 10:11:42 bacchus automount[17827]: lookup_mount: lookup(program): /cifs/SERV2/TM_termoz -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/TM_termoz
> >>> Aug 26 10:11:42 bacchus automount[17827]: parse_mount: parse(sun): expanded entry: -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/TM_termoz
> >>> Aug 26 10:11:42 bacchus automount[17827]: parse_mount: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> >>> Aug 26 10:11:42 bacchus automount[17827]: sun_mount: parse(sun): mounting root /tmp/auto1I7gB7, mountpoint /cifs/SERV2/TM_termoz, what //SERV2/TM_termoz, fstype cifs, options file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> >>> Aug 26 10:11:42 bacchus automount[17827]: do_mount: //SERV2/TM_termoz /cifs/SERV2/TM_termoz type cifs options file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile using module generic
> >>> Aug 26 10:11:42 bacchus automount[17827]: mount_mount: mount(generic): calling mkdir_path /tmp/auto1I7gB7
> >>> Aug 26 10:11:42 bacchus automount[17827]: mount_mount: mount(generic): calling mount -t cifs -s -o file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile //SERV2/TM_termoz /tmp/auto1I7gB7
> >>> Aug 26 10:11:42 bacchus automount[17827]: mount_mount: mount(generic): mounted //SERV2/TM_termoz type cifs on /tmp/auto1I7gB7
> >>> Aug 26 10:11:42 bacchus automount[17827]: move_mount: moved mount tree from /tmp/auto1I7gB7 to /cifs/SERV2/TM_termoz
> >>> Aug 26 10:11:42 bacchus automount[17827]: handle_packet: type = 4
> >>> Aug 26 10:11:42 bacchus automount[17827]: handle_packet_expire_indirect: token 1528, name SERV2
> >>> Aug 26 10:11:42 bacchus automount[17827]: expiring path /cifs/SERV2
> >>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi: path /cifs/SERV2 incl 1
> >>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/01_MARKETING
> >>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/01_MARKETING
> >>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/02_ADMINISTRATIF
> >>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/02_ADMINISTRATIF
> >>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/03_EXPLOITATION
> >>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/03_EXPLOITATION
> >>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/04_SERVICE-CLIENTS
> >>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/04_SERVICE-CLIENTS
> >>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/05_TELECHARGEMENTS
> >>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/05_TELECHARGEMENTS
> >>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/06_UTILISATEURS
> >>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/06_UTILISATEURS
> >>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/07_PRODUCTION
> >>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/07_PRODUCTION
> >>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/08_BDD
> >>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/08_BDD
> >>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/ADMIN$
> >>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/ADMIN$
> >>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/C$
> >>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/C$
> >>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/CGIN
> >>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/CGIN
> >>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/D$
> >>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/D$
> >>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/F$
> >>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/F$
> >>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/ImageMagick-6.3.3V6
> >>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/ImageMagick-6.3.3V6
> >>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/TM_termoz
> >>> Aug 26 10:11:42 bacchus automount[17827]: umount_autofs_offset: couldn't get ioctl fd for offset /cifs/SERV2/TM_termoz: No such file or directory
> >>> Aug 26 10:11:42 bacchus automount[17827]: forcing umount of offset mount /cifs/SERV2/TM_termoz
> >>> Aug 26 10:11:42 bacchus automount[17827]: failed to remove dir /cifs/SERV2/TM_termoz: Device or resource busy
> >>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/Projets
> >>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/Projets
> >>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/Projets_Air
> >>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/Projets_Air
> >>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/termozs
> >>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/termozs
> >>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/packages
> >>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/packages
> >>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/powervault
> >>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/powervault
> >>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/temp
> >>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/temp
> >>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/01_MARKETING
> >>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/02_ADMINISTRATIF
> >>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/03_EXPLOITATION
> >>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/04_SERVICE-CLIENTS
> >>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/05_TELECHARGEMENTS
> >>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/06_UTILISATEURS
> >>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/07_PRODUCTION
> >>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/08_BDD
> >>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/ADMIN$
> >>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/C$
> >>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/CGIN
> >>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/D$
> >>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/F$
> >>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/ImageMagick-6.3.3V6
> >>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/TM_termoz
> >>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/Projets
> >>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/Projets_Air
> >>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/termozs
> >>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/packages
> >>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/powervault
> >>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/temp
> >>> Aug 26 10:11:42 bacchus automount[17827]: ioctl_send_ready: token = 1527
> >>> Aug 26 10:11:42 bacchus automount[17827]: mounted /cifs/SERV2/TM_termoz
> >>> Aug 26 10:11:42 bacchus automount[17827]: handle_packet: type = 5
> >>> Aug 26 10:11:42 bacchus automount[17827]: rm_unwanted_fn: removing directory /cifs/SERV2
> >>> Aug 26 10:11:42 bacchus automount[17827]: unable to remove directory /cifs/SERV2: Directory not empty
> >>> Aug 26 10:11:42 bacchus automount[17827]: expired /cifs/SERV2
> >>> Aug 26 10:11:42 bacchus automount[17827]: handle_packet_missing_direct:1323: can't find map entry for (46,12396497)
> >>> Aug 26 10:11:42 bacchus automount[17827]: ioctl_send_ready: token = 1528
> >>> Aug 26 10:11:42 bacchus automount[17827]: 1 remaining in /cifs
> >>> Aug 26 10:11:42 bacchus automount[17827]: expire_cleanup: got thid 3074403216 path /cifs stat 36
> >>> Aug 26 10:11:42 bacchus automount[17827]: expire_cleanup: sigchld: exp 3074403216 finished, switching from 2 to 1
> >>> Aug 26 10:11:42 bacchus automount[17827]: st_ready: st_ready(): state = 2 path /cifs
> >>> Aug 26 10:11:57 bacchus automount[17827]: st_expire: state 1 path /cifs
> >>> Aug 26 10:11:57 bacchus automount[17827]: expire_proc: exp_proc = 3074403216 path /cifs
> >>> Aug 26 10:11:57 bacchus automount[17827]: expire_proc_indirect: expire /cifs/SERV1/TM_termoz
> >>> Aug 26 10:11:57 bacchus automount[17827]: 1 remaining in /cifs
> >>> Aug 26 10:11:57 bacchus automount[17827]: expire_cleanup: got thid 3074403216 path /cifs stat 15
> >>> Aug 26 10:11:57 bacchus automount[17827]: expire_cleanup: sigchld: exp 3074403216 finished, switching from 2 to 1
> >>> Aug 26 10:11:57 bacchus automount[17827]: st_ready: st_ready(): state = 2 path /cifs
> >>> Aug 26 10:12:12 bacchus automount[17827]: st_expire: state 1 path /cifs
> >>> Aug 26 10:12:12 bacchus automount[17827]: expire_proc: exp_proc = 3074403216 path /cifs
> >>> Aug 26 10:12:12 bacchus automount[17827]: expire_proc_indirect: expire /cifs/SERV1/TM_termoz
> >>> Aug 26 10:12:12 bacchus automount[17827]: 1 remaining in /cifs
> >>> Aug 26 10:12:12 bacchus automount[17827]: expire_cleanup: got thid 3074403216 path /cifs stat 15
> >>> Aug 26 10:12:12 bacchus automount[17827]: expire_cleanup: sigchld: exp 3074403216 finished, switching from 2 to 1
> >>> Aug 26 10:12:12 bacchus automount[17827]: st_ready: st_ready(): state = 2 path /cifs
> >>> Aug 26 10:12:27 bacchus automount[17827]: st_expire: state 1 path /cifs
> >>> Aug 26 10:12:27 bacchus automount[17827]: expire_proc: exp_proc = 3074403216 path /cifs
> >>> Aug 26 10:12:27 bacchus automount[17827]: expire_proc_indirect: expire /cifs/SERV1/TM_termoz
> >>> _______________________________________________
> >>> autofs mailing list
> >>> autofs@linux.kernel.org
> >>> http://linux.kernel.org/mailman/listinfo/autofs
> >>
> >> _______________________________________________
> >> autofs mailing list
> >> autofs@linux.kernel.org
> >> http://linux.kernel.org/mailman/listinfo/autofs
> > 
> > 
> 
> _______________________________________________
> autofs mailing list
> autofs@linux.kernel.org
> http://linux.kernel.org/mailman/listinfo/autofs


_______________________________________________
autofs mailing list
autofs@linux.kernel.org
http://linux.kernel.org/mailman/listinfo/autofs

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: Problem of concurrent mount/umount call
  2010-10-26  0:18       ` Ian Kent
@ 2010-10-26  6:59         ` Erwan Loaëc
  2010-10-26  7:22         ` Erwan Loaëc
  1 sibling, 0 replies; 15+ messages in thread
From: Erwan Loaëc @ 2010-10-26  6:59 UTC (permalink / raw)
  To: autofs

Ian Kent wrote:
> On Fri, 2010-10-22 at 17:19 +0200, Erwan Loaëc wrote:
>> Hello,
>>
>> Sorry for the time, but before posting again I've upgrade every 
>> production servers with newest autofs4 module (with last patch) and last 
> 
> What does "newest autofs4 module" mean exactly?

Yes it is not the "newest module" but the module recompiled with the 
patch autofs4-2.6.26-v5-update-20090903.patch

> 
>> automount with all patch EXCEPT these:
>>
>> autofs-5.0.5-fix-restart.patch
>> autofs-5.0.5-fix-status-privilege-error.patch
>> autofs-5.0.4-always-read-file-maps-mount-lookup-map-read-fix.patch
>> autofs-5.0.5-fix-direct-map-not-updating-on-reread.patch
>> autofs-5.0.5-add-external-bind-method.patch
>> autofs-5.0.5-fix-add-simple-bind-auth.patch
>> autofs-5.0.5-add-dump-maps-option.patch
>> autofs-5.0.5-fix-submount-shutdown-wait.patch
>>
>>
>> Today I had the same behaviour than the issue explained my previous mail.
>>
>> --------------------
>> Oct 22 16:44:06 SERVERNAME automount[2665]: umount_autofs_offset: 
>> couldn't get ioctl fd for offset /cifs/XXXXXXX/volume: No such file or 
>> directory
>> Oct 22 16:44:06 SERVERNAME automount[2665]: 
>> handle_packet_missing_direct:1363: can't find map entry for (20,3548545)
>> --------------------
> 
> This could be caused by a umount returning success when in fact it
> didn't succeed with the umount. Are you sure umount is returning correct
> status?
> 
>> Do you know if it should be fixed with the patch I've not already apply ?
> 
> Doubt it.
> I think it's either a kernel or status return from umount problem.
> 
>> Server where issue occurs today:
>> kernel: 2.6.26-2-amd64
>> autofs 5.0.5
>>
>> Regards,
>>
>> --
>> Erwan
>>
>>
>> Ian Kent wrote:
>>> On Mon, 2010-09-20 at 09:58 +0800, Ian Kent wrote:
>>>> On Thu, 2010-08-26 at 12:39 +0200, Erwan Loaëc wrote:
>>>>> Hello everybody!
>>>>>
>>>>> Versions used:
>>>>> - Autofs 5.0.5 with all patchs
>>>>> - Kernel 2.6.26-2-686
>>> This is going to get very difficult if you can't tell me what autofs
>>> patches have been applied to this kernel.
>>>
>>>>> /etc/auto.master:
>>>>> /cifs /etc/auto.cifs --timeout=60
>>>>>
>>>>> (the timeout is small to make easier to reproduce the issue after I've 
>>>>> enable debug)
>>>>>
>>>>> There is an issue which occurred regularly (in August, it happens 3 
>>>>> times). It seems that when a mount expires, and the same mount is called 
>>>>> a the "same" time, automount hangs.
>>>>>
>>>>> Please take a look to my debug log (in attachment), this is the debug 
>>>>> log when the problem occurred.
>>>>>
>>>>> Scenario:
>>>>>
>>>>> Line 121 (10h10m40s) : Call to the share /cifs/SERV2/TM_termoz
>>>>> Line 351 (10h11m42s) : Mount /cifs/SERV2/TM_termoz expiring
>>>>> Line 356 (10h11m42s) : New call to the share /cifs/SERV2/TM_termoz
>>>>> Line 401 (10h11m42s) : Umount /cifs/SERV2/TM_termoz with error
>>>>>
>>>>> Then, obviously it cannot remove directory /cifs/SERV2
>>>>>
>>>>> The automount hangs after this, so each I/O on /cifs/SERV2/TM_termoz 
>>>>> hangs too...
>>>>>
>>>>> If you want to check debug file through your browser: 
>>>>> http://paste-it.net/public/n1e7286/
>>>> That looks like a particularly nasty bug.
>>>> I'll have to think about this one for a while and try and work out what
>>>> is happening.
>>>>
>>>>> Otherwise, attachment :)
>>>>>
>>>>> Is anyone has suggestions about my problem...
>>>>>
>>>>> Thanks!
>>>>>
>>>>> application log attachment (autofs.debug.log)
>>>>> Aug 26 10:10:40 bacchus automount[17827]: handle_packet: type = 3
>>>>> Aug 26 10:10:40 bacchus automount[17827]: handle_packet_missing_indirect: token 1522, name SERV1, request pid 29498
>>>>> Aug 26 10:10:40 bacchus automount[17827]: attempting to mount entry /cifs/SERV1
>>>>> Aug 26 10:10:40 bacchus automount[17827]: lookup_mount: lookup(program): SERV1 -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile  #011 /mediatheque_termox ://SERV1/mediatheque_termox  #011 /TM_termoz ://SERV1/TM_termoz  #011 /C\$ ://SERV1/C\$  #011 /logfz ://SERV1/logfz  #011 /ORL_jobs ://SERV1/ORL_jobs  #011 /termozOblo ://SERV1/termozOblo  #011 /ADMIN\$ ://SERV1/ADMIN\$  #011 /termozAFT ://SERV1/termozAFT  #011 /tmp_dev_termox ://SERV1/tmp_dev_termox  #011 /nescafe ://SERV1/nescafe  #011 /E\$ ://SERV1/E\$  #011 /termozs ://SERV1/termozs
>>>>> Aug 26 10:10:40 bacchus automount[17827]: lookup_mount: lookup(program): looking up SERV1
>>>>> Aug 26 10:10:40 bacchus automount[17827]: lookup_mount: lookup(program): SERV1 -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile  #011 /mediatheque_termox ://SERV1/mediatheque_termox  #011 /TM_termoz ://SERV1/TM_termoz  #011 /C\$ ://SERV1/C\$  #011 /logfz ://SERV1/logfz  #011 /ORL_jobs ://SERV1/ORL_jobs  #011 /termozOblo ://SERV1/termozOblo  #011 /ADMIN\$ ://SERV1/ADMIN\$  #011 /termozAFT ://SERV1/termozAFT  #011 /tmp_dev_termox ://SERV1/tmp_dev_termox  #011 /nescafe ://SERV1/nescafe  #011 /E\$ ://SERV1/E\$  #011 /termozs ://SERV1/termozs
>>>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): expanded entry: -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile  #011 /mediatheque_termox ://SERV1/mediatheque_termox  #011 /TM_termoz ://SERV1/TM_termoz  #011 /C\$ ://SERV1/C\$  #011 /logfz ://SERV1/logfz  #011 /ORL_jobs ://SERV1/ORL_jobs  #011 /termozOblo ://SERV1/termozOblo  #011 /ADMIN\$ ://SERV1/ADMIN\$  #011 /termozAFT ://SERV1/termozAFT  #011 /tmp_dev_termox ://SERV1/tmp_dev_termox  #011 /nescafe ://SERV1/nescafe  #011 /E\$ ://SERV1/E\$  #011 /termozs ://SERV1/termozs
>>>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
>>>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/mediatheque_termox") -> /mediatheque_termox
>>>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
>>>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV1/mediatheque_termox") -> ://SERV1/mediatheque_termox
>>>>> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /mediatheque_termox -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV1/mediatheque_termox
>>>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/TM_termoz") -> /TM_termoz
>>>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
>>>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV1/TM_termoz") -> ://SERV1/TM_termoz
>>>>> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /TM_termoz -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV1/TM_termoz
>>>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/C\$") -> /C$
>>>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
>>>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV1/C\$") -> ://SERV1/C$
>>>>> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /C$ -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV1/C$
>>>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/logfz") -> /logfz
>>>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
>>>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV1/logfz") -> ://SERV1/logfz
>>>>> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /logfz -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV1/logfz
>>>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/ORL_jobs") -> /ORL_jobs
>>>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
>>>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV1/ORL_jobs") -> ://SERV1/ORL_jobs
>>>>> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /ORL_jobs -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV1/ORL_jobs
>>>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/termozOblo") -> /termozOblo
>>>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
>>>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV1/termozOblo") -> ://SERV1/termozOblo
>>>>> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /termozOblo -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV1/termozOblo
>>>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/ADMIN\$") -> /ADMIN$
>>>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
>>>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV1/ADMIN\$") -> ://SERV1/ADMIN$
>>>>> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /ADMIN$ -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV1/ADMIN$
>>>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/termozAFT") -> /termozAFT
>>>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
>>>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV1/termozAFT") -> ://SERV1/termozAFT
>>>>> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /termozAFT -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV1/termozAFT
>>>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/tmp_dev_termox") -> /tmp_dev_termox
>>>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
>>>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV1/tmp_dev_termox") -> ://SERV1/tmp_dev_termox
>>>>> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /tmp_dev_termox -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV1/tmp_dev_termox
>>>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/nescafe") -> /nescafe
>>>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
>>>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV1/nescafe") -> ://SERV1/nescafe
>>>>> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /nescafe -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV1/nescafe
>>>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/E\$") -> /E$
>>>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
>>>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV1/E\$") -> ://SERV1/E$
>>>>> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /E$ -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV1/E$
>>>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/termozs") -> /termozs
>>>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
>>>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV1/termozs") -> ://SERV1/termozs
>>>>> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /termozs -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV1/termozs
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV1/ADMIN$ at /cifs/SERV1
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV1/ADMIN$
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV1/ADMIN$ with timeout 60, freq 15 seconds
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV1/ADMIN$ at /cifs/SERV1/ADMIN$
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV1/C$ at /cifs/SERV1
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV1/C$
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV1/C$ with timeout 60, freq 15 seconds
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV1/C$ at /cifs/SERV1/C$
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV1/E$ at /cifs/SERV1
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV1/E$
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV1/E$ with timeout 60, freq 15 seconds
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV1/E$ at /cifs/SERV1/E$
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV1/ORL_jobs at /cifs/SERV1
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV1/ORL_jobs
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV1/ORL_jobs with timeout 60, freq 15 seconds
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV1/ORL_jobs at /cifs/SERV1/ORL_jobs
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV1/TM_termoz at /cifs/SERV1
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV1/TM_termoz
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV1/TM_termoz with timeout 60, freq 15 seconds
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV1/TM_termoz at /cifs/SERV1/TM_termoz
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV1/termozAFT at /cifs/SERV1
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV1/termozAFT
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV1/termozAFT with timeout 60, freq 15 seconds
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV1/termozAFT at /cifs/SERV1/termozAFT
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV1/termozOblo at /cifs/SERV1
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV1/termozOblo
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV1/termozOblo with timeout 60, freq 15 seconds
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV1/termozOblo at /cifs/SERV1/termozOblo
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV1/termozs at /cifs/SERV1
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV1/termozs
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV1/termozs with timeout 60, freq 15 seconds
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV1/termozs at /cifs/SERV1/termozs
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV1/logfz at /cifs/SERV1
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV1/logfz
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV1/logfz with timeout 60, freq 15 seconds
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV1/logfz at /cifs/SERV1/logfz
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV1/mediatheque_termox at /cifs/SERV1
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV1/mediatheque_termox
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV1/mediatheque_termox with timeout 60, freq 15 seconds
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV1/mediatheque_termox at /cifs/SERV1/mediatheque_termox
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV1/tmp_dev_termox at /cifs/SERV1
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV1/tmp_dev_termox
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV1/tmp_dev_termox with timeout 60, freq 15 seconds
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV1/tmp_dev_termox at /cifs/SERV1/tmp_dev_termox
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV1/nescafe at /cifs/SERV1
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV1/nescafe
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV1/nescafe with timeout 60, freq 15 seconds
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV1/nescafe at /cifs/SERV1/nescafe
>>>>> Aug 26 10:10:40 bacchus automount[17827]: ioctl_send_ready: token = 1522
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mounted /cifs/SERV1
>>>>> Aug 26 10:10:40 bacchus automount[17827]: handle_packet: type = 5
>>>>> Aug 26 10:10:40 bacchus automount[17827]: handle_packet_missing_direct: token 1523, name /cifs/SERV1/TM_termoz, request pid 29498
>>>>> Aug 26 10:10:40 bacchus automount[17827]: attempting to mount entry /cifs/SERV1/TM_termoz
>>>>> Aug 26 10:10:40 bacchus automount[17827]: lookup_mount: lookup(program): /cifs/SERV1/TM_termoz -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV1/TM_termoz
>>>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): expanded entry: -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV1/TM_termoz
>>>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
>>>>> Aug 26 10:10:40 bacchus automount[17827]: sun_mount: parse(sun): mounting root /tmp/auto00JJof, mountpoint /cifs/SERV1/TM_termoz, what //SERV1/TM_termoz, fstype cifs, options file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
>>>>> Aug 26 10:10:40 bacchus automount[17827]: do_mount: //SERV1/TM_termoz /cifs/SERV1/TM_termoz type cifs options file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile using module generic
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mount_mount: mount(generic): calling mkdir_path /tmp/auto00JJof
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mount_mount: mount(generic): calling mount -t cifs -s -o file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile //SERV1/TM_termoz /tmp/auto00JJof
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mount_mount: mount(generic): mounted //SERV1/TM_termoz type cifs on /tmp/auto00JJof
>>>>> Aug 26 10:10:40 bacchus automount[17827]: move_mount: moved mount tree from /tmp/auto00JJof to /cifs/SERV1/TM_termoz
>>>>> Aug 26 10:10:40 bacchus automount[17827]: ioctl_send_ready: token = 1523
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mounted /cifs/SERV1/TM_termoz
>>>>> Aug 26 10:10:40 bacchus automount[17827]: handle_packet: type = 3
>>>>> Aug 26 10:10:40 bacchus automount[17827]: handle_packet_missing_indirect: token 1524, name SERV2, request pid 29498
>>>>> Aug 26 10:10:40 bacchus automount[17827]: attempting to mount entry /cifs/SERV2
>>>>> Aug 26 10:10:40 bacchus automount[17827]: lookup_mount: lookup(program): SERV2 -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile  #011 /TM_termoz ://SERV2/TM_termoz  #011 /C\$ ://SERV2/C\$  #011 /01_MARKETING ://SERV2/01_MARKETING  #011 /06_UTILISATEURS ://SERV2/06_UTILISATEURS  #011 /04_SERVICE-CLIENTS ://SERV2/04_SERVICE-CLIENTS  #011 /Projets ://SERV2/Projets  #011 /F\$ ://SERV2/F\$  #011 /02_ADMINISTRATIF ://SERV2/02_ADMINISTRATIF  #011 /03_EXPLOITATION ://SERV2/03_EXPLOITATION  #011 /05_TELECHARGEMENTS ://SERV2/05_TELECHARGEMENTS  #011 /powervault ://SERV2/powervault  #011 /07_PRODUCTION ://SERV2/07_PRODUCTION  #011 /packages ://SERV2/packages  #011 /08_BDD ://SERV2/08_BDD  #011 /ADMIN\$ ://SERV2/ADMIN\$  #011 /CGIN ://SERV2/CGIN  #011 /ImageMagick-6.3.3V6 ://SERV2/ImageMagick-6.3.3V6  #011 /D\$ ://SERV2/D\$  #011 /temp ://SERV2/temp  #011 /termozs ://SERV2/termozs  #011 /Projets_Air ://SERV2/Projets_Air
>>>>> Aug 26 10:10:40 bacchus automount[17827]: lookup_mount: lookup(program): looking up SERV2
>>>>> Aug 26 10:10:40 bacchus automount[17827]: lookup_mount: lookup(program): SERV2 -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile  #011 /TM_termoz ://SERV2/TM_termoz  #011 /C\$ ://SERV2/C\$  #011 /01_MARKETING ://SERV2/01_MARKETING  #011 /06_UTILISATEURS ://SERV2/06_UTILISATEURS  #011 /04_SERVICE-CLIENTS ://SERV2/04_SERVICE-CLIENTS  #011 /Projets ://SERV2/Projets  #011 /F\$ ://SERV2/F\$  #011 /02_ADMINISTRATIF ://SERV2/02_ADMINISTRATIF  #011 /03_EXPLOITATION ://SERV2/03_EXPLOITATION  #011 /05_TELECHARGEMENTS ://SERV2/05_TELECHARGEMENTS  #011 /powervault ://SERV2/powervault  #011 /07_PRODUCTION ://SERV2/07_PRODUCTION  #011 /packages ://SERV2/packages  #011 /08_BDD ://SERV2/08_BDD  #011 /ADMIN\$ ://SERV2/ADMIN\$  #011 /CGIN ://SERV2/CGIN  #011 /ImageMagick-6.3.3V6 ://SERV2/ImageMagick-6.3.3V6  #011 /D\$ ://SERV2/D\$  #011 /temp ://SERV2/temp  #011 /termozs ://SERV2/termozs  #011 /Projets_Air ://SERV2/Projets_Air
>>>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): expanded entry: -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile  #011 /TM_termoz ://SERV2/TM_termoz  #011 /C\$ ://SERV2/C\$  #011 /01_MARKETING ://SERV2/01_MARKETING  #011 /06_UTILISATEURS ://SERV2/06_UTILISATEURS  #011 /04_SERVICE-CLIENTS ://SERV2/04_SERVICE-CLIENTS  #011 /Projets ://SERV2/Projets  #011 /F\$ ://SERV2/F\$  #011 /02_ADMINISTRATIF ://SERV2/02_ADMINISTRATIF  #011 /03_EXPLOITATION ://SERV2/03_EXPLOITATION  #011 /05_TELECHARGEMENTS ://SERV2/05_TELECHARGEMENTS  #011 /powervault ://SERV2/powervault  #011 /07_PRODUCTION ://SERV2/07_PRODUCTION  #011 /packages ://SERV2/packages  #011 /08_BDD ://SERV2/08_BDD  #011 /ADMIN\$ ://SERV2/ADMIN\$  #011 /CGIN ://SERV2/CGIN  #011 /ImageMagick-6.3.3V6 ://SERV2/ImageMagick-6.3.3V6  #011 /D\$ ://SERV2/D\$  #011 /temp ://SERV2/temp  #011 /termozs ://SERV2/termozs  #011 /Projets_Air ://SERV2/Projets_Air
>>>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
>>>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/TM_termoz") -> /TM_termoz
>>>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
>>>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/TM_termoz") -> ://SERV2/TM_termoz
>>>>> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /TM_termoz -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/TM_termoz
>>>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/C\$") -> /C$
>>>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
>>>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/C\$") -> ://SERV2/C$
>>>>> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /C$ -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/C$
>>>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/01_MARKETING") -> /01_MARKETING
>>>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
>>>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/01_MARKETING") -> ://SERV2/01_MARKETING
>>>>> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /01_MARKETING -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/01_MARKETING
>>>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/06_UTILISATEURS") -> /06_UTILISATEURS
>>>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
>>>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/06_UTILISATEURS") -> ://SERV2/06_UTILISATEURS
>>>>> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /06_UTILISATEURS -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/06_UTILISATEURS
>>>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/04_SERVICE-CLIENTS") -> /04_SERVICE-CLIENTS
>>>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
>>>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/04_SERVICE-CLIENTS") -> ://SERV2/04_SERVICE-CLIENTS
>>>>> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /04_SERVICE-CLIENTS -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/04_SERVICE-CLIENTS
>>>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/Projets") -> /Projets
>>>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
>>>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/Projets") -> ://SERV2/Projets
>>>>> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /Projets -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/Projets
>>>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/F\$") -> /F$
>>>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
>>>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/F\$") -> ://SERV2/F$
>>>>> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /F$ -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/F$
>>>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/02_ADMINISTRATIF") -> /02_ADMINISTRATIF
>>>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
>>>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/02_ADMINISTRATIF") -> ://SERV2/02_ADMINISTRATIF
>>>>> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /02_ADMINISTRATIF -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/02_ADMINISTRATIF
>>>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/03_EXPLOITATION") -> /03_EXPLOITATION
>>>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
>>>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/03_EXPLOITATION") -> ://SERV2/03_EXPLOITATION
>>>>> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /03_EXPLOITATION -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/03_EXPLOITATION
>>>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/05_TELECHARGEMENTS") -> /05_TELECHARGEMENTS
>>>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
>>>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/05_TELECHARGEMENTS") -> ://SERV2/05_TELECHARGEMENTS
>>>>> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /05_TELECHARGEMENTS -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/05_TELECHARGEMENTS
>>>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/powervault") -> /powervault
>>>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
>>>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/powervault") -> ://SERV2/powervault
>>>>> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /powervault -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/powervault
>>>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/07_PRODUCTION") -> /07_PRODUCTION
>>>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
>>>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/07_PRODUCTION") -> ://SERV2/07_PRODUCTION
>>>>> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /07_PRODUCTION -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/07_PRODUCTION
>>>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/packages") -> /packages
>>>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
>>>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/packages") -> ://SERV2/packages
>>>>> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /packages -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/packages
>>>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/08_BDD") -> /08_BDD
>>>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
>>>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/08_BDD") -> ://SERV2/08_BDD
>>>>> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /08_BDD -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/08_BDD
>>>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/ADMIN\$") -> /ADMIN$
>>>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
>>>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/ADMIN\$") -> ://SERV2/ADMIN$
>>>>> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /ADMIN$ -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/ADMIN$
>>>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/CGIN") -> /CGIN
>>>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
>>>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/CGIN") -> ://SERV2/CGIN
>>>>> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /CGIN -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/CGIN
>>>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/ImageMagick-6.3.3V6") -> /ImageMagick-6.3.3V6
>>>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
>>>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/ImageMagick-6.3.3V6") -> ://SERV2/ImageMagick-6.3.3V6
>>>>> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /ImageMagick-6.3.3V6 -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/ImageMagick-6.3.3V6
>>>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/D\$") -> /D$
>>>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
>>>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/D\$") -> ://SERV2/D$
>>>>> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /D$ -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/D$
>>>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/temp") -> /temp
>>>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
>>>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/temp") -> ://SERV2/temp
>>>>> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /temp -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/temp
>>>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/termozs") -> /termozs
>>>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
>>>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/termozs") -> ://SERV2/termozs
>>>>> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /termozs -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/termozs
>>>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): dequote("/Projets_Air") -> /Projets_Air
>>>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
>>>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mapent: parse(sun): dequote("://SERV2/Projets_Air") -> ://SERV2/Projets_Air
>>>>> Aug 26 10:10:40 bacchus automount[17827]: add_offset_entry: parse(sun): added multi-mount offset /Projets_Air -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/Projets_Air
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/01_MARKETING at /cifs/SERV2
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/01_MARKETING
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/01_MARKETING with timeout 60, freq 15 seconds
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/01_MARKETING at /cifs/SERV2/01_MARKETING
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/02_ADMINISTRATIF at /cifs/SERV2
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/02_ADMINISTRATIF
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/02_ADMINISTRATIF with timeout 60, freq 15 seconds
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/02_ADMINISTRATIF at /cifs/SERV2/02_ADMINISTRATIF
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/03_EXPLOITATION at /cifs/SERV2
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/03_EXPLOITATION
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/03_EXPLOITATION with timeout 60, freq 15 seconds
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/03_EXPLOITATION at /cifs/SERV2/03_EXPLOITATION
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/04_SERVICE-CLIENTS at /cifs/SERV2
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/04_SERVICE-CLIENTS
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/04_SERVICE-CLIENTS with timeout 60, freq 15 seconds
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/04_SERVICE-CLIENTS at /cifs/SERV2/04_SERVICE-CLIENTS
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/05_TELECHARGEMENTS at /cifs/SERV2
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/05_TELECHARGEMENTS
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/05_TELECHARGEMENTS with timeout 60, freq 15 seconds
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/05_TELECHARGEMENTS at /cifs/SERV2/05_TELECHARGEMENTS
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/06_UTILISATEURS at /cifs/SERV2
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/06_UTILISATEURS
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/06_UTILISATEURS with timeout 60, freq 15 seconds
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/06_UTILISATEURS at /cifs/SERV2/06_UTILISATEURS
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/07_PRODUCTION at /cifs/SERV2
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/07_PRODUCTION
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/07_PRODUCTION with timeout 60, freq 15 seconds
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/07_PRODUCTION at /cifs/SERV2/07_PRODUCTION
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/08_BDD at /cifs/SERV2
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/08_BDD
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/08_BDD with timeout 60, freq 15 seconds
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/08_BDD at /cifs/SERV2/08_BDD
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/ADMIN$ at /cifs/SERV2
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/ADMIN$
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/ADMIN$ with timeout 60, freq 15 seconds
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/ADMIN$ at /cifs/SERV2/ADMIN$
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/C$ at /cifs/SERV2
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/C$
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/C$ with timeout 60, freq 15 seconds
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/C$ at /cifs/SERV2/C$
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/CGIN at /cifs/SERV2
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/CGIN
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/CGIN with timeout 60, freq 15 seconds
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/CGIN at /cifs/SERV2/CGIN
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/D$ at /cifs/SERV2
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/D$
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/D$ with timeout 60, freq 15 seconds
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/D$ at /cifs/SERV2/D$
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/F$ at /cifs/SERV2
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/F$
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/F$ with timeout 60, freq 15 seconds
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/F$ at /cifs/SERV2/F$
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/ImageMagick-6.3.3V6 at /cifs/SERV2
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/ImageMagick-6.3.3V6
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/ImageMagick-6.3.3V6 with timeout 60, freq 15 seconds
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/ImageMagick-6.3.3V6 at /cifs/SERV2/ImageMagick-6.3.3V6
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/TM_termoz at /cifs/SERV2
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/TM_termoz
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/TM_termoz with timeout 60, freq 15 seconds
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/TM_termoz at /cifs/SERV2/TM_termoz
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/Projets at /cifs/SERV2
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/Projets
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/Projets with timeout 60, freq 15 seconds
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/Projets at /cifs/SERV2/Projets
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/Projets_Air at /cifs/SERV2
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/Projets_Air
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/Projets_Air with timeout 60, freq 15 seconds
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/Projets_Air at /cifs/SERV2/Projets_Air
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/termozs at /cifs/SERV2
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/termozs
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/termozs with timeout 60, freq 15 seconds
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/termozs at /cifs/SERV2/termozs
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/packages at /cifs/SERV2
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/packages
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/packages with timeout 60, freq 15 seconds
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/packages at /cifs/SERV2/packages
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/powervault at /cifs/SERV2
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/powervault
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/powervault with timeout 60, freq 15 seconds
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/powervault at /cifs/SERV2/powervault
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mount_multi_triggers: mount offset /cifs/SERV2/temp at /cifs/SERV2
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: calling mount -t autofs -s  -o fd=6,pgrp=17827,minproto=5,maxproto=5,offset automount /cifs/SERV2/temp
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mounted offset on /cifs/SERV2/temp with timeout 60, freq 15 seconds
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mount_autofs_offset: mounted trigger /cifs/SERV2/temp at /cifs/SERV2/temp
>>>>> Aug 26 10:10:40 bacchus automount[17827]: ioctl_send_ready: token = 1524
>>>>> Aug 26 10:10:40 bacchus automount[17827]: handle_packet: type = 5
>>>>> Aug 26 10:10:40 bacchus automount[17827]: handle_packet_missing_direct: token 1525, name /cifs/SERV2/TM_termoz, request pid 29498
>>>>> Aug 26 10:10:40 bacchus automount[17827]: attempting to mount entry /cifs/SERV2/TM_termoz
>>>>> Aug 26 10:10:40 bacchus automount[17827]: lookup_mount: lookup(program): /cifs/SERV2/TM_termoz -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/TM_termoz
>>>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): expanded entry: -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/TM_termoz
>>>>> Aug 26 10:10:40 bacchus automount[17827]: parse_mount: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
>>>>> Aug 26 10:10:40 bacchus automount[17827]: sun_mount: parse(sun): mounting root /tmp/autoC7eymh, mountpoint /cifs/SERV2/TM_termoz, what //SERV2/TM_termoz, fstype cifs, options file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
>>>>> Aug 26 10:10:40 bacchus automount[17827]: do_mount: //SERV2/TM_termoz /cifs/SERV2/TM_termoz type cifs options file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile using module generic
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mount_mount: mount(generic): calling mkdir_path /tmp/autoC7eymh
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mount_mount: mount(generic): calling mount -t cifs -s -o file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile //SERV2/TM_termoz /tmp/autoC7eymh
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mounted /cifs/SERV2
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mount_mount: mount(generic): mounted //SERV2/TM_termoz type cifs on /tmp/autoC7eymh
>>>>> Aug 26 10:10:40 bacchus automount[17827]: move_mount: moved mount tree from /tmp/autoC7eymh to /cifs/SERV2/TM_termoz
>>>>> Aug 26 10:10:40 bacchus automount[17827]: ioctl_send_ready: token = 1525
>>>>> Aug 26 10:10:40 bacchus automount[17827]: mounted /cifs/SERV2/TM_termoz
>>>>> Aug 26 10:10:42 bacchus automount[17827]: st_expire: state 1 path /cifs
>>>>> Aug 26 10:10:42 bacchus automount[17827]: expire_proc: exp_proc = 3074403216 path /cifs
>>>>> Aug 26 10:10:42 bacchus automount[17827]: expire_proc_indirect: expire /cifs/SERV1/TM_termoz
>>>>> Aug 26 10:10:42 bacchus automount[17827]: expire_proc_indirect: expire /cifs/SERV2/TM_termoz
>>>>> Aug 26 10:10:42 bacchus automount[17827]: 2 remaining in /cifs
>>>>> Aug 26 10:10:42 bacchus automount[17827]: expire_cleanup: got thid 3074403216 path /cifs stat 36
>>>>> Aug 26 10:10:42 bacchus automount[17827]: expire_cleanup: sigchld: exp 3074403216 finished, switching from 2 to 1
>>>>> Aug 26 10:10:42 bacchus automount[17827]: st_ready: st_ready(): state = 2 path /cifs
>>>>> Aug 26 10:10:57 bacchus automount[17827]: st_expire: state 1 path /cifs
>>>>> Aug 26 10:10:57 bacchus automount[17827]: expire_proc: exp_proc = 3074403216 path /cifs
>>>>> Aug 26 10:10:57 bacchus automount[17827]: expire_proc_indirect: expire /cifs/SERV1/TM_termoz
>>>>> Aug 26 10:10:57 bacchus automount[17827]: expire_proc_indirect: expire /cifs/SERV2/TM_termoz
>>>>> Aug 26 10:10:57 bacchus automount[17827]: 2 remaining in /cifs
>>>>> Aug 26 10:10:57 bacchus automount[17827]: expire_cleanup: got thid 3074403216 path /cifs stat 36
>>>>> Aug 26 10:10:57 bacchus automount[17827]: expire_cleanup: sigchld: exp 3074403216 finished, switching from 2 to 1
>>>>> Aug 26 10:10:57 bacchus automount[17827]: st_ready: st_ready(): state = 2 path /cifs
>>>>> Aug 26 10:11:12 bacchus automount[17827]: st_expire: state 1 path /cifs
>>>>> Aug 26 10:11:12 bacchus automount[17827]: expire_proc: exp_proc = 3074403216 path /cifs
>>>>> Aug 26 10:11:12 bacchus automount[17827]: expire_proc_indirect: expire /cifs/SERV1/TM_termoz
>>>>> Aug 26 10:11:12 bacchus automount[17827]: expire_proc_indirect: expire /cifs/SERV2/TM_termoz
>>>>> Aug 26 10:11:12 bacchus automount[17827]: 2 remaining in /cifs
>>>>> Aug 26 10:11:12 bacchus automount[17827]: expire_cleanup: got thid 3074403216 path /cifs stat 36
>>>>> Aug 26 10:11:12 bacchus automount[17827]: expire_cleanup: sigchld: exp 3074403216 finished, switching from 2 to 1
>>>>> Aug 26 10:11:12 bacchus automount[17827]: st_ready: st_ready(): state = 2 path /cifs
>>>>> Aug 26 10:11:27 bacchus automount[17827]: st_expire: state 1 path /cifs
>>>>> Aug 26 10:11:27 bacchus automount[17827]: expire_proc: exp_proc = 3074403216 path /cifs
>>>>> Aug 26 10:11:27 bacchus automount[17827]: expire_proc_indirect: expire /cifs/SERV1/TM_termoz
>>>>> Aug 26 10:11:27 bacchus automount[17827]: expire_proc_indirect: expire /cifs/SERV2/TM_termoz
>>>>> Aug 26 10:11:27 bacchus automount[17827]: 2 remaining in /cifs
>>>>> Aug 26 10:11:27 bacchus automount[17827]: expire_cleanup: got thid 3074403216 path /cifs stat 36
>>>>> Aug 26 10:11:27 bacchus automount[17827]: expire_cleanup: sigchld: exp 3074403216 finished, switching from 2 to 1
>>>>> Aug 26 10:11:27 bacchus automount[17827]: st_ready: st_ready(): state = 2 path /cifs
>>>>> Aug 26 10:11:42 bacchus automount[17827]: st_expire: state 1 path /cifs
>>>>> Aug 26 10:11:42 bacchus automount[17827]: expire_proc: exp_proc = 3074403216 path /cifs
>>>>> Aug 26 10:11:42 bacchus automount[17827]: expire_proc_indirect: expire /cifs/SERV1/TM_termoz
>>>>> Aug 26 10:11:42 bacchus automount[17827]: expire_proc_indirect: expire /cifs/SERV2/TM_termoz
>>>>> Aug 26 10:11:42 bacchus automount[17827]: handle_packet: type = 6
>>>>> Aug 26 10:11:42 bacchus automount[17827]: handle_packet_expire_direct: token 1526, name /cifs/SERV2/TM_termoz
>>>>> Aug 26 10:11:42 bacchus automount[17827]: expiring path /cifs/SERV2/TM_termoz
>>>>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi: path /cifs/SERV2/TM_termoz incl 1
>>>>> Aug 26 10:11:42 bacchus automount[17827]: umount_subtree_mounts: unmounting dir = /cifs/SERV2/TM_termoz
>>>>> Aug 26 10:11:42 bacchus automount[17827]: expired /cifs/SERV2/TM_termoz
>>>>> Aug 26 10:11:42 bacchus automount[17827]: ioctl_send_ready: token = 1526
>>>>> Aug 26 10:11:42 bacchus automount[17827]: handle_packet: type = 5
>>>>> Aug 26 10:11:42 bacchus automount[17827]: handle_packet_missing_direct: token 1527, name /cifs/SERV2/TM_termoz, request pid 29523
>>>>> Aug 26 10:11:42 bacchus automount[17827]: attempting to mount entry /cifs/SERV2/TM_termoz
>>>>> Aug 26 10:11:42 bacchus automount[17827]: lookup_mount: lookup(program): /cifs/SERV2/TM_termoz -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/TM_termoz
>>>>> Aug 26 10:11:42 bacchus automount[17827]: parse_mount: parse(sun): expanded entry: -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/TM_termoz
>>>>> Aug 26 10:11:42 bacchus automount[17827]: parse_mount: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
>>>>> Aug 26 10:11:42 bacchus automount[17827]: sun_mount: parse(sun): mounting root /tmp/auto1I7gB7, mountpoint /cifs/SERV2/TM_termoz, what //SERV2/TM_termoz, fstype cifs, options file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
>>>>> Aug 26 10:11:42 bacchus automount[17827]: do_mount: //SERV2/TM_termoz /cifs/SERV2/TM_termoz type cifs options file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile using module generic
>>>>> Aug 26 10:11:42 bacchus automount[17827]: mount_mount: mount(generic): calling mkdir_path /tmp/auto1I7gB7
>>>>> Aug 26 10:11:42 bacchus automount[17827]: mount_mount: mount(generic): calling mount -t cifs -s -o file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile //SERV2/TM_termoz /tmp/auto1I7gB7
>>>>> Aug 26 10:11:42 bacchus automount[17827]: mount_mount: mount(generic): mounted //SERV2/TM_termoz type cifs on /tmp/auto1I7gB7
>>>>> Aug 26 10:11:42 bacchus automount[17827]: move_mount: moved mount tree from /tmp/auto1I7gB7 to /cifs/SERV2/TM_termoz
>>>>> Aug 26 10:11:42 bacchus automount[17827]: handle_packet: type = 4
>>>>> Aug 26 10:11:42 bacchus automount[17827]: handle_packet_expire_indirect: token 1528, name SERV2
>>>>> Aug 26 10:11:42 bacchus automount[17827]: expiring path /cifs/SERV2
>>>>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi: path /cifs/SERV2 incl 1
>>>>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/01_MARKETING
>>>>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/01_MARKETING
>>>>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/02_ADMINISTRATIF
>>>>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/02_ADMINISTRATIF
>>>>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/03_EXPLOITATION
>>>>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/03_EXPLOITATION
>>>>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/04_SERVICE-CLIENTS
>>>>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/04_SERVICE-CLIENTS
>>>>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/05_TELECHARGEMENTS
>>>>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/05_TELECHARGEMENTS
>>>>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/06_UTILISATEURS
>>>>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/06_UTILISATEURS
>>>>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/07_PRODUCTION
>>>>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/07_PRODUCTION
>>>>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/08_BDD
>>>>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/08_BDD
>>>>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/ADMIN$
>>>>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/ADMIN$
>>>>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/C$
>>>>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/C$
>>>>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/CGIN
>>>>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/CGIN
>>>>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/D$
>>>>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/D$
>>>>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/F$
>>>>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/F$
>>>>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/ImageMagick-6.3.3V6
>>>>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/ImageMagick-6.3.3V6
>>>>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/TM_termoz
>>>>> Aug 26 10:11:42 bacchus automount[17827]: umount_autofs_offset: couldn't get ioctl fd for offset /cifs/SERV2/TM_termoz: No such file or directory
>>>>> Aug 26 10:11:42 bacchus automount[17827]: forcing umount of offset mount /cifs/SERV2/TM_termoz
>>>>> Aug 26 10:11:42 bacchus automount[17827]: failed to remove dir /cifs/SERV2/TM_termoz: Device or resource busy
>>>>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/Projets
>>>>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/Projets
>>>>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/Projets_Air
>>>>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/Projets_Air
>>>>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/termozs
>>>>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/termozs
>>>>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/packages
>>>>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/packages
>>>>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/powervault
>>>>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/powervault
>>>>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/temp
>>>>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/temp
>>>>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/01_MARKETING
>>>>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/02_ADMINISTRATIF
>>>>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/03_EXPLOITATION
>>>>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/04_SERVICE-CLIENTS
>>>>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/05_TELECHARGEMENTS
>>>>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/06_UTILISATEURS
>>>>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/07_PRODUCTION
>>>>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/08_BDD
>>>>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/ADMIN$
>>>>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/C$
>>>>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/CGIN
>>>>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/D$
>>>>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/F$
>>>>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/ImageMagick-6.3.3V6
>>>>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/TM_termoz
>>>>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/Projets
>>>>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/Projets_Air
>>>>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/termozs
>>>>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/packages
>>>>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/powervault
>>>>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/temp
>>>>> Aug 26 10:11:42 bacchus automount[17827]: ioctl_send_ready: token = 1527
>>>>> Aug 26 10:11:42 bacchus automount[17827]: mounted /cifs/SERV2/TM_termoz
>>>>> Aug 26 10:11:42 bacchus automount[17827]: handle_packet: type = 5
>>>>> Aug 26 10:11:42 bacchus automount[17827]: rm_unwanted_fn: removing directory /cifs/SERV2
>>>>> Aug 26 10:11:42 bacchus automount[17827]: unable to remove directory /cifs/SERV2: Directory not empty
>>>>> Aug 26 10:11:42 bacchus automount[17827]: expired /cifs/SERV2
>>>>> Aug 26 10:11:42 bacchus automount[17827]: handle_packet_missing_direct:1323: can't find map entry for (46,12396497)
>>>>> Aug 26 10:11:42 bacchus automount[17827]: ioctl_send_ready: token = 1528
>>>>> Aug 26 10:11:42 bacchus automount[17827]: 1 remaining in /cifs
>>>>> Aug 26 10:11:42 bacchus automount[17827]: expire_cleanup: got thid 3074403216 path /cifs stat 36
>>>>> Aug 26 10:11:42 bacchus automount[17827]: expire_cleanup: sigchld: exp 3074403216 finished, switching from 2 to 1
>>>>> Aug 26 10:11:42 bacchus automount[17827]: st_ready: st_ready(): state = 2 path /cifs
>>>>> Aug 26 10:11:57 bacchus automount[17827]: st_expire: state 1 path /cifs
>>>>> Aug 26 10:11:57 bacchus automount[17827]: expire_proc: exp_proc = 3074403216 path /cifs
>>>>> Aug 26 10:11:57 bacchus automount[17827]: expire_proc_indirect: expire /cifs/SERV1/TM_termoz
>>>>> Aug 26 10:11:57 bacchus automount[17827]: 1 remaining in /cifs
>>>>> Aug 26 10:11:57 bacchus automount[17827]: expire_cleanup: got thid 3074403216 path /cifs stat 15
>>>>> Aug 26 10:11:57 bacchus automount[17827]: expire_cleanup: sigchld: exp 3074403216 finished, switching from 2 to 1
>>>>> Aug 26 10:11:57 bacchus automount[17827]: st_ready: st_ready(): state = 2 path /cifs
>>>>> Aug 26 10:12:12 bacchus automount[17827]: st_expire: state 1 path /cifs
>>>>> Aug 26 10:12:12 bacchus automount[17827]: expire_proc: exp_proc = 3074403216 path /cifs
>>>>> Aug 26 10:12:12 bacchus automount[17827]: expire_proc_indirect: expire /cifs/SERV1/TM_termoz
>>>>> Aug 26 10:12:12 bacchus automount[17827]: 1 remaining in /cifs
>>>>> Aug 26 10:12:12 bacchus automount[17827]: expire_cleanup: got thid 3074403216 path /cifs stat 15
>>>>> Aug 26 10:12:12 bacchus automount[17827]: expire_cleanup: sigchld: exp 3074403216 finished, switching from 2 to 1
>>>>> Aug 26 10:12:12 bacchus automount[17827]: st_ready: st_ready(): state = 2 path /cifs
>>>>> Aug 26 10:12:27 bacchus automount[17827]: st_expire: state 1 path /cifs
>>>>> Aug 26 10:12:27 bacchus automount[17827]: expire_proc: exp_proc = 3074403216 path /cifs
>>>>> Aug 26 10:12:27 bacchus automount[17827]: expire_proc_indirect: expire /cifs/SERV1/TM_termoz
>>>>> _______________________________________________
>>>>> autofs mailing list
>>>>> autofs@linux.kernel.org
>>>>> http://linux.kernel.org/mailman/listinfo/autofs
>>>> _______________________________________________
>>>> autofs mailing list
>>>> autofs@linux.kernel.org
>>>> http://linux.kernel.org/mailman/listinfo/autofs
>>>
>> _______________________________________________
>> autofs mailing list
>> autofs@linux.kernel.org
>> http://linux.kernel.org/mailman/listinfo/autofs
> 
> 

_______________________________________________
autofs mailing list
autofs@linux.kernel.org
http://linux.kernel.org/mailman/listinfo/autofs

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: Problem of concurrent mount/umount call
  2010-10-26  0:18       ` Ian Kent
  2010-10-26  6:59         ` Erwan Loaëc
@ 2010-10-26  7:22         ` Erwan Loaëc
  2010-10-26 12:36           ` Ian Kent
  1 sibling, 1 reply; 15+ messages in thread
From: Erwan Loaëc @ 2010-10-26  7:22 UTC (permalink / raw)
  Cc: autofs

Sorry for my previous mail with missing parts...


Ian Kent wrote:
> On Fri, 2010-10-22 at 17:19 +0200, Erwan Loaëc wrote:
>> Hello,
>>
>> Sorry for the time, but before posting again I've upgrade every 
>> production servers with newest autofs4 module (with last patch) and last 
> 
> What does "newest autofs4 module" mean exactly?


Yes it is not the "newest module" but the module recompiled with the 
patch autofs4-2.6.26-v5-update-20090903.patch

> 
>> automount with all patch EXCEPT these:
>>
>> autofs-5.0.5-fix-restart.patch
>> autofs-5.0.5-fix-status-privilege-error.patch
>> autofs-5.0.4-always-read-file-maps-mount-lookup-map-read-fix.patch
>> autofs-5.0.5-fix-direct-map-not-updating-on-reread.patch
>> autofs-5.0.5-add-external-bind-method.patch
>> autofs-5.0.5-fix-add-simple-bind-auth.patch
>> autofs-5.0.5-add-dump-maps-option.patch
>> autofs-5.0.5-fix-submount-shutdown-wait.patch
>>
>>
>> Today I had the same behaviour than the issue explained my previous mail.
>>
>> --------------------
>> Oct 22 16:44:06 SERVERNAME automount[2665]: umount_autofs_offset: 
>> couldn't get ioctl fd for offset /cifs/XXXXXXX/volume: No such file or 
>> directory
>> Oct 22 16:44:06 SERVERNAME automount[2665]: 
>> handle_packet_missing_direct:1363: can't find map entry for (20,3548545)
>> --------------------
> 
> This could be caused by a umount returning success when in fact it
> didn't succeed with the umount. Are you sure umount is returning correct
> status?

Unfortunaly the last case occured on production server with debug 
disable. I can't find more information in logfile...

But, as I've explained in my previous mail, this could logical with the 
bad sequence found in my previous case:

*Call to the share /cifs/XXXXXXX/volume
*Mount /cifs/XXXXXXX/volume expiring
*New call to the share /cifs/XXXXXXX/volume
*Umount /cifs/XXXXXXX/volume

In this case, obviously the umount fail because the mount is "in use".

The other problem is the total freeze of the filesystem calls to 
/cifs/... All IO are blocked since automount is killed/start.

> 
>> Do you know if it should be fixed with the patch I've not already apply ?
> 
> Doubt it.
> I think it's either a kernel or status return from umount problem.
> 
>> Server where issue occurs today:
>> kernel: 2.6.26-2-amd64
>> autofs 5.0.5
>>
>> Regards,
>>
>> --
>> Erwan
>>
>>
>> Ian Kent wrote:
>>> On Mon, 2010-09-20 at 09:58 +0800, Ian Kent wrote:
>>>> On Thu, 2010-08-26 at 12:39 +0200, Erwan Loaëc wrote:
>>>>> Hello everybody!
>>>>>
>>>>> Versions used:
>>>>> - Autofs 5.0.5 with all patchs
>>>>> - Kernel 2.6.26-2-686
>>> This is going to get very difficult if you can't tell me what autofs
>>> patches have been applied to this kernel.
>>>
>>>>> /etc/auto.master:
>>>>> /cifs /etc/auto.cifs --timeout=60
>>>>>
>>>>> (the timeout is small to make easier to reproduce the issue after I've 
>>>>> enable debug)
>>>>>
>>>>> There is an issue which occurred regularly (in August, it happens 3 
>>>>> times). It seems that when a mount expires, and the same mount is called 
>>>>> a the "same" time, automount hangs.
>>>>>
>>>>> Please take a look to my debug log (in attachment), this is the debug 
>>>>> log when the problem occurred.
>>>>>
>>>>> Scenario:
>>>>>
>>>>> Line 121 (10h10m40s) : Call to the share /cifs/SERV2/TM_termoz
>>>>> Line 351 (10h11m42s) : Mount /cifs/SERV2/TM_termoz expiring
>>>>> Line 356 (10h11m42s) : New call to the share /cifs/SERV2/TM_termoz
>>>>> Line 401 (10h11m42s) : Umount /cifs/SERV2/TM_termoz with error
>>>>>
>>>>> Then, obviously it cannot remove directory /cifs/SERV2
>>>>>
>>>>> The automount hangs after this, so each I/O on /cifs/SERV2/TM_termoz 
>>>>> hangs too...
>>>>>
>>>>> If you want to check debug file through your browser: 
>>>>> http://paste-it.net/public/n1e7286/
>>>> That looks like a particularly nasty bug.
>>>> I'll have to think about this one for a while and try and work out what
>>>> is happening.
>>>>
>>>>> Otherwise, attachment :)
>>>>>
>>>>> Is anyone has suggestions about my problem...
>>>>>
>>>>> Thanks!
>>>>>
[...CUT...]
>>>>> _______________________________________________
>>>>> autofs mailing list
>>>>> autofs@linux.kernel.org
>>>>> http://linux.kernel.org/mailman/listinfo/autofs
>>>> _______________________________________________
>>>> autofs mailing list
>>>> autofs@linux.kernel.org
>>>> http://linux.kernel.org/mailman/listinfo/autofs
>>>
>> _______________________________________________
>> autofs mailing list
>> autofs@linux.kernel.org
>> http://linux.kernel.org/mailman/listinfo/autofs
> 
> 

_______________________________________________
autofs mailing list
autofs@linux.kernel.org
http://linux.kernel.org/mailman/listinfo/autofs

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: Problem of concurrent mount/umount call
  2010-10-26  7:22         ` Erwan Loaëc
@ 2010-10-26 12:36           ` Ian Kent
  2010-10-26 13:22             ` Erwan Loaëc
  0 siblings, 1 reply; 15+ messages in thread
From: Ian Kent @ 2010-10-26 12:36 UTC (permalink / raw)
  To: Erwan Loaëc; +Cc: autofs

On Tue, 2010-10-26 at 09:22 +0200, Erwan Loaëc wrote:
> Sorry for my previous mail with missing parts...
> 
> 
> Ian Kent wrote:
> > On Fri, 2010-10-22 at 17:19 +0200, Erwan Loaëc wrote:
> >> Hello,
> >>
> >> Sorry for the time, but before posting again I've upgrade every 
> >> production servers with newest autofs4 module (with last patch) and last 
> > 
> > What does "newest autofs4 module" mean exactly?
> 
> 
> Yes it is not the "newest module" but the module recompiled with the 
> patch autofs4-2.6.26-v5-update-20090903.patch

OK.

> 
> > 
> >> automount with all patch EXCEPT these:
> >>
> >> autofs-5.0.5-fix-restart.patch
> >> autofs-5.0.5-fix-status-privilege-error.patch
> >> autofs-5.0.4-always-read-file-maps-mount-lookup-map-read-fix.patch
> >> autofs-5.0.5-fix-direct-map-not-updating-on-reread.patch
> >> autofs-5.0.5-add-external-bind-method.patch
> >> autofs-5.0.5-fix-add-simple-bind-auth.patch
> >> autofs-5.0.5-add-dump-maps-option.patch
> >> autofs-5.0.5-fix-submount-shutdown-wait.patch
> >>
> >>
> >> Today I had the same behaviour than the issue explained my previous mail.
> >>
> >> --------------------
> >> Oct 22 16:44:06 SERVERNAME automount[2665]: umount_autofs_offset: 
> >> couldn't get ioctl fd for offset /cifs/XXXXXXX/volume: No such file or 
> >> directory
> >> Oct 22 16:44:06 SERVERNAME automount[2665]: 
> >> handle_packet_missing_direct:1363: can't find map entry for (20,3548545)
> >> --------------------
> > 
> > This could be caused by a umount returning success when in fact it
> > didn't succeed with the umount. Are you sure umount is returning correct
> > status?
> 
> Unfortunaly the last case occured on production server with debug 
> disable. I can't find more information in logfile...
> 
> But, as I've explained in my previous mail, this could logical with the 
> bad sequence found in my previous case:
> 
> *Call to the share /cifs/XXXXXXX/volume
> *Mount /cifs/XXXXXXX/volume expiring
> *New call to the share /cifs/XXXXXXX/volume
> *Umount /cifs/XXXXXXX/volume

But that isn't quite what the problem is.

I've had a closer look at the log and:

Aug 26 10:11:42 bacchus automount[17827]: handle_packet_expire_direct: token 1526, name /cifs/SERV2/TM_termoz
Aug 26 10:11:42 bacchus automount[17827]: expiring path /cifs/SERV2/TM_termoz
Aug 26 10:11:42 bacchus automount[17827]: umount_multi: path /cifs/SERV2/TM_termoz incl 1
Aug 26 10:11:42 bacchus automount[17827]: umount_subtree_mounts: unmounting dir = /cifs/SERV2/TM_termoz
Aug 26 10:11:42 bacchus automount[17827]: expired /cifs/SERV2/TM_termoz
Aug 26 10:11:42 bacchus automount[17827]: ioctl_send_ready: token = 1526

/cifs/SERV2/TM_termoz is umounted.

Aug 26 10:11:42 bacchus automount[17827]: handle_packet: type = 5
Aug 26 10:11:42 bacchus automount[17827]: handle_packet_missing_direct: token 1527, name /cifs/SERV2/TM_termoz, request pid 29523
Aug 26 10:11:42 bacchus automount[17827]: attempting to mount entry /cifs/SERV2/TM_termoz
Aug 26 10:11:42 bacchus automount[17827]: lookup_mount: lookup(program): /cifs/SERV2/TM_termoz -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/TM_termoz
Aug 26 10:11:42 bacchus automount[17827]: parse_mount: parse(sun): expanded entry: -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/TM_termoz
Aug 26 10:11:42 bacchus automount[17827]: parse_mount: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
Aug 26 10:11:42 bacchus automount[17827]: sun_mount: parse(sun): mounting root /tmp/auto1I7gB7, mountpoint /cifs/SERV2/TM_termoz, what //SERV2/TM_termoz, fstype cifs, options file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
Aug 26 10:11:42 bacchus automount[17827]: do_mount: //SERV2/TM_termoz /cifs/SERV2/TM_termoz type cifs options file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile using module generic
Aug 26 10:11:42 bacchus automount[17827]: mount_mount: mount(generic): calling mkdir_path /tmp/auto1I7gB7
Aug 26 10:11:42 bacchus automount[17827]: mount_mount: mount(generic): calling mount -t cifs -s -o file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile //SERV2/TM_termoz /tmp/auto1I7gB7
Aug 26 10:11:42 bacchus automount[17827]: mount_mount: mount(generic): mounted //SERV2/TM_termoz type cifs on /tmp/auto1I7gB7
Aug 26 10:11:42 bacchus automount[17827]: move_mount: moved mount tree from /tmp/auto1I7gB7 to /cifs/SERV2/TM_termoz

And is then mounted again here, but the request is not complete and
we get an expire, which means that the kernel saw the tree of mounts
below /cifs/SERV2 as not busy. This means the dentry was selected
for expire before the mount, and in fact before the path walk which
caused it even started.

Aug 26 10:11:42 bacchus automount[17827]: handle_packet: type = 4
Aug 26 10:11:42 bacchus automount[17827]: handle_packet_expire_indirect: token 1528, name SERV2
Aug 26 10:11:42 bacchus automount[17827]: expiring path /cifs/SERV2
Aug 26 10:11:42 bacchus automount[17827]: umount_multi: path /cifs/SERV2 incl 1
Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/01_MARKETING
Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/01_MARKETING
Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/02_ADMINISTRATIF
Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/02_ADMINISTRATIF
Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/03_EXPLOITATION
Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/03_EXPLOITATION
Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/04_SERVICE-CLIENTS
Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/04_SERVICE-CLIENTS
Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/05_TELECHARGEMENTS
Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/05_TELECHARGEMENTS
Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/06_UTILISATEURS
Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/06_UTILISATEURS
Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/07_PRODUCTION
Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/07_PRODUCTION
Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/08_BDD
Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/08_BDD
Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/ADMIN$
Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/ADMIN$
Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/C$
Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/C$
Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/CGIN
Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/CGIN
Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/D$
Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/D$
Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/F$
Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/F$
Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/ImageMagick-6.3.3V6
Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/ImageMagick-6.3.3V6
Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/TM_termoz
Aug 26 10:11:42 bacchus automount[17827]: umount_autofs_offset: couldn't get ioctl fd for offset /cifs/SERV2/TM_termoz: No such file or directory
Aug 26 10:11:42 bacchus automount[17827]: forcing umount of offset mount /cifs/SERV2/TM_termoz
Aug 26 10:11:42 bacchus automount[17827]: failed to remove dir /cifs/SERV2/TM_termoz: Device or resource busy
Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/Projets
Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/Projets
Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/Projets_Air
Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/Projets_Air
Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/termozs
Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/termozs
Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/packages
Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/packages
Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/powervault
Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/powervault
Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/temp
Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/temp
Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/01_MARKETING
Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/02_ADMINISTRATIF
Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/03_EXPLOITATION
Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/04_SERVICE-CLIENTS
Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/05_TELECHARGEMENTS
Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/06_UTILISATEURS
Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/07_PRODUCTION
Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/08_BDD
Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/ADMIN$
Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/C$
Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/CGIN
Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/D$
Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/F$
Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/ImageMagick-6.3.3V6
Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/TM_termoz
Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/Projets
Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/Projets_Air
Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/termozs
Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/packages
Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/powervault
Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/temp

Now we are trying to umount the tree of autofs trigger mounts but one of
the trigger mounts now has a mount on it which causes the problem.

Aug 26 10:11:42 bacchus automount[17827]: ioctl_send_ready: token = 1527
Aug 26 10:11:42 bacchus automount[17827]: mounted /cifs/SERV2/TM_termoz

Now the mount completes.

It is the mount not completing before the expire which causes autofs to
not recognize that the tree has become busy which should prevent it from
attempting to umount it.

The check to determine if the umount of the tree can go ahead is done by
checking if any of these autofs trigger mounts have a open file handle
(which is used for control operations when they have a mount on top of
them). But, during the mount, the file handle is not set until the time
we see the "ioctl_send_ready: token = 1527" message so it is missed by
the expire check.

Aug 26 10:11:42 bacchus automount[17827]: handle_packet: type = 5
Aug 26 10:11:42 bacchus automount[17827]: rm_unwanted_fn: removing directory /cifs/SERV2
Aug 26 10:11:42 bacchus automount[17827]: unable to remove directory /cifs/SERV2: Directory not empty
Aug 26 10:11:42 bacchus automount[17827]: expired /cifs/SERV2
Aug 26 10:11:42 bacchus automount[17827]: handle_packet_missing_direct:1323: can't find map entry for (46,12396497)

If we ever get any of these then it is game over.
They are fatal and, although you will see a hang because a lock is not
released, you must start over anyway. There is no other option.

I don't know why the above expire is getting through, it shouldn't, but
user space does need to handle this case anyway.

I've done some basic testing and this still needs work (like a problem
description) but I'm interested to know if this helps.

autofs-5.0.3 - fix expire race

From: Ian Kent <raven@themaw.net>


---

 lib/mounts.c |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)


diff --git a/lib/mounts.c b/lib/mounts.c
index 4c44982..f26579e 100644
--- a/lib/mounts.c
+++ b/lib/mounts.c
@@ -1525,8 +1525,11 @@ int umount_multi_triggers(struct autofs_point *ap, struct mapent *me, char *root
 		oe_base = oe->key + strlen(root);
 		left += umount_multi_triggers(ap, oe, root, oe_base);
 
-		if (oe->ioctlfd != -1)
+		if (oe->ioctlfd != -1 ||
+		    is_mounted(_PROC_MOUNTS, oe->key, MNTS_REAL)) {
 			left++;
+			break;
+		}
 	}
 
 	if (left)


_______________________________________________
autofs mailing list
autofs@linux.kernel.org
http://linux.kernel.org/mailman/listinfo/autofs

^ permalink raw reply related	[flat|nested] 15+ messages in thread

* Re: Problem of concurrent mount/umount call
  2010-10-26 12:36           ` Ian Kent
@ 2010-10-26 13:22             ` Erwan Loaëc
  2010-10-27  2:10               ` Ian Kent
  0 siblings, 1 reply; 15+ messages in thread
From: Erwan Loaëc @ 2010-10-26 13:22 UTC (permalink / raw)
  Cc: autofs

Hi,

First, thank you for spending time to analyse the problem.

I've apply the patch in our dev environnement, and defined a slow 
timeout for the mount (60s)

FYI, in production, in order to limit this problem, the timeout is set 
to 2 hours.

When it will be possible, I'll update every autofs. The problem is quite 
rare, so I won't be able to attest that the problem is solve or not 
immediatly.

In addition, can you tell me why the patch is "autofs-5.0.3 - fix expire 
race" and not autofs-5.0.5 ?

Thanks,

Erwan


Ian Kent wrote:
> On Tue, 2010-10-26 at 09:22 +0200, Erwan Loaëc wrote:
>> Sorry for my previous mail with missing parts...
>>
>>
>> Ian Kent wrote:
>>> On Fri, 2010-10-22 at 17:19 +0200, Erwan Loaëc wrote:
>>>> Hello,
>>>>
>>>> Sorry for the time, but before posting again I've upgrade every 
>>>> production servers with newest autofs4 module (with last patch) and last 
>>> What does "newest autofs4 module" mean exactly?
>>
>> Yes it is not the "newest module" but the module recompiled with the 
>> patch autofs4-2.6.26-v5-update-20090903.patch
> 
> OK.
> 
>>>> automount with all patch EXCEPT these:
>>>>
>>>> autofs-5.0.5-fix-restart.patch
>>>> autofs-5.0.5-fix-status-privilege-error.patch
>>>> autofs-5.0.4-always-read-file-maps-mount-lookup-map-read-fix.patch
>>>> autofs-5.0.5-fix-direct-map-not-updating-on-reread.patch
>>>> autofs-5.0.5-add-external-bind-method.patch
>>>> autofs-5.0.5-fix-add-simple-bind-auth.patch
>>>> autofs-5.0.5-add-dump-maps-option.patch
>>>> autofs-5.0.5-fix-submount-shutdown-wait.patch
>>>>
>>>>
>>>> Today I had the same behaviour than the issue explained my previous mail.
>>>>
>>>> --------------------
>>>> Oct 22 16:44:06 SERVERNAME automount[2665]: umount_autofs_offset: 
>>>> couldn't get ioctl fd for offset /cifs/XXXXXXX/volume: No such file or 
>>>> directory
>>>> Oct 22 16:44:06 SERVERNAME automount[2665]: 
>>>> handle_packet_missing_direct:1363: can't find map entry for (20,3548545)
>>>> --------------------
>>> This could be caused by a umount returning success when in fact it
>>> didn't succeed with the umount. Are you sure umount is returning correct
>>> status?
>> Unfortunaly the last case occured on production server with debug 
>> disable. I can't find more information in logfile...
>>
>> But, as I've explained in my previous mail, this could logical with the 
>> bad sequence found in my previous case:
>>
>> *Call to the share /cifs/XXXXXXX/volume
>> *Mount /cifs/XXXXXXX/volume expiring
>> *New call to the share /cifs/XXXXXXX/volume
>> *Umount /cifs/XXXXXXX/volume
> 
> But that isn't quite what the problem is.
> 
> I've had a closer look at the log and:
> 
> Aug 26 10:11:42 bacchus automount[17827]: handle_packet_expire_direct: token 1526, name /cifs/SERV2/TM_termoz
> Aug 26 10:11:42 bacchus automount[17827]: expiring path /cifs/SERV2/TM_termoz
> Aug 26 10:11:42 bacchus automount[17827]: umount_multi: path /cifs/SERV2/TM_termoz incl 1
> Aug 26 10:11:42 bacchus automount[17827]: umount_subtree_mounts: unmounting dir = /cifs/SERV2/TM_termoz
> Aug 26 10:11:42 bacchus automount[17827]: expired /cifs/SERV2/TM_termoz
> Aug 26 10:11:42 bacchus automount[17827]: ioctl_send_ready: token = 1526
> 
> /cifs/SERV2/TM_termoz is umounted.
> 
> Aug 26 10:11:42 bacchus automount[17827]: handle_packet: type = 5
> Aug 26 10:11:42 bacchus automount[17827]: handle_packet_missing_direct: token 1527, name /cifs/SERV2/TM_termoz, request pid 29523
> Aug 26 10:11:42 bacchus automount[17827]: attempting to mount entry /cifs/SERV2/TM_termoz
> Aug 26 10:11:42 bacchus automount[17827]: lookup_mount: lookup(program): /cifs/SERV2/TM_termoz -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/TM_termoz
> Aug 26 10:11:42 bacchus automount[17827]: parse_mount: parse(sun): expanded entry: -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/TM_termoz
> Aug 26 10:11:42 bacchus automount[17827]: parse_mount: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> Aug 26 10:11:42 bacchus automount[17827]: sun_mount: parse(sun): mounting root /tmp/auto1I7gB7, mountpoint /cifs/SERV2/TM_termoz, what //SERV2/TM_termoz, fstype cifs, options file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> Aug 26 10:11:42 bacchus automount[17827]: do_mount: //SERV2/TM_termoz /cifs/SERV2/TM_termoz type cifs options file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile using module generic
> Aug 26 10:11:42 bacchus automount[17827]: mount_mount: mount(generic): calling mkdir_path /tmp/auto1I7gB7
> Aug 26 10:11:42 bacchus automount[17827]: mount_mount: mount(generic): calling mount -t cifs -s -o file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile //SERV2/TM_termoz /tmp/auto1I7gB7
> Aug 26 10:11:42 bacchus automount[17827]: mount_mount: mount(generic): mounted //SERV2/TM_termoz type cifs on /tmp/auto1I7gB7
> Aug 26 10:11:42 bacchus automount[17827]: move_mount: moved mount tree from /tmp/auto1I7gB7 to /cifs/SERV2/TM_termoz
> 
> And is then mounted again here, but the request is not complete and
> we get an expire, which means that the kernel saw the tree of mounts
> below /cifs/SERV2 as not busy. This means the dentry was selected
> for expire before the mount, and in fact before the path walk which
> caused it even started.
> 
> Aug 26 10:11:42 bacchus automount[17827]: handle_packet: type = 4
> Aug 26 10:11:42 bacchus automount[17827]: handle_packet_expire_indirect: token 1528, name SERV2
> Aug 26 10:11:42 bacchus automount[17827]: expiring path /cifs/SERV2
> Aug 26 10:11:42 bacchus automount[17827]: umount_multi: path /cifs/SERV2 incl 1
> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/01_MARKETING
> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/01_MARKETING
> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/02_ADMINISTRATIF
> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/02_ADMINISTRATIF
> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/03_EXPLOITATION
> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/03_EXPLOITATION
> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/04_SERVICE-CLIENTS
> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/04_SERVICE-CLIENTS
> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/05_TELECHARGEMENTS
> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/05_TELECHARGEMENTS
> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/06_UTILISATEURS
> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/06_UTILISATEURS
> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/07_PRODUCTION
> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/07_PRODUCTION
> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/08_BDD
> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/08_BDD
> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/ADMIN$
> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/ADMIN$
> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/C$
> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/C$
> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/CGIN
> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/CGIN
> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/D$
> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/D$
> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/F$
> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/F$
> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/ImageMagick-6.3.3V6
> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/ImageMagick-6.3.3V6
> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/TM_termoz
> Aug 26 10:11:42 bacchus automount[17827]: umount_autofs_offset: couldn't get ioctl fd for offset /cifs/SERV2/TM_termoz: No such file or directory
> Aug 26 10:11:42 bacchus automount[17827]: forcing umount of offset mount /cifs/SERV2/TM_termoz
> Aug 26 10:11:42 bacchus automount[17827]: failed to remove dir /cifs/SERV2/TM_termoz: Device or resource busy
> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/Projets
> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/Projets
> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/Projets_Air
> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/Projets_Air
> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/termozs
> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/termozs
> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/packages
> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/packages
> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/powervault
> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/powervault
> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/temp
> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/temp
> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/01_MARKETING
> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/02_ADMINISTRATIF
> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/03_EXPLOITATION
> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/04_SERVICE-CLIENTS
> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/05_TELECHARGEMENTS
> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/06_UTILISATEURS
> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/07_PRODUCTION
> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/08_BDD
> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/ADMIN$
> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/C$
> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/CGIN
> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/D$
> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/F$
> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/ImageMagick-6.3.3V6
> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/TM_termoz
> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/Projets
> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/Projets_Air
> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/termozs
> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/packages
> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/powervault
> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/temp
> 
> Now we are trying to umount the tree of autofs trigger mounts but one of
> the trigger mounts now has a mount on it which causes the problem.
> 
> Aug 26 10:11:42 bacchus automount[17827]: ioctl_send_ready: token = 1527
> Aug 26 10:11:42 bacchus automount[17827]: mounted /cifs/SERV2/TM_termoz
> 
> Now the mount completes.
> 
> It is the mount not completing before the expire which causes autofs to
> not recognize that the tree has become busy which should prevent it from
> attempting to umount it.
> 
> The check to determine if the umount of the tree can go ahead is done by
> checking if any of these autofs trigger mounts have a open file handle
> (which is used for control operations when they have a mount on top of
> them). But, during the mount, the file handle is not set until the time
> we see the "ioctl_send_ready: token = 1527" message so it is missed by
> the expire check.
> 
> Aug 26 10:11:42 bacchus automount[17827]: handle_packet: type = 5
> Aug 26 10:11:42 bacchus automount[17827]: rm_unwanted_fn: removing directory /cifs/SERV2
> Aug 26 10:11:42 bacchus automount[17827]: unable to remove directory /cifs/SERV2: Directory not empty
> Aug 26 10:11:42 bacchus automount[17827]: expired /cifs/SERV2
> Aug 26 10:11:42 bacchus automount[17827]: handle_packet_missing_direct:1323: can't find map entry for (46,12396497)
> 
> If we ever get any of these then it is game over.
> They are fatal and, although you will see a hang because a lock is not
> released, you must start over anyway. There is no other option.
> 
> I don't know why the above expire is getting through, it shouldn't, but
> user space does need to handle this case anyway.
> 
> I've done some basic testing and this still needs work (like a problem
> description) but I'm interested to know if this helps.
> 
> autofs-5.0.3 - fix expire race
> 
> From: Ian Kent <raven@themaw.net>
> 
> 
> ---
> 
>  lib/mounts.c |    5 ++++-
>  1 files changed, 4 insertions(+), 1 deletions(-)
> 
> 
> diff --git a/lib/mounts.c b/lib/mounts.c
> index 4c44982..f26579e 100644
> --- a/lib/mounts.c
> +++ b/lib/mounts.c
> @@ -1525,8 +1525,11 @@ int umount_multi_triggers(struct autofs_point *ap, struct mapent *me, char *root
>  		oe_base = oe->key + strlen(root);
>  		left += umount_multi_triggers(ap, oe, root, oe_base);
>  
> -		if (oe->ioctlfd != -1)
> +		if (oe->ioctlfd != -1 ||
> +		    is_mounted(_PROC_MOUNTS, oe->key, MNTS_REAL)) {
>  			left++;
> +			break;
> +		}
>  	}
>  
>  	if (left)
> 
> 

_______________________________________________
autofs mailing list
autofs@linux.kernel.org
http://linux.kernel.org/mailman/listinfo/autofs

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: Problem of concurrent mount/umount call
  2010-10-26 13:22             ` Erwan Loaëc
@ 2010-10-27  2:10               ` Ian Kent
  2010-12-07  8:54                 ` Erwan Loaëc
  0 siblings, 1 reply; 15+ messages in thread
From: Ian Kent @ 2010-10-27  2:10 UTC (permalink / raw)
  To: Erwan Loaëc; +Cc: autofs

On Tue, 2010-10-26 at 15:22 +0200, Erwan Loaëc wrote:
> Hi,
> 
> First, thank you for spending time to analyse the problem.
> 
> I've apply the patch in our dev environnement, and defined a slow 
> timeout for the mount (60s)
> 
> FYI, in production, in order to limit this problem, the timeout is set 
> to 2 hours.
> 
> When it will be possible, I'll update every autofs. The problem is quite 
> rare, so I won't be able to attest that the problem is solve or not 
> immediatly.

Right, that sounds sensible since I can't work out how it gets through.

I also need to know that the change doesn't cause any unwanted side
effects so let me know how things go.

Adding an is_mounted() check in a frequently called function like this
can have an overhead if your using the old ioctl interface, which you
are by the look of the log. This should only show up if you have a
largish number of mounts. How many is a large number is very much site
dependent but if the CPU usage of the daemon is acceptable to you then
you don't need to worry about it.

> 
> In addition, can you tell me why the patch is "autofs-5.0.3 - fix expire 
> race" and not autofs-5.0.5 ?

That's just a typo, I'll rename the patch before committing it.

> 
> Thanks,
> 
> Erwan
> 
> 
> Ian Kent wrote:
> > On Tue, 2010-10-26 at 09:22 +0200, Erwan Loaëc wrote:
> >> Sorry for my previous mail with missing parts...
> >>
> >>
> >> Ian Kent wrote:
> >>> On Fri, 2010-10-22 at 17:19 +0200, Erwan Loaëc wrote:
> >>>> Hello,
> >>>>
> >>>> Sorry for the time, but before posting again I've upgrade every 
> >>>> production servers with newest autofs4 module (with last patch) and last 
> >>> What does "newest autofs4 module" mean exactly?
> >>
> >> Yes it is not the "newest module" but the module recompiled with the 
> >> patch autofs4-2.6.26-v5-update-20090903.patch
> > 
> > OK.
> > 
> >>>> automount with all patch EXCEPT these:
> >>>>
> >>>> autofs-5.0.5-fix-restart.patch
> >>>> autofs-5.0.5-fix-status-privilege-error.patch
> >>>> autofs-5.0.4-always-read-file-maps-mount-lookup-map-read-fix.patch
> >>>> autofs-5.0.5-fix-direct-map-not-updating-on-reread.patch
> >>>> autofs-5.0.5-add-external-bind-method.patch
> >>>> autofs-5.0.5-fix-add-simple-bind-auth.patch
> >>>> autofs-5.0.5-add-dump-maps-option.patch
> >>>> autofs-5.0.5-fix-submount-shutdown-wait.patch
> >>>>
> >>>>
> >>>> Today I had the same behaviour than the issue explained my previous mail.
> >>>>
> >>>> --------------------
> >>>> Oct 22 16:44:06 SERVERNAME automount[2665]: umount_autofs_offset: 
> >>>> couldn't get ioctl fd for offset /cifs/XXXXXXX/volume: No such file or 
> >>>> directory
> >>>> Oct 22 16:44:06 SERVERNAME automount[2665]: 
> >>>> handle_packet_missing_direct:1363: can't find map entry for (20,3548545)
> >>>> --------------------
> >>> This could be caused by a umount returning success when in fact it
> >>> didn't succeed with the umount. Are you sure umount is returning correct
> >>> status?
> >> Unfortunaly the last case occured on production server with debug 
> >> disable. I can't find more information in logfile...
> >>
> >> But, as I've explained in my previous mail, this could logical with the 
> >> bad sequence found in my previous case:
> >>
> >> *Call to the share /cifs/XXXXXXX/volume
> >> *Mount /cifs/XXXXXXX/volume expiring
> >> *New call to the share /cifs/XXXXXXX/volume
> >> *Umount /cifs/XXXXXXX/volume
> > 
> > But that isn't quite what the problem is.
> > 
> > I've had a closer look at the log and:
> > 
> > Aug 26 10:11:42 bacchus automount[17827]: handle_packet_expire_direct: token 1526, name /cifs/SERV2/TM_termoz
> > Aug 26 10:11:42 bacchus automount[17827]: expiring path /cifs/SERV2/TM_termoz
> > Aug 26 10:11:42 bacchus automount[17827]: umount_multi: path /cifs/SERV2/TM_termoz incl 1
> > Aug 26 10:11:42 bacchus automount[17827]: umount_subtree_mounts: unmounting dir = /cifs/SERV2/TM_termoz
> > Aug 26 10:11:42 bacchus automount[17827]: expired /cifs/SERV2/TM_termoz
> > Aug 26 10:11:42 bacchus automount[17827]: ioctl_send_ready: token = 1526
> > 
> > /cifs/SERV2/TM_termoz is umounted.
> > 
> > Aug 26 10:11:42 bacchus automount[17827]: handle_packet: type = 5
> > Aug 26 10:11:42 bacchus automount[17827]: handle_packet_missing_direct: token 1527, name /cifs/SERV2/TM_termoz, request pid 29523
> > Aug 26 10:11:42 bacchus automount[17827]: attempting to mount entry /cifs/SERV2/TM_termoz
> > Aug 26 10:11:42 bacchus automount[17827]: lookup_mount: lookup(program): /cifs/SERV2/TM_termoz -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/TM_termoz
> > Aug 26 10:11:42 bacchus automount[17827]: parse_mount: parse(sun): expanded entry: -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/TM_termoz
> > Aug 26 10:11:42 bacchus automount[17827]: parse_mount: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> > Aug 26 10:11:42 bacchus automount[17827]: sun_mount: parse(sun): mounting root /tmp/auto1I7gB7, mountpoint /cifs/SERV2/TM_termoz, what //SERV2/TM_termoz, fstype cifs, options file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> > Aug 26 10:11:42 bacchus automount[17827]: do_mount: //SERV2/TM_termoz /cifs/SERV2/TM_termoz type cifs options file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile using module generic
> > Aug 26 10:11:42 bacchus automount[17827]: mount_mount: mount(generic): calling mkdir_path /tmp/auto1I7gB7
> > Aug 26 10:11:42 bacchus automount[17827]: mount_mount: mount(generic): calling mount -t cifs -s -o file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile //SERV2/TM_termoz /tmp/auto1I7gB7
> > Aug 26 10:11:42 bacchus automount[17827]: mount_mount: mount(generic): mounted //SERV2/TM_termoz type cifs on /tmp/auto1I7gB7
> > Aug 26 10:11:42 bacchus automount[17827]: move_mount: moved mount tree from /tmp/auto1I7gB7 to /cifs/SERV2/TM_termoz
> > 
> > And is then mounted again here, but the request is not complete and
> > we get an expire, which means that the kernel saw the tree of mounts
> > below /cifs/SERV2 as not busy. This means the dentry was selected
> > for expire before the mount, and in fact before the path walk which
> > caused it even started.
> > 
> > Aug 26 10:11:42 bacchus automount[17827]: handle_packet: type = 4
> > Aug 26 10:11:42 bacchus automount[17827]: handle_packet_expire_indirect: token 1528, name SERV2
> > Aug 26 10:11:42 bacchus automount[17827]: expiring path /cifs/SERV2
> > Aug 26 10:11:42 bacchus automount[17827]: umount_multi: path /cifs/SERV2 incl 1
> > Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/01_MARKETING
> > Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/01_MARKETING
> > Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/02_ADMINISTRATIF
> > Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/02_ADMINISTRATIF
> > Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/03_EXPLOITATION
> > Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/03_EXPLOITATION
> > Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/04_SERVICE-CLIENTS
> > Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/04_SERVICE-CLIENTS
> > Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/05_TELECHARGEMENTS
> > Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/05_TELECHARGEMENTS
> > Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/06_UTILISATEURS
> > Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/06_UTILISATEURS
> > Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/07_PRODUCTION
> > Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/07_PRODUCTION
> > Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/08_BDD
> > Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/08_BDD
> > Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/ADMIN$
> > Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/ADMIN$
> > Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/C$
> > Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/C$
> > Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/CGIN
> > Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/CGIN
> > Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/D$
> > Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/D$
> > Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/F$
> > Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/F$
> > Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/ImageMagick-6.3.3V6
> > Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/ImageMagick-6.3.3V6
> > Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/TM_termoz
> > Aug 26 10:11:42 bacchus automount[17827]: umount_autofs_offset: couldn't get ioctl fd for offset /cifs/SERV2/TM_termoz: No such file or directory
> > Aug 26 10:11:42 bacchus automount[17827]: forcing umount of offset mount /cifs/SERV2/TM_termoz
> > Aug 26 10:11:42 bacchus automount[17827]: failed to remove dir /cifs/SERV2/TM_termoz: Device or resource busy
> > Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/Projets
> > Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/Projets
> > Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/Projets_Air
> > Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/Projets_Air
> > Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/termozs
> > Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/termozs
> > Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/packages
> > Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/packages
> > Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/powervault
> > Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/powervault
> > Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/temp
> > Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/temp
> > Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/01_MARKETING
> > Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/02_ADMINISTRATIF
> > Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/03_EXPLOITATION
> > Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/04_SERVICE-CLIENTS
> > Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/05_TELECHARGEMENTS
> > Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/06_UTILISATEURS
> > Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/07_PRODUCTION
> > Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/08_BDD
> > Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/ADMIN$
> > Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/C$
> > Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/CGIN
> > Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/D$
> > Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/F$
> > Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/ImageMagick-6.3.3V6
> > Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/TM_termoz
> > Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/Projets
> > Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/Projets_Air
> > Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/termozs
> > Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/packages
> > Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/powervault
> > Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/temp
> > 
> > Now we are trying to umount the tree of autofs trigger mounts but one of
> > the trigger mounts now has a mount on it which causes the problem.
> > 
> > Aug 26 10:11:42 bacchus automount[17827]: ioctl_send_ready: token = 1527
> > Aug 26 10:11:42 bacchus automount[17827]: mounted /cifs/SERV2/TM_termoz
> > 
> > Now the mount completes.
> > 
> > It is the mount not completing before the expire which causes autofs to
> > not recognize that the tree has become busy which should prevent it from
> > attempting to umount it.
> > 
> > The check to determine if the umount of the tree can go ahead is done by
> > checking if any of these autofs trigger mounts have a open file handle
> > (which is used for control operations when they have a mount on top of
> > them). But, during the mount, the file handle is not set until the time
> > we see the "ioctl_send_ready: token = 1527" message so it is missed by
> > the expire check.
> > 
> > Aug 26 10:11:42 bacchus automount[17827]: handle_packet: type = 5
> > Aug 26 10:11:42 bacchus automount[17827]: rm_unwanted_fn: removing directory /cifs/SERV2
> > Aug 26 10:11:42 bacchus automount[17827]: unable to remove directory /cifs/SERV2: Directory not empty
> > Aug 26 10:11:42 bacchus automount[17827]: expired /cifs/SERV2
> > Aug 26 10:11:42 bacchus automount[17827]: handle_packet_missing_direct:1323: can't find map entry for (46,12396497)
> > 
> > If we ever get any of these then it is game over.
> > They are fatal and, although you will see a hang because a lock is not
> > released, you must start over anyway. There is no other option.
> > 
> > I don't know why the above expire is getting through, it shouldn't, but
> > user space does need to handle this case anyway.
> > 
> > I've done some basic testing and this still needs work (like a problem
> > description) but I'm interested to know if this helps.
> > 
> > autofs-5.0.3 - fix expire race
> > 
> > From: Ian Kent <raven@themaw.net>
> > 
> > 
> > ---
> > 
> >  lib/mounts.c |    5 ++++-
> >  1 files changed, 4 insertions(+), 1 deletions(-)
> > 
> > 
> > diff --git a/lib/mounts.c b/lib/mounts.c
> > index 4c44982..f26579e 100644
> > --- a/lib/mounts.c
> > +++ b/lib/mounts.c
> > @@ -1525,8 +1525,11 @@ int umount_multi_triggers(struct autofs_point *ap, struct mapent *me, char *root
> >  		oe_base = oe->key + strlen(root);
> >  		left += umount_multi_triggers(ap, oe, root, oe_base);
> >  
> > -		if (oe->ioctlfd != -1)
> > +		if (oe->ioctlfd != -1 ||
> > +		    is_mounted(_PROC_MOUNTS, oe->key, MNTS_REAL)) {
> >  			left++;
> > +			break;
> > +		}
> >  	}
> >  
> >  	if (left)
> > 
> > 
> 
> _______________________________________________
> autofs mailing list
> autofs@linux.kernel.org
> http://linux.kernel.org/mailman/listinfo/autofs


_______________________________________________
autofs mailing list
autofs@linux.kernel.org
http://linux.kernel.org/mailman/listinfo/autofs

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: Problem of concurrent mount/umount call
  2010-10-27  2:10               ` Ian Kent
@ 2010-12-07  8:54                 ` Erwan Loaëc
  2010-12-08  2:42                   ` Ian Kent
  0 siblings, 1 reply; 15+ messages in thread
From: Erwan Loaëc @ 2010-12-07  8:54 UTC (permalink / raw)
  To: autofs

Hello!

For information, since I've updated our autofs with the suggested patch, 
the problem has not occurred, and I don't see any CPU usage problem.

Thanks!!

I hope this problem is definitively solved :o)

--
Erwan Loaec


Ian Kent wrote:
> On Tue, 2010-10-26 at 15:22 +0200, Erwan Loaëc wrote:
>> Hi,
>>
>> First, thank you for spending time to analyse the problem.
>>
>> I've apply the patch in our dev environnement, and defined a slow 
>> timeout for the mount (60s)
>>
>> FYI, in production, in order to limit this problem, the timeout is set 
>> to 2 hours.
>>
>> When it will be possible, I'll update every autofs. The problem is quite 
>> rare, so I won't be able to attest that the problem is solve or not 
>> immediatly.
> 
> Right, that sounds sensible since I can't work out how it gets through.
> 
> I also need to know that the change doesn't cause any unwanted side
> effects so let me know how things go.
> 
> Adding an is_mounted() check in a frequently called function like this
> can have an overhead if your using the old ioctl interface, which you
> are by the look of the log. This should only show up if you have a
> largish number of mounts. How many is a large number is very much site
> dependent but if the CPU usage of the daemon is acceptable to you then
> you don't need to worry about it.
> 
>> In addition, can you tell me why the patch is "autofs-5.0.3 - fix expire 
>> race" and not autofs-5.0.5 ?
> 
> That's just a typo, I'll rename the patch before committing it.
> 
>> Thanks,
>>
>> Erwan
>>
>>
>> Ian Kent wrote:
>>> On Tue, 2010-10-26 at 09:22 +0200, Erwan Loaëc wrote:
>>>> Sorry for my previous mail with missing parts...
>>>>
>>>>
>>>> Ian Kent wrote:
>>>>> On Fri, 2010-10-22 at 17:19 +0200, Erwan Loaëc wrote:
>>>>>> Hello,
>>>>>>
>>>>>> Sorry for the time, but before posting again I've upgrade every 
>>>>>> production servers with newest autofs4 module (with last patch) and last 
>>>>> What does "newest autofs4 module" mean exactly?
>>>> Yes it is not the "newest module" but the module recompiled with the 
>>>> patch autofs4-2.6.26-v5-update-20090903.patch
>>> OK.
>>>
>>>>>> automount with all patch EXCEPT these:
>>>>>>
>>>>>> autofs-5.0.5-fix-restart.patch
>>>>>> autofs-5.0.5-fix-status-privilege-error.patch
>>>>>> autofs-5.0.4-always-read-file-maps-mount-lookup-map-read-fix.patch
>>>>>> autofs-5.0.5-fix-direct-map-not-updating-on-reread.patch
>>>>>> autofs-5.0.5-add-external-bind-method.patch
>>>>>> autofs-5.0.5-fix-add-simple-bind-auth.patch
>>>>>> autofs-5.0.5-add-dump-maps-option.patch
>>>>>> autofs-5.0.5-fix-submount-shutdown-wait.patch
>>>>>>
>>>>>>
>>>>>> Today I had the same behaviour than the issue explained my previous mail.
>>>>>>
>>>>>> --------------------
>>>>>> Oct 22 16:44:06 SERVERNAME automount[2665]: umount_autofs_offset: 
>>>>>> couldn't get ioctl fd for offset /cifs/XXXXXXX/volume: No such file or 
>>>>>> directory
>>>>>> Oct 22 16:44:06 SERVERNAME automount[2665]: 
>>>>>> handle_packet_missing_direct:1363: can't find map entry for (20,3548545)
>>>>>> --------------------
>>>>> This could be caused by a umount returning success when in fact it
>>>>> didn't succeed with the umount. Are you sure umount is returning correct
>>>>> status?
>>>> Unfortunaly the last case occured on production server with debug 
>>>> disable. I can't find more information in logfile...
>>>>
>>>> But, as I've explained in my previous mail, this could logical with the 
>>>> bad sequence found in my previous case:
>>>>
>>>> *Call to the share /cifs/XXXXXXX/volume
>>>> *Mount /cifs/XXXXXXX/volume expiring
>>>> *New call to the share /cifs/XXXXXXX/volume
>>>> *Umount /cifs/XXXXXXX/volume
>>> But that isn't quite what the problem is.
>>>
>>> I've had a closer look at the log and:
>>>
>>> Aug 26 10:11:42 bacchus automount[17827]: handle_packet_expire_direct: token 1526, name /cifs/SERV2/TM_termoz
>>> Aug 26 10:11:42 bacchus automount[17827]: expiring path /cifs/SERV2/TM_termoz
>>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi: path /cifs/SERV2/TM_termoz incl 1
>>> Aug 26 10:11:42 bacchus automount[17827]: umount_subtree_mounts: unmounting dir = /cifs/SERV2/TM_termoz
>>> Aug 26 10:11:42 bacchus automount[17827]: expired /cifs/SERV2/TM_termoz
>>> Aug 26 10:11:42 bacchus automount[17827]: ioctl_send_ready: token = 1526
>>>
>>> /cifs/SERV2/TM_termoz is umounted.
>>>
>>> Aug 26 10:11:42 bacchus automount[17827]: handle_packet: type = 5
>>> Aug 26 10:11:42 bacchus automount[17827]: handle_packet_missing_direct: token 1527, name /cifs/SERV2/TM_termoz, request pid 29523
>>> Aug 26 10:11:42 bacchus automount[17827]: attempting to mount entry /cifs/SERV2/TM_termoz
>>> Aug 26 10:11:42 bacchus automount[17827]: lookup_mount: lookup(program): /cifs/SERV2/TM_termoz -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/TM_termoz
>>> Aug 26 10:11:42 bacchus automount[17827]: parse_mount: parse(sun): expanded entry: -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/TM_termoz
>>> Aug 26 10:11:42 bacchus automount[17827]: parse_mount: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
>>> Aug 26 10:11:42 bacchus automount[17827]: sun_mount: parse(sun): mounting root /tmp/auto1I7gB7, mountpoint /cifs/SERV2/TM_termoz, what //SERV2/TM_termoz, fstype cifs, options file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
>>> Aug 26 10:11:42 bacchus automount[17827]: do_mount: //SERV2/TM_termoz /cifs/SERV2/TM_termoz type cifs options file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile using module generic
>>> Aug 26 10:11:42 bacchus automount[17827]: mount_mount: mount(generic): calling mkdir_path /tmp/auto1I7gB7
>>> Aug 26 10:11:42 bacchus automount[17827]: mount_mount: mount(generic): calling mount -t cifs -s -o file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile //SERV2/TM_termoz /tmp/auto1I7gB7
>>> Aug 26 10:11:42 bacchus automount[17827]: mount_mount: mount(generic): mounted //SERV2/TM_termoz type cifs on /tmp/auto1I7gB7
>>> Aug 26 10:11:42 bacchus automount[17827]: move_mount: moved mount tree from /tmp/auto1I7gB7 to /cifs/SERV2/TM_termoz
>>>
>>> And is then mounted again here, but the request is not complete and
>>> we get an expire, which means that the kernel saw the tree of mounts
>>> below /cifs/SERV2 as not busy. This means the dentry was selected
>>> for expire before the mount, and in fact before the path walk which
>>> caused it even started.
>>>
>>> Aug 26 10:11:42 bacchus automount[17827]: handle_packet: type = 4
>>> Aug 26 10:11:42 bacchus automount[17827]: handle_packet_expire_indirect: token 1528, name SERV2
>>> Aug 26 10:11:42 bacchus automount[17827]: expiring path /cifs/SERV2
>>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi: path /cifs/SERV2 incl 1
>>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/01_MARKETING
>>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/01_MARKETING
>>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/02_ADMINISTRATIF
>>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/02_ADMINISTRATIF
>>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/03_EXPLOITATION
>>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/03_EXPLOITATION
>>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/04_SERVICE-CLIENTS
>>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/04_SERVICE-CLIENTS
>>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/05_TELECHARGEMENTS
>>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/05_TELECHARGEMENTS
>>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/06_UTILISATEURS
>>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/06_UTILISATEURS
>>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/07_PRODUCTION
>>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/07_PRODUCTION
>>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/08_BDD
>>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/08_BDD
>>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/ADMIN$
>>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/ADMIN$
>>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/C$
>>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/C$
>>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/CGIN
>>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/CGIN
>>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/D$
>>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/D$
>>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/F$
>>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/F$
>>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/ImageMagick-6.3.3V6
>>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/ImageMagick-6.3.3V6
>>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/TM_termoz
>>> Aug 26 10:11:42 bacchus automount[17827]: umount_autofs_offset: couldn't get ioctl fd for offset /cifs/SERV2/TM_termoz: No such file or directory
>>> Aug 26 10:11:42 bacchus automount[17827]: forcing umount of offset mount /cifs/SERV2/TM_termoz
>>> Aug 26 10:11:42 bacchus automount[17827]: failed to remove dir /cifs/SERV2/TM_termoz: Device or resource busy
>>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/Projets
>>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/Projets
>>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/Projets_Air
>>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/Projets_Air
>>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/termozs
>>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/termozs
>>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/packages
>>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/packages
>>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/powervault
>>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/powervault
>>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/temp
>>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/temp
>>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/01_MARKETING
>>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/02_ADMINISTRATIF
>>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/03_EXPLOITATION
>>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/04_SERVICE-CLIENTS
>>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/05_TELECHARGEMENTS
>>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/06_UTILISATEURS
>>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/07_PRODUCTION
>>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/08_BDD
>>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/ADMIN$
>>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/C$
>>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/CGIN
>>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/D$
>>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/F$
>>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/ImageMagick-6.3.3V6
>>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/TM_termoz
>>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/Projets
>>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/Projets_Air
>>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/termozs
>>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/packages
>>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/powervault
>>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/temp
>>>
>>> Now we are trying to umount the tree of autofs trigger mounts but one of
>>> the trigger mounts now has a mount on it which causes the problem.
>>>
>>> Aug 26 10:11:42 bacchus automount[17827]: ioctl_send_ready: token = 1527
>>> Aug 26 10:11:42 bacchus automount[17827]: mounted /cifs/SERV2/TM_termoz
>>>
>>> Now the mount completes.
>>>
>>> It is the mount not completing before the expire which causes autofs to
>>> not recognize that the tree has become busy which should prevent it from
>>> attempting to umount it.
>>>
>>> The check to determine if the umount of the tree can go ahead is done by
>>> checking if any of these autofs trigger mounts have a open file handle
>>> (which is used for control operations when they have a mount on top of
>>> them). But, during the mount, the file handle is not set until the time
>>> we see the "ioctl_send_ready: token = 1527" message so it is missed by
>>> the expire check.
>>>
>>> Aug 26 10:11:42 bacchus automount[17827]: handle_packet: type = 5
>>> Aug 26 10:11:42 bacchus automount[17827]: rm_unwanted_fn: removing directory /cifs/SERV2
>>> Aug 26 10:11:42 bacchus automount[17827]: unable to remove directory /cifs/SERV2: Directory not empty
>>> Aug 26 10:11:42 bacchus automount[17827]: expired /cifs/SERV2
>>> Aug 26 10:11:42 bacchus automount[17827]: handle_packet_missing_direct:1323: can't find map entry for (46,12396497)
>>>
>>> If we ever get any of these then it is game over.
>>> They are fatal and, although you will see a hang because a lock is not
>>> released, you must start over anyway. There is no other option.
>>>
>>> I don't know why the above expire is getting through, it shouldn't, but
>>> user space does need to handle this case anyway.
>>>
>>> I've done some basic testing and this still needs work (like a problem
>>> description) but I'm interested to know if this helps.
>>>
>>> autofs-5.0.3 - fix expire race
>>>
>>> From: Ian Kent <raven@themaw.net>
>>>
>>>
>>> ---
>>>
>>>  lib/mounts.c |    5 ++++-
>>>  1 files changed, 4 insertions(+), 1 deletions(-)
>>>
>>>
>>> diff --git a/lib/mounts.c b/lib/mounts.c
>>> index 4c44982..f26579e 100644
>>> --- a/lib/mounts.c
>>> +++ b/lib/mounts.c
>>> @@ -1525,8 +1525,11 @@ int umount_multi_triggers(struct autofs_point *ap, struct mapent *me, char *root
>>>  		oe_base = oe->key + strlen(root);
>>>  		left += umount_multi_triggers(ap, oe, root, oe_base);
>>>  
>>> -		if (oe->ioctlfd != -1)
>>> +		if (oe->ioctlfd != -1 ||
>>> +		    is_mounted(_PROC_MOUNTS, oe->key, MNTS_REAL)) {
>>>  			left++;
>>> +			break;
>>> +		}
>>>  	}
>>>  
>>>  	if (left)
>>>
>>>
>> _______________________________________________
>> autofs mailing list
>> autofs@linux.kernel.org
>> http://linux.kernel.org/mailman/listinfo/autofs
> 
> 

_______________________________________________
autofs mailing list
autofs@linux.kernel.org
http://linux.kernel.org/mailman/listinfo/autofs

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: Problem of concurrent mount/umount call
  2010-12-07  8:54                 ` Erwan Loaëc
@ 2010-12-08  2:42                   ` Ian Kent
  2011-02-17 11:01                     ` Erwan Loaëc
  0 siblings, 1 reply; 15+ messages in thread
From: Ian Kent @ 2010-12-08  2:42 UTC (permalink / raw)
  To: Erwan Loaëc; +Cc: autofs

On Tue, 2010-12-07 at 09:54 +0100, Erwan Loaëc wrote:
> Hello!
> 
> For information, since I've updated our autofs with the suggested patch, 
> the problem has not occurred, and I don't see any CPU usage problem.

Thanks for letting me know.
I'll commit that change soon as I get a chance.

> 
> Thanks!!
> 
> I hope this problem is definitively solved :o)
> 
> --
> Erwan Loaec
> 
> 
> Ian Kent wrote:
> > On Tue, 2010-10-26 at 15:22 +0200, Erwan Loaëc wrote:
> >> Hi,
> >>
> >> First, thank you for spending time to analyse the problem.
> >>
> >> I've apply the patch in our dev environnement, and defined a slow 
> >> timeout for the mount (60s)
> >>
> >> FYI, in production, in order to limit this problem, the timeout is set 
> >> to 2 hours.
> >>
> >> When it will be possible, I'll update every autofs. The problem is quite 
> >> rare, so I won't be able to attest that the problem is solve or not 
> >> immediatly.
> > 
> > Right, that sounds sensible since I can't work out how it gets through.
> > 
> > I also need to know that the change doesn't cause any unwanted side
> > effects so let me know how things go.
> > 
> > Adding an is_mounted() check in a frequently called function like this
> > can have an overhead if your using the old ioctl interface, which you
> > are by the look of the log. This should only show up if you have a
> > largish number of mounts. How many is a large number is very much site
> > dependent but if the CPU usage of the daemon is acceptable to you then
> > you don't need to worry about it.
> > 
> >> In addition, can you tell me why the patch is "autofs-5.0.3 - fix expire 
> >> race" and not autofs-5.0.5 ?
> > 
> > That's just a typo, I'll rename the patch before committing it.
> > 
> >> Thanks,
> >>
> >> Erwan
> >>
> >>
> >> Ian Kent wrote:
> >>> On Tue, 2010-10-26 at 09:22 +0200, Erwan Loaëc wrote:
> >>>> Sorry for my previous mail with missing parts...
> >>>>
> >>>>
> >>>> Ian Kent wrote:
> >>>>> On Fri, 2010-10-22 at 17:19 +0200, Erwan Loaëc wrote:
> >>>>>> Hello,
> >>>>>>
> >>>>>> Sorry for the time, but before posting again I've upgrade every 
> >>>>>> production servers with newest autofs4 module (with last patch) and last 
> >>>>> What does "newest autofs4 module" mean exactly?
> >>>> Yes it is not the "newest module" but the module recompiled with the 
> >>>> patch autofs4-2.6.26-v5-update-20090903.patch
> >>> OK.
> >>>
> >>>>>> automount with all patch EXCEPT these:
> >>>>>>
> >>>>>> autofs-5.0.5-fix-restart.patch
> >>>>>> autofs-5.0.5-fix-status-privilege-error.patch
> >>>>>> autofs-5.0.4-always-read-file-maps-mount-lookup-map-read-fix.patch
> >>>>>> autofs-5.0.5-fix-direct-map-not-updating-on-reread.patch
> >>>>>> autofs-5.0.5-add-external-bind-method.patch
> >>>>>> autofs-5.0.5-fix-add-simple-bind-auth.patch
> >>>>>> autofs-5.0.5-add-dump-maps-option.patch
> >>>>>> autofs-5.0.5-fix-submount-shutdown-wait.patch
> >>>>>>
> >>>>>>
> >>>>>> Today I had the same behaviour than the issue explained my previous mail.
> >>>>>>
> >>>>>> --------------------
> >>>>>> Oct 22 16:44:06 SERVERNAME automount[2665]: umount_autofs_offset: 
> >>>>>> couldn't get ioctl fd for offset /cifs/XXXXXXX/volume: No such file or 
> >>>>>> directory
> >>>>>> Oct 22 16:44:06 SERVERNAME automount[2665]: 
> >>>>>> handle_packet_missing_direct:1363: can't find map entry for (20,3548545)
> >>>>>> --------------------
> >>>>> This could be caused by a umount returning success when in fact it
> >>>>> didn't succeed with the umount. Are you sure umount is returning correct
> >>>>> status?
> >>>> Unfortunaly the last case occured on production server with debug 
> >>>> disable. I can't find more information in logfile...
> >>>>
> >>>> But, as I've explained in my previous mail, this could logical with the 
> >>>> bad sequence found in my previous case:
> >>>>
> >>>> *Call to the share /cifs/XXXXXXX/volume
> >>>> *Mount /cifs/XXXXXXX/volume expiring
> >>>> *New call to the share /cifs/XXXXXXX/volume
> >>>> *Umount /cifs/XXXXXXX/volume
> >>> But that isn't quite what the problem is.
> >>>
> >>> I've had a closer look at the log and:
> >>>
> >>> Aug 26 10:11:42 bacchus automount[17827]: handle_packet_expire_direct: token 1526, name /cifs/SERV2/TM_termoz
> >>> Aug 26 10:11:42 bacchus automount[17827]: expiring path /cifs/SERV2/TM_termoz
> >>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi: path /cifs/SERV2/TM_termoz incl 1
> >>> Aug 26 10:11:42 bacchus automount[17827]: umount_subtree_mounts: unmounting dir = /cifs/SERV2/TM_termoz
> >>> Aug 26 10:11:42 bacchus automount[17827]: expired /cifs/SERV2/TM_termoz
> >>> Aug 26 10:11:42 bacchus automount[17827]: ioctl_send_ready: token = 1526
> >>>
> >>> /cifs/SERV2/TM_termoz is umounted.
> >>>
> >>> Aug 26 10:11:42 bacchus automount[17827]: handle_packet: type = 5
> >>> Aug 26 10:11:42 bacchus automount[17827]: handle_packet_missing_direct: token 1527, name /cifs/SERV2/TM_termoz, request pid 29523
> >>> Aug 26 10:11:42 bacchus automount[17827]: attempting to mount entry /cifs/SERV2/TM_termoz
> >>> Aug 26 10:11:42 bacchus automount[17827]: lookup_mount: lookup(program): /cifs/SERV2/TM_termoz -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/TM_termoz
> >>> Aug 26 10:11:42 bacchus automount[17827]: parse_mount: parse(sun): expanded entry: -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/TM_termoz
> >>> Aug 26 10:11:42 bacchus automount[17827]: parse_mount: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> >>> Aug 26 10:11:42 bacchus automount[17827]: sun_mount: parse(sun): mounting root /tmp/auto1I7gB7, mountpoint /cifs/SERV2/TM_termoz, what //SERV2/TM_termoz, fstype cifs, options file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> >>> Aug 26 10:11:42 bacchus automount[17827]: do_mount: //SERV2/TM_termoz /cifs/SERV2/TM_termoz type cifs options file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile using module generic
> >>> Aug 26 10:11:42 bacchus automount[17827]: mount_mount: mount(generic): calling mkdir_path /tmp/auto1I7gB7
> >>> Aug 26 10:11:42 bacchus automount[17827]: mount_mount: mount(generic): calling mount -t cifs -s -o file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile //SERV2/TM_termoz /tmp/auto1I7gB7
> >>> Aug 26 10:11:42 bacchus automount[17827]: mount_mount: mount(generic): mounted //SERV2/TM_termoz type cifs on /tmp/auto1I7gB7
> >>> Aug 26 10:11:42 bacchus automount[17827]: move_mount: moved mount tree from /tmp/auto1I7gB7 to /cifs/SERV2/TM_termoz
> >>>
> >>> And is then mounted again here, but the request is not complete and
> >>> we get an expire, which means that the kernel saw the tree of mounts
> >>> below /cifs/SERV2 as not busy. This means the dentry was selected
> >>> for expire before the mount, and in fact before the path walk which
> >>> caused it even started.
> >>>
> >>> Aug 26 10:11:42 bacchus automount[17827]: handle_packet: type = 4
> >>> Aug 26 10:11:42 bacchus automount[17827]: handle_packet_expire_indirect: token 1528, name SERV2
> >>> Aug 26 10:11:42 bacchus automount[17827]: expiring path /cifs/SERV2
> >>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi: path /cifs/SERV2 incl 1
> >>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/01_MARKETING
> >>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/01_MARKETING
> >>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/02_ADMINISTRATIF
> >>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/02_ADMINISTRATIF
> >>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/03_EXPLOITATION
> >>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/03_EXPLOITATION
> >>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/04_SERVICE-CLIENTS
> >>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/04_SERVICE-CLIENTS
> >>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/05_TELECHARGEMENTS
> >>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/05_TELECHARGEMENTS
> >>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/06_UTILISATEURS
> >>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/06_UTILISATEURS
> >>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/07_PRODUCTION
> >>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/07_PRODUCTION
> >>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/08_BDD
> >>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/08_BDD
> >>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/ADMIN$
> >>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/ADMIN$
> >>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/C$
> >>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/C$
> >>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/CGIN
> >>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/CGIN
> >>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/D$
> >>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/D$
> >>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/F$
> >>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/F$
> >>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/ImageMagick-6.3.3V6
> >>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/ImageMagick-6.3.3V6
> >>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/TM_termoz
> >>> Aug 26 10:11:42 bacchus automount[17827]: umount_autofs_offset: couldn't get ioctl fd for offset /cifs/SERV2/TM_termoz: No such file or directory
> >>> Aug 26 10:11:42 bacchus automount[17827]: forcing umount of offset mount /cifs/SERV2/TM_termoz
> >>> Aug 26 10:11:42 bacchus automount[17827]: failed to remove dir /cifs/SERV2/TM_termoz: Device or resource busy
> >>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/Projets
> >>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/Projets
> >>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/Projets_Air
> >>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/Projets_Air
> >>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/termozs
> >>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/termozs
> >>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/packages
> >>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/packages
> >>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/powervault
> >>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/powervault
> >>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/temp
> >>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/temp
> >>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/01_MARKETING
> >>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/02_ADMINISTRATIF
> >>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/03_EXPLOITATION
> >>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/04_SERVICE-CLIENTS
> >>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/05_TELECHARGEMENTS
> >>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/06_UTILISATEURS
> >>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/07_PRODUCTION
> >>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/08_BDD
> >>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/ADMIN$
> >>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/C$
> >>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/CGIN
> >>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/D$
> >>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/F$
> >>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/ImageMagick-6.3.3V6
> >>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/TM_termoz
> >>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/Projets
> >>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/Projets_Air
> >>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/termozs
> >>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/packages
> >>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/powervault
> >>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/temp
> >>>
> >>> Now we are trying to umount the tree of autofs trigger mounts but one of
> >>> the trigger mounts now has a mount on it which causes the problem.
> >>>
> >>> Aug 26 10:11:42 bacchus automount[17827]: ioctl_send_ready: token = 1527
> >>> Aug 26 10:11:42 bacchus automount[17827]: mounted /cifs/SERV2/TM_termoz
> >>>
> >>> Now the mount completes.
> >>>
> >>> It is the mount not completing before the expire which causes autofs to
> >>> not recognize that the tree has become busy which should prevent it from
> >>> attempting to umount it.
> >>>
> >>> The check to determine if the umount of the tree can go ahead is done by
> >>> checking if any of these autofs trigger mounts have a open file handle
> >>> (which is used for control operations when they have a mount on top of
> >>> them). But, during the mount, the file handle is not set until the time
> >>> we see the "ioctl_send_ready: token = 1527" message so it is missed by
> >>> the expire check.
> >>>
> >>> Aug 26 10:11:42 bacchus automount[17827]: handle_packet: type = 5
> >>> Aug 26 10:11:42 bacchus automount[17827]: rm_unwanted_fn: removing directory /cifs/SERV2
> >>> Aug 26 10:11:42 bacchus automount[17827]: unable to remove directory /cifs/SERV2: Directory not empty
> >>> Aug 26 10:11:42 bacchus automount[17827]: expired /cifs/SERV2
> >>> Aug 26 10:11:42 bacchus automount[17827]: handle_packet_missing_direct:1323: can't find map entry for (46,12396497)
> >>>
> >>> If we ever get any of these then it is game over.
> >>> They are fatal and, although you will see a hang because a lock is not
> >>> released, you must start over anyway. There is no other option.
> >>>
> >>> I don't know why the above expire is getting through, it shouldn't, but
> >>> user space does need to handle this case anyway.
> >>>
> >>> I've done some basic testing and this still needs work (like a problem
> >>> description) but I'm interested to know if this helps.
> >>>
> >>> autofs-5.0.3 - fix expire race
> >>>
> >>> From: Ian Kent <raven@themaw.net>
> >>>
> >>>
> >>> ---
> >>>
> >>>  lib/mounts.c |    5 ++++-
> >>>  1 files changed, 4 insertions(+), 1 deletions(-)
> >>>
> >>>
> >>> diff --git a/lib/mounts.c b/lib/mounts.c
> >>> index 4c44982..f26579e 100644
> >>> --- a/lib/mounts.c
> >>> +++ b/lib/mounts.c
> >>> @@ -1525,8 +1525,11 @@ int umount_multi_triggers(struct autofs_point *ap, struct mapent *me, char *root
> >>>  		oe_base = oe->key + strlen(root);
> >>>  		left += umount_multi_triggers(ap, oe, root, oe_base);
> >>>  
> >>> -		if (oe->ioctlfd != -1)
> >>> +		if (oe->ioctlfd != -1 ||
> >>> +		    is_mounted(_PROC_MOUNTS, oe->key, MNTS_REAL)) {
> >>>  			left++;
> >>> +			break;
> >>> +		}
> >>>  	}
> >>>  
> >>>  	if (left)
> >>>
> >>>
> >> _______________________________________________
> >> autofs mailing list
> >> autofs@linux.kernel.org
> >> http://linux.kernel.org/mailman/listinfo/autofs
> > 
> > 
> 
> _______________________________________________
> autofs mailing list
> autofs@linux.kernel.org
> http://linux.kernel.org/mailman/listinfo/autofs


_______________________________________________
autofs mailing list
autofs@linux.kernel.org
http://linux.kernel.org/mailman/listinfo/autofs

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: Problem of concurrent mount/umount call
  2010-12-08  2:42                   ` Ian Kent
@ 2011-02-17 11:01                     ` Erwan Loaëc
  2011-02-19  2:56                       ` Ian Kent
  0 siblings, 1 reply; 15+ messages in thread
From: Erwan Loaëc @ 2011-02-17 11:01 UTC (permalink / raw)
  To: autofs

Hello,

I'm going to generate a new autofs package for squeeze for our IT, and I 
notice that the patch you've done about my problem does not seems to be 
available on ftp://ftp.kernel.org/pub/linux/daemons/autofs/v5/

Is there a reason ?
Is the problem has been solved elsewhere ?

--
Erwan


Ian Kent wrote:
> On Tue, 2010-12-07 at 09:54 +0100, Erwan Loaëc wrote:
>> Hello!
>>
>> For information, since I've updated our autofs with the suggested patch, 
>> the problem has not occurred, and I don't see any CPU usage problem.
> 
> Thanks for letting me know.
> I'll commit that change soon as I get a chance.
> 
>> Thanks!!
>>
>> I hope this problem is definitively solved :o)
>>
>> --
>> Erwan Loaec
>>
>>
>> Ian Kent wrote:
>>> On Tue, 2010-10-26 at 15:22 +0200, Erwan Loaëc wrote:
>>>> Hi,
>>>>
>>>> First, thank you for spending time to analyse the problem.
>>>>
>>>> I've apply the patch in our dev environnement, and defined a slow 
>>>> timeout for the mount (60s)
>>>>
>>>> FYI, in production, in order to limit this problem, the timeout is set 
>>>> to 2 hours.
>>>>
>>>> When it will be possible, I'll update every autofs. The problem is quite 
>>>> rare, so I won't be able to attest that the problem is solve or not 
>>>> immediatly.
>>> Right, that sounds sensible since I can't work out how it gets through.
>>>
>>> I also need to know that the change doesn't cause any unwanted side
>>> effects so let me know how things go.
>>>
>>> Adding an is_mounted() check in a frequently called function like this
>>> can have an overhead if your using the old ioctl interface, which you
>>> are by the look of the log. This should only show up if you have a
>>> largish number of mounts. How many is a large number is very much site
>>> dependent but if the CPU usage of the daemon is acceptable to you then
>>> you don't need to worry about it.
>>>
>>>> In addition, can you tell me why the patch is "autofs-5.0.3 - fix expire 
>>>> race" and not autofs-5.0.5 ?
>>> That's just a typo, I'll rename the patch before committing it.
>>>
>>>> Thanks,
>>>>
>>>> Erwan
>>>>
>>>>
>>>> Ian Kent wrote:
>>>>> On Tue, 2010-10-26 at 09:22 +0200, Erwan Loaëc wrote:
>>>>>> Sorry for my previous mail with missing parts...
>>>>>>
>>>>>>
>>>>>> Ian Kent wrote:
>>>>>>> On Fri, 2010-10-22 at 17:19 +0200, Erwan Loaëc wrote:
>>>>>>>> Hello,
>>>>>>>>
>>>>>>>> Sorry for the time, but before posting again I've upgrade every 
>>>>>>>> production servers with newest autofs4 module (with last patch) and last 
>>>>>>> What does "newest autofs4 module" mean exactly?
>>>>>> Yes it is not the "newest module" but the module recompiled with the 
>>>>>> patch autofs4-2.6.26-v5-update-20090903.patch
>>>>> OK.
>>>>>
>>>>>>>> automount with all patch EXCEPT these:
>>>>>>>>
>>>>>>>> autofs-5.0.5-fix-restart.patch
>>>>>>>> autofs-5.0.5-fix-status-privilege-error.patch
>>>>>>>> autofs-5.0.4-always-read-file-maps-mount-lookup-map-read-fix.patch
>>>>>>>> autofs-5.0.5-fix-direct-map-not-updating-on-reread.patch
>>>>>>>> autofs-5.0.5-add-external-bind-method.patch
>>>>>>>> autofs-5.0.5-fix-add-simple-bind-auth.patch
>>>>>>>> autofs-5.0.5-add-dump-maps-option.patch
>>>>>>>> autofs-5.0.5-fix-submount-shutdown-wait.patch
>>>>>>>>
>>>>>>>>
>>>>>>>> Today I had the same behaviour than the issue explained my previous mail.
>>>>>>>>
>>>>>>>> --------------------
>>>>>>>> Oct 22 16:44:06 SERVERNAME automount[2665]: umount_autofs_offset: 
>>>>>>>> couldn't get ioctl fd for offset /cifs/XXXXXXX/volume: No such file or 
>>>>>>>> directory
>>>>>>>> Oct 22 16:44:06 SERVERNAME automount[2665]: 
>>>>>>>> handle_packet_missing_direct:1363: can't find map entry for (20,3548545)
>>>>>>>> --------------------
>>>>>>> This could be caused by a umount returning success when in fact it
>>>>>>> didn't succeed with the umount. Are you sure umount is returning correct
>>>>>>> status?
>>>>>> Unfortunaly the last case occured on production server with debug 
>>>>>> disable. I can't find more information in logfile...
>>>>>>
>>>>>> But, as I've explained in my previous mail, this could logical with the 
>>>>>> bad sequence found in my previous case:
>>>>>>
>>>>>> *Call to the share /cifs/XXXXXXX/volume
>>>>>> *Mount /cifs/XXXXXXX/volume expiring
>>>>>> *New call to the share /cifs/XXXXXXX/volume
>>>>>> *Umount /cifs/XXXXXXX/volume
>>>>> But that isn't quite what the problem is.
>>>>>
>>>>> I've had a closer look at the log and:
>>>>>
>>>>> Aug 26 10:11:42 bacchus automount[17827]: handle_packet_expire_direct: token 1526, name /cifs/SERV2/TM_termoz
>>>>> Aug 26 10:11:42 bacchus automount[17827]: expiring path /cifs/SERV2/TM_termoz
>>>>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi: path /cifs/SERV2/TM_termoz incl 1
>>>>> Aug 26 10:11:42 bacchus automount[17827]: umount_subtree_mounts: unmounting dir = /cifs/SERV2/TM_termoz
>>>>> Aug 26 10:11:42 bacchus automount[17827]: expired /cifs/SERV2/TM_termoz
>>>>> Aug 26 10:11:42 bacchus automount[17827]: ioctl_send_ready: token = 1526
>>>>>
>>>>> /cifs/SERV2/TM_termoz is umounted.
>>>>>
>>>>> Aug 26 10:11:42 bacchus automount[17827]: handle_packet: type = 5
>>>>> Aug 26 10:11:42 bacchus automount[17827]: handle_packet_missing_direct: token 1527, name /cifs/SERV2/TM_termoz, request pid 29523
>>>>> Aug 26 10:11:42 bacchus automount[17827]: attempting to mount entry /cifs/SERV2/TM_termoz
>>>>> Aug 26 10:11:42 bacchus automount[17827]: lookup_mount: lookup(program): /cifs/SERV2/TM_termoz -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/TM_termoz
>>>>> Aug 26 10:11:42 bacchus automount[17827]: parse_mount: parse(sun): expanded entry: -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/TM_termoz
>>>>> Aug 26 10:11:42 bacchus automount[17827]: parse_mount: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
>>>>> Aug 26 10:11:42 bacchus automount[17827]: sun_mount: parse(sun): mounting root /tmp/auto1I7gB7, mountpoint /cifs/SERV2/TM_termoz, what //SERV2/TM_termoz, fstype cifs, options file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
>>>>> Aug 26 10:11:42 bacchus automount[17827]: do_mount: //SERV2/TM_termoz /cifs/SERV2/TM_termoz type cifs options file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile using module generic
>>>>> Aug 26 10:11:42 bacchus automount[17827]: mount_mount: mount(generic): calling mkdir_path /tmp/auto1I7gB7
>>>>> Aug 26 10:11:42 bacchus automount[17827]: mount_mount: mount(generic): calling mount -t cifs -s -o file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile //SERV2/TM_termoz /tmp/auto1I7gB7
>>>>> Aug 26 10:11:42 bacchus automount[17827]: mount_mount: mount(generic): mounted //SERV2/TM_termoz type cifs on /tmp/auto1I7gB7
>>>>> Aug 26 10:11:42 bacchus automount[17827]: move_mount: moved mount tree from /tmp/auto1I7gB7 to /cifs/SERV2/TM_termoz
>>>>>
>>>>> And is then mounted again here, but the request is not complete and
>>>>> we get an expire, which means that the kernel saw the tree of mounts
>>>>> below /cifs/SERV2 as not busy. This means the dentry was selected
>>>>> for expire before the mount, and in fact before the path walk which
>>>>> caused it even started.
>>>>>
>>>>> Aug 26 10:11:42 bacchus automount[17827]: handle_packet: type = 4
>>>>> Aug 26 10:11:42 bacchus automount[17827]: handle_packet_expire_indirect: token 1528, name SERV2
>>>>> Aug 26 10:11:42 bacchus automount[17827]: expiring path /cifs/SERV2
>>>>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi: path /cifs/SERV2 incl 1
>>>>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/01_MARKETING
>>>>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/01_MARKETING
>>>>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/02_ADMINISTRATIF
>>>>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/02_ADMINISTRATIF
>>>>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/03_EXPLOITATION
>>>>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/03_EXPLOITATION
>>>>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/04_SERVICE-CLIENTS
>>>>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/04_SERVICE-CLIENTS
>>>>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/05_TELECHARGEMENTS
>>>>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/05_TELECHARGEMENTS
>>>>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/06_UTILISATEURS
>>>>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/06_UTILISATEURS
>>>>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/07_PRODUCTION
>>>>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/07_PRODUCTION
>>>>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/08_BDD
>>>>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/08_BDD
>>>>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/ADMIN$
>>>>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/ADMIN$
>>>>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/C$
>>>>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/C$
>>>>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/CGIN
>>>>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/CGIN
>>>>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/D$
>>>>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/D$
>>>>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/F$
>>>>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/F$
>>>>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/ImageMagick-6.3.3V6
>>>>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/ImageMagick-6.3.3V6
>>>>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/TM_termoz
>>>>> Aug 26 10:11:42 bacchus automount[17827]: umount_autofs_offset: couldn't get ioctl fd for offset /cifs/SERV2/TM_termoz: No such file or directory
>>>>> Aug 26 10:11:42 bacchus automount[17827]: forcing umount of offset mount /cifs/SERV2/TM_termoz
>>>>> Aug 26 10:11:42 bacchus automount[17827]: failed to remove dir /cifs/SERV2/TM_termoz: Device or resource busy
>>>>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/Projets
>>>>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/Projets
>>>>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/Projets_Air
>>>>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/Projets_Air
>>>>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/termozs
>>>>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/termozs
>>>>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/packages
>>>>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/packages
>>>>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/powervault
>>>>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/powervault
>>>>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/temp
>>>>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/temp
>>>>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/01_MARKETING
>>>>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/02_ADMINISTRATIF
>>>>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/03_EXPLOITATION
>>>>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/04_SERVICE-CLIENTS
>>>>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/05_TELECHARGEMENTS
>>>>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/06_UTILISATEURS
>>>>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/07_PRODUCTION
>>>>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/08_BDD
>>>>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/ADMIN$
>>>>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/C$
>>>>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/CGIN
>>>>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/D$
>>>>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/F$
>>>>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/ImageMagick-6.3.3V6
>>>>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/TM_termoz
>>>>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/Projets
>>>>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/Projets_Air
>>>>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/termozs
>>>>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/packages
>>>>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/powervault
>>>>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/temp
>>>>>
>>>>> Now we are trying to umount the tree of autofs trigger mounts but one of
>>>>> the trigger mounts now has a mount on it which causes the problem.
>>>>>
>>>>> Aug 26 10:11:42 bacchus automount[17827]: ioctl_send_ready: token = 1527
>>>>> Aug 26 10:11:42 bacchus automount[17827]: mounted /cifs/SERV2/TM_termoz
>>>>>
>>>>> Now the mount completes.
>>>>>
>>>>> It is the mount not completing before the expire which causes autofs to
>>>>> not recognize that the tree has become busy which should prevent it from
>>>>> attempting to umount it.
>>>>>
>>>>> The check to determine if the umount of the tree can go ahead is done by
>>>>> checking if any of these autofs trigger mounts have a open file handle
>>>>> (which is used for control operations when they have a mount on top of
>>>>> them). But, during the mount, the file handle is not set until the time
>>>>> we see the "ioctl_send_ready: token = 1527" message so it is missed by
>>>>> the expire check.
>>>>>
>>>>> Aug 26 10:11:42 bacchus automount[17827]: handle_packet: type = 5
>>>>> Aug 26 10:11:42 bacchus automount[17827]: rm_unwanted_fn: removing directory /cifs/SERV2
>>>>> Aug 26 10:11:42 bacchus automount[17827]: unable to remove directory /cifs/SERV2: Directory not empty
>>>>> Aug 26 10:11:42 bacchus automount[17827]: expired /cifs/SERV2
>>>>> Aug 26 10:11:42 bacchus automount[17827]: handle_packet_missing_direct:1323: can't find map entry for (46,12396497)
>>>>>
>>>>> If we ever get any of these then it is game over.
>>>>> They are fatal and, although you will see a hang because a lock is not
>>>>> released, you must start over anyway. There is no other option.
>>>>>
>>>>> I don't know why the above expire is getting through, it shouldn't, but
>>>>> user space does need to handle this case anyway.
>>>>>
>>>>> I've done some basic testing and this still needs work (like a problem
>>>>> description) but I'm interested to know if this helps.
>>>>>
>>>>> autofs-5.0.3 - fix expire race
>>>>>
>>>>> From: Ian Kent <raven@themaw.net>
>>>>>
>>>>>
>>>>> ---
>>>>>
>>>>>  lib/mounts.c |    5 ++++-
>>>>>  1 files changed, 4 insertions(+), 1 deletions(-)
>>>>>
>>>>>
>>>>> diff --git a/lib/mounts.c b/lib/mounts.c
>>>>> index 4c44982..f26579e 100644
>>>>> --- a/lib/mounts.c
>>>>> +++ b/lib/mounts.c
>>>>> @@ -1525,8 +1525,11 @@ int umount_multi_triggers(struct autofs_point *ap, struct mapent *me, char *root
>>>>>  		oe_base = oe->key + strlen(root);
>>>>>  		left += umount_multi_triggers(ap, oe, root, oe_base);
>>>>>  
>>>>> -		if (oe->ioctlfd != -1)
>>>>> +		if (oe->ioctlfd != -1 ||
>>>>> +		    is_mounted(_PROC_MOUNTS, oe->key, MNTS_REAL)) {
>>>>>  			left++;
>>>>> +			break;
>>>>> +		}
>>>>>  	}
>>>>>  
>>>>>  	if (left)
>>>>>
>>>>>
>>>> _______________________________________________
>>>> autofs mailing list
>>>> autofs@linux.kernel.org
>>>> http://linux.kernel.org/mailman/listinfo/autofs
>>>
>> _______________________________________________
>> autofs mailing list
>> autofs@linux.kernel.org
>> http://linux.kernel.org/mailman/listinfo/autofs
> 
> 

_______________________________________________
autofs mailing list
autofs@linux.kernel.org
http://linux.kernel.org/mailman/listinfo/autofs

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: Problem of concurrent mount/umount call
  2011-02-17 11:01                     ` Erwan Loaëc
@ 2011-02-19  2:56                       ` Ian Kent
  0 siblings, 0 replies; 15+ messages in thread
From: Ian Kent @ 2011-02-19  2:56 UTC (permalink / raw)
  To: Erwan Loaëc; +Cc: autofs

On Thu, 2011-02-17 at 12:01 +0100, Erwan Loaëc wrote:
> Hello,
> 
> I'm going to generate a new autofs package for squeeze for our IT, and I 
> notice that the patch you've done about my problem does not seems to be 
> available on ftp://ftp.kernel.org/pub/linux/daemons/autofs/v5/
> 
> Is there a reason ?

No, it's in the queue waiting to get pushed, when I do push the patches
I have in the queue. Some will get dropped, I rearrange the order fairly
often, but eventually I'll push some of the patches. I don't have any
reason to drop your patch so it'll stay in the queue until I reach a
point where I'm ready to push them.

> Is the problem has been solved elsewhere ?

Nope.

> 
> --
> Erwan
> 
> 
> Ian Kent wrote:
> > On Tue, 2010-12-07 at 09:54 +0100, Erwan Loaëc wrote:
> >> Hello!
> >>
> >> For information, since I've updated our autofs with the suggested patch, 
> >> the problem has not occurred, and I don't see any CPU usage problem.
> > 
> > Thanks for letting me know.
> > I'll commit that change soon as I get a chance.
> > 
> >> Thanks!!
> >>
> >> I hope this problem is definitively solved :o)
> >>
> >> --
> >> Erwan Loaec
> >>
> >>
> >> Ian Kent wrote:
> >>> On Tue, 2010-10-26 at 15:22 +0200, Erwan Loaëc wrote:
> >>>> Hi,
> >>>>
> >>>> First, thank you for spending time to analyse the problem.
> >>>>
> >>>> I've apply the patch in our dev environnement, and defined a slow 
> >>>> timeout for the mount (60s)
> >>>>
> >>>> FYI, in production, in order to limit this problem, the timeout is set 
> >>>> to 2 hours.
> >>>>
> >>>> When it will be possible, I'll update every autofs. The problem is quite 
> >>>> rare, so I won't be able to attest that the problem is solve or not 
> >>>> immediatly.
> >>> Right, that sounds sensible since I can't work out how it gets through.
> >>>
> >>> I also need to know that the change doesn't cause any unwanted side
> >>> effects so let me know how things go.
> >>>
> >>> Adding an is_mounted() check in a frequently called function like this
> >>> can have an overhead if your using the old ioctl interface, which you
> >>> are by the look of the log. This should only show up if you have a
> >>> largish number of mounts. How many is a large number is very much site
> >>> dependent but if the CPU usage of the daemon is acceptable to you then
> >>> you don't need to worry about it.
> >>>
> >>>> In addition, can you tell me why the patch is "autofs-5.0.3 - fix expire 
> >>>> race" and not autofs-5.0.5 ?
> >>> That's just a typo, I'll rename the patch before committing it.
> >>>
> >>>> Thanks,
> >>>>
> >>>> Erwan
> >>>>
> >>>>
> >>>> Ian Kent wrote:
> >>>>> On Tue, 2010-10-26 at 09:22 +0200, Erwan Loaëc wrote:
> >>>>>> Sorry for my previous mail with missing parts...
> >>>>>>
> >>>>>>
> >>>>>> Ian Kent wrote:
> >>>>>>> On Fri, 2010-10-22 at 17:19 +0200, Erwan Loaëc wrote:
> >>>>>>>> Hello,
> >>>>>>>>
> >>>>>>>> Sorry for the time, but before posting again I've upgrade every 
> >>>>>>>> production servers with newest autofs4 module (with last patch) and last 
> >>>>>>> What does "newest autofs4 module" mean exactly?
> >>>>>> Yes it is not the "newest module" but the module recompiled with the 
> >>>>>> patch autofs4-2.6.26-v5-update-20090903.patch
> >>>>> OK.
> >>>>>
> >>>>>>>> automount with all patch EXCEPT these:
> >>>>>>>>
> >>>>>>>> autofs-5.0.5-fix-restart.patch
> >>>>>>>> autofs-5.0.5-fix-status-privilege-error.patch
> >>>>>>>> autofs-5.0.4-always-read-file-maps-mount-lookup-map-read-fix.patch
> >>>>>>>> autofs-5.0.5-fix-direct-map-not-updating-on-reread.patch
> >>>>>>>> autofs-5.0.5-add-external-bind-method.patch
> >>>>>>>> autofs-5.0.5-fix-add-simple-bind-auth.patch
> >>>>>>>> autofs-5.0.5-add-dump-maps-option.patch
> >>>>>>>> autofs-5.0.5-fix-submount-shutdown-wait.patch
> >>>>>>>>
> >>>>>>>>
> >>>>>>>> Today I had the same behaviour than the issue explained my previous mail.
> >>>>>>>>
> >>>>>>>> --------------------
> >>>>>>>> Oct 22 16:44:06 SERVERNAME automount[2665]: umount_autofs_offset: 
> >>>>>>>> couldn't get ioctl fd for offset /cifs/XXXXXXX/volume: No such file or 
> >>>>>>>> directory
> >>>>>>>> Oct 22 16:44:06 SERVERNAME automount[2665]: 
> >>>>>>>> handle_packet_missing_direct:1363: can't find map entry for (20,3548545)
> >>>>>>>> --------------------
> >>>>>>> This could be caused by a umount returning success when in fact it
> >>>>>>> didn't succeed with the umount. Are you sure umount is returning correct
> >>>>>>> status?
> >>>>>> Unfortunaly the last case occured on production server with debug 
> >>>>>> disable. I can't find more information in logfile...
> >>>>>>
> >>>>>> But, as I've explained in my previous mail, this could logical with the 
> >>>>>> bad sequence found in my previous case:
> >>>>>>
> >>>>>> *Call to the share /cifs/XXXXXXX/volume
> >>>>>> *Mount /cifs/XXXXXXX/volume expiring
> >>>>>> *New call to the share /cifs/XXXXXXX/volume
> >>>>>> *Umount /cifs/XXXXXXX/volume
> >>>>> But that isn't quite what the problem is.
> >>>>>
> >>>>> I've had a closer look at the log and:
> >>>>>
> >>>>> Aug 26 10:11:42 bacchus automount[17827]: handle_packet_expire_direct: token 1526, name /cifs/SERV2/TM_termoz
> >>>>> Aug 26 10:11:42 bacchus automount[17827]: expiring path /cifs/SERV2/TM_termoz
> >>>>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi: path /cifs/SERV2/TM_termoz incl 1
> >>>>> Aug 26 10:11:42 bacchus automount[17827]: umount_subtree_mounts: unmounting dir = /cifs/SERV2/TM_termoz
> >>>>> Aug 26 10:11:42 bacchus automount[17827]: expired /cifs/SERV2/TM_termoz
> >>>>> Aug 26 10:11:42 bacchus automount[17827]: ioctl_send_ready: token = 1526
> >>>>>
> >>>>> /cifs/SERV2/TM_termoz is umounted.
> >>>>>
> >>>>> Aug 26 10:11:42 bacchus automount[17827]: handle_packet: type = 5
> >>>>> Aug 26 10:11:42 bacchus automount[17827]: handle_packet_missing_direct: token 1527, name /cifs/SERV2/TM_termoz, request pid 29523
> >>>>> Aug 26 10:11:42 bacchus automount[17827]: attempting to mount entry /cifs/SERV2/TM_termoz
> >>>>> Aug 26 10:11:42 bacchus automount[17827]: lookup_mount: lookup(program): /cifs/SERV2/TM_termoz -> -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/TM_termoz
> >>>>> Aug 26 10:11:42 bacchus automount[17827]: parse_mount: parse(sun): expanded entry: -fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile ://SERV2/TM_termoz
> >>>>> Aug 26 10:11:42 bacchus automount[17827]: parse_mount: parse(sun): gathered options: fstype=cifs,file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> >>>>> Aug 26 10:11:42 bacchus automount[17827]: sun_mount: parse(sun): mounting root /tmp/auto1I7gB7, mountpoint /cifs/SERV2/TM_termoz, what //SERV2/TM_termoz, fstype cifs, options file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile
> >>>>> Aug 26 10:11:42 bacchus automount[17827]: do_mount: //SERV2/TM_termoz /cifs/SERV2/TM_termoz type cifs options file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile using module generic
> >>>>> Aug 26 10:11:42 bacchus automount[17827]: mount_mount: mount(generic): calling mkdir_path /tmp/auto1I7gB7
> >>>>> Aug 26 10:11:42 bacchus automount[17827]: mount_mount: mount(generic): calling mount -t cifs -s -o file_mode=0644,dir_mode=0755,uid=uniok,gid=uniok,credentials=/etc/mycredfile //SERV2/TM_termoz /tmp/auto1I7gB7
> >>>>> Aug 26 10:11:42 bacchus automount[17827]: mount_mount: mount(generic): mounted //SERV2/TM_termoz type cifs on /tmp/auto1I7gB7
> >>>>> Aug 26 10:11:42 bacchus automount[17827]: move_mount: moved mount tree from /tmp/auto1I7gB7 to /cifs/SERV2/TM_termoz
> >>>>>
> >>>>> And is then mounted again here, but the request is not complete and
> >>>>> we get an expire, which means that the kernel saw the tree of mounts
> >>>>> below /cifs/SERV2 as not busy. This means the dentry was selected
> >>>>> for expire before the mount, and in fact before the path walk which
> >>>>> caused it even started.
> >>>>>
> >>>>> Aug 26 10:11:42 bacchus automount[17827]: handle_packet: type = 4
> >>>>> Aug 26 10:11:42 bacchus automount[17827]: handle_packet_expire_indirect: token 1528, name SERV2
> >>>>> Aug 26 10:11:42 bacchus automount[17827]: expiring path /cifs/SERV2
> >>>>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi: path /cifs/SERV2 incl 1
> >>>>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/01_MARKETING
> >>>>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/01_MARKETING
> >>>>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/02_ADMINISTRATIF
> >>>>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/02_ADMINISTRATIF
> >>>>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/03_EXPLOITATION
> >>>>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/03_EXPLOITATION
> >>>>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/04_SERVICE-CLIENTS
> >>>>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/04_SERVICE-CLIENTS
> >>>>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/05_TELECHARGEMENTS
> >>>>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/05_TELECHARGEMENTS
> >>>>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/06_UTILISATEURS
> >>>>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/06_UTILISATEURS
> >>>>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/07_PRODUCTION
> >>>>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/07_PRODUCTION
> >>>>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/08_BDD
> >>>>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/08_BDD
> >>>>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/ADMIN$
> >>>>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/ADMIN$
> >>>>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/C$
> >>>>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/C$
> >>>>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/CGIN
> >>>>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/CGIN
> >>>>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/D$
> >>>>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/D$
> >>>>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/F$
> >>>>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/F$
> >>>>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/ImageMagick-6.3.3V6
> >>>>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/ImageMagick-6.3.3V6
> >>>>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/TM_termoz
> >>>>> Aug 26 10:11:42 bacchus automount[17827]: umount_autofs_offset: couldn't get ioctl fd for offset /cifs/SERV2/TM_termoz: No such file or directory
> >>>>> Aug 26 10:11:42 bacchus automount[17827]: forcing umount of offset mount /cifs/SERV2/TM_termoz
> >>>>> Aug 26 10:11:42 bacchus automount[17827]: failed to remove dir /cifs/SERV2/TM_termoz: Device or resource busy
> >>>>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/Projets
> >>>>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/Projets
> >>>>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/Projets_Air
> >>>>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/Projets_Air
> >>>>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/termozs
> >>>>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/termozs
> >>>>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/packages
> >>>>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/packages
> >>>>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/powervault
> >>>>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/powervault
> >>>>> Aug 26 10:11:42 bacchus automount[17827]: umount_multi_triggers: umount offset /cifs/SERV2/temp
> >>>>> Aug 26 10:11:42 bacchus automount[17827]: umounted offset mount /cifs/SERV2/temp
> >>>>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/01_MARKETING
> >>>>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/02_ADMINISTRATIF
> >>>>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/03_EXPLOITATION
> >>>>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/04_SERVICE-CLIENTS
> >>>>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/05_TELECHARGEMENTS
> >>>>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/06_UTILISATEURS
> >>>>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/07_PRODUCTION
> >>>>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/08_BDD
> >>>>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/ADMIN$
> >>>>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/C$
> >>>>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/CGIN
> >>>>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/D$
> >>>>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/F$
> >>>>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/ImageMagick-6.3.3V6
> >>>>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/TM_termoz
> >>>>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/Projets
> >>>>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/Projets_Air
> >>>>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/termozs
> >>>>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/packages
> >>>>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/powervault
> >>>>> Aug 26 10:11:42 bacchus automount[17827]: cache_delete_offset_list: deleting offset key /cifs/SERV2/temp
> >>>>>
> >>>>> Now we are trying to umount the tree of autofs trigger mounts but one of
> >>>>> the trigger mounts now has a mount on it which causes the problem.
> >>>>>
> >>>>> Aug 26 10:11:42 bacchus automount[17827]: ioctl_send_ready: token = 1527
> >>>>> Aug 26 10:11:42 bacchus automount[17827]: mounted /cifs/SERV2/TM_termoz
> >>>>>
> >>>>> Now the mount completes.
> >>>>>
> >>>>> It is the mount not completing before the expire which causes autofs to
> >>>>> not recognize that the tree has become busy which should prevent it from
> >>>>> attempting to umount it.
> >>>>>
> >>>>> The check to determine if the umount of the tree can go ahead is done by
> >>>>> checking if any of these autofs trigger mounts have a open file handle
> >>>>> (which is used for control operations when they have a mount on top of
> >>>>> them). But, during the mount, the file handle is not set until the time
> >>>>> we see the "ioctl_send_ready: token = 1527" message so it is missed by
> >>>>> the expire check.
> >>>>>
> >>>>> Aug 26 10:11:42 bacchus automount[17827]: handle_packet: type = 5
> >>>>> Aug 26 10:11:42 bacchus automount[17827]: rm_unwanted_fn: removing directory /cifs/SERV2
> >>>>> Aug 26 10:11:42 bacchus automount[17827]: unable to remove directory /cifs/SERV2: Directory not empty
> >>>>> Aug 26 10:11:42 bacchus automount[17827]: expired /cifs/SERV2
> >>>>> Aug 26 10:11:42 bacchus automount[17827]: handle_packet_missing_direct:1323: can't find map entry for (46,12396497)
> >>>>>
> >>>>> If we ever get any of these then it is game over.
> >>>>> They are fatal and, although you will see a hang because a lock is not
> >>>>> released, you must start over anyway. There is no other option.
> >>>>>
> >>>>> I don't know why the above expire is getting through, it shouldn't, but
> >>>>> user space does need to handle this case anyway.
> >>>>>
> >>>>> I've done some basic testing and this still needs work (like a problem
> >>>>> description) but I'm interested to know if this helps.
> >>>>>
> >>>>> autofs-5.0.3 - fix expire race
> >>>>>
> >>>>> From: Ian Kent <raven@themaw.net>
> >>>>>
> >>>>>
> >>>>> ---
> >>>>>
> >>>>>  lib/mounts.c |    5 ++++-
> >>>>>  1 files changed, 4 insertions(+), 1 deletions(-)
> >>>>>
> >>>>>
> >>>>> diff --git a/lib/mounts.c b/lib/mounts.c
> >>>>> index 4c44982..f26579e 100644
> >>>>> --- a/lib/mounts.c
> >>>>> +++ b/lib/mounts.c
> >>>>> @@ -1525,8 +1525,11 @@ int umount_multi_triggers(struct autofs_point *ap, struct mapent *me, char *root
> >>>>>  		oe_base = oe->key + strlen(root);
> >>>>>  		left += umount_multi_triggers(ap, oe, root, oe_base);
> >>>>>  
> >>>>> -		if (oe->ioctlfd != -1)
> >>>>> +		if (oe->ioctlfd != -1 ||
> >>>>> +		    is_mounted(_PROC_MOUNTS, oe->key, MNTS_REAL)) {
> >>>>>  			left++;
> >>>>> +			break;
> >>>>> +		}
> >>>>>  	}
> >>>>>  
> >>>>>  	if (left)
> >>>>>
> >>>>>
> >>>> _______________________________________________
> >>>> autofs mailing list
> >>>> autofs@linux.kernel.org
> >>>> http://linux.kernel.org/mailman/listinfo/autofs
> >>>
> >> _______________________________________________
> >> autofs mailing list
> >> autofs@linux.kernel.org
> >> http://linux.kernel.org/mailman/listinfo/autofs
> > 
> > 
> 
> _______________________________________________
> autofs mailing list
> autofs@linux.kernel.org
> http://linux.kernel.org/mailman/listinfo/autofs


_______________________________________________
autofs mailing list
autofs@linux.kernel.org
http://linux.kernel.org/mailman/listinfo/autofs

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2011-02-19  2:56 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-08-26 10:39 Problem of concurrent mount/umount call Erwan Loaëc
2010-09-20  1:58 ` Ian Kent
2010-09-20  2:08   ` Ian Kent
2010-10-22 15:19     ` Erwan Loaëc
2010-10-26  0:10       ` Ian Kent
2010-10-26  0:18       ` Ian Kent
2010-10-26  6:59         ` Erwan Loaëc
2010-10-26  7:22         ` Erwan Loaëc
2010-10-26 12:36           ` Ian Kent
2010-10-26 13:22             ` Erwan Loaëc
2010-10-27  2:10               ` Ian Kent
2010-12-07  8:54                 ` Erwan Loaëc
2010-12-08  2:42                   ` Ian Kent
2011-02-17 11:01                     ` Erwan Loaëc
2011-02-19  2:56                       ` Ian Kent

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.