Re: Turn off rebooting in single-user mode after fail.

2009-08-06 Thread Christian Walther
Hi 2009/8/6 Matthias Andree : > Probably not fsck's fault, but if there is a major file system corruption, > it can wreak havoc. Yes, it can. But on the other hand the question is if one is capable of dealing with a major file system corruption during a manual fsck run. It requires in depth know

Re: Turn off rebooting in single-user mode after fail.

2009-08-06 Thread Matthias Andree
Am 27.07.2009, 12:55 Uhr, schrieb Cristiano Deana : On Mon, Jul 27, 2009 at 11:59 AM, Paul P. wrote: Hello. How to turn off automatic reboot in single user mode after power fails or sudden reset? Do i need to make passin value in fstab equal to zero just to turn off automatic FSCK fs che

Re: Turn off rebooting in single-user mode after fail.

2009-07-27 Thread Krassimir Slavchev
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Just put fsck_y_enable="YES" in /etc/rc.conf Disabling file system check is dangerous! Paul P. wrote: > Hello. > How to turn off automatic reboot in single user mode after power fails or > sudden reset? Do i need to make passin value in fstab equal t

Re: Turn off rebooting in single-user mode after fail.

2009-07-27 Thread Cristiano Deana
On Mon, Jul 27, 2009 at 11:59 AM, Paul P. wrote: > Hello. > How to turn off automatic reboot in single user mode after power fails or > sudden reset? Do i need to make passin value in fstab equal to zero just to > turn off automatic FSCK fs check? if i understood correctly: rc.conf: fsck_y_enable

Turn off rebooting in single-user mode after fail.

2009-07-27 Thread Paul P.
Hello. How to turn off automatic reboot in single user mode after power fails or sudden reset? Do i need to make passin value in fstab equal to zero just to turn off automatic FSCK fs check? The system is remote and it is VERY annoy to up it by hands after any fail. ___