Recent content by Bitpalast

  1. Bitpalast

    Issue Permission issues after file restoration

    I suggest to rather find /var/www/vhosts/domain.tld/httpdocs/ -type d -exec chmod 0750 {} \;
  2. Bitpalast

    Issue AWStats high CPU in localhost.localdomain

    Shortening log rotation intervals on that one big client installation is a good idea. Removing AWStats might be too much. It's an issue in that software, but sooner or later that will be solved. Instead, develop a short script that monitors the process list for long running AWStats processes and...
  3. Bitpalast

    502 bad gateway problem

    A reboot of that instance might solve it.
  4. Bitpalast

    Resolved Let's Encrypt certificate with SSL It -> using wrong certificates

    I think there is not true technical issue in Plesk with it. Rather check whether the domain is consistently routed to the desired IP or whether it might have several A- or AAAA-records that are pointing to another server, too.
  5. Bitpalast

    Resolved Tips for resolving failure to dump SQL for Plesk Backup ("Couldn't execute 'SHOW FUNCTION STATUS WHERE Db = ..." )

    Admin privileges are not required for "show function". I suggest to open phpMyAdmin and run a test: SHOW FUNCTION STATUS WHERE Db = 'dbase_name'; in the SQL dialog box. Maybe the system is right that mysql.proc has a problem? Was MariaDB updated lately? Was mysql_upgrade --force run afterwards...
  6. Bitpalast

    Backup and Restore failed

    What does "skip_name_resolve" have to do with the issue described by @seqoi? Why is your @HHawk case "this issue as well" when you post a totally different description that is in no way linked to the initial post? I suggest you post your issue with a detailed description in your own thread...
  7. Bitpalast

    Issue Permission issues after file restoration

    It does not show errors, because there are none. The bug seems to be that a restore of files or directories restores them with pcacln group, not psaserv group where required. That should be investigated by Plesk.
  8. Bitpalast

    Issue Permission issues after file restoration

    This might be the cause. The question is whether it is expected that file ownership is restored when only single files are extracted. Bug or not?
  9. Bitpalast

    Issue Permission issues after file restoration

    Was it a website restore or did you select single files or directories?
  10. Bitpalast

    Issue System updates: package conflicts

    I think the repository from where the updated files are coming is not the MariaDB repository, but a MySQL repository. Check /etc/yum.repos.d, find the SQL repository (repositories maybe), e.g. mariadb.repo. It should contain a section that points to a MariaDB source such as [mariadb-main] name...
  11. Bitpalast

    Issue AWStats high CPU in localhost.localdomain

    I think it's a very basic, general issue with AWStats. We started seeing it once we moved from CentOS 7 to Alma 8. It preferrably occurs on "localhost", rarely on a client domain, but sometimes on a client domain, too. It might be caused by log files too large and a bug in AWStats that get's...
  12. Bitpalast

    Issue Plesk Database Connection Error

    From ChatGPT - without warranty: That specific error usually means InnoDB’s internal stats tables in the mysql system database are damaged. You must be careful here, because a wrong command can cause data loss. I’ll outline the usual options from least to most destructive, and you can choose...
  13. Bitpalast

    Issue Plesk Database Connection Error

    "activating" is not "active". So is it "activating" or is it "active"? What's logged in the journal? # journalctl -u mariadb
  14. Bitpalast

    Issue Plesk Database Connection Error

    Is the database service running?
  15. Bitpalast

    Issue Jodit WYSIWYG editor still showing Beta icon + does not process HTML correctly

    In the 18.0.73 #4 version, the file manager editor still shows the Beta icon, although according to Important - Plesk Obsidian Releases it should not be a beta any more. A customer complained that HTML is not processed properly. I was able to reproduce it. No issues with Plesk updates though, so...
Back
Top