Atma wrote: > > I have a compaq machine dp2000 with redhat 7.0 that requires a > > partition for bios setup, but the partitition is disabled. APM is > > enabled by default. The computer is used by public in library for > > searching the database, so the screen must not turn black. Each time the > > computer is restarted I have to log on as root and kill the PID for > > apmd. How can I disable apmd in the start-up of redhat? I can not find > > any options nor in kde or gnome system-menues.
/sbin/chkconfig apmd off # kills the start init And don't kill the PID, use the service command for that: /sbin/service apmd stop # kills the current running one -- H | "Life is the art of drawing without an eraser." - John Gardner +-------------------------------------------------------------------- Ashley M. Kirchner <mailto:[EMAIL PROTECTED]> . 303.442.6410 x130 Director of Internet Operations / SysAdmin . 800.441.3873 x130 Photo Craft Laboratories, Inc. . 3550 Arapahoe Ave, #6 http://www.pcraft.com ..... . . . Boulder, CO 80303, U.S.A. _______________________________________________ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list