Search results

  1. P

    PHP can't write to /home after reboot (read-only file system)

    Reinstalling php using custombuild seems to have solved the issue. I'll take it!
  2. P

    PHP can't write to /home after reboot (read-only file system)

    I ran fsck on the /, /home and /tmp partitions in recovery. It found some errors but seemed minor (unoptimized trees and slightly incorrect block and inode counts). php (fpm)'s inability to write to files persists after reboot. Command line php, when executed by the same user accounts, can...
  3. P

    PHP can't write to /home after reboot (read-only file system)

    There is more than 1.5TB of free space in that partition. Thanks for asking though. This is also not a new system. It was set up years ago and has been running smoothly since the latest OS upgrade, to Debian Bullseye, several months ago. mod_ruid2=no in options.conf . What difference would that...
  4. P

    PHP can't write to /home after reboot (read-only file system)

    I only have evidence of /home having this issue. Consider that /home is its own partition. I was already trying to reboot to recovery for a filesystem check, except it seems my hosting provider is now only offering access to recovery via IPv6 and I don't have a working IPv6 route from here...
  5. P

    PHP can't write to /home after reboot (read-only file system)

    After a server reboot, PHP (php-fpm) suddenly seems unable to write to /home, basically breaking every website. PHP 7.2, 8.1 and 8.2 are installed. The systemd services don't have ProtectHome or ProtectFull in them. No upgrade of any kind was run before reboot, however apt-get upgrade runs...
  6. P

    DirectAdmin became unreachable after updating to the latest version

    Fixed, not exactly sure what part of my fiddling caused it to start functioning again or if it was a remote issue. I'm on 1.650 .
  7. P

    DirectAdmin became unreachable after updating to the latest version

    As in, the control panel/web interface. Everything was working immediately before. The update was requested from the control panel itself. Accessing DA, I now get a sky blue gradient screen with an error message in the middle: Version Mismatch Error connecting to DirectAdmin server, received...
  8. P

    Cron backup inside external user folder

    You should probably begin by writing a script to perform the backup for the current day. You can get the day using date: DAYOFMONTH=$(date +%e) Take the username as the first argument $1 . Unless you're on a private/local network, ideally you want to use SSH/SFTP rather than FTP, in which case...
  9. P

    Some software failing to upgrade, exim broken in production

    Fixed by reinstalling the requirements except for roundcube, which requires a newer version of php and gets automatically downgraded back to current version on install. I imagine the requirements changed at some point, which was causing the issue.
  10. P

    Some software failing to upgrade, exim broken in production

    Any way to roll back the exim config for now? Lot of people without e-mail. server /usr/local/directadmin/custombuild # ./build set eximconf_release 4.95 4.95 is not a valid setting for eximconf_release option. I don't want to try to work around SRS because I'm afraid of long term impact to...
  11. P

    Some software failing to upgrade, exim broken in production

    OK, I get more stuff in the command line. This is the first error: cc exim_lock.c buildconfig.c:35:10: fatal error: ctype.h: No such file or directory 35 | #include <ctype.h> | ^~~~~~~~~ compilation terminated.
  12. P

    Some software failing to upgrade, exim broken in production

    This is the entire output: Executing /usr/local/directadmin/plugins/custombuild/admin/build exim.. Found /usr/local/directadmin/custombuild/exim-4.96.tar.gz Extracting ... Done. Downloading exim-4.96/Local/Makefile...
  13. P

    Some software failing to upgrade, exim broken in production

    I recently ran an upgrade via the custombuild UI in directadmin. Unusually, three DA components failed to upgrade: ProFTPd 1.3.7c update to 1.3.7e Exim 4.95 update to 4.96 RoundCube 1.5.3 update to 1.6.0 They will not upgrade even if I retry. Unfortunately, exim.conf DID get updated, and...
  14. P

    DNSSEC not working on subdomain added as second domain

    If it wasn't an incredible coincidence in timing, it seems I fixed the zone by doing the following: Click Generate Keys instead of Remove. This broke the zone (warning that the zone was older than the keys and needed to be signed again) and finally allowed me to sign it manually using the Sign...
  15. P

    DNSSEC not working on subdomain added as second domain

    Maybe I just need to wait? Sorry, I only do this once in a blue moon. Errors as reported by verisign labs: No DNSKEY records found No RRSIGs found No RRSIGs found Errors as reported by dnsviz: Bogus delegation example.com to a.example.com (No valid RRSIGs made by a key corresponding to a DS RR...
  16. P

    DNSSEC not working on subdomain added as second domain

    Hello. I have the following setup in my server: example.com is a domain of userA - Using DNSSEC, everything valid (previously registered upstream) b.example.com was recently created as the main domain of userB - Automatically using DNSSEC, everything valid. a.example.com was recently created as...
  17. P

    Point root domain elsewhere?

    Like I said, it errors out when I try to save. If an A record is present there's a graceful rejection message explaining that the A record must be removed. If there are no records in the zone other than NS (which can't be removed), I get: Unable to save dns zone: named-checkzone returned...
  18. P

    Point root domain elsewhere?

    How can I point a domain name, example.com, managed by my server, at another domain name, example.net, managed elsewhere? Domain pointers only allow me to add pointers from a remote domain to a local one (under the control of an account), and I can't add a root domain cname to a zone without it...
  19. P

    Let's Encrypt dns-01 timeout error - IPv6?

    I sure did. It's weird that this hasn't caused any friction before, since IPv6 has never been in use in this server. I disabled that and it fixed the problem. Thanks!
  20. P

    Let's Encrypt dns-01 timeout error - IPv6?

    I'm using the latest version on custombuild. When trying to request a wildcard certificate, directadmin eventually fails. The error at the bottom of the log is: time limit exceeded: last error: dial udp [2001:4860:4860::8888]:53: connect: cannot assign requested address This device does not...
Back
Top