• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Resolved remove Samba etc.

mdde

Regular Pleskian
Hi,

few month ago, i deleted samba via Plesk GUI.
Now i found some path and files, which a still here:
Code:
/usr/bin/dbwrap_tool:
/usr/bin/eventlogadm:
/usr/bin/net:
/usr/bin/nmblookup:
/usr/bin/oLschema2ldif:
/usr/bin/pdbedit:
/usr/bin/profiles:
/usr/bin/samba-regedit:
/usr/bin/sharesec:
/usr/bin/smbcontrol:
/usr/bin/smbpasswd:
/usr/bin/smbstatus:
/usr/bin/smbta-util:
/usr/bin/testparm:
/usr/sbin/nmbd:
/usr/sbin/samba:
/usr/sbin/smbd:

How can i remove samba completely from Server/ Plesk?

Plesk Onyx
Debian 8.x
 
Hi daanse,

"normaly", if you choosed the "purge" command with apt-get or aptitude, all files from the package ( => Debian -- File list of package samba/jessie/amd64 ) should have been deleted from your system ( incl. configuration files, executables and data ), while the "remove" - command should "normally" only remove data and executables. But in your case, you have some left-overs, which you could investigate at "/var/log/apt/term.log", "/var/log/apt/history.log" and "/var/log/dpkg.log"


Another option to search for related entries for a specific package ( as well in already rotated and compressed log - files ), you could use the command:

zgrep samba /var/log/apt/history*


If you don't like the idea to investigate the issue, just have a look at the provided "packages.debian.org" - link, which lists ALL files for the "samba" - package on Debian jessie systems.
 
Hi,
few Month ago i removed it via Plesk Interface.
So now i ran following command, and it worked.
Thank you.
Code:
sudo apt-get remove --purge samba
 
Back
Top