Linux - Security This forum is for all security related questions.
Questions, tips, system compromises, firewalls, etc. are all included here. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
09-09-2004, 02:00 AM
|
#1
|
Senior Member
Registered: Jul 2003
Location: So. Cal.
Distribution: Slack 11
Posts: 1,737
Rep:
|
Getting Warning during rkhunter?
I am getting this while running rkhunter. Is this anything to be worried about?
Check: Events and Logging
Search for syslog configuration... found
Checking for running syslog slave... [ Warning! ]
Info: Cannot find syslog/syslog-ng daemon
Checking for logging to remote system... [ OK (no remote logging) ]
|
|
|
09-09-2004, 03:57 AM
|
#2
|
LQ Guru
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870
|
Quote:
Cannot find syslog/syslog-ng daemon
|
are you sure you have logging enabled??
=)
|
|
|
09-09-2004, 10:49 PM
|
#3
|
Senior Member
Registered: Jul 2003
Location: So. Cal.
Distribution: Slack 11
Posts: 1,737
Original Poster
Rep:
|
I have no idea. I may have disabled logging when i was screwing around with pkgtool. I will check it out, Thanks.
|
|
|
09-10-2004, 12:18 AM
|
#4
|
LQ Guru
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870
|
you can check if syslogd is running with:
ps aux | grep syslogd
|
|
|
09-11-2004, 12:20 AM
|
#5
|
Senior Member
Registered: Jul 2003
Location: So. Cal.
Distribution: Slack 11
Posts: 1,737
Original Poster
Rep:
|
Thanks for that, Heres the output. I dont know what all this means.
319 0.0 0.0 1452 464 pts/0 S+ 09:19 0:00 grep syslogd
|
|
|
09-11-2004, 12:26 AM
|
#6
|
LQ Guru
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870
|
Quote:
Originally posted by BajaNick
Thanks for that, Heres the output. I dont know what all this means.
319 0.0 0.0 1452 464 pts/0 S+ 09:19 0:00 grep syslogd
|
it means you aren't running syslogd...
the output you got is actually the grep itself.. you can eliminate grep itself from the output of the command like this:
ps aux | grep syslogd | grep -v grep
like that you shouldn't get any output until you have syslogd running...
go into pkgtool, setup, services, and enable "rc.syslog", then reboot... now run the above command again and you should see something like:
root 68 0.0 0.2 1404 592 ? Ss Sep09 0:00 /usr/sbin/syslogd
then run rkhunter again...
=)
Last edited by win32sux; 09-11-2004 at 12:28 AM.
|
|
|
09-11-2004, 02:18 AM
|
#7
|
Senior Member
Registered: Jul 2003
Location: So. Cal.
Distribution: Slack 11
Posts: 1,737
Original Poster
Rep:
|
Curiously, I do not have an option for syslog at all in the pkgtool menu after choosing which ones to run again.
Mabye this has something to do with having cups enabled but it not working, I have to start ./rc.cups manually when I want to print even though It is activated.
|
|
|
09-11-2004, 03:10 AM
|
#8
|
LQ Guru
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870
|
hmmm... it sounds like the sysklogd package is not installed... check with:
ls /var/log/packages/ | grep sysklogd
if it's not, you can find it on your cd, or here:
ftp://ftp.slackware.com/pub/slackwar...4.1-i486-9.tgz
|
|
|
09-12-2004, 09:34 PM
|
#9
|
Senior Member
Registered: Jul 2003
Location: So. Cal.
Distribution: Slack 11
Posts: 1,737
Original Poster
Rep:
|
Thanks. When I get time I will install and play around with it.
|
|
|
All times are GMT -5. The time now is 06:50 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|