Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Oct 1997 17:23:33 +0400 (MSD)
From:      bag@sinbin.demos.su (Alex G. Bulushev)
To:        Shimon@i-Connect.Net (Simon Shapiro)
Cc:        current@FreeBSD.ORG, langfod@dihelix.com
Subject:   Re: problem with free() and junk pointers?
Message-ID:  <199710071323.RAA01066@sinbin.demos.su>
In-Reply-To: <XFMail.971002174125.Shimon@i-Connect.Net> from "Simon Shapiro" at "Oct 2, 97 05:41:25 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
> >From sendero's /etc/rc:
> 
> if [ $1x = autobootx ]; then
>         echo Automatic reboot in progress...
>         ulimit -t unlimited
>         ulimit -f unlimited
>         ulimit -d unlimited
>         ulimit -s unlimited
>         ulimit -c unlimited
>         ulimit -m unlimited
>         ulimit -l unlimited
>         ulimit -u unlimited
>         ulimit -h unlimited
>         fsck -p
>         case $? in
>         0)
>                 ;;
> 
> Works every time.  One of these ulimit is wrong.   Too lazy to find which
> :-)
> 

10x it realy works :)

   Alex.

> ---
> 
> 
> Sincerely Yours, 
> 
> Simon Shapiro                                                 Atlas Telecom
> Senior Architect         14355 SW Allen Blvd., Suite 130 Beaverton OR 97005
> Shimon@i-Connect.Net                                  Voice:   503.799.2313
> 




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199710071323.RAA01066>