• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

[SOLVED] Panic or segfault in Samba on Plesk 12.5

Pascal_Netenvie

Regular Pleskian
Hi,

On 2 recently installed servers with Debian 7.9 64B and Plesk 12.5.30 u13 i regularly receive this kind of email :

The Samba 'panic action' script, /usr/share/samba/panic-action,
was called for PID 56923 ().

How can we fix that ?

Regards.
 
Last edited:
Hi,
thx for answer.
I already seen this post but as my /etc/samba/smb.conf seems correct and there is nothing in /var/lib/samba/usershares i'm not sure what to do ...
Also i'm wondering if samba is needed ?
I know it is used to share files or folders with windows users, but do i need it for my webserver or to use Plesk ?
 
Just disable or uninstall filesharing (samba) service.
 
Just go to autoinstaller and remove "Plesk Fileserver extension and SMB file server package" component.
 
Yes, with

# /usr/local/psa/admin/sbin/autoinstaller and follow menu. Or in Plesk UI Tools & Settings -> Updates and Upgrades.
 
In last plesk 12.5 version (i just installed one on a new server) it seems component name has changed in Plesk UI.
Is it "Plesk file server" ?
 
Hi Pascal_Netenvie,

you might be interested, that the Plesk autoinstaller has as well a "HELP" - string - option:

/usr/local/psa/admin/sbin/autoinstaller --help

Performing this command will lead you to the option - string "--show-components":

/usr/local/psa/admin/sbin/autoinstaller --show-components

/usr/local/psa/admin/sbin/autoinstaller --show-components --show-options

All possible components are listed with the current Plesk name, which you could use to install/remove components over the command line.


Complete common used commands would be:

/usr/local/psa/admin/bin/autoinstaller --select-product-id plesk --select-release-current --show-components --show-options

/usr/local/psa/admin/bin/autoinstaller --select-product-id plesk --select-release-current --install-component PLESK-COMPONENT-NAME-AS-SHOWN-WITH-PREVIOUS-COMMAND
/usr/local/psa/admin/bin/autoinstaller --select-product-id plesk --select-release-current --remove-component PLESK-COMPONENT-NAME-AS-SHOWN-WITH-PREVIOUS-COMMAND
 
Commands :
/usr/local/psa/admin/sbin/autoinstaller --show-components
Show me a list then return me an error.

/usr/local/psa/admin/sbin/autoinstaller --show-components --show-options

Return me an error
 
Commands :
/usr/local/psa/admin/sbin/autoinstaller --show-components
Show me a list then return me an error.

/usr/local/psa/admin/sbin/autoinstaller --show-components --show-options

Return me an error

There is no possible way either than guessing, WHICH sort of error you may experience, using the provided commands. In order to help you, you definetly should clarify your error!
 
Yes sorry ... this is outputs.

/usr/local/psa/admin/sbin/autoinstaller --show-components
Code:
Doing restart of Plesk Installer...
Fichier en cours de téléchargement products.inf3: 100% a été terminé.
Fichier en cours de téléchargement plesk.inf3: 13%..20%..34%..41%..55%..63%..70%..86%..93%..100% a été terminé.
Fichier en cours de téléchargement ppsmbe.inf3: 100% a été terminé.
Fichier en cours de téléchargement sitebuilder.inf3: 100% a été terminé.
Fichier en cours de téléchargement sso.inf3: 100% a été terminé.
Fichier en cours de téléchargement setemplates.inf3: 100% a été terminé.
Fichier en cours de téléchargement pp-sitebuilder.inf3: 16%..29%..45%..62%..78%..94%..100% a été terminé.
Fichier en cours de téléchargement billing.inf3: 16%..28%..45%..61%..78%..94%..100% a été terminé.
Fichier en cours de téléchargement mysql.inf3: 100% a été terminé.
Fichier en cours de téléchargement apache.inf3: 100% a été terminé.
Fichier en cours de téléchargement nginx.inf3: 60%..100% a été terminé.
Fichier en cours de téléchargement php70.inf3: 100% a été terminé.
Fichier en cours de téléchargement php56.inf3: 100% a été terminé.
Fichier en cours de téléchargement php55.inf3: 100% a été terminé.
Fichier en cours de téléchargement php54.inf3: 100% a été terminé.
Fichier en cours de téléchargement php53.inf3: 100% a été terminé.
Fichier en cours de téléchargement php52.inf3: 100% a été terminé.
Fichier en cours de téléchargement pmm.inf3: 100% a été terminé.
Vérification des packages installés ...

ERROR: Vous n'avez sélectionné aucune version.
Last sentence mean : You have not selected any version.


/usr/local/psa/admin/sbin/autoinstaller --show-components --show-options


Same output !
 
Hi Pascal_Netenvie,

ERROR: Vous n'avez sélectionné aucune version.

You are able to answer your question, why this doesn't result in a normal behaviour, if you read my above suggestions:

Hi Pascal_Netenvie,

...

Complete common used commands would be:

/usr/local/psa/admin/bin/autoinstaller --select-product-id plesk --select-release-current --show-components --show-options

/usr/local/psa/admin/bin/autoinstaller --select-product-id plesk --select-release-current --install-component PLESK-COMPONENT-NAME-AS-SHOWN-WITH-PREVIOUS-COMMAND
/usr/local/psa/admin/bin/autoinstaller --select-product-id plesk --select-release-current --remove-component PLESK-COMPONENT-NAME-AS-SHOWN-WITH-PREVIOUS-COMMAND

You didn't even try to use this command, where you are able to DEFINE your current Plesk product & release, which is declared as an error in your used command.
 
Back
Top