Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
Thank you in advance for your patience and understanding on the matter.
Hi, trialotto!
Can you check the following commands:
# plesk sbin modsecurity_ctl --status
Enabled
# apache2ctl -M | grep security2
security2_module (shared)
We have known issue that modsecurity status is displayed incorrectly in Web UI (as "Off") but actually modsecurity is enabled and...
Hello, destan40!
Did you transfer your sites with "plesk bin transvhosts.pl" utility?
It updates fail2ban jails correctly but instead of editing "/etc/fail2ban/jail.d/plesk.conf" it stores changes in "/etc/fail2ban/jail.local" like:
# grep -C 2 logpath /etc/fail2ban/jail.local
[plesk-apache]...
> By the way, BlockIOWrite/ReadBandwidth are deprecated.
Yes, I pointed it in the bug report. I guess we will make some improvements in CGroups support and fix this too :)
> I always wrote, that the login must be done directly.
This is very important notice that dramatically changes everything!
> Sorry for the following question, are you a Plesk CGroups developer?
Not exactly, but very close. (I'm from that team but not the one who implemented it)
So, I was able...
Well, it's going to be a long story (and I can be mistaken in some details but I'll try).
I ran virtualbox image and tried to run dd first:
The write speed is quite bigger than 5MB/s which is set for testuser.
But `systemctl cat user-10000.slice` shows that limit is actually set:
(Well I've...
Well, I cannot reproduce this on test environment (looks like hardware configuration is quite different from yours).
You may try to proceed to Plesk support and provide access to server. In this case our engineers will check the problem.
Hello, I have a couple of questions:
1. dd shows copy speed in the end (e.g. "33554432 bytes (34 MB) copied, 0.402816 s, 83.3 MB/s"). Can you check that reported speed does not exceed specified limits (5M/s)?
2. "bs=1G" tells dd to read 1G amount of data into memory. How many RAM do you have on...
Hi!
Looks like the problem is here:
Please check if you have plesk gpg key installed for apt:
If no then you need to reinstall it with:
Then try to install php 7.0 again.
Hi,
I guess this article is a bit different from your problem:
- it's about error with /usr/bin/file, while you're having trouble with /bin/mv.
- it was fixed in Plesk 17.8.11
I cannot reproduce the problem locally, so:
- Can you provide exact example of copying/moving files which fails?
- Can...
Can you provide some more details?
> I configured ipv6 with command line and it kind of worked
Which command have you used?
P.S. Netplan support was implemented in 17.8.11. I've checked it with the following:
1. Add new ip-address with command: "plesk bin ipmanage --create 10.52.123.45 -mask 16...
Can you share your main.cf config?
Or at least "inet_interfaces" parameter.
> When inet_interfaces specifies just one IPv4 and/or IPv6 address that is not a loopback address, the Postfix SMTP client will use this address as the IP source address for outbound mail.
> Postfix Configuration...
> I didn't upgrade, I completely reinstalled the Server, so it is not an upgrade-fault or something like that.
Ok.
Some questions:
1. Do you have netplan installed? (Do you have /usr/sbin/netplan utility? It's from netplan.io package)
2. If "yes" do you have any *.yaml configs in "/etc/netplan/"...
Well, some notes about fixing upgrade:
If you're running "yum update" without plesk-repositories enabled then read messages from yum carefully: do not let it remove plesk packages if it asks for it.
You can easily get autoinstaller if you ocasionally remove it: just download...
Okey, I'll try to look through logs later :)
As for now we have KB article related to similar problem with diplicates: http://kb.odin.com/en/127211
In short you should remove old duplicating records and then perform step "upgrade packages to latest" and "fix plesk" which I described previously...
Hi @gianni1,
Looks like installation was broken somewhere in the middle and not all components/packages were updated.
E.g sslmng is missed : /usr/local/psa/admin/sbin/sslmng: No such file or directory (in installation_rerun.txt).
Then /usr/lib/php/modules/sw-engine/ioncube_loader_lin_5.5.so...
Hello. A few words about how rule set update works.
Plesk tries to download, install new rule set and check apache configuration with it. If config check fails the plesk restores previous version of rule set and save new one in a directory with suffix ".new".
As a result, apache configuration...