Monsantosucks
Verified User
- Joined
- Nov 10, 2014
- Messages
- 12
I'm trying to solve a CPU load issue with dataskq. The CPU load is about 5 times higher than the average for this year. I have found several topics (https://help.directadmin.com/item.php?id=402) related to my problem but I can't seem to make any progress.
What I did find was a large brute_log_entries.list file, which was 533MB. I deleted this file and a new one was created (now 13MB).
I killed the process and tried to find out what is causing the load like this:
# killall -USR1 dataskq
# tail -n 10 /var/log/directadmin/errortaskq.log
2021:09:19-07:30:02: access is not a valid username because it matches the directadmin.conf option secure_access_group
2021:09:19-07:30:02: access is not a valid username because it matches the directadmin.conf option secure_access_group
2021:09:20-00:37:02: access is not a valid username because it matches the directadmin.conf option secure_access_group
2021:09:20-00:37:02: access is not a valid username because it matches the directadmin.conf option secure_access_group
2021:09:20-00:37:02: access is not a valid username because it matches the directadmin.conf option secure_access_group
2021:09:20-00:41:01: access is not a valid username because it matches the directadmin.conf option secure_access_group
2021:09:20-01:46:02: access is not a valid username because it matches the directadmin.conf option secure_access_group
2021:09:20-01:46:02: access is not a valid username because it matches the directadmin.conf option secure_access_group
2021:09:20-16:38:03: removing old lock: ./data/admin/brute.conf.lock (age: 10801 seconds) this caller='check_brute_force_logs', old creation info: lock created Mon Sep 20 13:38:02 2021
2021:09:20-16:38:21: access is not a valid username because it matches the directadmin.conf option secure_access_group
When I open the errortaskq.log file manually there is also this line:
2021:09:20-19:14:03: Dataskq [14446] USR1 signal: Currently processing: check_brute_force_logs: done User sorting : getDirFilesAndDirs(/usr/local/directadmin/plugins, *tlf, *tdlf, (null)) : done
Running DirectAdmin 1.62.4 on CentOS 7.
Any suggestions are welcome!
What I did find was a large brute_log_entries.list file, which was 533MB. I deleted this file and a new one was created (now 13MB).
I killed the process and tried to find out what is causing the load like this:
# killall -USR1 dataskq
# tail -n 10 /var/log/directadmin/errortaskq.log
2021:09:19-07:30:02: access is not a valid username because it matches the directadmin.conf option secure_access_group
2021:09:19-07:30:02: access is not a valid username because it matches the directadmin.conf option secure_access_group
2021:09:20-00:37:02: access is not a valid username because it matches the directadmin.conf option secure_access_group
2021:09:20-00:37:02: access is not a valid username because it matches the directadmin.conf option secure_access_group
2021:09:20-00:37:02: access is not a valid username because it matches the directadmin.conf option secure_access_group
2021:09:20-00:41:01: access is not a valid username because it matches the directadmin.conf option secure_access_group
2021:09:20-01:46:02: access is not a valid username because it matches the directadmin.conf option secure_access_group
2021:09:20-01:46:02: access is not a valid username because it matches the directadmin.conf option secure_access_group
2021:09:20-16:38:03: removing old lock: ./data/admin/brute.conf.lock (age: 10801 seconds) this caller='check_brute_force_logs', old creation info: lock created Mon Sep 20 13:38:02 2021
2021:09:20-16:38:21: access is not a valid username because it matches the directadmin.conf option secure_access_group
When I open the errortaskq.log file manually there is also this line:
2021:09:20-19:14:03: Dataskq [14446] USR1 signal: Currently processing: check_brute_force_logs: done User sorting : getDirFilesAndDirs(/usr/local/directadmin/plugins, *tlf, *tdlf, (null)) : done
Running DirectAdmin 1.62.4 on CentOS 7.
Any suggestions are welcome!