On Tue, 2011-05-31 at 12:28 -0400, Tom Horsley wrote:
> On Tue, 31 May 2011 10:17:56 -0600
> Phil Meyer wrote:
>
> > So in summary, if you see a syslog startup, followed within a few lines
> > by the word ' Linux ', and what comes after that appear to be BIOS info,
> > and that all these messages happen in the same second or two, you have
> > found the top of the boot sequence.
>
> All of which make my point that it would sure be a lot
> simpler if there was merely a known string always printed
> at the top :-).
>
> At one time I relied on timestamp gaps till I was trying to
> figure out the logs on a system where ntp was fighting
> with something else and the time kept wildly swinging
> on the running system.
Actually I think it would be simpler if each new boot simply started a
new log file.
poc
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
05-31-2011, 07:37 PM
Joe Zeff
/var/log/messages question
On 05/31/2011 07:25 AM, R. G. Newbury wrote:
> It is far easier to add: echo "Completed boot at `date`"
>
> to the bottom of /etc/rc.d/rc.local
>
> Then it does not matter whether the system is using the old method or
> systemd and whether it is writing to 'messages' or boot.log.
The whole point of this is to show where the boot starts, not ends.
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
06-01-2011, 02:21 AM
Tim
/var/log/messages question
On Tue, 2011-05-31 at 12:12 -0430, Patrick O'Callaghan wrote:
> I think it would be simpler if each new boot simply started a
> new log file.
You mean like the old boot.log file, that was going to be improved, and
was disabled in the meantime, then never was improved?
Don't send private replies to my address, the mailbox is ignored. I
read messages from the public lists.
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
06-01-2011, 03:07 AM
Patrick O'Callaghan
/var/log/messages question
On Wed, 2011-06-01 at 11:51 +0930, Tim wrote:
> On Tue, 2011-05-31 at 12:12 -0430, Patrick O'Callaghan wrote:
> > I think it would be simpler if each new boot simply started a
> > new log file.
>
> You mean like the old boot.log file, that was going to be improved, and
> was disabled in the meantime, then never was improved?
I don't remember that, but possibly.
poc
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
06-01-2011, 09:22 AM
Tom Horsley
/var/log/messages question
On Wed, 01 Jun 2011 11:51:18 +0930
Tim wrote:
> You mean like the old boot.log file, that was going to be improved, and
> was disabled in the meantime, then never was improved?
Look again :-). All the changes to boot graphically brought
with them one good feature - there is a boot.log file now.
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
06-01-2011, 12:10 PM
Patrick O'Callaghan
/var/log/messages question
On Wed, 2011-06-01 at 05:22 -0400, Tom Horsley wrote:
> On Wed, 01 Jun 2011 11:51:18 +0930
> Tim wrote:
>
> > You mean like the old boot.log file, that was going to be improved, and
> > was disabled in the meantime, then never was improved?
>
> Look again :-). All the changes to boot graphically brought
> with them one good feature - there is a boot.log file now.
Very nice (except for the embedded control codes), but not really what I
meant. The idea was to have a new /var/log/messages file per boot (as an
alternative to placing a marker in the file on reboot).
Of course a valid counter-argument is that the file could grow very
large, which is why currently it's rolled over every week or so. Perhaps
a boot marker would be better after all.
poc
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
06-01-2011, 01:47 PM
Mark Knoop
/var/log/messages question
At 07:40 on 01 Jun 2011, Patrick O'Callaghan wrote:
> On Wed, 2011-06-01 at 05:22 -0400, Tom Horsley wrote:
> > On Wed, 01 Jun 2011 11:51:18 +0930
> > Tim wrote:
> >
> > > You mean like the old boot.log file, that was going to be
> > > improved, and was disabled in the meantime, then never was
> > > improved?
> >
> > Look again :-). All the changes to boot graphically brought
> > with them one good feature - there is a boot.log file now.
>
> Very nice (except for the embedded control codes), but not really
> what I meant.
less -r /var/log/boot.log
--
Mark Knoop
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
06-01-2011, 03:18 PM
Patrick O'Callaghan
/var/log/messages question
On Wed, 2011-06-01 at 14:47 +0100, Mark Knoop wrote:
> At 07:40 on 01 Jun 2011, Patrick O'Callaghan wrote:
> > On Wed, 2011-06-01 at 05:22 -0400, Tom Horsley wrote:
> > > On Wed, 01 Jun 2011 11:51:18 +0930
> > > Tim wrote:
> > >
> > > > You mean like the old boot.log file, that was going to be
> > > > improved, and was disabled in the meantime, then never was
> > > > improved?
> > >
> > > Look again :-). All the changes to boot graphically brought
> > > with them one good feature - there is a boot.log file now.
> >
> > Very nice (except for the embedded control codes), but not really
> > what I meant.
>
> less -r /var/log/boot.log
Kewl :-)
poc
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines