LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Fedora (https://www.linuxquestions.org/questions/fedora-35/)
-   -   /var/log/boot.log doesn't exist??? (https://www.linuxquestions.org/questions/fedora-35/var-log-boot-log-doesn%27t-exist-271142/)

big_gie 12-28-2004 09:44 AM

/var/log/boot.log doesn't exist???
 
Hi,

On bootup, I get some errors about some shared libraries and it seems that it affects one of my program.

I wanted to check in /var/log/boot.log to see if I could get more info, but the log file is empty!!! There is /var/log/boot.log.1 but the last entry is from a week ago...

What could be wrong??

Thank you very much

masand 12-28-2004 01:11 PM

hi there

post ur /etc/syslog.conf here

regards

big_gie 12-28-2004 10:25 PM

Here it is :)

Quote:

# Log all kernel messages to the console.
# Logging much else clutters up the screen.
#kern.* /dev/console

# Log anything (except mail) of level info or higher.
# Don't log private authentication messages!
*.info;mail.none;authpriv.none;cron.none /var/log/messages

# The authpriv file has restricted access.
authpriv.* /var/log/secure

# Log all the mail messages in one place.
mail.* -/var/log/maillog


# Log cron stuff
cron.* /var/log/cron

# Everybody gets emergency messages
*.emerg *

# Save news errors of level crit and higher in a special file.
uucp,news.crit /var/log/spooler

# Save boot messages also to boot.log
local7.* /var/log/boot.log

masand 12-28-2004 10:39 PM

hi there

the file seems ok!!

create an ampty file with the name of boot.log /in /var/log/

and also check our /var/log/message log for that errors

i get the same in both files

regards

big_gie 12-29-2004 11:44 AM

/var/log/boot.log is not created (touch /var/log/boot.log)

/var/log/messages is empty... :(

megerdin 05-17-2008 05:44 AM

How can i see my boot.log after booting + linux
 
First sorry for coming here.

I have similar problem.
below is my syslog.conf

Quote:

[root@admin-3 da]# cat /et
etc/ ets"
[root@admin-3 da]# cat /etc/syslog
cat: /etc/syslog: No such file or directory
[root@admin-3 da]# cat /etc/syslog.conf
# Log all kernel messages to the console.
# Logging much else clutters up the screen.
#kern.* /dev/console

# Log anything (except mail) of level info or higher.
# Don't log private authentication messages!
*.info;mail.none;news.none;authpriv.none;cron.none /var/log/messages

# The authpriv file has restricted access.
authpriv.* /var/log/secure

# Log all the mail messages in one place.
mail.* -/var/log/maillog


# Log cron stuff
cron.* /var/log/cron

# Everybody gets emergency messages
*.emerg *

# Save news errors of level crit and higher in a special file.
uucp,news.crit /var/log/spooler

# Save boot messages also to boot.log
local7.* /var/log/boot.log

#
# INN
#
news.=crit /var/log/news/news.crit
news.=err /var/log/news/news.err
news.notice /var/log/news/news.notice
[root@admin-3 da]#

I found a 4 boot log file in /var/log/..

Quote:

[root@admin-3 da]# cd /var/log/boot.log
boot.log boot.log.1 boot.log.2 boot.log.3 boot.log.4
But the doesn´t contain any content. all of them are absolutely empty.

How can I see the boot.log message after booting.

I really appreciate your help.


All times are GMT -5. The time now is 11:50 AM.