|
From: Ballard J. <sac...@ho...> - 2004-02-10 22:51:54
|
I created an extra block device, cobd1. I put a 256MB swapfile on cobd1.
colinux:/etc# cat fstab
/dev/cobd0 / ext2 defaults 0 1
proc /proc proc defaults 0 0
/dev/cobd1 /mnt/cobd1 ext2 defaults 0 2
/mnt/cobd1/swapfile none swap defaults 0 0
I ran dselect again, and I have not seen any kernel complaints.
When I compiled binutils before, I noticed it did not handle situations when
some utilities where not available. Specifically, it did not handle no
"msgfmt" or no "flex" well. After I added the swapfile, dselect noticed
that "gettext" was downloaded but not installed. That explains why the "no"
utility not found message appeared.
Seems like I need a generic cobd0 and a cobd1 that can quickly resetup
cobd0. The coLinux projects sure does make reinstalls much much easier.
----- Original Message -----
From: "Richard Goodwin" <ric...@ri...>
To: "coLinux Development" <col...@li...>
Sent: Tuesday, February 10, 2004 9:47 AM
Subject: Re: [coLinux-devel] 0.5.3pre2: klog, dpkg utils errored while
configed
> Jonathan,
>
> I belive from what I have discussed with Dan that that is a standard "out
of
> memory" condition. Have you setup swap space?
>
> ----- Original Message -----
> From: "Ballard Jonathan" <sac...@ho...>
> To: "coLinux Development" <col...@li...>
> Sent: Tuesday, February 10, 2004 11:07 AM
> Subject: [coLinux-devel] 0.5.3pre2: klog, dpkg utils errored while
configed
>
>
> Before I hunt down the issue any further, I'll posted the messages I
> received when I tried to run dselect configuration. When I selected the
> configure option, a random appearance of an error occurred. Seems like it
> happened within the perl utilities.
>
> __alloc_pages: 0-order allocation failed (gfp=0x1d2/0)
> VM: killing process $PROCNAME
>
> such that $PROCNAME is an element of { su, http, mandb, dpkg,
> dpkg-preconfigu, klogd }
>
> My attempt to configure the system with 0.5.3pre2 worked better than the
> 0.5.2 version, as I did not get all the configuration screens with 0.5.2.
> I do not remember such messages as the __alloc_pages.
>
> Further, I untarred and cvs'ed the colinux and linux sources without
> problems. I compiled binutils, yet that did not finish because it could
not
> find the "no" utility.
>
>
>
> -------------------------------------------------------
> The SF.Net email is sponsored by EclipseCon 2004
> Premiere Conference on Open Tools Development and Integration
> See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
> http://www.eclipsecon.org/osdn
> _______________________________________________
> coLinux-devel mailing list
> coL...@li...
> https://lists.sourceforge.net/lists/listinfo/colinux-devel
>
|