[问题]ubuntu日志在那里查看
版面规则
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
-
- 帖子: 33
- 注册时间: 2008-03-27 22:54
[问题]ubuntu日志在那里查看
我的ubuntu8.04安装了很多软件,在系统关机的时候进入了命令行,有几个debug的错误一闪而过(没有安装更多软件以前是没有的),具体内容还没有来得及看就没有了,ubuntu的关机日志在那里查看呀,关机的时候总有小状况,很烦。请教高手!
- chen824
- 帖子: 58
- 注册时间: 2008-03-05 16:16
- 联系:
-
- 帖子: 33
- 注册时间: 2008-03-27 22:54
-
- 帖子: 9
- 注册时间: 2007-11-12 10:37
- 来自: Beijing,China
- 联系:
这是我的syslog.conf,还请高人帮忙看看问题出在哪
代码: 全选
# /etc/syslog.conf Configuration file for syslogd.
#
# For more information see syslog.conf(5)
# manpage.
#
# First some standard logfiles. Log by facility.
#
auth,authpriv.* /var/log/auth.log
*.*;auth,authpriv.none -/var/log/syslog
#cron.* /var/log/cron.log
daemon.* -/var/log/daemon.log
kern.* -/var/log/kern.log
lpr.* -/var/log/lpr.log
mail.* -/var/log/mail.log
user.* -/var/log/user.log
#
# Logging for the mail system. Split it up so that
# it is easy to write scripts to parse these files.
#
mail.info -/var/log/mail.info
mail.warn -/var/log/mail.warn
mail.err /var/log/mail.err
# Logging for INN news system
#
news.crit /var/log/news/news.crit
news.err /var/log/news/news.err
news.notice -/var/log/news/news.notice
#
# Some `catch-all' logfiles.
#
*.=debug;\
auth,authpriv.none;\
news.none;mail.none -/var/log/debug
*.=info;*.=notice;*.=warn;\
auth,authpriv.none;\
cron,daemon.none;\
mail,news.none -/var/log/messages
#
# Emergencies are sent to everybody logged in.
#
*.emerg *
#
# I like to have messages displayed on the console, but only on a virtual
# console I usually leave idle.
#
#daemon,mail.*;\
# news.=crit;news.=err;news.=notice;\
# *.=debug;*.=info;\
# *.=notice;*.=warn /dev/tty8
# The named pipe /dev/xconsole is for the `xconsole' utility. To use it,
# you must invoke `xconsole' with the `-file' option:
#
# $ xconsole -file /dev/xconsole [...]
#
# NOTE: adjust the list below, or you'll go crazy if you have a reasonably
# busy site..
#
daemon.*;mail.*;\
news.err;\
*.=debug;*.=info;\
*.=notice;*.=warn |/dev/xconsole
我来过,我很乖!
-
- 帖子: 33
- 注册时间: 2008-03-27 22:54
-
- 帖子: 10
- 注册时间: 2010-07-26 10:45
Re: [问题]ubuntu日志在那里查看
我的系统日志怎么是/etc/rsyslog.conf,why?
我的系统是ubuntu10.04的
我的系统是ubuntu10.04的