命令行“sudo”中的警告消息

Ale*_*dre 19 sudo 14.04

每次我尝试sudo在终端上做某事时,都会收到一条警告消息:

alexandre@XPS-15Z $ sudo mount file.iso /mnt/ -o loop
[sudo] password for alexandre: 
no talloc stackframe at ../source3/param/loadparm.c:4864, leaking memory
Run Code Online (Sandbox Code Playgroud)

一直得到它只是很烦人。我该如何解决?我在 Ubuntu 14.04(从 13.10 升级)

Ale*_*dre 37

经过一番谷歌搜索,我发现此消息与 Samba 密码同步有关。

要修复它,请运行pam-auth-update并确保SMB password synchronization取消选择(source)。使用空格取消选择它。

SMB密码同步

当错误在 SAMBA 中得到纠正时,这应该不是必需的(实际上,Ubuntu 14.10 包含samba 4.1.11并且没有相同的行为)。