Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Jan 2014 17:22:23 +0700
From:      Olivier Nicole <olivier2553@gmail.com>
To:        eras mus <erasmu@gmail.com>
Cc:        Polytropon <freebsd@edvax.de>, "freebsd-questions@freebsd.org" <freebsd-questions@freebsd.org>, =?ISO-8859-1?Q?Trond_Endrest=F8l?= <Trond.Endrestol@fagskolen.gjovik.no>
Subject:   Re:
Message-ID:  <CA%2Bg%2BBvhyNSW4L8%2BAdkPsrd_AoGNEuHRMa8hZW4KF7XKnRm5T4A@mail.gmail.com>
In-Reply-To: <CALeO_hN81jxUvf_Q4kLHL0%2BwWxn-7V42=CeFsxod6fawbFB2PA@mail.gmail.com>
References:  <CALeO_hORJin5OOkA45fG%2BHFrai6XhPpOob4u-NhnJkLGyorvhA@mail.gmail.com> <20140106182826.28018a2f@X220.alogt.com> <CALeO_hMOhe_Cf0NQa6p0wrHC7LdA7r6SwkZCOUrqjYUO=sPUYA@mail.gmail.com> <alpine.BSF.2.00.1401061303340.24851@mail.fig.ol.no> <CALeO_hO=NaErzsY3N0KuDmzE_WkMwms9pp-L14h=Hb0eheCKtQ@mail.gmail.com> <20140107085545.06310df9.freebsd@edvax.de> <CALeO_hN81jxUvf_Q4kLHL0%2BwWxn-7V42=CeFsxod6fawbFB2PA@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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 <freebsd@edvax.de> 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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CA%2Bg%2BBvhyNSW4L8%2BAdkPsrd_AoGNEuHRMa8hZW4KF7XKnRm5T4A>