Re: Out of disk space on snapshots-jp?

2002-07-14 Thread Terry Lambert

W Gerald Hicks wrote:
> With the current hack^Wmethod used by make release we are
> required to add elements to a shell script which deletes items
> from the GENERIC configuration to create BOOTMFS.
> 
> If my proposition holds water we can do away with the linkage
> to GENERIC in favor of a statically defined and minimal BOOTMFS
> kernel.

Didn't Poul just post on -hackers about some patches from some
W Gerald Hicks guy (whoever that is ;^)) that objcopy's the MFS
image into the binary, instead of using the current hack^Wmethod?

You could always as you to send them to you so that you could
get you to commit them for him.  I know that put you in the
position of middleman, but still... 8-) 8-).

-- Terry

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: Out of disk space on snapshots-jp?

2002-07-14 Thread Donny Lee


  Ooh... yuh, i didn't read into detail of the log.

--
  // Donny

W Gerald Hicks wrote:

> No, the problem is because the kernel has grown too large to
> fit on the md(4) filesystem prepared for it.
> src/release//dokern.sh needs to be adapted to omit
> new drivers added to GENERIC.
>>  it looks like the past few days snapshots build failures
>>  were all because out of disk space on the snapshots-jp box.



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: Out of disk space on snapshots-jp?

2002-07-14 Thread W Gerald Hicks

I might propose that any driver supported under sysinstall needs to
support kldloading but I haven't really thought that through   :-)

The issue here is that the BOOTMFS kernel has traditionally
(for freebsd) been derived by filtering GENERIC.  GENERIC
has been changed in a way that causes BOOTMFS to be too
large.

With the current hack^Wmethod used by make release we are
required to add elements to a shell script which deletes items
from the GENERIC configuration to create BOOTMFS.

If my proposition holds water we can do away with the linkage
to GENERIC in favor of a statically defined and minimal BOOTMFS
kernel.

Cheers,

Jerry Hicks
[EMAIL PROTECTED]

On Sunday, July 14, 2002, at 08:44 PM, Terry Lambert wrote:

> W Gerald Hicks wrote:
>> No, the problem is because the kernel has grown too large to
>> fit on the md(4) filesystem prepared for it.
>>
>> src/release//dokern.sh needs to be adapted to omit
>> new drivers added to GENERIC.
>
> All drivers not in the boot or install paths should be omitted, but
> only if it's possible to end up with a GENERIC without their
> omission after the install is complete.
>
> This is actually a pretty thorny problem, since sound drivers
> could be argued to be in the installation path at some point,
> if one support interfaces for the blind (a putative pin-reader
> driver that allowed the pins to follow a region surrounding the
> mouse pointer  would also fall into the same category).
>
> -- Terry
>
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-current" in the body of the message
>


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: Out of disk space on snapshots-jp?

2002-07-14 Thread Terry Lambert

W Gerald Hicks wrote:
> No, the problem is because the kernel has grown too large to
> fit on the md(4) filesystem prepared for it.
> 
> src/release//dokern.sh needs to be adapted to omit
> new drivers added to GENERIC.

All drivers not in the boot or install paths should be omitted, but
only if it's possible to end up with a GENERIC without their
omission after the install is complete.

This is actually a pretty thorny problem, since sound drivers
could be argued to be in the installation path at some point,
if one support interfaces for the blind (a putative pin-reader
driver that allowed the pins to follow a region surrounding the
mouse pointer  would also fall into the same category).

-- Terry

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: Out of disk space on snapshots-jp?

2002-07-14 Thread W Gerald Hicks

No, the problem is because the kernel has grown too large to
fit on the md(4) filesystem prepared for it.

src/release//dokern.sh needs to be adapted to omit
new drivers added to GENERIC.

Cheers,

Jerry Hicks
[EMAIL PROTECTED]


On Saturday, July 13, 2002, at 12:21 PM, Donny Lee wrote:

>
>  Hi there,
>
>  it looks like the past few days snapshots build failures
>  were all because out of disk space on the snapshots-jp box.
>
> --
>  // Donny
>
>
>
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-current" in the body of the message
>


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Out of disk space on snapshots-jp?

2002-07-13 Thread Donny Lee


 Hi there,

 it looks like the past few days snapshots build failures
 were all because out of disk space on the snapshots-jp box.

--
 // Donny



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message