Re: Memory problem while compiling kernel.

2004-01-19 Thread Kent Stewart
On Tuesday 20 January 2004 06:22 am, Hossein wrote:
> Hello;
>
> I tried to compile my 5.1 FreeBSD with these two new options:
>   options PFIL_HOOKS
>   options RANDOM_IP_ID

I couldn't find any reference to these options.

>
> "config" was successful, and also "make depend".But when I tried to
> "make" after a few seconds I see this message and the process stops
> linking kernel
>   uhub.o: file not recognized: Memory exhausted
>   ***Error code 1

Have you commented any of the USB options. I have a uhub.o in my modules 
directory.

>
>   I searched the net for a solution and found that maybe te limits in
> login.conf may cause this problem. But after removing the limits I
> get the same error. My disk usage is like this:
>
> FilesystemSize   Used  Avail Capacity  Mounted on
> /dev/ad0s1a   248M70M   157M31%/
> devfs 1.0K   1.0K 0B   100%/dev
> /dev/ad0s1e   248M55M   173M24%/tmp
> /dev/ad0s1f54G   3.7G46G 7%/usr
> /dev/ad0s1d   248M27M   201M12%/var
>

I don't think it has anything to do with your file systems. Unless you 
are running out of memory and swap.

Kent

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Memory problem while compiling kernel.

2004-01-19 Thread Hossein
Hello;

I tried to compile my 5.1 FreeBSD with these two new options:
options PFIL_HOOKS
options RANDOM_IP_ID

"config" was successful, and also "make depend".But when I tried to "make" after a few 
seconds I see this message and the process stops
linking kernel
uhub.o: file not recognized: Memory exhausted
***Error code 1

I searched the net for a solution and found that maybe te limits in login.conf 
may cause this problem. But after removing the limits I get the same error. My disk 
usage is like this:

FilesystemSize   Used  Avail Capacity  Mounted on
/dev/ad0s1a   248M70M   157M31%/
devfs 1.0K   1.0K 0B   100%/dev
/dev/ad0s1e   248M55M   173M24%/tmp
/dev/ad0s1f54G   3.7G46G 7%/usr
/dev/ad0s1d   248M27M   201M12%/var

Mohammad H. Falaki

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"