12-26-2013
Question about /proc/acpi (Debian 7.2 w/ 3.2.0-4-686-pae kernel)
Hi everyone,
I am running Debian Wheezy 7.2 with a 3.2.0-4-686-pae kernel. There are a couple of virtual files and directories in /proc I can't seem to find much information about. I am aware that some of them might be legacy, though. Anyway, here they are:
- acpi: according to this link, this has been deprecated (if so, what has it been replaced with?), but it's still showing up in a pretty new system with a relatively new kernel.
- buddyinfo: this link offers a pretty good explanation, whereas this other link states that this file is used primarily for diagnosing memory fragmentation issues but does not explain how to detect an issue and / or correct it.
Actually there is a bunch of other files / directories, of which I presume the most important ones are:
- cpuinfo
- filesystems
- interrupts
- iomem
- ioports
- modules
- pagetypeinfo
- uptime
- tty
In your opinion, am I missing anything?
As a final note, this is in preparation for Exam 101 in LPIC-1.
Any hints or suggestions will be more than welcome.
Thanks in advance.
10 More Discussions You Might Find Interesting
1. Linux
ok so I just installed fedora core 6 on my dell inspiron 700m and I go to boot into linux and I get this error. Has anyone seen this before?
I also had XP Pro and Vista installed on this pc prior to putting fedora core 6 on the machine. I'm trying to setup a triple boot system.
Please Help... (2 Replies)
Discussion started by: dave043
2 Replies
2. Linux
I've noted the following within /var/log/messages, any idea how to check whether they are related to hardware/driver problems, pls?
:confused:
Sep 9 11:56:08 triton smartd: Device: /dev/sda, opened
Sep 9 11:56:08 triton kernel: ACPI: LAPIC (acpi_id lapic_id enabled)
Sep 9 11:56:08... (1 Reply)
Discussion started by: jon80
1 Replies
3. UNIX for Dummies Questions & Answers
Perhaps this is a very dummy question but sorry I don't know other place to do it. We just buy a new cluster of Xeon machines but there is something I don't understand and perhaps someone can help me.
The more /proc/cpuinfo produces the following output (just part of it).
processor : 0... (1 Reply)
Discussion started by: jhc
1 Replies
4. Debian
I'm using Debian 5.0.4 Lenny. Daily my logs kern.log, messages, and syslog are filled with errors regarding dircolors:
I've googled this to death and still haven't found a solution to fix or stop this.
I read on man dircolors to: dircolors --version
The output I receive on this cmd is... (0 Replies)
Discussion started by: juliej
0 Replies
5. Debian
Is there any metrics table available somewhere listing out, which kernel version is there in particular debian release ?
Also, can somebody tell which debian release is having the kernel version 2.6.26 ? (1 Reply)
Discussion started by: thegeek
1 Replies
6. Red Hat
Hi,
I wanted to understand what exactly /proc/cpuinfo shows?
We have a machine with following specification...
(2x) Intel Xeon 6-core processors
So, ideally it shouls have 12processors, but the output on /proc/cpuinfo shows 24 processors.
Can someone please explain how this is... (3 Replies)
Discussion started by: shrshah64
3 Replies
7. Debian
Hello,
I am having hard time finding 2.6.26-2-xen-686 headers. Anyone know where i can find them ?
Thank you so much (3 Replies)
Discussion started by: chercheur857
3 Replies
8. Red Hat
What is the limit of LowMem and HighMem in PAE enable kernel. (2 Replies)
Discussion started by: hiten.r.chauhan
2 Replies
9. Linux
Hi everyone,
I am trying to prevent the ehci_hcd kernel module to load at boot time.
Here's what I've tried so far:
1) Add the following line to /etc/modprobe.d/blacklist.conf (as suggested here):
2) Blacklisted the module by adding the following string to
3) Tried to blacklist the module... (0 Replies)
Discussion started by: gacanepa
0 Replies
10. Debian
Hello all,
I would like to install Debian Jessie on my i386
When I boot from the installiso I see the menu and pick 'install'. The bios beeps once immediately and I get the following output:
I 've tried 3 cd's already...(md5 sum=ok) this computer always ran... (13 Replies)
Discussion started by: drum159
13 Replies
LEARN ABOUT DEBIAN
httppower
httppower(8) powerman httppower(8)
NAME
httppower - communicate with HTTP based power distribution units
SYNOPSIS
httppower [--url URL]
DESCRIPTION
httppower is a helper program for powerman which enables it to communicate with HTTP based power distribution units. It is run interac-
tively by the powerman daemon.
OPTIONS
-u, --url URL
Set the base URL.
INTERACTIVE COMMANDS
The following commands are accepted at the httppower> prompt:
auth user:pass
Authenticate to the base URL with specified user and password, using ``basic'' HTTP authentication which sends the user and password
over the network in plain text.
seturl URL
Set the base URL. Overrides the command line option.
get [URL-suffix]
Send an HTTP GET to the base URL with the optional URL-suffix appended.
post [URL-suffix] key=val[&key=val]...
Send an HTTP POST to the base URL with the optional URL-suffix appended, and key-value pairs as argument.
FILES
/usr/sbin/httppower
/etc/powerman/powerman.conf
ORIGIN
PowerMan was originally developed by Andrew Uselton on LLNL's Linux clusters. This software is open source and distributed under the terms
of the GNU GPL.
SEE ALSO
powerman(1), powermand(8), httppower(8), plmpower(8), vpcd(8), powerman.conf(5), powerman.dev(5), powerman-devices(7).
http://sourceforge.net/projects/powerman
powerman-2.3.5 2009-02-09 httppower(8)