原文地址:http://ubuntuforums.org/showthread.php?t=2214042

Ubuntu14.04安装samba服务器后每次使用sudo命令都会出现no talloc stackframe at ../source3/param/loadparm.c:4864, leaking memory的错误。解决方法如下:

 

sudo apt-get autoremove libpam-smbpass

而且卸载后samba服务器照样可以使用。

 

大牛是这样解释的:the libpam-smbpass package will sync system users and passwords with the Samba user database.

照这解释来看只要不修改用户名和密码就应该不会出问题。

posted on 2014-08-05 03:20  飞儿传媒  阅读(1436)  评论(0)    收藏  举报
飞儿传媒