On 12/11/07, Chris Zakelj <[EMAIL PROTECTED]> wrote: > Nick Guenther wrote: > > On Dec 11, 2007 12:30 AM, Chris Zakelj <[EMAIL PROTECTED]> wrote: > > > >> Curious problem here, though I'm probably missing something obvious. I > >> have apm enabled through /etc/rc.conf.local (apmd_flags=""), and when I > >> issue 'shutdown -h -p now', the system powers off correctly. However, > >> if I try to use sleep or suspend ('apm -S' or 'apm -z'), the system acts > >> like it's going to power down, blinks the monitor momentarily, then > >> wakes right back up like nothing ever happened. Where to look next? > >> > > Run apmd with -d? > > > > -Nick > No luck. Running apmd_flags="-d" results in > > === > starting local daemons: smbd nmbd mysqld. > standard daemons: apmdStarting mysqld daemon with databases from > /var/www/var/mysql > (things hang here...) > ^C cron. > Tue Dec 11 21:35:42 EST 2007 > > OpenBSD/i386 (imhotep.***.dyndns.org) (ttyC0) > === > > Worthy of note is that when I run apmd_flags="", I do not get the > "Starting mysql..." message in the boot messages, but the server does > start correctly, and the boot proceeds normally. >
aaaah, sorry. I thought you'd check the manpage before trying it. -d makes it run 'do not detach'|'debug'. I meant, don't start it at boot, but instead run it from a terminal, and watch it's debug messages. As for mysql... no clue. Seems like one thing is stepping on another thing. -Nick