Page 1 of 1

Plesk 9.5.3 released

Posted: Tue Nov 02, 2010 3:39 am
by breun
From the Release Notes for Parallels Plesk Panel 9.5.3 for RPM Package-based Linux/Unix Systems:
[+] Compatibility with Parallels Virtuozzo Containers 4.6.
[*] Google Services for Websites localization - now Google Services for Websites can be used in the same language as your current Parallels Plesk Panel locale.
[*] Stability of Postfix queue was increased to avoid the queue file write error.
[-] Virtuozzo promotion in the top frame of Parallels Plesk Panel is removed.
[-] Domains that exceeded limits are not suspended on a server with a lot of domains bug is fixed.
[-] SSL is available for subdomains, but a configuration file for SSL connection is not supported by subdomains bug is fixed.
[-] The size of mail log file is growing and logs are not properly rotated bug is fixed.
[-] Subdomain switching to PHP in FastCGI is applied to consequent subdomains bug is fixed.
[-] Executing statistics tool causes segmentation fault in Postfix when the size of mail log is large bug is fixed.
[-] The Parallels Plesk Panel server does not update traffic of the clients bug is fixed.
[-] The statistics utility generates directories in the wrong format for all domains when invoked after backup restoration or migration bug is fixed.
[-] It takes almost four minutes to open a domain's hosting preferences page bug is fixed.
[-] Problem in libspf which causes incorrect work of SPF rules bug is fixed.
[-] Domain user cannot log in to the server with SFTP, the error 'connection closed' is returned bug is fixed.
[-] Some countries are not listed at the Add SSL Certificate page, so customers cannot generate a CSR bug is fixed.

Re: Plesk 9.5.3 released

Posted: Tue Nov 02, 2010 4:48 am
by BruceLee
Thanks breun, some "nice" bugs fixed.
Watch out!: I don't update via the Plesk panel but for those who do: Version 10 is also showing up there which must be a bug. So watch out.

EDIT: or is Plesk 10 out?

Re: Plesk 9.5.3 released

Posted: Tue Nov 02, 2010 11:04 am
by scott
We'll definitely be getting it up and running on some test images today or tomorrow to see how well it lives with ASL. I don't foresee any issues with it though.

Re: Plesk 9.5.3 released

Posted: Tue Nov 02, 2010 2:22 pm
by breun
[-] SSL is available for subdomains, but a configuration file for SSL connection is not supported by subdomains bug is fixed.
It's cool that vhost_ssl.conf is now also supported but subdomains, but the change broke a bunch of sites for us, because Plesk used to use vhost.conf on subdomains for SSL as well before. We had to move some Apache configuration from domain's vhost.conf files to new vhost_ssl.conf files to fix this.

Re: Plesk 9.5.3 released

Posted: Tue Nov 02, 2010 4:06 pm
by Kalimari
Thanks for the heads up breun! Very useful for everyone upgrading and suing ssl on subdomains.
breun wrote:
[-] SSL is available for subdomains, but a configuration file for SSL connection is not supported by subdomains bug is fixed.
It's cool that vhost_ssl.conf is now also supported but subdomains, but the change broke a bunch of sites for us, because Plesk used to use vhost.conf on subdomains for SSL as well before. We had to move some Apache configuration from domain's vhost.conf files to new vhost_ssl.conf files to fix this.

Re: Plesk 9.5.3 released

Posted: Fri Nov 05, 2010 8:31 pm
by nobody
New issue found.


I upgraded 2 servers on 9.5.3. Ossec's 2 proccesse's are running all the time. Taking the load up to 0.25 some times while nothing is being used on the server and the free ram seems to have droped dangerously in both boxes.

Now I am not sure if this has to do with plesk 9.5.3 or if you guys issued an update for ossec or something that could affect ossec recently.

An example :
9142 ossec 20 0 23928 2388 792 S 8.8 0.1 1:40.72 ossec-analysisd
9157 root 20 0 6612 3068 424 S 2.0 0.1 0:33.40 ossec-syscheckd


These 2 proccesses when the system is almost idle show up on the top of the top utility with an interval of 1 second in both servers !!!

Re: Plesk 9.5.3 released

Posted: Fri Nov 05, 2010 8:44 pm
by breun
Sounds like normal OSSEC behavior to me.

Re: Plesk 9.5.3 released

Posted: Sat Nov 06, 2010 9:14 am
by scott
syscheckd is what watches the file system for changes, it reports that data to analysisd. You can also re-nice syscheckd manually while its running a scan (renice -p 20 <pid>)

Re: Plesk 9.5.3 released

Posted: Sat Nov 20, 2010 2:32 pm
by ClearlyTechnical
Kalimari wrote:Thanks for the heads up breun! Very useful for everyone upgrading and suing ssl on subdomains.
breun wrote:
[-] SSL is available for subdomains, but a configuration file for SSL connection is not supported by subdomains bug is fixed.
It's cool that vhost_ssl.conf is now also supported but subdomains, but the change broke a bunch of sites for us, because Plesk used to use vhost.conf on subdomains for SSL as well before. We had to move some Apache configuration from domain's vhost.conf files to new vhost_ssl.conf files to fix this.
Ditto. Thanks for sharing!