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

inotify.max_user_watches and Service_Agent_Exception error

AlessioD

New Pleskian
I don't understand if these linked but I must increase max_user_watches and edited /etc/sysctl.conf with fs.inotify.max_user_watches = 1048576, rebooted the vps and now plesk panel not work, this is error message:


ERROR: Service_Agent_Exception

Unable to read components configuration from the service node:
Cerca articoli correlati della Base di Conoscenza
 
I tried with /usr/local/psa/bootstrapper/pp11.5.30-bootstrapper/bootstrapper.sh repair, but return errors and not fixed

this is a part of log:

Execution failed.
Command: httpdmng
Arguments: Array
(
[0] => --reconfigure-server
[1] => -no-restart
)

Details: Unable to execute the utility.

WARNING!
Some problems are found during rebuild web server configs with default templates after reconfiguration failure - using default templates does not solve the problem, restore custom ones(see log file: /tmp/plesk_11.5.30_repair.log)

Continue...

Cleaning active Panel sessions...

Bootstrapper repair finished.
 
Hello,

I think there is an issues with the web-server templates, Can you please check the web-server syntax and try to rebuild it through following command

Check :
Code:
httpd -t

Rebuild httpd
Code:
/usr/local/psa/admin/bin/httpdmng --reconfigure-all
 
I tried:

[root@vps2p ~]# httpd -t
Syntax OK

and

[root@vps2p ~]# /usr/local/psa/admin/bin/httpdmng --reconfigure-all

but not solved.

if think that this is important, I edited php.ini and disabled any functions

disable_functions = "dl,eval,exec,fsockopen,passthru,pcntl_exec,pfsockopen,posix_kill,posix_mkfifo,posix_setuid,proc_terminate,shell_exec,system"

is possible that any of this function is necessary for Plesk?
 
I think that my Plesk is damaged, If I click on Recovery Key I get these errors

ERROR: PleskFatalException: StatInfo->getProductVersion failed: sysinfo failed: 9
2092XXX7520 7348XXXX968 1XXXXX19200 /dev/vda1 /
0 0 0 proc /proc
0 0 0 sysfs /sys
0 0 0 devpts /dev/pts
2008625152 0 2008625152 tmpfs /dev/shm
0 0 0 none /proc/sys/fs/binfmt_misc
2092XXX7520 734876XXXX8 1251XXX419200 /etc/named /var/named/chroot/etc/named
2092XXX520 73XXX699968 1251XXX9200 /var/named /var/named/chroot/var/named
2092XXX520 7348XXX968 125XXX419200 /usr/lib64/bind /var/named/chroot/usr/lib64/bind
5
0 /usr/local/psa
0 /var/lib/mysql
0 /var/www/vhosts
0 /var/qmail/mailnames
0 /var/named/chroot


Additionally, an exception has occurred while trying to report this error: PleskFatalException
StatInfo->getProductVersion failed: sysinfo failed: 9
209XXX7520 7XXX99968 1251xXXXX200 /dev/vda1 /
0 0 0 proc /proc
0 0 0 sysfs /sys
0 0 0 devpts /dev/pts
2008625152 0 2008625152 tmpfs /dev/shm
0 0 0 none /proc/sys/fs/binfmt_misc
20XX7520 7348XXX968 12514XXX200 /etc/named /var/named/chroot/etc/named
209XXX07520 7348XXX968 1251XXX9200 /var/named /var/named/chroot/var/named
209XXX7520 734XXX968 12514XXX9200 /usr/lib64/bind /var/named/chroot/usr/lib64/bind
5
0 /usr/local/psa
0 /var/lib/mysql
0 /var/www/vhosts
0 /var/qmail/mailnames
0 /var/named/chroot
(functions.php:34)
 
It seems that problem related to lack of VPS resources. Is it Virtuozzo? In that case - have you checked VPS failcounters there at least?
 
Back
Top