• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Search results

  1. T

    Issue Timezone and Daylight Saving Time

    @Monty, the date.timezone was not set in the php.ini file and is didn't fall back to the date timezone I setup under Tools & Settings > System Time. I uncommented date.timezone from the php.ini file and set it to 'Europe/Amsterdam'. Now the timezone seems to be working fine. It seems I need to...
  2. T

    Issue Timezone and Daylight Saving Time

    Hello, In Plesk I've set up my timezone as (GMT +02:00) Europe/Amsterdam. Currently the local time is 21:50, but it shows the system time as 22:50. If I use this PHP code: <?php echo date('H:i'); ?> This also shows me 22:50 Has this something to do with Daylight Saving Time? How can I fix this?
  3. T

    Resolved System package updates failing

    Works perfectly! Thanks, my packages are now automatically updating again!
  4. T

    Resolved System package updates failing

    Hello, My system package updates are failing. Following this thread (System Updates (Plesk for Linux only)) I updated the packages manually via ssh with `yum update`. I had 124 packages to update and in Plesk only remains after the manual update. The manual update however tells me everything...
  5. T

    Resolved Good alarm level for Apache memory usage

    Hello, I'm using health monitoring on my VPS. My VPS has 4GB of memory and the health monitory is recently sending alarms on the Apache memory usage. The limit for an attention is at 20%, which is around 780MB. With all the processes and websites running on this VPS, I'm hitting the limit of...
  6. T

    Issue Can't connect via FTP with some clients

    Same issue here. Filezilla is not working on both Windows and Mac. Transmit on Mac has no issues at all. Below the detail logs from FileZilla Status: Resolving address of ftp.domain.com Status: Connecting to x.x.x.x:21... Status: Connection established, waiting for welcome...
  7. T

    Issue php_network_getaddresses: getaddrinfo failed: Name or service not known

    @IgorG I added port 53 tcp to allow both outgoing and incomming. Doesn't work either. The strange thing is dat from CLI this works fine, but not when I run the command from the browser.
  8. T

    Issue php_network_getaddresses: getaddrinfo failed: Name or service not known

    Hello, I'm running Plesk Onyx 17.8.11 Update #7 on CentOs 7.4.1708. When I run the PHP function file_get_contents() in my code, I'm getting an error: file_get_contents(): php_network_getaddresses: getaddrinfo failed: Name or service not known in /var/www/... When running a php script from...
  9. T

    Issue Emails cannot be sent and received, when SELinux is enabled: Temporary lookup failure

    Setting SELinux to permissive mode seems to fix the issue. But this is probably not the way we want to configure it!
  10. T

    Issue Emails cannot be sent and received, when SELinux is enabled: Temporary lookup failure

    I think some urgency is required since my customers aren't able to send any e-mails.
  11. T

    Issue Emails cannot be sent and received, when SELinux is enabled: Temporary lookup failure

    Some issue here! Port 12346 is open, also postfix config files contains the lines mentioned. Edit: I updated to Plesk Onyx 17.8.11, problem still exists. Edit: I followed this article, not working either. Emails cannot be sent and received, when SELinux is in enforcing mode on a Plesk server...
  12. T

    Issue Node.js App not starting my app

    OK, I fixed this another way with Systemd. Found this on Run node.js service with systemd » Axllent.org, so credits to Ralph Slooten. Create the service file: /etc/systemd/system/nodeserver.service [Unit] Description=Node.js Example Server #Requires=After=mysql.service # Requires the...
  13. T

    Issue Node.js App not starting my app

    Hello, I have installed the Node.js Extension and I can't get my app running. I have a Symfony 4 application and I am using socket.io for socket communication. Now I need to startup socket.js to startup my server. This file is located in the resources/js folder. So I have setup Node.js as...
  14. T

    Issue Issues with auto update

    I did not see that. But that solution also doesn't fix my issue. # rpm -e rpmforge error: package rpmforge is not installed /etc/yum.repos.d/rpmforge.repo has nothing enabled
  15. T

    Issue Issues with auto update

    Hello, I'm having issues with the auto update functionality. See output below. I have tried to install htop, don't know it that caused this issue. But how can I fix it?
  16. T

    Resolved Cannot connect to database remote

    I supposed that the default firewall rules where enough, because on other VPS's I'm running with Plesk, I didn't had to change a thing for this. And because of the firewall rule "MySQL server", I supposed this port was open.
  17. T

    Resolved Cannot connect to database remote

    Oke, I got it working and it seemed to be the firewall. When I checked the firewall in Plesk "Tools & Settings > Firewall", it shows this: But I manually added a rule for port 3306: Now it is working fine!
  18. T

    Resolved Cannot connect to database remote

    @Peter Debik /etc/my.cnf didn't had a line "bind-address". So I added. Restarted mariaDB with $ systemctl restart mariadb But still can't connect. I also tried 'bind-address=*' and 'bind-address=xxx.xxx.xxx.xxx' where xxx is the server IP Concerning fail2ban, I believe it is not installed...
  19. T

    Resolved Cannot connect to database remote

    Hello, I want to connect to a database remotely. So on the Database User page, I set 'Access control' to "Allow remote connections from any host". But I can't connect to the database, it keeps rejecting mee. The firewall allows Mysql connections. I don't know what else to check, other Plesk...
  20. T

    Plesk update failed after OS PHP update

    @Binesh S. Unfortunately this doesn't solve the issue!
Back
Top