Advertisement
msx

Untitled

msx
Mar 30th, 2014
306
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.94 KB | None | 0 0
  1. j:0 /media/SERVERS > sudo automount -f -v
  2. Starting automounter version 5.0.7, master map /etc/auto.master
  3. using kernel protocol version 5.02
  4. lookup_init:136: lookup(yp): map auto.master: Local domain name not set
  5. mounted indirect on /media/SERVERS/smb with timeout 60, freq 15 seconds
  6. mounted indirect on /media/SERVERS/sshfs with timeout 60, freq 15 seconds
  7. ^Cumounted indirect mount /media/SERVERS/sshfs
  8. shut down path /media/SERVERS/sshfs
  9. umounted indirect mount /media/SERVERS/smb
  10. shut down path /media/SERVERS/smb
  11. autofs stopped
  12.  
  13. (What I did here:
  14. j:0 ~ > cd /media/SERVERS/
  15. j:0 /media/SERVERS > ls
  16. smb/ sshfs/
  17. j:0 /media/SERVERS > cd smb
  18. j:0 /media/SERVERS/smb > ls
  19. j:0 /media/SERVERS/smb > ..
  20. j:0 /media/SERVERS > cd sshfs/
  21. j:0 /media/SERVERS/sshfs > ls
  22. j:0 /media/SERVERS/sshfs > ..
  23. )
  24.  
  25. At this point ^C then:
  26. j:0 /media/SERVERS > ls
  27. sshfs/
  28. (obviously a residuary of the unclean unmount by the forced ^C)
  29. j:0 /media/SERVERS > sudo rm -r sshfs/
  30. j:0 /media/SERVERS > sudo automount -f -d -v
  31. Starting automounter version 5.0.7, master map /etc/auto.master
  32. using kernel protocol version 5.02
  33. lookup_nss_read_master: reading master file /etc/auto.master
  34. lookup_nss_read_master: reading master dir /etc/auto.master.d
  35. lookup_nss_read_master: reading master file /etc/auto.master.d/servers.autofs
  36. lookup_nss_read_master: reading master nis auto.master
  37. lookup_init:136: lookup(yp): map auto.master: Local domain name not set
  38. lookup_nss_read_master: reading master files auto.master
  39. master_do_mount: mounting /media/SERVERS/smb
  40. automount_path_to_fifo: fifo name /var/run/autofs.fifo-media-SERVERS-smb
  41. lookup_nss_read_map: reading map file /etc/autofs/auto.samba
  42. mounted indirect on /media/SERVERS/smb with timeout 60, freq 15 seconds
  43. st_ready: st_ready(): state = 0 path /media/SERVERS/smb
  44. master_do_mount: mounting /media/SERVERS/sshfs
  45. automount_path_to_fifo: fifo name /var/run/autofs.fifo-media-SERVERS-sshfs
  46. lookup_nss_read_map: reading map file /etc/autofs/auto.sshfs
  47. mounted indirect on /media/SERVERS/sshfs with timeout 60, freq 15 seconds
  48. st_ready: st_ready(): state = 0 path /media/SERVERS/sshfs
  49. st_expire: state 1 path /media/SERVERS/sshfs
  50. expire_proc: exp_proc = 140004059907840 path /media/SERVERS/sshfs
  51. expire_cleanup: got thid 140004059907840 path /media/SERVERS/sshfs stat 0
  52. expire_cleanup: sigchld: exp 140004059907840 finished, switching from 2 to 1
  53. st_ready: st_ready(): state = 2 path /media/SERVERS/sshfs
  54. st_expire: state 1 path /media/SERVERS/smb
  55. expire_proc: exp_proc = 140004059907840 path /media/SERVERS/smb
  56. expire_cleanup: got thid 140004059907840 path /media/SERVERS/smb stat 0
  57. expire_cleanup: sigchld: exp 140004059907840 finished, switching from 2 to 1
  58. st_ready: st_ready(): state = 2 path /media/SERVERS/smb
  59. ^Cdo_notify_state: signal 2
  60. master_notify_state_change: sig 2 switching /media/SERVERS/smb from 1 to 5
  61. master_notify_state_change: sig 2 switching /media/SERVERS/sshfs from 1 to 5
  62. st_prepare_shutdown: state 1 path /media/SERVERS/sshfs
  63. expire_proc: exp_proc = 140004059907840 path /media/SERVERS/sshfs
  64. st_prepare_shutdown: state 1 path /media/SERVERS/smb
  65. expire_proc: exp_proc = 140004012939008 path /media/SERVERS/smb
  66. expire_cleanup: got thid 140004059907840 path /media/SERVERS/sshfs stat 0
  67. expire_cleanup: sigchld: exp 140004059907840 finished, switching from 5 to 7
  68. st_shutdown: state 5 path /media/SERVERS/sshfs
  69. expire_cleanup: got thid 140004012939008 path /media/SERVERS/smb stat 0
  70. expire_cleanup: sigchld: exp 140004012939008 finished, switching from 5 to 7
  71. st_shutdown: state 5 path /media/SERVERS/smb
  72. umount_multi: path /media/SERVERS/sshfs incl 0
  73. umounted indirect mount /media/SERVERS/sshfs
  74. automount_path_to_fifo: fifo name /var/run/autofs.fifo-media-SERVERS-sshfs
  75. shut down path /media/SERVERS/sshfs
  76. umount_multi: path /media/SERVERS/smb incl 0
  77. umounted indirect mount /media/SERVERS/smb
  78. automount_path_to_fifo: fifo name /var/run/autofs.fifo-media-SERVERS-smb
  79. shut down path /media/SERVERS/smb
  80. autofs stopped
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement