RSS Subscription
Linux Howtos & Tutorials

Enter your email:

Delivered by


NOTE:New tutorials are from LinuxCareer.com

Poll

Do you own or wish to have iPhone?
 


Linux eBooks FREE Download
A guide to programming Linux kernel modules
Introduction to Linux - A Hands on Guide
A Newbie's Getting Started Guide to Linux

Linux from Scratch - Create Your Own Linux System - Free eBook

Linux: The Hacking Solution (v.3.0)

SQLite 3 with PHP Essential Training – Free Video Training Tutorials

This guide will introduce you to the world of GNU/Linux

The GNU/Linux Advanced Administration

A Complete Beginner's Manual for Ubuntu 10.04 (Lucid Lynx)

Advanced Bash-Scripting Guide

Set up, maintain, and secure a small office email server

Partner Linux Sites:
How-To.LinuxCareer.com
Jobs.LinuxCareer.com
TuxMachines
Monsterb
LinuxBloggers
AdamsInfo
LinuxScrew
All For Linux

Fedora - Missing /etc/syslog.conf a syslog configuration file

Question:

Hi, the book I'm reading makes a reference to /etc/syslog.conf as a syslog configuration file. I'm trying to locate it on my Fedora 14 Linux system and it appears that I do not have one. What is the location I need to look in to find this conf file.

Answer:

Fedora Linux does not include syslog with a default installation. You are more likely to have rsyslog installed on your system with /etc/rsyslog.conf as a configuration file. To confirm this run a rpm command to list all installed packages and pipe output to grep to search for syslog:

$ rpm -qa | grep syslog

Once you have learned what version of syslog you have installed on your Linux system list all files contained in that package to search for configuration file:

$ rpm -ql packagename | grep '\.conf'

So, if you have rsyslog package installed, use the following command to search for configuration file:

$ rpm -ql rsyslog | grep '\.conf'
/etc/rsyslog.conf
/usr/share/man/man5/rsyslog.conf.5.gz

Linux questions and answers

Share this linux post:

Submit Fedora - Missing /etc/syslog.conf a syslog configuration file in Delicious Submit Fedora - Missing /etc/syslog.conf a syslog configuration file in Digg Submit Fedora - Missing /etc/syslog.conf a syslog configuration file in FaceBook Submit Fedora - Missing /etc/syslog.conf a syslog configuration file in Google Bookmarks Submit Fedora - Missing /etc/syslog.conf a syslog configuration file in Stumbleupon Submit Fedora - Missing /etc/syslog.conf a syslog configuration file in Technorati Submit Fedora - Missing /etc/syslog.conf a syslog configuration file in Twitter
 
Comments for this page are closed !!!
Please visit our new Linux Forum for additional help or discussion.


Linux eBooks FREE Download