Search results

  1. O

    Logrotate can't rename old logs: read-only file system

    Thank you Richard. My VPS provider attaches paravirtualized drives to each virtual machine and smartctl is unable to pick up any details about the drive(s) so I checked with the provider. They say there's no sign of bad sectors of other S.M.A.R.T. indicators which would lead them to think...
  2. O

    Logrotate can't rename old logs: read-only file system

    Update: it looks like the logrotate service is back on track as I now see rotated files in each of the directories mentioned above: -rw------- 1 root root 112 Aug 30 00:00 php-fpm.log -rw------- 1 root...
  3. O

    Logrotate can't rename old logs: read-only file system

    I ended up editing the logrotate.service: nano /lib/systemd/system/logrotate.service And adding a few lines at the bottom: ReadWritePaths=/usr/local/php56/var/log/...
  4. O

    Logrotate can't rename old logs: read-only file system

    Today I noticed the following problem in my error logs: Aug 28 00:00:02 hostname logrotate[2016624]: error: error renaming /usr/local/php74/var/log/php-fpm.log.30.gz to /usr/local/php74/var/log/php-fpm.log.31.gz: Read-only file system Aug 28 00:00:02 hostname logrotate[2016624]: error: error...
  5. O

    Any way to install PHP 7.4, 5.6 with OpenLiteSpeed?

    Hi, I tried to install OpenLiteSpeed on a new box with PHP 7.4, 5.6 (+ 8.1, 8.2) due to legacy apps' needs but custombuild let me know OpenSSL 3.0 would only work with PHP 8.1+. I found this tutorial which helped me switch out OpenSSL 3.0 for 1.1.1s after I rebuilt the server and did...
  6. O

    We upgraded php version from 7.1 to 7.4

    If you added a PHP version you need to log in as the user and change their PHP version as the user.
  7. O

    How to redirect domain https://A to domain https://B

    For this sort of thing I prefer to set my nameservers to my registrar's and use their DNS because their usually faster and give you options for how to go about it. Also, are you trying to go https to http at all? Apparently that's disallowed, and this doc may have a few other tips to consider...
  8. O

    /var/www/html doesn't seem to work with OpenLiteSpeed?

    It would happen on any provider which tucks away slices behind a network address table (NAT), which is pretty rare. Most providers assign you an IP address which is directly exposed to the internet.
  9. O

    A mess with Ubuntu 20.04 LTS on DirectAdmin.com

    I just spun up an Ubuntu 20.04 production server. You mark the license as 'Linux 64-bit static' as noted in the installation documentation. In the control panel it will show as Debian 11, not Ubuntu, but it totally works.
  10. O

    /var/www/html doesn't seem to work with OpenLiteSpeed?

    Well this proved to be a hairball because the symptoms had me diving down rabbit holes, trying to eliminate one possibility after another: Was there was a problem with the Oracle Cloud instance's security list (firewall) ingress rules? (Pro tip: Was there a problem with ConfigServer Firewall or...
  11. O

    /var/www/html doesn't seem to work with OpenLiteSpeed?

    Hi All, I'm trying to triangulate an issue with a new DA install which manifested when I tried to spin up a Let's Encrypt certificate for the hostname of the server. I can curl it: root@servername:/var/www/html# curl -I -L -k -X GET http://servername.com/.well-known/acme-challenge/test.txt...
  12. O

    LAN installation on Oracle Cloud

    Never mind I figured it out. I had to add a private subnet to my existing Virtual Cloud Network (VCN) in the Oracle Cloud dashboard. For anyone reading this with the same problem I stumbled on the solution when I created a new Virtual Cloud Network using the Start VCN Wizard.
  13. O

    LAN installation on Oracle Cloud

    Hi 👋 I'm trying to install DA on an Oracle Cloud always free Ubuntu slice to see how it will run and the installation script is getting stuck on the LAN/NAT section trying to pull the installation files from Update.DirectAdmin.com: --2021-01-26 21:16:25-- (try: 5)...
  14. O

    Custombuild timing out

    Ah, that's handy and fixed me up - many thanks!
  15. O

    Custombuild timing out

    Is custombuild timing out for anyone else? I noticed the whole process is taking a lot longer the past week or two: Executing /usr/local/directadmin/plugins/custombuild/admin/build update... --2020-09-09 20:42:52-- https://files-ca.directadmin.com/services/custombuild/2.0/custombuild.tar.gz...
  16. O

    ICU4c v66.1 but it never shows a new version is ready for install?

    Yes. I have two flavors of PHP 7.x loaded (7.3 and 7.1, I believe) as well as PHP 5.6. Is there something about 5.x which keeps ICU4c from updating? Cheers
  17. O

    ICU4c v66.1 but it never shows a new version is ready for install?

    Any idea why custombuild pulls a new version of ICU4C (66.1) but it never shows it's ready for installation? How might I fix this? --2020-05-29 03:03:58-- https://files2.directadmin.com/services/custombuild/icu4c-66_1-src.tgz Resolving files2.directadmin.com (files2.directadmin.com)...
  18. O

    ERROR 1805 (HY000): Column count of mysql.proc is wrong

    I updated to the latest version of MariaDB (10.2.24) but the mysql.proc table didn't come along for the ride. When I ran mysql_upgrade --force --verbose --verbose other-options -u root -p I see the following issues at the end of the process: Phase 4/7: Running 'mysql_fix_privilege_tables'...
  19. O

    Odd Cron Job Alerts

    Two days ago I started receiving the following cron job alerts: Cron <root@servername> run-parts /etc/cron.hourly /etc/cron.hourly/backup_run_watch_dog: /etc/cron.hourly/backup_run_watch_dog: line 7: html: No such file or directory /etc/cron.hourly/backup_run_watch_dog: eval: line 8: syntax...
  20. O

    Where to add PayPal's .PEM files?

    On CentOS 7 where do I add PayPal's updated .pem files to make sure my server's in compliance with their updated CA's? I researched it for a bit and the information seems to be a bit inexact in this area, which lead me to add the files listed here to the following directory on my server...
Back
Top