Chinaunix首页 | 论坛 | 博客
  • 博客访问: 213227
  • 博文数量: 37
  • 博客积分: 1627
  • 博客等级: 上尉
  • 技术积分: 396
  • 用 户 组: 普通用户
  • 注册时间: 2010-01-06 12:08
文章分类

全部博文(37)

文章存档

2018年(1)

2016年(2)

2015年(2)

2014年(1)

2012年(8)

2011年(9)

2010年(14)

我的朋友

分类: LINUX

2018-01-26 14:33:15

其实基于ubuntu 16.04的samba配置已经很容易了,
但还是遇到了连接不稳定,很容易掉连接的问题。
查看/var/log/samba/目录下的log文件,发现出现了panic的错误,解决办法如下:

Samba on Ubuntu problem smb_panic()


Try to use Samba on Ubuntu in the VirtulBox, access from Windows always failed,

Check the Samba log:
tail /var/log/samba/log.lenovo-xhl-pc
Result as below (partially copy),
../source3/lib/util.c:801(smb_panic_s3) smb_panic(): calling panic action

This command resolved the problem,
$ apt-get install --reinstall libsmbclient libsmbclient-dev libtevent0 libtalloc2

It seems that the new samba package poorly specified the dependencies it needed, so require to re-install these library.

Reference link:




阅读(528) | 评论(0) | 转发(0) |
0

上一篇:Linux下缓冲区溢出攻击的原理及对策

下一篇:没有了

给主人留下些什么吧!~~