From owner-freebsd-questions@FreeBSD.ORG Tue Jan 7 10:22:26 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DDA584AA for ; Tue, 7 Jan 2014 10:22:25 +0000 (UTC) Received: from mail-we0-x22a.google.com (mail-we0-x22a.google.com [IPv6:2a00:1450:400c:c03::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 72CAE1763 for ; Tue, 7 Jan 2014 10:22:25 +0000 (UTC) Received: by mail-we0-f170.google.com with SMTP id w61so16985397wes.29 for ; Tue, 07 Jan 2014 02:22:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=p1giEr7DuKdnKm/AG5t4WvtHzzDtq+lnGA5pmsOJxX4=; b=EIMEVDkHWeyo2efs+3DpvR+UNbjNmVQFp6k0MhFUzkSk4Q+9EX7KOBZ0Lj4PliCCVn GSREyB5pdBuyAnJZ8i59NbKMyGtq2weIXir7Y+/t5ahjRyzHrxIH0RR37o7q+VR5yEj3 MUQ8XnvnJsxYdccVHIGrkVsyVxG9Eu2vGUDRSt0FDYQXo2JMr2Er+eJsaZd44mCE+ZEF QLD6Pm3LvRx9zHED3WrfvtxsoI/ymF5P3WV/HFN30BdFevbk5UOxjVa0/qhjFCajhWqV KpON1n3swbah9uQfTNFTsLw28mzBaO+kzyxpQ92mjOtZXpLtUJ6x9/Q+bjblqzU0fsrh +zLw== MIME-Version: 1.0 X-Received: by 10.180.228.8 with SMTP id se8mr15984718wic.29.1389090143958; Tue, 07 Jan 2014 02:22:23 -0800 (PST) Received: by 10.216.82.70 with HTTP; Tue, 7 Jan 2014 02:22:23 -0800 (PST) In-Reply-To: References: <20140106182826.28018a2f@X220.alogt.com> <20140107085545.06310df9.freebsd@edvax.de> Date: Tue, 7 Jan 2014 17:22:23 +0700 Message-ID: Subject: Re: From: Olivier Nicole To: eras mus Content-Type: text/plain; charset=ISO-8859-1 Cc: Polytropon , "freebsd-questions@freebsd.org" , =?ISO-8859-1?Q?Trond_Endrest=F8l?= X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Jan 2014 10:22:26 -0000 Hi, > With your help able to fix rc.conf. Able to start in normal mode. again > the server is hanging. No connection from LAN and also from server console > So in single user mode ran fsck. The fsck commands runs fine util it > comes for /usr. After giving these messsage http://pastebin.com/jujRwp6g It > is waiting for more than a hour.No other output. Is it normal phenomena? > Will it take more time. What did you answer to the question INCORRECT BLOCK COUNT I-5823(12224 should be 13344) CORRECT ?[yn] Olivier > > Please Note: As some one adviced here for memory check. Out of 4 RAMS tried > removing RAM one by one and checked whether system is hanging. It still > hangs . > > > > On Tue, Jan 7, 2014 at 1:25 PM, Polytropon wrote: > >> On Tue, 7 Jan 2014 13:05:00 +0530, eras mus wrote: >> > Dear List, >> > >> > I tried editing /etc/rc.conf file in between server hanged . Now the >> > rc.conf is incomplete. There is a line with incomplete quotes. >> > So the machine in starting in single user mode . No editor is working . >> > when /usr is mounter ee editor is there. But The file could not be edited >> > and saved since it is read only. >> > >> > How to overcome this read only mode and edit the file. >> >> This indicates a severe error, as you have correctly observed. >> Step 1 is to make / writeable: >> >> # mount -u / >> >> which is a "shortcut" for >> >> # mount -u -o rw / >> >> You will also need to mount partitions like /usr to make your >> normal editor working (for example /usr/bin/ee): >> >> # mount /usr >> >> or even >> >> # mount -a >> >> In case this step is not _possible_, you can still use an editor >> present on / (typically /rescue/vi): >> >> # /rescue/vi /etc/rc.conf >> >> Apply the quotes as required and :wq (write file and quit the >> editor). Then you should be able to let the system reboot normally. >> >> >> -- >> Polytropon >> Magdeburg, Germany >> Happy FreeBSD user since 4.0 >> Andra moi ennepe, Mousa, ... >> > _______________________________________________ > 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"