From owner-freebsd-questions@FreeBSD.ORG Thu Jun 1 19:36:24 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EDDF016B2A7 for ; Thu, 1 Jun 2006 19:36:24 +0000 (UTC) (envelope-from beni@brinckman.info) Received: from kim-out.schedom-europe.net (kim.schedom-europe.net [193.109.184.78]) by mx1.FreeBSD.org (Postfix) with SMTP id 1BF6443D48 for ; Thu, 1 Jun 2006 19:36:23 +0000 (GMT) (envelope-from beni@brinckman.info) Received: (qmail 8128 invoked from network); 1 Jun 2006 19:36:22 -0000 Received: from unknown (HELO kim.schedom-europe.net) (193.109.184.78) by kim.schedom-europe.net with SMTP; 1 Jun 2006 19:36:22 -0000 Received: (qmail 7757 invoked from network); 1 Jun 2006 19:36:06 -0000 Received: from unknown (HELO ?192.168.1.100?) (83.101.7.10) by kim.schedom-europe.net with SMTP; 1 Jun 2006 19:36:06 -0000 From: Beni To: freebsd-questions@freebsd.org Date: Thu, 1 Jun 2006 21:36:05 +0200 User-Agent: KMail/1.9.1 References: In-Reply-To: X-Face: %*c?V7%A[c.}s2rI*TaRWm-[I-, ZLpBKmmC-@)J}KGbr)=a, TsXSA=:ArC(<=?utf-8?q?v=5C/=5F=25BaB=24K=0A=09=24=60E=7D6=7EyjIqu/SN=3A=24Pb=7DGngR+8=3D?= =?utf-8?q?dE=60?=)V~48zl6) =?utf-8?q?BhEtfQ2=3D=7ChScx=3Frn30d!QMd=3F=2E=60/hR!l+=0A=09x?=(]+zXesMf?'W[>46aPKMAAwd7eT{X_O9besb[u]'Y(DAe MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200606012136.06294.beni@brinckman.info> X-Antivirus: This mail has been scanned for viruses by schedom vof (http://www.dommel.com) Subject: Re: USB /root shutdown freeze X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2006 19:36:25 -0000 On Tuesday 23 May 2006 14:07, markus@ing.umu.se wrote: > I have 6.1-RELEASE installed on a disk in an external USB 2.0 disk > chassis. It successfully boots a computer and becomes da0. However, it is > not able to shutdown or reboot, as the system freezes before it shuts > down. > > --- begin --- > # shutdown -h now Try a "shutdown -p now" instead of a "-h". From "man shutdown" : [...] The shutdown utility provides an automated shutdown procedure for super- users to nicely notify users when the system is shutting down, saving them from system administrators, hackers, and gurus, who would otherwise not bother with such niceties. The following options are available: -h The system is halted at the specified time. -p The system is halted and the power is turned off (hardware sup- port required) at the specified time. [...] Hope this helps, Beni. > [...] > > System shutdown time has arrived > Shutting down daemon processes:. > Stopping cron. > Shutting down local daemons:. > Writing entropy file:. > Terminated > . > May 22 13:54:48 allegra syslogd: exiting on signal 15 > Waiting (max 60 seconds) for system process 'vnlru' to stop...done > Waiting (max 60 seconds) for system process 'bufdaemon' to stop...done > Waiting (max 60 seconds) for system process 'syncer' to stop...done > Syncing disks, vnodes remaining...8 4 4 2 2 0 0 done > All buffers synced. > Uptime: 40s > > --- end --- > This is the point where system stops doing things and not responding to > anything but five-secs-powerbutton. > > The system was installed by issuing > > 1. Regular FreeBSD install on internal ATA > 2. fdisk, bsdlabel, mount USB-disk > 3. dump | restore > 4. Fix fstab > > The computer is a Dell Latitued D400 (the problem is reproducable on a > number of other computers). The harddisk is a Maxtor DiamondMax 10 250GB > IDE. The chassis is Amitech something. > > I appreciate any ideas! > > > - markus > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org"