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

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.