• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Resolved remove Samba etc.

daanse

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