红联Linux门户
Linux帮助

Ubuntu 14.04报“leaking memory”错误

发布时间:2016-05-26 15:37:27来源:linux网站作者:qiuri2008

在做一些实验的时候,临时配置了笔记本网卡eth0的IP地址,结果出现了以下错误:
$ sudo ifconfig eth0 192.168.2.100/24
no talloc stackframe at ../source3/param/loadparm.c:4864, leaking momroy


在网上找了一下解决方案,说是Samba的问题,以下是解决办法:

$ sudo pam-auth-update

取消“SMB password synchronization”的选择即可。


本文永久更新地址:http://www.linuxdiyf.com/linux/20977.html