Guest User

Untitled

a guest
Oct 18th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.09 KB | None | 0 0
  1. tail -f /var/log/kernel.log
  2.  
  3. Oct 15 21:43:07 Laptop kernel: [ 3910.412985] No dialect specified on mount. Default has changed to a more secure dialect, SMB2.1 or later (e.g. SMB3), from CIFS (SMB1). To use the less secure SMB1 dialect to access old servers which do not support SMB3 (or SMB2.1) specify vers=1.0 on mount.
  4. Oct 15 21:43:07 Laptop kernel: [ 3910.418005] CIFS VFS: Error connecting to socket. Aborting operation.
  5. Oct 15 21:43:07 Laptop kernel: [ 3910.418016] CIFS VFS: cifs_mount failed w/return code = -111
  6.  
  7. /media/movies cifs auto,*`vers=1.0`*,credentials=/etc/samba/user,noexec 0 0
  8.  
  9. Oct 15 21:49:06 Laptop kernel: [ 4269.887208] CIFS VFS: Error connecting to socket. Aborting operation.
  10. Oct 15 21:49:06 Laptop kernel: [ 4269.887218] CIFS VFS: cifs_mount failed w/return code = -111
  11.  
  12. >● smb.service
  13. Loaded: not-found (Reason: No such file or directory)
  14. Active: inactive (dead)
  15.  
  16. service smbd status
  17. >● smbd.service - LSB: start Samba SMB/CIFS daemon (smbd)
  18. Loaded: loaded (/etc/init.d/smbd; bad; vendor preset: enabled)
  19. Active: active (exited) since Mon 2018-10-15 21:11:36 CEST; 43min ago
  20. Docs: man:systemd-sysv-generator(8)
  21. Process: 1136 ExecStart=/etc/init.d/smbd start (code=exited, status=0/SUCCESS)
  22. Oct 15 21:11:38 rabbithole smbd[1159]: #10 /usr/sbin/smbd(main+0x1899) [0x55c64af04099]
  23. Oct 15 21:11:38 rabbithole smbd[1159]: #11 /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xe7) [0x7f410b059b97]
  24. Oct 15 21:11:38 rabbithole smbd[1159]: #12 /usr/sbin/smbd(_start+0x29) [0x55c64af04199]
  25. Oct 15 21:11:38 rabbithole smbd[1159]: [2018/10/15 21:11:38.090690, 0] ../source3/lib/util.c:801(smb_panic_s3)
  26. Oct 15 21:11:38 rabbithole smbd[1159]: smb_panic(): calling panic action [/usr/share/samba/panic-action 1159]
  27. Oct 15 21:11:38 rabbithole smbd[1159]: [2018/10/15 21:11:38.098636, 0] ../source3/lib/util.c:809(smb_panic_s3)
  28. Oct 15 21:11:38 rabbithole smbd[1159]: smb_panic(): action returned status 0
  29. Oct 15 21:11:38 rabbithole smbd[1159]: [2018/10/15 21:11:38.098738, 0] ../source3/lib/dumpcore.c:303(dump_core)
  30. Oct 15 21:11:38 rabbithole smbd[1159]: dumping core in /var/log/samba/cores/smbd
  31. Oct 15 21:11:38 rabbithole smbd[1159]:
  32.  
  33. sudo smbclient -L //server_ip -U user
  34.  
  35. WARNING: The "syslog" option is deprecated
  36. Enter diet's password:
  37. Connection to 192.168.178.21 failed (Error NT_STATUS_CONNECTION_REFUSED)
  38.  
  39. diet@rabbithole:~$ sudo cat /var/log/samba/log.nmbd
  40. [2018/10/15 21:11:36.244286, 0] ../lib/util/become_daemon.c:124(daemon_ready)
  41. STATUS=daemon 'nmbd' finished starting up and ready to serve connections
  42. [2018/10/15 21:11:36.244592, 0] ../lib/util/fault.c:78(fault_report)
  43. ===============================================================
  44. [2018/10/15 21:11:36.244651, 0] ../lib/util/fault.c:79(fault_report)
  45. INTERNAL ERROR: Signal 11 in pid 1135 (4.3.11-Ubuntu)
  46. Please read the Trouble-Shooting section of the Samba HOWTO
  47. [2018/10/15 21:11:36.244708, 0] ../lib/util/fault.c:81(fault_report)
  48. ===============================================================
  49. [2018/10/15 21:11:36.244750, 0] ../source3/lib/util.c:789(smb_panic_s3)
  50. PANIC (pid 1135): internal error
  51. [2018/10/15 21:11:36.245703, 0] ../source3/lib/util.c:900(log_stack_trace)
  52. BACKTRACE: 11 stack frames:
  53. #0 /usr/lib/x86_64-linux-gnu/samba/libsmbregistry.so.0(log_stack_trace+0x1a) [0x7f58521627aa]
  54. #1 /usr/lib/x86_64-linux-gnu/samba/libsmbregistry.so.0(smb_panic_s3+0x20) [0x7f5852162880]
  55. #2 /usr/lib/x86_64-linux-gnu/libsamba-util.so.0(smb_panic+0x2f) [0x7f585445ff1f]
  56. #3 /usr/lib/x86_64-linux-gnu/libsamba-util.so.0(+0x1b136) [0x7f5854460136]
  57. #4 /lib/x86_64-linux-gnu/libpthread.so.0(+0x12890) [0x7f58548c4890]
  58. #5 /usr/lib/x86_64-linux-gnu/libtalloc.so.2(talloc_get_size+0x5) [0x7f58517005a5]
  59. #6 /usr/lib/x86_64-linux-gnu/libsmbconf.so.0(event_add_to_poll_args+0x76) [0x7f5853846556]
  60. #7 /usr/sbin/nmbd(listen_for_packets+0xff) [0x5590a81f47af]
  61. #8 /usr/sbin/nmbd(main+0xcf6) [0x5590a81e3bb6]
  62. #9 /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xe7) [0x7f5850cfbb97]
  63. #10 /usr/sbin/nmbd(_start+0x29) [0x5590a81e3f79]
  64. [2018/10/15 21:11:36.245966, 0] ../source3/lib/util.c:801(smb_panic_s3)
  65. smb_panic(): calling panic action [/usr/share/samba/panic-action 1135]
  66. [2018/10/15 21:11:36.259765, 0] ../source3/lib/util.c:809(smb_panic_s3)
  67. smb_panic(): action returned status 0
  68. [2018/10/15 21:11:36.260473, 0] ../source3/lib/dumpcore.c:303(dump_core)
  69. dumping core in /var/log/samba/cores/nmbd
  70. [2018/10/16 22:25:50.464532, 0] ../lib/util/become_daemon.c:124(daemon_ready)
  71. STATUS=daemon 'nmbd' finished starting up and ready to serve connections
  72. [2018/10/16 22:25:50.501751, 0] ../lib/util/fault.c:78(fault_report)
  73. ===============================================================
  74. [2018/10/16 22:25:50.501817, 0] ../lib/util/fault.c:79(fault_report)
  75. INTERNAL ERROR: Signal 11 in pid 1069 (4.3.11-Ubuntu)
  76. Please read the Trouble-Shooting section of the Samba HOWTO
  77. [2018/10/16 22:25:50.501886, 0] ../lib/util/fault.c:81(fault_report)
  78. ===============================================================
  79. [2018/10/16 22:25:50.501927, 0] ../source3/lib/util.c:789(smb_panic_s3)
  80. PANIC (pid 1069): internal error
  81. [2018/10/16 22:25:50.502887, 0] ../source3/lib/util.c:900(log_stack_trace)
  82. BACKTRACE: 11 stack frames:
  83. #0 /usr/lib/x86_64-linux-gnu/samba/libsmbregistry.so.0(log_stack_trace+0x1a) [0x7f58a6df07aa]
  84. #1 /usr/lib/x86_64-linux-gnu/samba/libsmbregistry.so.0(smb_panic_s3+0x20) [0x7f58a6df0880]
  85. #2 /usr/lib/x86_64-linux-gnu/libsamba-util.so.0(smb_panic+0x2f) [0x7f58a90edf1f]
  86. #3 /usr/lib/x86_64-linux-gnu/libsamba-util.so.0(+0x1b136) [0x7f58a90ee136]
  87. #4 /lib/x86_64-linux-gnu/libpthread.so.0(+0x12890) [0x7f58a9552890]
  88. #5 /usr/lib/x86_64-linux-gnu/libtalloc.so.2(talloc_get_size+0x5) [0x7f58a638e5a5]
  89. #6 /usr/lib/x86_64-linux-gnu/libsmbconf.so.0(event_add_to_poll_args+0x76) [0x7f58a84d4556]
  90. #7 /usr/sbin/nmbd(listen_for_packets+0xff) [0x5626ea7dc7af]
  91. #8 /usr/sbin/nmbd(main+0xcf6) [0x5626ea7cbbb6]
  92. #9 /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xe7) [0x7f58a5989b97]
  93. #10 /usr/sbin/nmbd(_start+0x29) [0x5626ea7cbf79]
  94. [2018/10/16 22:25:50.503153, 0] ../source3/lib/util.c:801(smb_panic_s3)
  95. smb_panic(): calling panic action [/usr/share/samba/panic-action 1069]
  96. [2018/10/16 22:25:50.512666, 0] ../source3/lib/util.c:809(smb_panic_s3)
  97. smb_panic(): action returned status 0
  98. [2018/10/16 22:25:50.512764, 0] ../source3/lib/dumpcore.c:303(dump_core)
  99. dumping core in /var/log/samba/cores/nmbd
  100. [2018/10/18 19:44:06.860935, 0] ../lib/util/become_daemon.c:124(daemon_ready)
  101. STATUS=daemon 'nmbd' finished starting up and ready to serve connections
  102. [2018/10/18 19:44:06.894869, 0] ../lib/util/fault.c:78(fault_report)
  103. ===============================================================
  104. [2018/10/18 19:44:06.894939, 0] ../lib/util/fault.c:79(fault_report)
  105. INTERNAL ERROR: Signal 11 in pid 1046 (4.3.11-Ubuntu)
  106. Please read the Trouble-Shooting section of the Samba HOWTO
  107. [2018/10/18 19:44:06.894998, 0] ../lib/util/fault.c:81(fault_report)
  108. ===============================================================
  109. [2018/10/18 19:44:06.895041, 0] ../source3/lib/util.c:789(smb_panic_s3)
  110. PANIC (pid 1046): internal error
  111. [2018/10/18 19:44:06.896034, 0] ../source3/lib/util.c:900(log_stack_trace)
  112. BACKTRACE: 11 stack frames:
  113. #0 /usr/lib/x86_64-linux-gnu/samba/libsmbregistry.so.0(log_stack_trace+0x1a) [0x7f1e44bbf7aa]
  114. #1 /usr/lib/x86_64-linux-gnu/samba/libsmbregistry.so.0(smb_panic_s3+0x20) [0x7f1e44bbf880]
  115. #2 /usr/lib/x86_64-linux-gnu/libsamba-util.so.0(smb_panic+0x2f) [0x7f1e46ebcf1f]
  116. #3 /usr/lib/x86_64-linux-gnu/libsamba-util.so.0(+0x1b136) [0x7f1e46ebd136]
  117. #4 /lib/x86_64-linux-gnu/libpthread.so.0(+0x12890) [0x7f1e47321890]
  118. #5 /usr/lib/x86_64-linux-gnu/libtalloc.so.2(talloc_get_size+0x5) [0x7f1e4415d5a5]
  119. #6 /usr/lib/x86_64-linux-gnu/libsmbconf.so.0(event_add_to_poll_args+0x76) [0x7f1e462a3556]
  120. #7 /usr/sbin/nmbd(listen_for_packets+0xff) [0x55ff3c5c47af]
  121. #8 /usr/sbin/nmbd(main+0xcf6) [0x55ff3c5b3bb6]
  122. #9 /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xe7) [0x7f1e43758b97]
  123. #10 /usr/sbin/nmbd(_start+0x29) [0x55ff3c5b3f79]
  124. [2018/10/18 19:44:06.896297, 0] ../source3/lib/util.c:801(smb_panic_s3)
  125. smb_panic(): calling panic action [/usr/share/samba/panic-action 1046]
  126. [2018/10/18 19:44:06.906076, 0] ../source3/lib/util.c:809(smb_panic_s3)
  127. smb_panic(): action returned status 0
  128. [2018/10/18 19:44:06.906178, 0] ../source3/lib/dumpcore.c:303(dump_core)
  129. dumping core in /var/log/samba/cores/nmbdADDED 18-10-2018
  130.  
  131. diet@rabbithole:~$ sudo apt-get install libtevent-dev=0.9.28-0ubuntu0.14.04.1
  132.  
  133. Reading package lists... Done
  134. Building dependency tree
  135. Reading state information... Done
  136. Some packages could not be installed. This may mean that you have
  137. requested an impossible situation or if you are using the unstable
  138. distribution that some required packages have not yet been created
  139. or been moved out of Incoming.
  140. The following information may help to resolve the situation:
  141.  
  142. The following packages have unmet dependencies:
  143. libtevent-dev : Depends: libtevent0 (= 0.9.28-0ubuntu0.14.04.1) but 0.9.34-1 is to be installed
  144. E: Unable to correct problems, you have held broken packages.
Add Comment
Please, Sign In to add comment