error shutting down open bsd


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers error shutting down open bsd
# 1  
Old 01-15-2004
Data error shutting down open bsd

The method I use to shut down my box is as follows :

shutdown +3 -h

logout

the box indicates shutdown complete, so I switch off the power. When I reboot next time I get a Warning message in the bootup screen stating the that it was not shutdown correctly. being a newbie I'm kind of hoping for the correct method to stop these messages.
# 2  
Old 01-15-2004
the final message should be something like
"system halted"

i am not sure how much of a difference it makes, but shutdown wants the argument first, then time, ie:
shutdown -h +4

however if you use -t to specify amount of seconds until shutdown, then -t comes before desired action, -h.

try it with -h first.
shutdown -h +3
 
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

[Solved] While tomcat shutting down getting error

While tomcat shutting down getting the below error. Error occurred during initialization of VM Could not reserve enough space for code cache CATALINA_OPTS="-verbose:gc -Xloggc:gc.log -XX:+PrintGCDetails -XX:MaxPermSize=24M -Xms256M -Xmx512M -Djava.awt.headless=true -XX:-UseCompressedOops... (2 Replies)
Discussion started by: tuxslonik
2 Replies

2. AIX

Getting error while shutting down

Hi, I am getting the error "/etc/rc.shutdown failed. Shutdown aborting" while shutting down the os. Please suggest. (1 Reply)
Discussion started by: manoj.solaris
1 Replies

3. BSD

Open (and Free) BSD with Jmicron 20339 USB <-> SATA II chipset

Hello! Some time ago I did something stupid, I bought 4 harddisk cases (sata -> USB) without checking enough if it is supported by my choise of OS. I was thinking of using FreeBSD on my new NAS (a sunblade 100), but after discovering that is didn't work, I started to search for information. I... (2 Replies)
Discussion started by: noratx
2 Replies

4. BSD

for linux and BSD users interested in Unix system V/bsd

for all you unix/linux interested heres an online book for free that covers the basics of BSD SysV Unix commands and applications . giving the average linux user a perspective on the differences in context of the two operating systems and for BSD users covers material as a refernce guide. ... (0 Replies)
Discussion started by: moxxx68
0 Replies

5. UNIX for Dummies Questions & Answers

installing open bsd

I'm in the process of installing openbsd 3.2, the install appears to go ok but will not boot. So I tried the install again, when I opt to partition I noticed the disk the signature (in geometry) reads as 0x0 instead of 0xAA55. I'm using Lucas's 'Absolute OpenBSD' as my install guide together with... (3 Replies)
Discussion started by: ferret
3 Replies
Login or Register to Ask a Question