MARK's DBA Blog
  • Home

On Ubuntu sudo error caused by SAMBA

12/3/2014

0 Comments

 
SUDO ERROR DUE TO SAMBA BUG

If you selected SAMBA option during the install of Ubuntu you might receive this error when using sudo during normal operations.

maenglan@mengland-unx:~$ sudo su -
[sudo] password for maenglan:
no talloc stackframe at ../source3/param/loadparm.c:4864, leaking memory


To Fix, I removed SAMBA and related packages no reboot of the host was required.

root@mengland-unx:~# apt-get remove samba
root@mengland-unx:~# apt-get remove smbclient
root@mengland-unx:~# apt-get remove libpam-smbpass
0 Comments
    Picture
    Picture

    Author

    There are some that call me Tim.

    Categories

    All
    Oracle Database 12c
    Oracle Enterprise Manager
    Ubuntu Samba
    Ubuntu Server
    Ubuntu VNC

    Archives

    November 2016
    July 2015
    May 2015
    December 2014

    RSS Feed

Powered by Create your own unique website with customizable templates.
  • Home