adrian at pa0rda.nl
2013-Aug-24 09:57 UTC
[CentOS] Looking for a tutorial or manpage describing sysctl params
Hi, I'm looking for a toturial or manpage describing all the thing that you can set with sysctl on RHEL 6 or CentOS 6. It apperas the the default /etc/sysctl.conf coming with the distribution gives a couple of errors on bridgen. Any hints??? Adrian -- Adri P. van Bloois Antonlaan 104 email: adrian at pa0rda.nl 3701 VG Zeist voice: +31-(0)-30-6912741 The Netherlands fax: NONE 52 05'15.77"N 5 4'44.56"E QTH-locater JO 22 OC The whole point of cooking is to get as much flavour out of the ingredients as possible. -- Delia Smith
Carl T. Miller
2013-Aug-24 13:11 UTC
[CentOS] Looking for a tutorial or manpage describing sysctl params
adrian at pa0rda.nl wrote:> Hi, > I'm looking for a toturial or manpage describing all the thing that you > can set with sysctl on RHEL 6 or CentOS 6. > It apperas the the default /etc/sysctl.conf coming with the distribution > gives a couple of errors on bridgen. > Any hints???Sure. Hint 1. Find what rpm package installed the file. rpm -qf /etc/sysctl.conf Hint 2. Find out what documentation came with that package. rpm -qd initscripts Hint 3. See if you can find anything in those files. (I didn't). Hint 4. Search for "linux sysctl howto" (Reading a few pages let me know that it won't be a simple webpage with all the answers.) Hint 5. Search for "linux sysctl parameters" (One hit looks pretty good. Read it for advice.) http://archive09.linux.com/feature/146599 Hint 6. Search for "linux sysctl bridgen" Have fun! c 0
Markus Falb
2013-Aug-24 15:08 UTC
[CentOS] Looking for a tutorial or manpage describing sysctl params
On 24.Aug.2013, at 11:57, adrian at pa0rda.nl wrote:> Hi, > I'm looking for a toturial or manpage describing all the thing that you > can set with sysctl on RHEL 6 or CentOS 6. > It apperas the the default /etc/sysctl.conf coming with the distribution > gives a couple of errors on bridgen.$ sysctl -a gives you a list of all things you can set Besides google or similar, documentation for these things are in the documentation for the kernel install the kernel-doc package you can get a list of possibly interesting files (although this list may be not comprehensive, I do not know) with $ rpm -ql kernel-doc|grep sysctl -- Markus