• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • 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.

Perl-Script don't work

M

MarkusG

Guest
Hello.

I have an little problem after the Update from PLESK 10.3.1 to PLESK 10.4.4 .

I have a Crontrap for a Domain, that starts an Perl-Script, that is located in a domain-folder.

For example here:

/var/www/vhosts/domain.de/httpdocs/folder1/msd_cron/crondump.pl

I will start these perl-Script with an crontrap.

The crontrap is here:

perl /var/www/vhosts/domain.de/httpdocs/folder1/msd_cron/crondump.pl -config=mysqldumper -html_output=0

it is a perl-script from the mysqldumper of these page: http://www.mysqldumper.de

Before I have updated PLESK these crontrap are working fine.

But after the update to Version 10.4.4 the perl-script don't work.

What can I do, that these perl-script work with the crontrap?
 
Hello.

There is no Error-Message in the log. Only this:

[Sun Dec 18 06:55:54 2011] [notice] Digest: generating secret for digest authentication ...

[Sun Dec 18 06:55:54 2011] [notice] Digest: done

PHP Warning: Directive 'safe_mode' is deprecated in PHP 5.3 and greater in Unknown on line 0

[Sun Dec 18 06:55:55 2011] [error] python_init: Python version mismatch, expected '2.6.5+', found '2.6.6'.

[Sun Dec 18 06:55:55 2011] [error] python_init: Python executable found '/usr/bin/python'.

[Sun Dec 18 06:55:55 2011] [error] python_init: Python path being used '/usr/lib/python2.6/:/usr/lib/python2.6/plat-linux2:/usr/lib/python2.6/lib-tk:/usr/lib/python2.6/lib-old:/usr/lib/python2.6/lib-dynload'.

[Sun Dec 18 06:55:55 2011] [notice] mod_python: Creating 8 session mutexes based on 150 max processes and 0 max threads.

[Sun Dec 18 06:55:55 2011] [notice] mod_python: using mutex_directory /tmp

[Sun Dec 18 06:55:55 2011] [warn] RSA server certificate CommonName (CN) `plesk' does NOT match server name!?

[Sun Dec 18 06:55:55 2011] [warn] RSA server certificate CommonName (CN) `plesk' does NOT match server name!?

[Sun Dec 18 06:55:55 2011] [warn] Init: Name-based SSL virtual hosts only work for clients with TLS server name indication support (RFC 4366)

[Sun Dec 18 06:55:55 2011] [notice] Apache/2.2.16 (Debian) DAV/2 mod_fcgid/2.3.6 mod_python/3.3.1 Python/2.6.6 mod_ssl/2.2.16 OpenSSL/0.9.8o mod_perl/2.0.4 Perl/v5.10.1 configured -- resuming normal operations

This is the only entries with something like PERL...


But when I go to SSH and send the same query, then the perl-script work fine...

I think, the crontap don't start in PLESK.
 
Can nobody help me? What can I do, that the Crontab in PLESK is working?
 
Back
Top