Search found 23 matches
- 21 Feb 2019, 21:39
- Forum: General Discussion (csf)
- Topic: Can't locate Net/DNS/Resolver/linux.pm
- Replies: 9
- Views: 8779
Re: Can't locate Net/DNS/Resolver/linux.pm
Hmm, a forced upcp didn't seem to solve it. Can you say if you have a Net/DNS/Resolver/linux.pm file some where on the 78.0.11 server? Perhaps I'm missing a package some where? Although I would assume upcp would install the necessary packages that cPanel needs. Also.. no clue why this is popping up ...
- 21 Feb 2019, 21:26
- Forum: General Discussion (csf)
- Topic: Can't locate Net/DNS/Resolver/linux.pm
- Replies: 9
- Views: 8779
Re: Can't locate Net/DNS/Resolver/linux.pm
I'm dealing strictly in the command line.
service lfd restart
while tailing /var/log/lfd.log
service lfd restart
while tailing /var/log/lfd.log
- 21 Feb 2019, 21:25
- Forum: General Discussion (csf)
- Topic: Can't locate Net/DNS/Resolver/linux.pm
- Replies: 9
- Views: 8779
Re: Can't locate Net/DNS/Resolver/linux.pm
For what it's worth, I was able to "solve" this by copying /usr/local/cpanel/3rdparty/perl/528/lib/perl5/cpanel_lib/Net/DNS/Resolver/UNIX.pm to /usr/local/cpanel/3rdparty/perl/528/lib/perl5/cpanel_lib/Net/DNS/Resolver/linux.pm and changing the instances of UNIX to linux in that file. And l...
- 21 Feb 2019, 21:20
- Forum: General Discussion (csf)
- Topic: Can't locate Net/DNS/Resolver/linux.pm
- Replies: 9
- Views: 8779
Re: Can't locate Net/DNS/Resolver/linux.pm
Yea, that's my thoughts as well. Do you think this might be something to do with the new cPanel release - cPanel 11.78.0.11 ? They had licensing issues yesterday and had to release an updated version of cPanel to fix licensing issues (or something, they were kind of hush, hush about it). The only re...
- 21 Feb 2019, 19:03
- Forum: General Discussion (csf)
- Topic: Can't locate Net/DNS/Resolver/linux.pm
- Replies: 9
- Views: 8779
Can't locate Net/DNS/Resolver/linux.pm
Upgraded to cPanel 78. lfd won't start lfd[894]: Main Process: Can't locate Net/DNS/Resolver/linux.pm in @INC (you may need to install the Net::DNS::Resolver::linux module) Not really finding anything that uses Net::DNS::Resolver::linux - not sure what's going on. Not seeing where anyone else has ha...
- 05 Oct 2016, 16:30
- Forum: General Discussion (csf)
- Topic: CSF not allowing "Remote MySQL" IP's through anymore.
- Replies: 6
- Views: 9987
Re: CSF not allowing "Remote MySQL" IP's through anymore.
Yea, you'll need to get someone from ConfigServers involved with this.
As far as I know, /etc/csf/csf.allow has never allowed anything to be executed inside of it. I'm not really sure what you are doing. But there appears to be a misunderstanding some where.
As far as I know, /etc/csf/csf.allow has never allowed anything to be executed inside of it. I'm not really sure what you are doing. But there appears to be a misunderstanding some where.
- 04 Oct 2016, 23:48
- Forum: General Discussion (csf)
- Topic: CSF not allowing "Remote MySQL" IP's through anymore.
- Replies: 6
- Views: 9987
Re: CSF not allowing "Remote MySQL" IP's through anymore.
Huh? /etc/csf/csf.allow doesn't execute anything. csf reads it when you restart it. What specifically is not working? What does mysql mysql -e "select Host,User from user where Host!='localhost' group by Host;" | awk {'print "tcp|in|d=3306|s=" $1 "\t# " $2'} | sed "...
- 04 Oct 2016, 22:03
- Forum: General Discussion (csf)
- Topic: CSF not allowing "Remote MySQL" IP's through anymore.
- Replies: 6
- Views: 9987
Re: CSF not allowing "Remote MySQL" IP's through anymore.
You have to restart csf after adding lines to /etc/csf/csf.allow csf -r Probably the best way to do this is to utilize Include in the /etc/csf/csf.allow echo "Include /etc/csf/mysql.allow" >>/etc/csf/csf.allow touch /etc/csf/mysql.allow This tells csf to include IP address structures in th...
- 30 Jun 2016, 21:15
- Forum: Report Bugs (csf)
- Topic: csf -ar / csf -dr
- Replies: 4
- Views: 8002
Re: csf -ar / csf -dr
Sorry, should have given more information. When giving port details root@host [~]# csf -a 'tcp|in|d=80|s=1.1.1.1' Adding tcp|in|d=80|s=1.1.1.1 to csf.allow and iptables ACCEPT... ACCEPT tcp opt -- in eth1 out * 1.1.1.1 -> 0.0.0.0/0 tcp dpt:80 root@host [~]# csf -ar 'tcp|in|d=80|s=1.1.1.1' csf: tcp\|...
- 30 Jun 2016, 20:59
- Forum: Report Bugs (csf)
- Topic: csf -ar / csf -dr
- Replies: 4
- Views: 8002
csf -ar / csf -dr
Did the new updates break csf -ar and csf -dr functionality? They don't appear to be working for me.