After installing wine, my samba shared directory of Ubuntu PC couldn't access by windows.
Checking samba log
$ cat /var/log/samba/log.no-onegun-lee06
#31 smbd(main+0x15b4) [0x7f9b7de9b6c4]
#32 /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf5) [0x7f9b79fd6ec5]
#33 smbd(+0x7a96) [0x7f9b7de9ba96]
[2017/03/04 14:01:46.815788, 0] ../source3/lib/util.c:801(smb_panic_s3)
smb_panic(): calling panic action [/usr/share/samba/panic-action 5539]
[2017/03/04 14:01:46.817693, 0] ../source3/lib/util.c:809(smb_panic_s3)
smb_panic(): action returned status 0
[2017/03/04 14:01:46.817732, 0] ../source3/lib/dumpcore.c:303(dump_core)
dumping core in /var/log/samba/cores/smbd
[[ solution ]]
I think there was a miss match of shared libraries with either tevent or talloc. After reinstalling all the libraries all was fixed.
$sudo apt-get install --reinstall libsmbclient libsmbclient-dev libtevent0 libtalloc2
$sudo reboot
'Programming > Linux Tip' 카테고리의 다른 글
linux partitions (sda, sda1, sda2...) (0) | 2018.10.29 |
---|---|
Calculation real size from results of 'df' and 'stat' (0) | 2017.03.13 |
ps command PC meaning, ps 명령어 의미 (0) | 2016.12.14 |
linux command tip - double redirection(꺽쇠) ">>" (0) | 2016.12.02 |
The result of access(ls, cp) according parent directory permission | 상위 디렉토리의 권한에 따른 access(ls, cp) 결과 (0) | 2016.10.27 |