혹시나 하고 삼바 서비스를 재실행 해보니 에러가 발생했다.
# sudo systemctl start smb.service
Job for smb.service failed because the control process exited with error code.See "systemctl status smb.service" and "journalctl -xe" for details.로그파일은[2019/01/15 02:02:34.769577, 0] ../source3/auth/auth_util.c:1382(make_new_session_info_guest) create_local_token failed: NT_STATUS_ACCESS_DENIED [2019/01/15 02:02:34.780321, 0] ../source3/smbd/server.c:2000(main) ERROR: failed to setup guest info.
몇일간 구글링을 통해 확인했늗네 winbind.service가 실행 중이면 에러가 발생한다는 사실을 확인했고 guest 계정이 언제 문제를 일으키는 거 같다. 아래 원문링크 참조
해결방안은 아래 명령어를 실행하자.
An easy way to fix it is by running the following command:
# net groupmap add sid=S-1-5-32-546 unixgroup=nobody type=builtin
https://lists.samba.org/archive/samba-technical/2018-September/130370.html