Samba service does not stop
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
samba (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
Trying to stop samba service does nothing, other services seem to work. This is clean installation from "ubuntu-
Someone might have interest looking into empty response when apache2 was stopped
"leaking memory" is also related to samba = bug 1257186
=======
root@sis064pc208:~# lsb_release -rd
Description: Ubuntu 14.04 LTS
Release: 14.04
root@sis064pc208:~# apt-cache policy samba
samba:
Installed: 2:4.1.6+
Candidate: 2:4.1.6+
Version table:
2:
500 http://
*** 2:4.1.6+
500 http://
100 /var/lib/
root@sis064pc208:~#
=======
a@sis064pc208:~$ sudo su -
[sudo] password for a:
no talloc stackframe at ../source3/
root@sis064pc208:~# service samba status
* nmbd is running
* smbd is running
root@sis064pc208:~# service samba stop
root@sis064pc208:~# service samba status
* nmbd is running
* smbd is running
root@sis064pc208:~# service apache2 status
* apache2 is running
root@sis064pc208:~# service apache2 stop
* Stopping web server apache2
*
root@sis064pc208:~# service apache2 status
* apache2 is not running
root@sis064pc208:~#
=======
Thank you for taking the time to report this bug and helping to make Ubuntu better.
You need to stop smbd and nmbd individually. The "samba" alias to two services and confusing interaction with the init.d script has the same underlying cause as bug 1321369, so I'll mark this as a duplicate.