
2nd April 2010, 18:59
|
|
Member
|
|
Join Date: May 2009
Posts: 35
Thanks: 1
Thanked 3 Times in 3 Posts
|
|
syslog entries from pure-ftp
Why do i get all these pure ftp entries in my syslog
Apr 2 08:45:01 ispconfig1 pure-ftpd: (?@127.0.0.1) [INFO] New connection from 127.0.0.1
Apr 2 08:45:01 ispconfig1 pure-ftpd: (?@127.0.0.1) [INFO] Logout.
Apr 2 08:50:01 ispconfig1 pure-ftpd: (?@127.0.0.1) [INFO] New connection from 127.0.0.1
Apr 2 08:50:01 ispconfig1 pure-ftpd: (?@127.0.0.1) [INFO] Logout.
Apr 2 08:55:01 ispconfig1 pure-ftpd: (?@127.0.0.1) [INFO] New connection from 127.0.0.1
Apr 2 08:55:01 ispconfig1 pure-ftpd: (?@127.0.0.1) [INFO] Logout.
Apr 2 09:00:02 ispconfig1 pure-ftpd: (?@127.0.0.1) [INFO] New connection from 127.0.0.1
Apr 2 09:00:02 ispconfig1 pure-ftpd: (?@127.0.0.1) [INFO] Logout.
Apr 2 09:05:02 ispconfig1 pure-ftpd: (?@127.0.0.1) [INFO] New connection from 127.0.0.1
Apr 2 09:05:02 ispconfig1 pure-ftpd: (?@127.0.0.1) [INFO] Logout.
Apr 2 09:10:02 ispconfig1 pure-ftpd: (?@127.0.0.1) [INFO] New connection from 127.0.0.1
Apr 2 09:10:02 ispconfig1 pure-ftpd: (?@127.0.0.1) [INFO] Logout.
Apr 2 09:15:01 ispconfig1 pure-ftpd: (?@127.0.0.1) [INFO] New connection from 127.0.0.1
Apr 2 09:15:01 ispconfig1 pure-ftpd: (?@127.0.0.1) [INFO] Logout.
Apr 2 09:20:02 ispconfig1 pure-ftpd: (?@127.0.0.1) [INFO] New connection from 127.0.0.1
Apr 2 09:20:02 ispconfig1 pure-ftpd: (?@127.0.0.1) [INFO] Logout.
Apr 2 09:25:02 ispconfig1 pure-ftpd: (?@127.0.0.1) [INFO] New connection from 127.0.0.1
Apr 2 09:25:02 ispconfig1 pure-ftpd: (?@127.0.0.1) [INFO] Logout.
Apr 2 09:30:02 ispconfig1 pure-ftpd: (?@127.0.0.1) [INFO] New connection from 127.0.0.1
Apr 2 09:30:02 ispconfig1 pure-ftpd: (?@127.0.0.1) [INFO] Logout.
Apr 2 09:35:02 ispconfig1 pure-ftpd: (?@127.0.0.1) [INFO] New connection from 127.0.0.1
Apr 2 09:35:02 ispconfig1 pure-ftpd: (?@127.0.0.1) [INFO] Logout.
Apr 2 09:40:02 ispconfig1 pure-ftpd: (?@127.0.0.1) [INFO] New connection from 127.0.0.1
Apr 2 09:40:02 ispconfig1 pure-ftpd: (?@127.0.0.1) [INFO] Logout.
What is happening exactly ?
|

2nd April 2010, 21:57
|
|
ISPConfig Developer
|
|
Join Date: Dec 2008
Location: Finland
Posts: 68
Thanks: 6
Thanked 13 Times in 12 Posts
|
|
Quote:
Originally Posted by afandino
What is happening exactly ?
|
Ispconfig3 Monitor Module is testing if ftp-daemon is alive. You can safely ignore those.
|
|
The Following User Says Thank You to Antennipasi For This Useful Post:
|
|

3rd April 2010, 03:04
|
|
Member
|
|
Join Date: Apr 2008
Posts: 63
Thanks: 0
Thanked 6 Times in 4 Posts
|
|
Is there any way to suprress the messages logged from the ispconfig3 monitor but still log user login events? In a quick look in the config file for pureftpd it looked like syslogging was an 'all or nothing' setting.
__________________
=====
Doug G
=====
|

22nd April 2010, 10:38
|
|
Senior Member
|
|
Join Date: Mar 2010
Location: Surrey, England
Posts: 140
Thanks: 9
Thanked 28 Times in 17 Posts
|
|
I don't like my main system log being filled with these ftp info messages so I've edited /etc/syslog.conf and changed the line
*.info;mail.none;authpriv.none;cron.none /var/log/messages
to
*.info;mail.none;authpriv.none;cron.none;ftp.!info /var/log/messages
(then run:# /etc/init.d/syslog reload )
This prevents ftp info data being written to the log.
If I want to know what users have been logging in via ftp I just inspect the
/var/log/pureftp.log
- it shows a lot more detail! & excludes the localhost logins.
--------------------
I also want to remove the clamd "SelfCheck: Database status OK." messages so I've also added
local6.!info to the line in syslog.conf
Those messages are also in the ClamAV log which is viewable from the ISPConfig monitor page.
Now I've got a really clean system log.
Last edited by mike_p; 22nd April 2010 at 11:17.
Reason: added clam info
|
|
The Following 5 Users Say Thank You to mike_p For This Useful Post:
|
|

17th June 2010, 02:36
|
|
Member
|
|
Join Date: Dec 2009
Posts: 44
Thanks: 4
Thanked 3 Times in 3 Posts
|
|
That's good tip
That's good tip
Does anyone know how to get the same in Debian?
Regards
|

17th June 2010, 03:14
|
|
Senior Member
|
|
Join Date: Apr 2008
Location: San Diego & Tijuana
Posts: 302
Thanks: 26
Thanked 32 Times in 30 Posts
|
|
Quote:
Originally Posted by esmiz
That's good tip
Does anyone know how to get the same in Debian?
|
The same but in /etc/rsyslog.conf
|

17th June 2010, 04:22
|
|
Member
|
|
Join Date: Dec 2009
Posts: 44
Thanks: 4
Thanked 3 Times in 3 Posts
|
|
Thanks for your answer.
Yes I tried that, but had no luck, perhaps I didn't find the right place in the file.
This is which I changed in /etc/rsyslog.conf
Code:
Some "catch-all" log files.
#
*.=debug;\
auth,authpriv.none;\
news.none;mail.none -/var/log/debug
*.=info;*.=notice;*.=warn;\
auth,authpriv.none;\
cron,daemon.none;\
mail,news.none -/var/log/messages
Is that correct?
I also tried adding a new file in /etc/rsyslog.d/ but didn't work either.
Regards
|

17th June 2010, 04:58
|
|
Senior Member
|
|
Join Date: Apr 2008
Location: San Diego & Tijuana
Posts: 302
Thanks: 26
Thanked 32 Times in 30 Posts
|
|
You can add it to that...
Code:
Some "catch-all" log files.
#
*.=debug;\
auth,authpriv.none;\
news.none;mail.none -/var/log/debug
*.=info;*.=notice;*.=warn;\
auth,authpriv.none;\
cron,daemon.none;\
mail,news.none;\
ftp.!info -/var/log/messages
I make separate files...
Code:
Some "catch-all" log files.
#
*.=debug;\
auth,authpriv.none;\
news.none;mail.none -/var/log/debug
*.=info;\
auth,authpriv.none;\
cron,daemon.none;\
mail,news.none;\
ftp.!info -/var/log/messages.info
*.=notice;\
auth,authpriv.none;\
cron,daemon.none;\
mail,news.none -/var/log/messages.notice
*.=warn;\
auth,authpriv.none;\
cron,daemon.none;\
mail,news.none -/var/log/messages.warn
Last edited by BorderAmigos; 17th June 2010 at 05:02.
|
|
The Following 2 Users Say Thank You to BorderAmigos For This Useful Post:
|
esmiz (2nd July 2010),
marks (6th February 2012)
|

17th June 2010, 05:21
|
|
Member
|
|
Join Date: Dec 2009
Posts: 44
Thanks: 4
Thanked 3 Times in 3 Posts
|
|
Hi, mate
Thanks again for your answer.
I'll give it a try and tell you. I realize now what could be the error I had.
This was my not working rsyslog.conf before was corrected:
Code:
# Some "catch-all" log files.
#
*.=debug;\
auth,authpriv.none;\
news.none;mail.none -/var/log/debug
*.=info;*.=notice;*.=warn;\
auth,authpriv.none;\
cron,daemon.none;\
mail,news.none;\
ftp.!info;local6.!info; -/var/log/messages
Last line should be:
Code:
ftp.!info,local6.!info -/var/log/messages
instead isn'it?
Regards
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT +2. The time now is 08:48.
|
Recent comments
23 hours 36 min ago
1 day 9 hours ago
1 day 9 hours ago
1 day 13 hours ago
1 day 17 hours ago
1 day 18 hours ago
1 day 20 hours ago
2 days 6 hours ago
2 days 11 hours ago
2 days 12 hours ago