• 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.

Samba Fileserver Configuration

Aven

New Pleskian
Samba extension is not running on PLESK 11.0.9, Ubuntu12

ERROR: PleskFatalException
FileServerManager::start() failed: Unable to start fileserver: filesrvmng failed: filesrvmng: Unable to find start/stop script for 'samba'

System error 2: No such file or directory

Additionally, an exception has occurred while trying to report this error: PleskUserException
Unable to create FileServerManager object: Unable to start fileserver: filesrvmng failed: filesrvmng: Unable to find start/stop script for 'samba'

System error 2: No such file or directory

0: modules.fileserver.toggle.php:52
plesk__modules__fileserver__toggle->accessItem(string 'GET', NULL null)
1: UIPointer.php:595
UIPointer->access(string 'GET')
2: plesk.php:45

This happen while trying to switch on this extension.

Pls. Help.
 
This is os-specific problem on ubuntu 12.
Plesk developers are notified and will resolve the issue.

As a workaround you can create symlink for samba script:
ln -s /etc/init.d/smbd /etc/init.d/samba
 
Thank You.
However at this time PLESK gives an answer on switching on:
"Information: Samba File Server was switched on."
but the button "Switch On" still shows "Switch On", no "Switch Off".
Samba is not running anyway. (i cant see it in the localnet).
But samba and smbd is running:
6433 ? Ss 0:00 samba
6435 ? S 0:00 samba
6436 ? S 0:07 samba
6437 ? S 0:00 samba
6443 ? S 0:00 samba
6445 ? S 0:00 samba
22286 ? Ss 0:00 smbd -F
22288 ? S 0:00 smbd -F
 
nmbd service should be runned too.

I have wrote a simple script /etc/init.d/samba (instead of symlink as I said before):

#!/bin/bash
service smbd $1
service nmbd $1

And it works for me.
 
Hello I have problem with samba fileserver connecting over VPN. The VPN connection is ready but when I will connect my windows 7 64bit client to the root server it brokes the connection. I use openSuSE 12.1 86x64 and Plesk 11. I used samba fileserver with plesk 8 and 9 and there are no problem been.
 
Thank You.
However at this time PLESK gives an answer on switching on:
"Information: Samba File Server was switched on."
but the button "Switch On" still shows "Switch On", no "Switch Off".
Samba is not running anyway. (i cant see it in the localnet).
But samba and smbd is running:
6433 ? Ss 0:00 samba
6435 ? S 0:00 samba
6436 ? S 0:07 samba
6437 ? S 0:00 samba
6443 ? S 0:00 samba
6445 ? S 0:00 samba
22286 ? Ss 0:00 smbd -F
22288 ? S 0:00 smbd -F

i have the exact same issue on a clean install on centos 6.5 64bit



Later edit, it does like this because the panel starts only the smbd service leaving nmbd stopped.
 
Last edited:
i have the exact same issue on a clean install on centos 6.5 64bit

Later edit, it does like this because the panel starts only the smbd service leaving nmbd stopped.

Thanks man! I had the same problem (Centos 6.5/64bit).

service nmb start
Starting NMB services: [ OK ]
 
Back
Top