From owner-freebsd-questions@FreeBSD.ORG Wed Jun 29 18:19:25 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D3D8516A41C for ; Wed, 29 Jun 2005 18:19:25 +0000 (GMT) (envelope-from jtriende@wisc.edu) Received: from smtp5.wiscmail.wisc.edu (heimdall.doit.wisc.edu [144.92.197.159]) by mx1.FreeBSD.org (Postfix) with ESMTP id A4DC043D4C for ; Wed, 29 Jun 2005 18:19:25 +0000 (GMT) (envelope-from jtriende@wisc.edu) Received: from avs-daemon.smtp5.wiscmail.wisc.edu by smtp5.wiscmail.wisc.edu (iPlanet Messaging Server 5.2 HotFix 2.04 (built Feb 8 2005)) id <0IIU0070DYWDMZ@smtp5.wiscmail.wisc.edu> for freebsd-questions@freebsd.org; Wed, 29 Jun 2005 13:19:25 -0500 (CDT) Received: from [128.104.10.240] by smtp5.wiscmail.wisc.edu (iPlanet Messaging Server 5.2 HotFix 2.04 (built Feb 8 2005)) with ESMTPSA id <0IIU005OZYWBDR@smtp5.wiscmail.wisc.edu>; Wed, 29 Jun 2005 13:19:24 -0500 (CDT) Date: Wed, 29 Jun 2005 13:19:21 -0500 From: James Riendeau In-reply-to: To: "Dixit, Viraj" , freebsd-questions@freebsd.org Message-id: MIME-version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT User-Agent: Microsoft-Entourage/10.1.6.040913.0 X-Spam-Report: AuthenticatedSender=yes, SenderIP=0.0.0.0 X-Spam-PmxInfo: Server=avs-3, Version=4.7.1.128075, Antispam-Engine: 2.0.3.1, Antispam-Data: 2005.6.29.21, SenderIP=0.0.0.0 Cc: Subject: Re: Logging Stops after few minutes X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Jun 2005 18:19:26 -0000 Whoa now. No need for us all to get snappy. Bottom line, what you posted isn't much help, and without knowing anything about your system/setup, it's very difficult to offer solutions. First things first, are you sure that syslogd stops working after only 2 minutes? Syslogd only chews on the processor when it has something to do. Showing up as only running for 2 minutes when you run ps shouldn't be a concern; that is the total CPU time and syslogd doesn't need much time to get the job done on most systems. If you're certain that it isn't logging events that it should: did you make ever make any modifications to /etc/syslog.conf? If so, comment out (put a # at the start of the line) the lines with the most recent changes. Restart syslogd. If it works, uncomment out one line and restart syslogd. Keep doing that until you narrow down what causes syslog to suspend operations. Let us know if you find out anything. James Riendeau MMI Computer Support Technician 1300 University Ave Rm. 436, Dept. of MedMicro Madison, WI 53706 Phone: (608) 262-3351 After-hours Phone: (608) 260-2696 Fax: (608) 262-8418 Email: jtriende@wisc.edu On 6/29/05 12:55 PM, "Dixit, Viraj" wrote: > Well, I will disregard your harsh comments. What I am trying to do is have all > my FTP activity be logged in all.log. If you look at my FTP command it should > be logging whole lot of information and my syslogd command should allow > syslogd to continue writing without any delay. As for cron command, that just > got copied with the rest. If you think what I pasted is meaningless, your > common sense should have given you an indication to what I am looking for, > just read the heading. Thank You!! > VJ > > -----Original Message----- > From: fbsd_user [mailto:fbsd_user@a1poweruser.com] > Sent: Wednesday, June 29, 2005 10:36 AM > To: Dixit, Viraj; freebsd-questions@freebsd.org > Subject: RE: Logging Stops after few minutes > > That's all very nice, but how about a explanation of > what your are trying to do with logging and what > cron has to do with things. > > With no background info what you posted is meaningless. > > -----Original Message----- > From: owner-freebsd-questions@freebsd.org > [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Dixit, > Viraj > Sent: Wednesday, June 29, 2005 12:53 PM > To: freebsd-questions@freebsd.org > Subject: Logging Stops after few minutes > > > > > I have been trying to find out why my system stops recording in the > log files after few minutes. It will log if restart my syslogd > daemon but then stops recording. I am pasting the commands and all > relevant information below. Please advise, I need the log > information!!! Thanks, > VJ > > 8127 ?? Ss 0:02.23 /usr/sbin/syslogd -m 0 > > 24667 ?? Is 0:13.76 /usr/sbin/cron > 61326 ?? Is 0:13.26 /usr/libexec/ftpd -D -l -l > > gatekeeper# cd /usr/log > gatekeeper# ls -l > total 0 > -rw-r--r-- 1 root wheel 0 Jun 17 12:37 all.log > -rw-r--r-- 1 root wheel 0 Jun 15 11:43 messages > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"