Advertisement
Guest User

Untitled

a guest
Nov 30th, 2020
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.62 KB | None | 0 0
  1. sh -x /etc/init.d/samba.sh start
  2. + RUN_MODE=daemons
  3. + [ -r /etc/default/samba ]
  4. + NMBDPID=/var/run/nmbd.pid
  5. + SMBDPID=/var/run/smbd.pid
  6. + unset TMPDIR
  7. + test -x /usr/sbin/nmbd -a -x /usr/sbin/smbd
  8. + /bin/nice
  9. + Cur_NICE=0
  10. + Set_NICE=17
  11. + echo -n Starting Samba daemons:
  12. Starting Samba daemons:+ echo -n nmbd
  13. nmbd+ /bin/nice -n 17 /sbin/start-stop-daemon --start --quiet --exec /usr/sbin/nmbd -- -D
  14. Unable to setup corepath for nmbd: Operation not permitted
  15. [2020/11/30 17:11:21, 0] ../lib/util/debug.c:595(reopen_logs_internal)
  16. Unable to open new log file '/var/log/samba/log.nmbd': Permission denied
  17. [2020/11/30 17:11:21, 0] ../lib/util/debug.c:595(reopen_logs_internal)
  18. Unable to open new log file '/var/log/samba/log.nmbd': Permission denied
  19. [2020/11/30 17:11:21, 0] ../source3/nmbd/nmbd.c:902(main)
  20. nmbd version 4.1.7 started.
  21. Copyright Andrew Tridgell and the Samba Team 1992-2013
  22. + [ daemons != inetd ]
  23. + echo -n smbd
  24. smbd+ /bin/nice -n 17 /sbin/start-stop-daemon --start --quiet --exec /usr/sbin/smbd -- -D
  25. [2020/11/30 17:11:21, 0] ../lib/util/debug.c:595(reopen_logs_internal)
  26. Unable to open new log file '/var/log/samba/log.smbd': Permission denied
  27. [2020/11/30 17:11:21, 0] ../source3/lib/dumpcore.c:249(dump_core_setup)
  28. Unable to setup corepath for smbd: Operation not permitted
  29. [2020/11/30 17:11:21, 0] ../lib/util/debug.c:595(reopen_logs_internal)
  30. Unable to open new log file '/var/log/samba/log.smbd': Permission denied
  31. [2020/11/30 17:11:21, 0] ../source3/smbd/server.c:1205(main)
  32. smbd version 4.1.7 started.
  33. Copyright Andrew Tridgell and the Samba Team 1992-2013
  34. + echo .
  35. .
  36. + exit 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement