Search found 11 matches: output console
Searched query: output console
- 14 Sep 2024, 14:53
- Forum: General Discussion (csf)
- Topic: Outputting LFD "blocked" messages with lower priority?
- Replies: 0
- Views: 15851
Outputting LFD "blocked" messages with lower priority?
It seems LFD outputs its "blocked" messages (eg. "Firewall: *UDP_IN Blocked* IN=eth0...") ... gold-coloured in my TTY, but more annoyingly it gets spammed out to my VPS's emergency console standard output, putting out lines every few seconds. Is there a way to get LFD ...
- 07 Mar 2021, 16:31
- Forum: General Discussion (csf)
- Topic: Error pid mismatch or missing, causing lfd to stop
- Replies: 0
- Views: 3956
Error pid mismatch or missing, causing lfd to stop
... Account Tracking... SSH Tracking... Webmin Tracking... SU Tracking... Console Tracking... *Error* pid mismatch or missing, at line 1160 daemon ... @cmd) = @_; my $cmdline = join(" ",@cmd); my $status = 0; my @output; if (-e "/etc/csf/csf.error") { &cleanup(__LINE__,"*Error* ...
- 17 Feb 2020, 13:18
- Forum: General Discussion (csf)
- Topic: CSF output to the console
- Replies: 2
- Views: 9348
Re: CSF output to the console
I solved this in a different way on CentOS 6 from this answer https://superuser.com/a/351402
In /etc/sysctl.conf
Tweak the kernel.printk line.
Activate without rebooting:
In /etc/sysctl.conf
Tweak the kernel.printk line.
Code: Select all
# Uncomment the following to stop low-level messages on console
kernel.printk = 3 4 1 3
Code: Select all
sysctl --system
- 24 Jan 2017, 11:46
- Forum: General Discussion (csf)
- Topic: lfd.service: main process exited
- Replies: 5
- Views: 17578
Re: lfd.service: main process exited
... server then uninstall CSF and installit again because we had no "Console" to execute the commands on our Datacenter, but we had an external ... csf... Flushing chain `INPUT' Flushing chain `FORWARD' Flushing chain `OUTPUT' Flushing chain `ALLOWIN' Flushing chain `ALLOWOUT' Flushing chain ...
- 21 Jul 2015, 15:01
- Forum: General Discussion (csf)
- Topic: how to block this kind of attack
- Replies: 3
- Views: 6753
how to block this kind of attack
... hits increased server load average to a huge number, I will paste the output kernel messages I got at the console while under this attack, what csf option would help me prevent this kind of attack? ...
- 03 Mar 2015, 13:04
- Forum: General Discussion (csf)
- Topic: CSF Ignoring Configuration
- Replies: 1
- Views: 4651
CSF Ignoring Configuration
... Which when looking at the lfd.log file is not surprising, as the output on that is: Failed SSH login from <ip> (hostname): 5 in the last 3600 ... /var/log/auth.log and one tail -f /var/log/lfd.log, and also the system console tail -f /var/log/lfd.log. From a local terminal on my laptop, I start ...
- 06 Nov 2013, 04:09
- Forum: General Discussion (csf)
- Topic: CSF output to the console
- Replies: 2
- Views: 9348
Re: CSF output to the console
for anyone else looking to fix this.
The following command will suppress the messages.
dmesg -n 1
to suppress all messages from the kernel (and its drivers) except panic messages from appearing on the console.
To fix at each boot, add the command to:
/etc/rc.local
The following command will suppress the messages.
dmesg -n 1
to suppress all messages from the kernel (and its drivers) except panic messages from appearing on the console.
To fix at each boot, add the command to:
/etc/rc.local
- 06 Nov 2013, 01:53
- Forum: General Discussion (csf)
- Topic: CSF output to the console
- Replies: 2
- Views: 9348
CSF output to the console
I came across viewtopic.php?t=222 byt its over 5 years old.
Is there anyway to stop CSF from outputting to the console? It spits out so much it prevents me from logging on to my server (CentOS 6.4 with WHM 11.40.16)
Is there anyway to stop CSF from outputting to the console? It spits out so much it prevents me from logging on to my server (CentOS 6.4 with WHM 11.40.16)
- 18 Mar 2013, 23:43
- Forum: General Discussion (csf)
- Topic: LogScanner Stopped Emailing Me
- Replies: 7
- Views: 11791
Re: LogScanner Stopped Emailing Me
Just suppresses console output if I recall correctly.
Could be that Jonathan or Sarah will weigh in here at some point and clarify the cron aspect.
Could be that Jonathan or Sarah will weigh in here at some point and clarify the cron aspect.
- 18 Jan 2013, 15:01
- Forum: General Discussion (csf)
- Topic: root exploits
- Replies: 4
- Views: 10228
Re: root exploits
In ssh console type the following:(btw, where can I see which version is it?)
Code: Select all
csf -v
csf: v5.73 (cPanel)