From owner-freebsd-questions Wed Feb 19 11:34: 7 2003 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 A798C37B401 for ; Wed, 19 Feb 2003 11:34:05 -0800 (PST) Received: from web41304.mail.yahoo.com (web41304.mail.yahoo.com [66.218.93.53]) by mx1.FreeBSD.org (Postfix) with SMTP id 3476643F85 for ; Wed, 19 Feb 2003 11:34:05 -0800 (PST) (envelope-from wayneclubin@yahoo.com) Message-ID: <20030219193405.48195.qmail@web41304.mail.yahoo.com> Received: from [64.118.225.62] by web41304.mail.yahoo.com via HTTP; Wed, 19 Feb 2003 11:34:05 PST Date: Wed, 19 Feb 2003 11:34:05 -0800 (PST) From: Wayne Lubin Subject: Re: Where can i find a startup log To: Scott Mitchell Cc: freebsd-questions@freebsd.org In-Reply-To: <20030219182456.GA66250@tuatara.fishballoon.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --- Scott Mitchell wrote: > On Wed, Feb 19, 2003 at 09:50:16AM -0800, Wayne > Lubin wrote: > > > > I don't understand what exactly is being suggested > > here. > > > > The part I don't understand is what is being said > to > > done with > > > > > Then: > > > > > > # touch /var/log/console.log > > > # chmod 600 /var/log/console.log > > > # chown root:wheel /var/log/console/log > > > # kill -HUP `cat /var/run/syslogd.pid` > > > > > > Are you suggesting that we add those comments to > the > > file, which obviously does not make sense. Or are > you > > suggesting that we uncomment those lines, but in > which > > case does not make sense because those lines don't > > exist in my file. Or are you suggesting that we > add > > those lines in uncommented form to the file. > > He's suggesting you run those commands in your shell > after making the edits > to syslog.conf. The '#' means you need to run the > commands as root (it's a > typical shell prompt for root logins). > > HTH, > > Scott > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of > the message Ahh ok. What confused me was that there were similar looking statements already contained in the syslog.conf file. With that in mind I now see the purpose of all of the commands except the last one. For what reason does one have to perform kill -HUP `cat /var/run/syslogd.pid` In other words why must one stop the syslogd daemon? It will only start up again upon the next reboot. And one more question. after doing the above things, to see the the full listing of boot up messages does one still only need to do a dmesg? Thanks again. __________________________________________________ Do you Yahoo!? Yahoo! Shopping - Send Flowers for Valentine's Day http://shopping.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message