NetBSD 6.1.2: apm and admd not found


 
Thread Tools Search this Thread
Operating Systems BSD NetBSD 6.1.2: apm and admd not found
# 1  
Old 01-17-2014
Solved: NetBSD 6.1.2: apm and admd not found

Thank you for your elaborate answer!

I noticed than that powerd allready had been running. I could successfully config some properties with sysctl.

As expected with a nvidia gfx resuming the display did not work, but that is o.k.

Kind regards
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. BSD

NetBSD on OLD laptop

I want to install NetBSD on the Compaq LTE 5000. ("Of course it runs NetBSD!!") But the laptop does NOT have a CD-ROM drive. How can I solve?? Thanks for any reply! :) PS: I hope i'm posting in the right item... (2 Replies)
Discussion started by: mghis
2 Replies

2. BSD

Netbsd root device not found

Hello there. I installed NetBSD yesterday on an older system to try it out. Everytime I boot, I have to enter in the root device (disk) manually wd0 which then proceeds into asking to define the dump device: is the default then, the sbin/init My question is where am I supposed to... (1 Reply)
Discussion started by: septima.pars
1 Replies

3. Virtualization and Cloud Computing

NetBSD on VirtualBox

Hello, guys! I use Ubuntu 9.04 as desktop operating system and I want to make some tests on NetBSD. I tried to install as a virtual sistem on VirtualBox but it doesn't want to install. You can see the error in the attached file. Do you guys have any clue about what the problem could be? (3 Replies)
Discussion started by: Sergiu-IT
3 Replies

4. UNIX for Dummies Questions & Answers

netbsd

which better freebsd and netbsd for server unix (0 Replies)
Discussion started by: salehudinayubi
0 Replies

5. BSD

netbsd

i have install netbsd but don't have gui?what happen?i want to a mount external usb hard drive but failure?what should i do? (5 Replies)
Discussion started by: ibnusina202003
5 Replies

6. UNIX for Dummies Questions & Answers

Warning: cannot connect to APM

After installation of SCO Openserver 5.0.7 following warning messegae show at the time of Loading Kernel hd(40) unix.bss warring: cannot connect to APM, error 0x0008 system loaded press <return> to start can any one please help me to solve this issue thanks and best regards hafeez (0 Replies)
Discussion started by: hafizurr
0 Replies

7. BSD

NetBSD Ports

They put NetBSD on a Dreamcast. Thats just awesome. What can't they put it on!? (1 Reply)
Discussion started by: Phobos
1 Replies

8. UNIX for Dummies Questions & Answers

apm...??

I have a HP pavillion laptop and gnu\linux feodra core 2 2.6.8-1.521 version of red hat.. and it does not support apm.. when I enter apm on the command line it gives prompt... "kernel does not support apm".. also there is an acpi for the battery which controls the suspend and standby also the... (10 Replies)
Discussion started by: moxxx68
10 Replies

9. UNIX for Dummies Questions & Answers

bash in netbsd

i recently downloaded and installed bash on my netbsd box (1.5.2) and set my shell and my root shell using user mod to change the shell, command executed under root. bash is installed from my user home directory (home/joe) and i moved the bash executable to /bin/ and everything is fine, except i... (6 Replies)
Discussion started by: norsk hedensk
6 Replies

10. UNIX Desktop Questions & Answers

Starting X in NetBSD

Hi I have NetBSD and i am having a trouble Starting X. It keeps asking me for the config file and I run the text confing file but it messes up. I really want to be able to run the Graphical Setup. I read about the Graphical setup from a book but they didn't tell how to start it. help please!? (9 Replies)
Discussion started by: vertigo
9 Replies
Login or Register to Ask a Question
APMD(8) 						    BSD System Manager's Manual 						   APMD(8)

NAME
apmd -- Advanced Power Management monitor daemon SYNOPSIS
apmd [-adlqsv] [-t rate] [-S sockname] [-m sockmode] [-o sockowner:sockgroup] [-f devname] DESCRIPTION
The apmd daemon monitors the Advanced Power Management (APM) pseudo-device, acting on signaled events and upon user requests as sent by the apm(8) utility. The apmd daemon is only installed on supported platforms. The apmd is largely deprecated. Modern systems supporting ACPI should rely on acpi(4), powerd(8), and the envsys(4) framework instead. For suspend and standby request events delivered by the BIOS, or via apm(8), apmd runs the appropriate configuration program (if one exists), syncs the buffer cache to disk and initiates the requested mode. When resuming after suspend or standby, apmd runs the appropriate configu- ration utility (if one exists). For power status change events, apmd fetches the current status and reports it via syslog(3) with logging facility LOG_DAEMON. apmd announces the transition to standby mode with a single high tone on the speaker (using the /dev/speaker device). Suspends are announced with two high tones. apmd periodically polls the APM driver for the current power state. If the battery charge level changes substantially or the external power status changes, the new status is logged. The polling rate defaults to once per 10 minutes, but this may be altered by using the -t command- line flag. apmd supports the following options: -a Any BIOS-initiated suspend or standby requests are ignored if the system is connected to line current and not running from bat- teries (user requests are still honored). -d Enter debug mode, log to facility LOG_LOCAL1 and stay in the foreground on the controlling terminal. -f devname Specify an alternate device file name. -l A low-battery event causes a suspend request to occur. -m sockmode Use sockmode instead of '0660' for the mode of /var/run/apmdev. -o sockowner:sockgroup Use sockowner:sockgroup instead of '`0:0'' for the owner/group of /var/run/apmdev. -q Do not announce suspend and standby requests on the speaker. -s The current battery statistics are reported via syslog(3) and exit without monitoring the APM status. -S sockname Specify an alternate socket name (used by apm(8) to communicate with apmd). -t rate Change the polling rate from 600 seconds to rate seconds. -v Periodically log the power status via syslog(3). When a client requests a suspend or stand-by mode, apmd does not wait for positive confirmation that the requested mode has been entered before replying to the client; to do so would mean the client does not get a reply until the system resumes from its sleep state. Rather, apmd replies with the intended state to the client and then places the system in the requested mode after running the configuration script and flushing the buffer cache. Actions can be configured for the five transitions: suspend, standby, resume, line or battery. The suspend and standby actions are run prior to apmd performing any other actions (such as disk syncs) and entering the new mode. The resume program is run after resuming from a stand- by or suspended state. The line and battery actions are run after switching power sources to AC (line) or battery, respectively. The appropriate line or battery action is also run upon the startup of apmd based on the current power source. FILES
/etc/apm/suspend /etc/apm/standby /etc/apm/resume /etc/apm/line /etc/apm/battery Contain the host's customized actions. Each file must be an executable binary or shell script suitable for execution by the execve(2) function. If you wish to have the same program or script control all transitions, it may determine which transition is in progress by examining its argv[0] which is set to one of suspend, standby, resume, line or battery. See /usr/share/examples/apm/script for such an example script. /var/run/apmdev The default UNIX-domain socket used for communication with apm(8). The socket is protected by default to mode 0660, UID 0, GID 0. /dev/apmctl The default device used to control the APM kernel driver. SEE ALSO
execve(2), syslog(3), apm(4), speaker(4), apm(8), syslogd(8) HISTORY
The apmd daemon appeared in NetBSD 1.3. BSD
March 20, 2010 BSD