• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Search results

  1. V

    Issue Firewall disabled?

    There's quite a few system firewall implementations out there. Plesk Firewall extension works only with iptables or those that provide compatibility layer for iptables (such as nft). Other implementations (such as firewalld) should be turned off before enabling Plesk Firewall.
  2. V

    Resolved No Firewall changes possible with 18.0.52

    Firewall 2.0.2 was released. It includes a number of improvements to address activation issues you've encountered. See also its changelog for instructions on increasing confirmation timeout in case simple extension update will not resolve the issue in your case. The root cause in each...
  3. V

    Resolved Firewall disabled

    To the original posters: Firewall 2.0.2 was released. It includes a number of improvements to address activation issues you've encountered. See also its changelog for instructions on increasing confirmation timeout in case simple extension update will not resolve the issue in your case. CLI...
  4. V

    Resolved Firewall disabled

    Applying firewall configuration should be an interactive operation. Otherwise one risks completely cutting off access to the server for the user. After adding your customizations show a notification in Plesk that suggests the user to go to the Firewall page, review the rules, and apply the...
  5. V

    Resolved Firewall disabled

    @danami, I'm sure other Plesk devs already communicated this to the Warden devs, but I'll duplicate this information here, just in case. This is an internal utility. Nobody should use it directly or pay attention to whatever is written in its help, except for the Firewall extension developers...
  6. V

    Issue Error during update packages

    Please update to the latest Plesk 18.0.40.
  7. V

    Issue pum is called with arguments: ['--list', '--repo-info', '--json']

    Fix for the issue has been released. Please update your Plesk (e.g. via plesk installer update).
  8. V

    Resolved Is it safe to remove psa-courier-unicode ?

    Of course, there are cases when package system must be temporarily broken to achieve the needed result. Plesk packages removal is generally not one of them.
  9. V

    Resolved Is it safe to remove psa-courier-unicode ?

    Please don't use --nodeps or even rpm for removal. This way you don't guarantee package system consistency. Just use yum remove instead and review other packages (if any) that would be removed.
  10. V

    Resolved Is it safe to remove psa-courier-unicode ?

    You may remove the package as long as Plesk Installer reports Dovecot is in use (rather than Courier-IMAP).
  11. V

    Issue task-async-executor

    Did you perform a dist-upgrade from Debian 8 recently? What's your output of apt-cache policy systemd? Make sure systemd package is upgraded. See also the KB.
  12. V

    Resolved Unable to update plesk18.0.39

    In general you should likely have more log messages detailing the error. You may also want to make sure that port 8447 isn't occupied before starting Plesk Installer from UI. As a workaround, you may install the update in console mode by running plesk installer via SSH.
  13. V

    Issue Plesk docker image doesn't work

    Well, I assume there's no cgroups tree mounted at /sys/fs/cgroup (see mount | grep cgroup) on Windows. That's most likely the issue in your case. The image will not work without it.
  14. V

    Issue Plesk docker image doesn't work

    Please make sure you're using the correct and full docker run command from the image description. Don't use plesk/plesk:tests — it is obsolete and is not maintained anymore.
  15. V

    Issue Cannot disable plesk-ssh-terminal

    That's not a good way at all. The proper way is to just remove the extension from UI (as advised above) or via plesk bin extension -u ssh-terminal if you or your clients don't need it.
  16. V

    Resolved Plesk Firewall DHCP Client Rule

    Yes, it's new. It's useful only if your server obtains any of its IP addresses via DHCP (i.e. serves as DHCP client).
  17. V

    Resolved Plesk update From 18.0.36 To 18.0.37 Update #2 Stuck On === Configuring ProFTPD Server

    Wait. Seriously, don't ever use ch.origin.autoinstall.plesk.com as installation source. It is slow. It is acceptable to use it only for mirroring.
  18. V

    Issue how to update plesk core and plugin via proxy ?

    This is for Plesk Installer only, i.e. for downloading system packages. AFAIK, Extension Catalog packages do not support downloading over proxy. But you could probably set up some transparent proxy by doing some iptables magic. I'm not going to provide specific instructions here.
  19. V

    Issue how to update plesk core and plugin via proxy ?

    plesk installer has the following relevant options (from --help-options): Download options: --source <URL or absolute path> Installation source: a mirror URL or an absolute path to a directory containing top-level products.inf3 file...
  20. V

    Issue php: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.27' not found (required by php)

    Just make sure /lib/x86_64-linux-gnu/libm.so.6 and /lib/x86_64-linux-gnu/libc.so.6 are up-to-date in your chroot environments.
Back
Top