Re: [Repost] Logging to custom file via syslog [was]: php log to own syslog file

2005-01-25 Thread Ruben de Groot
*.=debug/var/log/debug.log *.emerg * # uncomment this to log all writes to /dev/console to /var/log/console.log #console.info /var/log/console.log # uncomment this to enable logging of all

Re: [Repost] Logging to custom file via syslog [was]: php log to own syslog file

2005-01-25 Thread Gerard Samuel
Ruben de Groot wrote: On Mon, Jan 24, 2005 at 12:18:46PM -0500, Gerard Samuel typed: I think this is a FreeBSD problem. It's not. Here is what I have. 1. I removed my initial modification of /etc/syslog.conf, and added - user.=info /var/log/php.log

Re[2]: [Repost] Logging to custom file via syslog [was]: php log to own syslog file

2005-01-25 Thread Hexren
GS Ruben de Groot wrote: On Mon, Jan 24, 2005 at 12:18:46PM -0500, Gerard Samuel typed: I think this is a FreeBSD problem. It's not. Here is what I have. 1. I removed my initial modification of /etc/syslog.conf, and added - user.=info

[Repost] Logging to custom file via syslog [was]: php log to own syslog file

2005-01-24 Thread Gerard Samuel
to LOG_WARNING, the error messages go to /var/log/messages. I just need it to start going to its own file. The ultimate goal, is that I want to have a cluster of webservers, logging to a central server. I think this is a FreeBSD problem. Here is what I have. 1. I removed my initial modification of /etc

Logging to custom file via syslog [was]: [Repost] php log to own syslog file

2005-01-22 Thread Gerard Samuel
to LOG_WARNING, the error messages go to /var/log/messages. I just need it to start going to its own file. The ultimate goal, is that I want to have a cluster of webservers, logging to a central server. I think this is a FreeBSD problem. Here is what I have. 1. I removed my initial modification of /etc

help logging a crash

2005-01-16 Thread J.D. Bronson
I am having random reboots on my 5.3 system even using GENERIC. I am wondering, what do I have to do to enable some sort of debug/crash log...I dont want the thing to just reboot w/o telling me why. When this happens, there are no logs...just a reboot and then the FSCK. I believe I need to compile

Re: help logging a crash

2005-01-16 Thread Eric F Crist
On Jan 16, 2005, at 10:38 AM, J.D. Bronson wrote: I am having random reboots on my 5.3 system even using GENERIC. I am wondering, what do I have to do to enable some sort of debug/crash log...I dont want the thing to just reboot w/o telling me why. When this happens, there are no logs...just a

Re: help logging a crash

2005-01-16 Thread J.D. Bronson
At 10:49 AM 1/16/2005, you wrote: If you enable debugging in the kernel, IIRC, you should have a dump file in the system root directory when the system crashes. If you tell us a little more about the system you're using, such as hardware, specific services you're running, we might be able to

Re: help logging a crash

2005-01-16 Thread Reko Turja
last week I had a panic which caused the machine to halt and I posted it here. No dump file though and no reply. All I did was telnet into the machine and it panicked. So...before I give up on 5.3, I wanted to see if there was anything I could do to help the developers track down this

Re: help logging a crash

2005-01-16 Thread J.D. Bronson
At 11:15 AM 1/16/2005, you wrote: See the developers hanbook from the FreeBSD website: http://www.freebsd.org/doc/en_US.ISO8859-1/books/developers-handbook/ Section III chapter 11. FreBSD is quite well documented once you know where to find the information - and most of it can be found in the

Re: help logging a crash

2005-01-16 Thread Reko Turja
for the moment, I only did the kernel. I dont want to spend alot of time on this if its still unstable. Looks like as long as I add DDB to the kernel and make it, I should get some crash dump ? Yes, but you'll need to define the dump device and place to save the dump from the swap in the next

Re: help logging a crash

2005-01-16 Thread Eric F Crist
On Jan 16, 2005, at 11:18 AM, J.D. Bronson wrote: At 11:15 AM 1/16/2005, you wrote: See the developers hanbook from the FreeBSD website: http://www.freebsd.org/doc/en_US.ISO8859-1/books/developers-handbook/ Section III chapter 11. FreBSD is quite well documented once you know where to find the

Re: help logging a crash

2005-01-16 Thread J.D. Bronson
At 04:16 PM 1/16/2005, Eric F Crist wrote: It's always a good idea to upgrade the entire system, kernel ad userland. I would recommend doing so and see where you go from there. Yes...I did this now.it was easy and only took an 1hr on a P4-3.06 :) -- J.D. Bronson Aurora Health Care //

Apache2 Conditional Logging help

2005-01-15 Thread Colin J. Raven
I'm trying to supress logging of such things as favicon.ico, gifs and jpegs. In a home server environment (right now anyway) I just don't think it's necessary to log serving of those items. Accordingly, some googling seemed to point me towards doing something like

Re: Apache2 Conditional Logging help [Followup]

2005-01-15 Thread Colin J. Raven
On Jan 15 at 12:26, I said: I'm trying to supress logging of such things as favicon.ico, gifs and jpegs. In a home server environment (right now anyway) I just don't think it's necessary to log serving of those items. Accordingly, some googling seemed to point me towards doing something

passwd logging

2005-01-14 Thread Sean Murphy
I want to start logging to a file any succseses or failures when a user envokes the passwd command. I came across editing the pam.conf file but I don't know what to add. Can anyone help? ___ freebsd-questions@freebsd.org mailing list http

Re: passwd logging

2005-01-14 Thread Chuck Swiger
Sean Murphy wrote: I want to start logging to a file any succseses or failures when a user envokes the passwd command. I came across editing the pam.conf file but I don't know what to add. Can anyone help? Look at syslogd (/etc/syslog.conf) and /var/log/security or /var/log/auth.log, I

Re: passwd logging

2005-01-14 Thread Sean Murphy
I checked out syslog.conf and did not see what to uncomment to add the passwd logging it currently logs bad logins and su but not successful changed passwds then I had a look at /var/log/security but nothing was in that file. hmm would I have to add a line to the syslog.conf file to log

Re: passwd logging

2005-01-14 Thread Chuck Swiger
Sean Murphy wrote: Chuck Swiger wrote: Look at syslogd (/etc/syslog.conf) and /var/log/security or /var/log/auth.log, I suspect that what you want to see is already being logged there. I checked out syslog.conf and did not see what to uncomment to add the passwd logging it currently logs bad

Re: passwd logging

2005-01-14 Thread Sean Murphy
Chuck Swiger wrote: Sean Murphy wrote: Chuck Swiger wrote: Look at syslogd (/etc/syslog.conf) and /var/log/security or /var/log/auth.log, I suspect that what you want to see is already being logged there. I checked out syslog.conf and did not see what to uncomment to add the passwd logging

FreeBSD 5.3 and some stranges logging in /var/log/messages

2005-01-12 Thread Vyacheslav Druzhinin
Hello freebsd-questions, I use FreeBSD 5.3-RELEASE-p4, builded with ipfw support options IPFIREWALL options IPFIREWALL_VERBOSE options IPDIVERT some times I see some strange messages in /var/log/messages, like this: -- cut Jan 12 10:01:30 ns kernel: via xl111 Jan 12

Re: Problems logging w/ IPF on FreeBSD 5.3-STABLE

2004-12-01 Thread Nelis Lamprecht
On Mon, 29 Nov 2004 18:28:06 -0800, FMorales [EMAIL PROTECTED] wrote: bash-2.05b$ cat /etc/rc.conf | grep ip ipfilter_enable=YES ipfilter_rules=/etc/ipf.rules ipmon_enable=YES ipmon_flags=-Ds change the above to read something along the lines of: ipmon_flags=-Dn /var/log/ipfilter.log

Problems logging w/ IPF on FreeBSD 5.3-STABLE

2004-11-30 Thread FMorales
Hello all i recently installed FreeBSD 5.3 and am so far extremely pleased with it. I read the section in the handbook that discussed setting up IPF w/ FreeBSD 5.x, and also how to turn on logging and such. Well IPF works perfectly, however my logging is NOT going where it's supposed to. I used

named logging: POKED TIMER

2004-11-11 Thread Rob
Hi, With 5.3, running named (cashing nameserver only) and ntpd to sync the time, I see in /var/log/messages about twice a day a line like this: Nov 11 05:41:44 para named[356]: *** POKED TIMER *** Nov 11 14:51:09 para named[355]: *** POKED TIMER *** What does this mean? Is it still a bug in

MPD and logging...

2004-10-03 Thread Eric Crist
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello all, I'm looking to have some better logging in MPD. Currently, it seems to log nearly everything. The only thing I can find about disabling logging in this application involves an interactive 'shell' where I can disable certain logging. I

Re: IPFW logging...

2004-09-21 Thread Matthew Seaman
On Mon, Sep 20, 2004 at 10:27:22PM -0500, Eric F Crist wrote: IPFW used to log all entries with the 'log' included in the rule, but randomely, to me, anyways, stopped doing so. I can't seem to get it to continue logging. Does anyone have any insight? I'm running FreeBSD 4.10 from about

Re: IPFW logging...

2004-09-21 Thread Alex de Kruijff
, stopped doing so. I can't seem to get it to continue logging. Does anyone have any insight? I'm running FreeBSD 4.10 from about 2 months ago. I'm going to cvsup tonight to see if it helps. what log files can I check to verify things are working? Thanks. It's an feuture not a bug. I'm three

IPFW logging...

2004-09-20 Thread Eric F Crist
Hello all, I may no longer be subscribed, as I've had some mail server problems (I moved), so please reply to me, as well. IPFW used to log all entries with the 'log' included in the rule, but randomely, to me, anyways, stopped doing so. I can't seem to get it to continue logging. Does

Re: pf not logging on 5.3-BETA3 ? [more info]

2004-09-18 Thread Hugo Silva
On Friday 17 September 2004 20:51, Hugo Silva wrote: Did you put in device pflog as well? What does $ifconfig pflog0 say? [EMAIL PROTECTED]:/home/klr]# ifconfig pflog0 pflog0: flags=41UP,RUNNING mtu 33208 Okay, for some reason pflogd is *not* running! Otherwise you'd have pflog0 in

Re: pf not logging on 5.3-BETA3 ?

2004-09-17 Thread Hugo Silva
the user or group to _pflogd or authpf (group). In any event, my passwd and group file are indeed up to date and /var/log/pflog broken (no logging taking place). fuggle# ps aux | grep pf root 340 0.0 0.3 1584 612 ?? Ss3:05PM 0:00.01 pflogd: [priv] ( _pflogd 343 0.0 0.3

logging all logins with periodic

2004-09-02 Thread meads594
I'm currently running FreeBSD 4.10 on a machine at home. Since it is exposed to the internet (and since I am the only one who should be logging into it), I would like to have a summary log of all logins (both failed and successful). periodic shows the the failed logins in the daily summary

Re: logging all logins with periodic

2004-09-02 Thread Matthew Seaman
On Thu, Sep 02, 2004 at 03:34:25PM +, [EMAIL PROTECTED] wrote: I'm currently running FreeBSD 4.10 on a machine at home. Since it is exposed to the internet (and since I am the only one who should be logging into it), I would like to have a summary log of all logins (both failed

Re: logging all logins with periodic

2004-09-02 Thread Giorgos Keramidas
On 2004-09-02 17:41, Matthew Seaman [EMAIL PROTECTED] wrote: On Thu, Sep 02, 2004 at 03:34:25PM +, [EMAIL PROTECTED] wrote: Can periodic be used to get a summary of successful logins? Is there a different utility that exists? The command to use is last(1) -- note by default that reads

Logging router errors using syslog

2004-08-26 Thread Mark Ovens
FreeBSD 4.9-RELEASE My ADSL router/modem, Zyxel P650R-31, supports error logging to a remote *nix host using syslog but I can't get it to work. The router has been set up to log to the local2 facility and I've added these lines to the end of /etc/syslog.conf: !* +P650R-31 local2 /var

Re: Logging router errors using syslog

2004-08-26 Thread Martin Hasenbein
twice, no network socket will be opened at all, which also disables logging to remote machines. You have to disable this option and restart syslogd. Ciao, -Martin. -- Martin Hasenbein |Volkartstr. 55| D-80636 Muenchen fon: +49 89 12163761 | fax: +49 89 12163763

Re: Logging router errors using syslog

2004-08-26 Thread Mark Ovens
. If specified twice, no network socket will be opened at all, which also disables logging to remote machines. You have to disable this option and restart syslogd. Thanks, yes, I was. I've changed it and restarted without ''-s'' but it still doesn't appear to be logging anything - I configured

Re: Logging router errors using syslog

2004-08-26 Thread Martin Hasenbein
On 26 Aug 2004 (15:30:52) [1093527052], Mark Ovens wrote: Hi Mark, Thanks, yes, I was. I've changed it and restarted without ''-s'' but it still doesn't appear to be logging anything - I configured the router to log everything so the file should grow quite quickly. Do you have any other

Re: Logging router errors using syslog

2004-08-26 Thread Mark Ovens
Martin Hasenbein wrote: On 26 Aug 2004 (15:30:52) [1093527052], Mark Ovens wrote: Hi Mark, Thanks, yes, I was. I've changed it and restarted without ''-s'' but it still doesn't appear to be logging anything - I configured the router to log everything so the file should grow quite quickly. Do

Re: NEWBIE: Logging into Cox Cable service

2004-07-12 Thread Matt H
I have Cox.net here. What seems to happen is that the cable modem itself latches on (so to speak) to the MAC address of the nic you're using. Usually, all that is required is to power cycle the cable modem and it should see the new nic and you'll be able to get your DHCP response. HTH. On Sun,

SOLVED: NEWBIE: Logging into Cox Cable service

2004-07-12 Thread James A. Coulter
That's it Matt. Cycling the power on the modem did the trick. I guess the modem itself is registered with the ISP - that's how they know if it's legit or not. Thanks to all who helped this newbie out! Jim C. On Mon 7/12/2004 2:01 AM Matt Haley wrote: I have Cox.net here. What seems to

NEWBIE: Logging into Cox Cable service

2004-07-11 Thread James A. Coulter
I am running FreeBSD 4.10 and am trying to connect to my Cox ISP via a an Ethernet nic and cable modem. I have DHCP for the nic enabled in /etc/rc.conf and can obtain an IP address from my Windows 98 gateway, but when I connect the nic to the cable modem and reboot I do not get a response from

Re: NEWBIE: Logging into Cox Cable service

2004-07-11 Thread Roop Nanuwa
On Sun, 11 Jul 2004 10:10:41 -0500, James A. Coulter [EMAIL PROTECTED] wrote: I am running FreeBSD 4.10 and am trying to connect to my Cox ISP via a an Ethernet nic and cable modem. I have DHCP for the nic enabled in /etc/rc.conf and can obtain an IP address from my Windows 98 gateway, but

Re: NEWBIE: Logging into Cox Cable service

2004-07-11 Thread Eric Crist
On Sunday 11 July 2004 10:10, you wrote: I am running FreeBSD 4.10 and am trying to connect to my Cox ISP via a an Ethernet nic and cable modem. I have DHCP for the nic enabled in /etc/rc.conf and can obtain an IP address from my Windows 98 gateway, but when I connect the nic to the cable

Logging user root activities

2004-07-08 Thread login
Sysadmins: I am developing a habit of keeping a record what I am doing on the system. The best solution I have come with to run script(1) in the .login file. Here is the line in the .login: /usr/bin/script -q $HOME/adminlog/`last | head -1 | awk '{print $3}'`- `date +%Y-%m-%d-%Hh-%Mm-%Ss.log`

Re: Logging the message body from an MTA

2004-06-18 Thread Geert Hendrickx
On Thu, Jun 17, 2004 at 11:22:44PM +, Lonnie Santella wrote: I need to log the message body of incoming and outgoing messages on my FreeBSD 5.2.1 Release server. I'm running Exim right now, but I really don't have a preference of MTA. The main thing is I need to facilitate the logging

Logging the message body from an MTA

2004-06-17 Thread Lonnie Santella
I need to log the message body of incoming and outgoing messages on my FreeBSD 5.2.1 Release server. I'm running Exim right now, but I really don't have a preference of MTA. The main thing is I need to facilitate the logging of message bodies. I don't want to flood you with too many details

Re: Logging the message body from an MTA

2004-06-17 Thread Lucas Holt
to facilitate the logging of message bodies. I don't want to flood you with too many details, but we want to archive messages (including message body) to a MySQL database, so that we can quickly run queries and review messages from months/years ago - no matter who's mailbox it ended up

Re: Logging the message body from an MTA

2004-06-17 Thread Jez Hancock
On Thu, Jun 17, 2004 at 11:22:44PM +, Lonnie Santella wrote: I need to log the message body of incoming and outgoing messages on my FreeBSD 5.2.1 Release server. I'm running Exim right now, but I really don't have a preference of MTA. The main thing is I need to facilitate the logging

Re: Logging the message body from an MTA

2004-06-17 Thread Adam Smith
On Thu, Jun 17, 2004 at 07:43:58PM -0400, Lucas Holt said: Maybe you can use procmail. I had a procmail script that backed up messages in another mbox file while you were testing new rules. You could do something similar to backup all incoming messages and then write a program that could

Syslogd not logging data from remote machines

2004-05-05 Thread Micah Bushouse
Dear List, FreeBSD alumi.bushouse.net 4.10-PRERELEASE FreeBSD 4.10-PRERELEASE #0: Mon Apr 26 08:34:37 EDT 2004 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/APRIL i386 I'm trying to get syslogd on the FBSD system above to log events from my Watchguard SOHO firewall/router. On this particular

Re: Syslogd not logging data from remote machines

2004-05-05 Thread Thomas Beer
/usr/sbin/syslogd -a 192.168.111.1 -n a /usr/sbin/syslogd -a 192.168.111.1:514 -n should work Cheers Tom ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL

Problem logging in to the NIS slave and NIS Client

2004-04-25 Thread Jamel Brown
freebsd1.compulinux.org 4.9-RELEASE FreeBSD 4.9-RELEASE #0: Mon Oct 27 17:51:09 GMT 2003 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC i386 freebsd2.compulinux.org 4.9-RELEASE FreeBSD 4.9-RELEASE #0: Mon Oct 27 17:51:09 GMT 2003 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC i386

Re: Milter Logging

2004-04-18 Thread Warren Block
On Sat, 17 Apr 2004, Matthew Seaman wrote: On Sat, Apr 17, 2004 at 02:00:59PM -0400, Chuck Swiger wrote: Warren Block wrote: What do people do for milter logging? A MAILER-DAEMON message for every virus caught by clamav-milter is a little annoying (both to the intended recipient

Milter Logging

2004-04-17 Thread Warren Block
What do people do for milter logging? A MAILER-DAEMON message for every virus caught by clamav-milter is a little annoying (both to the intended recipient and to postmaster), but I'm hesitant to just discard them. A daily summary like that produced by 460.status-mail-rejects would be nice

Re: Milter Logging

2004-04-17 Thread Chuck Swiger
Warren Block wrote: What do people do for milter logging? A MAILER-DAEMON message for every virus caught by clamav-milter is a little annoying (both to the intended recipient and to postmaster), but I'm hesitant to just discard them. Well, the standards (RFC-822/2822) are clear, but with the dawn

Re: Milter Logging

2004-04-17 Thread Matthew Seaman
On Sat, Apr 17, 2004 at 02:00:59PM -0400, Chuck Swiger wrote: Warren Block wrote: What do people do for milter logging? A MAILER-DAEMON message for every virus caught by clamav-milter is a little annoying (both to the intended recipient and to postmaster), but I'm hesitant to just discard

IPFW loadable module logging

2004-01-14 Thread fbsd_user
The IPFW loadable module as delivered by the FBSD install has no logging ability. Is it possibly to enable the logging function by using the sysctl knobs? ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions

kernel tcp connection logging

2003-12-11 Thread David Bear
I'm runnining a generic release-4.7 kernel. at some point I must have set some sysctl option because I get a lot of message like: Dec 11 10:35:18 recsrv1 /kernel: Connection attempt to TCP 129.219.208.171:135 from 129.219.90.69:4449 Dec 11 10:35:19 recsrv1 last message repeated 2 times I am

Re: kernel tcp connection logging

2003-12-11 Thread Matthew Seaman
On Thu, Dec 11, 2003 at 10:43:59AM -0700, David Bear wrote: I'm runnining a generic release-4.7 kernel. at some point I must have set some sysctl option because I get a lot of message like: Dec 11 10:35:18 recsrv1 /kernel: Connection attempt to TCP 129.219.208.171:135 from

IPFW Logging (Was Re: log really is in security)

2003-11-03 Thread Drew Tomlinson
logging every outbound packet from your machine. You'll either need a lot of disk space or have to purge your log files often to keep from running out of space. You probably don't want this once you're finished testing. ched from installation, and has 600 permission. But, look at: 65535 35

Problems logging into poptop pptpd

2003-10-29 Thread Caleb Walker
I am trying to configure poptop on my FreeBSD 5.0-RELEASE system. I am getting the error on my Windows XP client that, Error 691: Access was denied because username and/or password was invalid on the domain. I am entering the information that is in my chap-secrets file and I am trying a regular

Re: Logging users activity with termlog

2003-10-17 Thread Lukasz Wasikowski
and logging multiple system ttys. I've decided to use it becaus it looked like this it what I was looking for. But it isn't working right or maybe I can't make it work. LG Maybe there is a better way to log users activity? LG Did you look at the watch(8) utility in the base system? Yes, but only

Logging SCP / SFTP

2003-10-14 Thread Luke Kearney
Hi List, Can anyone point me in the right direction here ? I would like to log all scp/sftp transfers to and from a certain machine and cannot find any logical method to do so. TIA LukeK -- Luke Kearney [EMAIL PROTECTED] ___ [EMAIL PROTECTED]

Re: Logging users activity with termlog

2003-10-09 Thread Lowell Gilbert
Lukasz Wasikowski [EMAIL PROTECTED] writes: FreeBSD 4.9-RC. termlog 1.0.2-STABLE. I want to log users activity on my box. 1. I'd like to run termlog -u UID as soon as user with UID log in. How should I do it? I don't think there are any great answers there. The easy hack is to mess with

Logging users activity with termlog

2003-10-07 Thread Lukasz Wasikowski
Hello! FreeBSD 4.9-RC. termlog 1.0.2-STABLE. I want to log users activity on my box. 1. I'd like to run termlog -u UID as soon as user with UID log in. How should I do it? 2. I noticed that running screen program and then leaving it (quit, not detach) makes termlog to quit with: termlog:

Logging of sftp-server - how to...

2003-09-16 Thread Nikolay
Hello everybody, Ask helps on the question of sftp-server logs. I have FreeBSD 4,8 and want to get full logs of operations which users make, such as mkdir, cp and etc. In daemon ftpd are used keys -l -l, but in SFTP I find nothing like that. Thank you for attention, and sorry for my bad

Logging and IPFW

2003-09-09 Thread Wayne Pascoe
. I'm trying to setup logging with IPFW. I've not compiled IPFW into my kernel, but am instead using the ipfw.ko module. I have the following sysctl variables set: net.inet.ip.fw.verbose=1 net.inet.tcp.log_in_vain=1 net.inet.udp.log_in_vain=1 However, I am still not seeing anything in /var/log

Re: Logging and IPFW

2003-09-09 Thread Rob
What does 'ipfw list' show? - Original Message - From: Wayne Pascoe [EMAIL PROTECTED] Subject: Logging and IPFW Hi all, We're moving from ipfilter to ipfw. Since we no longer run multiple platforms, the benefits that we used to derive from ipfilter are declining. Add

Re: Logging and IPFW

2003-09-09 Thread John Birrell
On Tue, Sep 09, 2003 at 12:34:47PM +0100, Wayne Pascoe wrote: However, I am still not seeing anything in /var/log/messages when I portscan the machine. The firewall appears to be working, as we receive nothing back on the portscanning machine, but I would like logging enabled. Have you added

Re: Logging and IPFW

2003-09-09 Thread Wayne Pascoe
on the portscanning machine, but I would like logging enabled. Have you added the 'log' keyword to your rules? e.g: # RejectLog all setup of incoming connections from the outside ${fwcmd} add deny log tcp from any to any in via ${oif} setup The log entries will be written to /var

Re: Logging and IPFW

2003-09-09 Thread Matthew Seaman
On Tue, Sep 09, 2003 at 12:34:47PM +0100, Wayne Pascoe wrote: I'm trying to setup logging with IPFW. I've not compiled IPFW into my kernel, but am instead using the ipfw.ko module. I have the following sysctl variables set: net.inet.ip.fw.verbose=1 net.inet.tcp.log_in_vain=1

Re: Logging and IPFW

2003-09-09 Thread John Birrell
with the log go in the list ? Before the last line ? Should I add a rule before 65535 that logs things ? The first rule that matches is executed, so if you want it to log you have to add 'log' to that line (and every other line you want to log). You will soon find that logging can create huge

Re: Logging and IPFW

2003-09-09 Thread Jack L. Stone
At 09:46 PM 9.9.2003 +0800, [EMAIL PROTECTED] wrote: just edit the rules concerned in rc.firewall to add the word log to rules you want logged. e.g. -- ${fwcmd} add pass log tcp from any to ${oip} 80 setup and tail the /var/log/security instead of messages. ...and, for its own ipfw log, put

Bind query logging stops after a logrotate.

2003-09-08 Thread Charlie Schluting
FBSD 5.1: Using Bind9.2.2, and I have query logging turned on: logging { channel querylog { file /var/log/query.lo~g; print-time yes; }; category queries { querylog; }; }; After a logrotate, it stops logging completely. The permissions are correct, and all I have to do to make it start

Re: Bind query logging stops after a logrotate.

2003-09-08 Thread Garance A Drosihn
At 12:04 PM -0700 9/8/03, Charlie Schluting wrote: FBSD 5.1: Using Bind9.2.2, and I have query logging turned on: logging { channel querylog { file /var/log/query.lo~g; print-time yes; }; category queries { querylog; }; }; After a logrotate, it stops logging completely. The permissions

Re: Bind query logging stops after a logrotate.

2003-09-08 Thread John Ekins
Hello Charlie, On Mon, 8 Sep 2003 12:04 , Charlie Schluting [EMAIL PROTECTED] sent: FBSD 5.1: Using Bind9.2.2, and I have query logging turned on: logging { channel querylog { file /var/log/query.lo~g; print-time yes; }; category queries { querylog; }; }; After a logrotate, it stops

Re: Bind query logging stops after a logrotate.

2003-09-08 Thread Charlie Schluting
On Mon, 8 Sep 2003, John Ekins wrote: Hello Charlie, On Mon, 8 Sep 2003 12:04 , Charlie Schluting [EMAIL PROTECTED] sent: After a logrotate, it stops logging completely. The permissions are Yes, I meant after a run of newsyslog. You could use the built in log rotation in Bind. Change

Re: lpd logging

2003-08-14 Thread Garance A Drosihn
/lpd-errs does not exist, then you would need to create it before syslog will start logging to it. also we can print header pages to the local printer but not the network printers whose queues are on the same host. any ideas please? If you are saying that you can *not* get a header page on the remote

RE: logging my commands to a file so I can print it out

2003-07-14 Thread fbsd_user
PROTECTED] Behalf Of Grant Cooper Sent: Sunday, July 13, 2003 11:39 PM To: [EMAIL PROTECTED] Subject: logging my commands to a file so I can print it out I'm trying to print out my commands that I input into the terminal from root to a file so I can print it out. How can I do this? I'm not on the list

logging my commands to a file so I can print it out

2003-07-13 Thread Grant Cooper
I'm trying to print out my commands that I input into the terminal from root to a file so I can print it out. How can I do this? I'm not on the list so can you email me back. Thanks.. ___ [EMAIL PROTECTED] mailing list

Re: logging my commands to a file so I can print it out

2003-07-13 Thread Joshua Oremzn
On Sun, Jul 13, 2003 at 08:39:12PM -0700 or thereabouts, Grant Cooper wrote: I'm trying to print out my commands that I input into the terminal from root to a file so I can print it out. How can I do this? man 1 script -- Josh ___ [EMAIL

Logging packets dropped by IPFW

2003-07-07 Thread Tim Kientzle
Is there any way to generate log information about the packets dropped by IPFW? The 'log' modifier doesn't seem to do anything on my system right now sigh, though from what I can tell, it's supposed to only log the rule that was triggered, which isn't the same thing at all. In particular, I'd

Re: Logging packets dropped by IPFW

2003-07-07 Thread Micheal Patterson
- Original Message - From: Tim Kientzle [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, July 07, 2003 4:22 PM Subject: Logging packets dropped by IPFW Is there any way to generate log information about the packets dropped by IPFW? The 'log' modifier doesn't seem to do

Re: Logging packets dropped by IPFW

2003-07-07 Thread Chuck Swiger
. Did you recompile your kernel with these options: options IPFIREWALL_VERBOSE #enable logging to syslogd(8) options IPFIREWALL_FORWARD #enable transparent proxy support options IPFIREWALL_VERBOSE_LIMIT=100#limit verbosity ...? Also consider: sysctl net.inet.tcp.log_in_vain=1 sysctl

Re: Logging packets dropped by IPFW

2003-07-07 Thread Tim Kientzle
Micheal Patterson wrote: - Original Message - From: Tim Kientzle [EMAIL PROTECTED] Subject: Logging packets dropped by IPFW Is there any way to generate log information about the packets dropped by IPFW? The 'log' modifier doesn't seem to do anything ... options

Re: Logging packets dropped by IPFW

2003-07-07 Thread Tim Kientzle
Tim Kientzle wrote: Micheal Patterson wrote: - Original Message - From: Tim Kientzle [EMAIL PROTECTED] Subject: Logging packets dropped by IPFW Is there any way to generate log information about the packets dropped by IPFW? The 'log' modifier doesn't seem to do anything ... options

Re: natd and logging

2003-06-04 Thread Ruslan Ermilov
[Redirected to -questions] On Tue, Jun 03, 2003 at 01:48:57PM -0700, Sean Murphy wrote: I have setup natd, enabled logging with -l and it is working perfectly. However is there a more detailed log to see the translation tables. I need to log the ipaddress internal 172.*.*.* to the outside

logging websites visited

2003-04-01 Thread Asenchi
Hello All, I have a been googling and reading for about 3-4 weeks on this, and can't seem to find the answer to. How do I log internet connections through my firewall. I am running IPFW with Natd and I want to log who is going to what site. Is there a way to do this? (I know, of course

Re: logging websites visited

2003-04-01 Thread Matthew Emmerton
- Original Message - From: Asenchi [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, April 01, 2003 2:26 PM Subject: logging websites visited Hello All, I have a been googling and reading for about 3-4 weeks on this, and can't seem to find the answer to. How do I log internet

Re: logging websites visited

2003-04-01 Thread Toni Schmidbauer
. Is there a way to do this? (I know, of course there is, ITS BSD!) see man ipfw(5): log [logamount number] When a packet matches a rule with the log keyword, a message will be logged to syslogd(8) with a LOG_SECURITY facility. The logging only occurs if the sysctl variable

Bandwidth Logging

2003-03-29 Thread Paul Lathrop
to a tool that could help me? I can find many methods of bandwidth throttling - but nothing on logging, so I am convinced I'm missing something obvious :-) Anyway, thanks ahead of time. Paul -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.1 (Darwin) iD8DBQE

Re: Bandwidth Logging

2003-03-29 Thread Paul Lathrop
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Saturday, March 29, 2003, at 05:34 AM, Matthew Seaman wrote: However, you can simply put TransferLog, ErrorLog and/or CustomLog directives into each of your VirtualHost/VirtualHost sections in your httpd.conf to generate virtual host specific log

Re: Bandwidth Logging

2003-03-29 Thread Matthew Seaman
On Sat, Mar 29, 2003 at 01:07:11PM -0500, Paul Lathrop wrote: On Saturday, March 29, 2003, at 05:34 AM, Matthew Seaman wrote: However, you can simply put TransferLog, ErrorLog and/or CustomLog directives into each of your VirtualHost/VirtualHost sections in your httpd.conf to generate

Logging make install

2003-03-17 Thread Edinho
If you 're building a package which is not in the ports tree using make and make install how would you log every file that gets installed in your system? I'm running FBSD 5.0 To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message

Re: Logging make install

2003-03-17 Thread Edinho
[EMAIL PROTECTED] wrote: On Mon, 17 Mar 2003 13:36:22 -0500, Edinho [EMAIL PROTECTED] said: E If you're building a package which is not in the ports tree using make E and make install how would you log every file that gets installed in E your system? If the package comes with a

Re: Logging make install

2003-03-17 Thread Toomas Aas
Hi! If you 're building a package which is not in the ports tree using make and make install how would you log every file that gets installed in your system? I'm running FBSD 5.0 make script ./install.log make install exit That should capture the output of 'make install' in a file called

ftp logging question

2003-03-12 Thread Chris P
/logs, and didnt see any ftp logging. Maybe its an option I missed? Maybe nothing is being logged? Dunno.. a little education would be appreciated! Thanks! C. To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message

Re: ftp logging question

2003-03-12 Thread Nathan Kinkade
they are actually logged in via telnet/ssh. I've poked around /var/logs, and didnt see any ftp logging. Maybe its an option I missed? Maybe nothing is being logged? Dunno.. a little education would be appreciated! Thanks! C. However you are launching the ftpd, make sure that you start

Re: ftp logging question

2003-03-12 Thread Mike Meyer
they are actually logged in via telnet/ssh. I've poked around /var/logs, and didnt see any ftp logging. Maybe its an option I missed? Maybe nothing is being logged? Dunno.. a little education would be appreciated! Thanks! Depends on which ftp daemon you are running. The one that comes with the system

Jailed BIND not logging

2003-03-07 Thread IAccounts
I have lived with this for quite a while, but now that I would like to get some of my bind logs, I had to ask. Last summer, I managed to get BIND 9 running in a jail, (howto I generated is here: http://ww3.northnetworks.ca/docs/named_jail). It works perfectly fine, but there is no logging taking

<    1   2   3   4   5   >