Recent content by aros

  1. A

    Admin remote ftp backup cron jobs not working!

    It seems it has fixed using cd /usr/local/directadmin/scripts ./set_permissions.sh all
  2. A

    Admin remote ftp backup cron jobs not working!

    Quotas set User::setQuota(0, inodes=0, partition='(null)') user=besatparts quota command: /usr/sbin/xfs_quota -x -c 'limit -u bsoft=0k bhard=0k isoft=0 ihard=0 besatparts' /home Quotas set...
  3. A

    Admin remote ftp backup cron jobs not working!

    The above code works well. No problem.
  4. A

    Admin remote ftp backup cron jobs not working!

    In the same section under Create Backup, if I choose the "Now" option it will run the selected ftp remote backup job successfully (the tar.gz files are seen in remote host and I receive a successful backup text in the directadmin server messages). But the cron jobs are not running at night (the...
  5. A

    Admin remote ftp backup cron jobs not working!

    It seems no related error in the /var/log/directadmin/error.log and /var/log/directadmin/errortaskq.log files
  6. A

    Admin remote ftp backup cron jobs not working!

    [root@server ~]# cat /var/log/directadmin/error.log 2022:11:14-21:34:45: unable to stat ./data/users/admin/ticket.conf.temp for filesize after write: euid:996 2022:11:14-21:58:39: Timeout (timeout=600) from 85.9.101.7 : last flagged: Command::doCommand(/CMD_LOG_VIEWER) : getHomeDir : admin ...
  7. A

    Admin remote ftp backup cron jobs not working!

    cat /var/log/directadmin/errortaskq.log 2022:11:17-00:00:01: service lfd wasn't running, starting lfd 2022:11:17-00:28:02: service da-popb4smtp wasn't running, starting da-popb4smtp 2022:11:17-11:04:02: service da-popb4smtp wasn't running, starting da-popb4smtp 2022:11:18-00:00:02: service lfd...
  8. A

    Admin remote ftp backup cron jobs not working!

    at the being time it says [root@server ~]# ls -la /usr/local/directadmin/data/task.queue.da ls: cannot access /usr/local/directadmin/data/task.queue.da: No such file or directory
  9. A

    Admin remote ftp backup cron jobs not working!

    0 0 * * * echo "action=backup&id=1&owner=admin" >> /usr/local/directadmin/data/task.queue.da; /bin/chmod 600 /usr/local/directadmin/data/task.queue.da 0 22 * * * echo "action=backup&id=5&owner=admin" >> /usr/local/directadmin/data/task.queue.da; /bin/chmod 600...
  10. A

    Admin remote ftp backup cron jobs not working!

    Hello, The crond already installed and works [root@server ~]# rpm -qa | grep cron cronie-anacron-1.4.11-24.el7_9.x86_64 crontabs-1.11-6.20121102git.el7.noarch cronie-1.4.11-24.el7_9.x86_64 [root@server ~]# systemctl status crond ● crond.service - Command Scheduler Loaded: loaded...
  11. A

    Admin remote ftp backup cron jobs not working!

    In the Admin Backup/Transfer section, I've created some backup cron jobs. In the same section under Create Backup, if I choose the "Now" option it will run the selected ftp remote backup job successfully. But the cron jobs are not running at night. a cron job log: Nov 13 22:00:01 server...
  12. A

    Admin Backup Cron Jobs not running?

    I have the same problem with ftp backup on the remote server. In the Admin Backup/Transfer section, I've created a Backup Cron job. Cron job log: Nov 13 22:00:01 server CROND[28283]: (diradmin) CMD (echo "action=backup&id=5&owner=admin" >> /usr/local/directadmin/data/task.queue.da; /bin/chmod...
  13. A

    How to implement ModSecurity OWASP in reverse-proxy-NginX for WordPress in DirectAdmin?

    Hi, How to implement ModSecurity OWASP in reverse-proxy-NginX for WordPress in DirectAdmin? While I disable rule IDs in http://mydomain.com:2222/specific-user/modsecurity page, it does not work good (after save and restart services) for WordPress websites. Unfortunately the problems are resolved...
  14. A

    how to combine vue front and laravel backend api in two different user accounts with best performance?

    hi how to combine vue front and laravel backend api in two different user accounts with best performance? thx in advance
  15. A

    How to downgrade MySQL 5.7.33 to 5.7.31 ?

    Hello everybody, How to downgrade MySQL 5.7.33 to 5.7.31 ? Thanks in advance
Back
Top