Have you tried to run the command as /etc/cmq/uninstall.sh ?
I mean don't use "sh uninstall.sh" instead just write /etc/cmq/uninstall.sh or if you are inside the directory just write ./uninstall.sh
Search found 795 matches
- 17 Apr 2021, 04:44
- Forum: General Discussion (cmq)
- Topic: It is not uninstalling
- Replies: 1
- Views: 162
- 15 Apr 2021, 03:43
- Forum: General Discussion (csf)
- Topic: DYNDNS on DNS record with multiple IPs
- Replies: 1
- Views: 194
Re: DYNDNS on DNS record with multiple IPs
Have you tried to add it to csf.rignore?
Try adding:
.adyen.com
Regards,
Sergio
Try adding:
.adyen.com
Regards,
Sergio
- 15 Apr 2021, 03:39
- Forum: General Discussion (csf)
- Topic: Why Blocklist loading with 0 entries
- Replies: 1
- Views: 144
Re: Why Blocklist loading with 0 entries
Have you tried to ping the domain? Is it resolving?
Have you tried to access the URL on your browser? Is it working?
It you can't access the URL, chances are that your server couldn't either and that is why.
Regards,
Sergio
Have you tried to access the URL on your browser? Is it working?
It you can't access the URL, chances are that your server couldn't either and that is why.
Regards,
Sergio
- 15 Apr 2021, 03:30
- Forum: General Discussion (csf)
- Topic: memcached Resource: Process Time Exceeded: 3753146
- Replies: 1
- Views: 166
Re: memcached Resource: Process Time Exceeded: 3753146
Have you checked to add:
exe: /usr/bin/memcached
to csf.pignore?
exe: /usr/bin/memcached
to csf.pignore?
- 15 Apr 2021, 03:07
- Forum: General Discussion (csf)
- Topic: Please Explantion about: /etc/csf/csf.rignore
- Replies: 1
- Views: 78
Re: Please Explantion about: /etc/csf/csf.rignore
Hi. if you have: so what i actually need to do if the crawler have like that: crawl-66-249-64-130.googlebot.com Thenm on the csf.rignore file you should add: .googlebot.com The following is the reason why you have to write it like that: google bots have a lot of different IPs and servers. All the se...
- 15 Jan 2021, 17:25
- Forum: General Discussion (cxs)
- Topic: CXS doesn't detect malware after reboot
- Replies: 1
- Views: 867
Re: CXS doesn't detect malware after reboot
As you have CXS, it seems that you have bought that option from ConfigServer and they have installed it for you.
Do you know that the payed scripts has support directly from them? Just open a support ticket and they will help you.
Do you know that the payed scripts has support directly from them? Just open a support ticket and they will help you.
- 14 Jan 2021, 14:14
- Forum: General Discussion (csf)
- Topic: Receiving E-Mail Notifications - Even when EMAIL_ALERT disabled ??
- Replies: 4
- Views: 849
Re: Receiving E-Mail Notifications - Even when EMAIL_ALERT disabled ??
If you are using cPanel the work around is very easy: 1. Enter into webmail of the account that you are receiving the emails. 2. Create a Filter. 3. Name the filter as you want. 4. On the first line select SUBJECT CONTAINS and write the subject of that email. 5. ADD a second line (be careful not to ...
- 08 Jan 2021, 16:47
- Forum: General Discussion (csf)
- Topic: Default ports in TCP OUT
- Replies: 1
- Views: 630
Re: Default ports in TCP OUT
When CSF is installed it comes with some ports that you as administrator has to check and modify accordingly. I suggest you to check the following from cPanel: How to Configure Your Firewall for cPanel & WHM Services Valid for versions: 84,86,90,92,94 Last modified: November 20, 2020 https://doc...
- 08 Jan 2021, 15:27
- Forum: General Discussion (csf)
- Topic: CSF csf.allow still denied
- Replies: 3
- Views: 417
Re: CSF csf.allow still denied
Hello Is there a way a bulk IP POP3 or imap will IP's will be allowed? I tried IP like this (for example only) 123.45.0.0/24 # csf.allow then I saw some IP IN csf.deny 123.45.111.222 # lfd: (pop3d) Failed POP3 login from 123.45.111.222 can somebody explain to me why is this happening? how can I mak...
- 08 Jan 2021, 15:14
- Forum: General Discussion (csf)
- Topic: SOLVED: It seems like CSF+LFD ignores Custom Log file
- Replies: 2
- Views: 861
Re: It seems like CSF+LFD ignores Custom Log file
Hi, Serge. Happy New Year 2021! It seems that the error that you have is that you are not passing the variable $1 on the rule, you have: if (($lgfile eq $config{CUSTOM8_LOG}) and ($line =~ /[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}/)) { return ("Own Blacklist",$1,"Blacklisted&quo...