Re: make release breakage on today's -current

2000-10-25 Thread Makoto MATSUSHITA


obrien I just diked out more bits.  Lets see if that will give us
obrien enough space on tonights snapshot build.

Whole release procedures are works fine. Thank you. Here's summary of
current size of floppies (i386 architecture):

* boot.flp (639k left)
Filesystem  1K-blocks UsedAvail Capacity iused   ifree  %iused  Mounted
/dev/vnn1c   2843 2204  41284%   6  5610%   /mnt

* kern.flp (19k left)
Filesystem  1K-blocks UsedAvail Capacity iused   ifree  %iused  Mounted
/dev/vnn1c   1407 1388  -93   107%   6  2420%   /mnt

* mfsroot (926k left)
Filesystem  1K-blocks UsedAvail Capacity iused   ifree  %iused  Mounted
/dev/vnn1c   2803 1877  70273%  67 31518%   /mnt

* mfsroot.flp (579k left)
Filesystem  1K-blocks UsedAvail Capacity iused   ifree  %iused  Mounted
/dev/vnn1c   1407  828  46664%   2  28 7%   /mnt

* fixit.flp (37k left)
Filesystem  1K-blocks UsedAvail Capacity iused   ifree  %iused  Mounted
/dev/vnn1c   1363 1326  -72   106% 263 11969%   /mnt



FYI for hosokawa-san: We have total 912kbytes of 'if_*' modules, and
it can be shrinked to 328kbytes if gzip -9.

-- -
Makoto `MAR' MATSUSHITA


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



make release breakage on today's -current

2000-10-24 Thread Makoto MATSUSHITA


Maybe kernel image for kern.flp is a little bit larger than a 1.44MB floppy.

***

linking BOOTMFS
   textdata bss dec hex filename
2613503  196388  130744 2940635  2cdedb BOOTMFS
install -c -m 555 -o root -g wheel -fschg  BOOTMFS /R/stage/kernels
mv /R/stage/kernels/BOOTMFS /R/stage/image.kern/kernel
Setting up /boot directory for kern floppy
/R/stage/image.kern/kernel:  54.9% -- replaced with /R/stage/image.kern/kernel.gz
sh -e /usr/src/release/scripts/doFS.sh /R/stage/floppies/kern.flp  /R/stage /mnt 1440 
/R/stage/image.kern  8 fd1440
disklabel: ioctl DIOCWLABEL: Operation not supported by device
Warning: Block size restricts cylinders per group to 6.
Warning: 1216 sector(s) in last cylinder unallocated
/dev/rvnn1c:2880 sectors in 1 cylinders of 1 tracks, 4096 sectors
1.4MB in 1 cyl groups (6 c/g, 12.00MB/g, 32 i/g)
super-block backups (for fsck -b #) at:
 32
cpio: write error: No space left on device
*** Error code 1

Stop in /usr/src/release.
*** Error code 1

Stop in /usr/src/release.

***

FYI:

You can also fetch (last 50 lines of) logfile via:

URL:ftp://current.jp.freebsd.org/pub/FreeBSD/snapshots/i386/5.0-CURRENT-20001024-JPSNAP.log

"finger [EMAIL PROTECTED]" will also provide you the same
result.

-- -
Makoto `MAR' MATSUSHITA


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



Re: make release breakage on today's -current

2000-10-24 Thread John W. De Boskey

The following patch brings the floppy size down enough to fix
the problem. One is a leftover from the config file syntax
change. Also, I don't know how useful INET6 is to a GENERIC
kernel on todays' networks (faith  gif are already removed).

Index: dokern.sh
===
RCS file: /mirror/ncvs/src/release/scripts/dokern.sh,v
retrieving revision 1.37
diff -r1.37 dokern.sh
43c43
   -e '/apm0/d' \
---
   -e '/apm/d' \
46a47
   -e '/INET6/d' \
65c66
   -e '/apm0/d' \
---
   -e '/apm/d' \
68a70
   -e '/INET6/d' \


I'll commit this later today unless I hear objections.

-John

- Makoto MATSUSHITA's Original Message -
 
 Maybe kernel image for kern.flp is a little bit larger than a 1.44MB floppy.
 
 ***
 
 linking BOOTMFS
text  data bss dec hex filename
 2613503196388  130744 2940635  2cdedb BOOTMFS
 install -c -m 555 -o root -g wheel -fschg  BOOTMFS /R/stage/kernels
 mv /R/stage/kernels/BOOTMFS /R/stage/image.kern/kernel
 Setting up /boot directory for kern floppy
 /R/stage/image.kern/kernel:54.9% -- replaced with /R/stage/image.kern/kernel.gz
 sh -e /usr/src/release/scripts/doFS.sh /R/stage/floppies/kern.flp  /R/stage /mnt 
1440 /R/stage/image.kern  8 fd1440
 disklabel: ioctl DIOCWLABEL: Operation not supported by device
 Warning: Block size restricts cylinders per group to 6.
 Warning: 1216 sector(s) in last cylinder unallocated
 /dev/rvnn1c:  2880 sectors in 1 cylinders of 1 tracks, 4096 sectors
   1.4MB in 1 cyl groups (6 c/g, 12.00MB/g, 32 i/g)
 super-block backups (for fsck -b #) at:
  32
 cpio: write error: No space left on device
 *** Error code 1
 
 Stop in /usr/src/release.
 *** Error code 1
 
 Stop in /usr/src/release.
 
 ***
 
 FYI:
 
 You can also fetch (last 50 lines of) logfile via:
 
 
URL:ftp://current.jp.freebsd.org/pub/FreeBSD/snapshots/i386/5.0-CURRENT-20001024-JPSNAP.log
 
 "finger [EMAIL PROTECTED]" will also provide you the same
 result.
 
 -- -
 Makoto `MAR' MATSUSHITA
 
 
 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: make release breakage on today's -current

2000-10-24 Thread Makoto MATSUSHITA


jwd Also, I don't know how useful INET6 is to a GENERIC kernel on
jwd todays' networks (faith  gif are already removed).

It is mandatory for FreeBSD installation via IPv6 network (via network
devices; using gif(4) pseudo interface is a rare case, so it should be
removed).  Please keep INET6 option as it is.

-- -
Makoto `MAR' MATSUSHITA


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



Re: make release breakage on today's -current

2000-10-24 Thread Will Andrews

On Tue, Oct 24, 2000 at 09:51:32PM +0900, Makoto MATSUSHITA wrote:
 It is mandatory for FreeBSD installation via IPv6 network (via network
 devices; using gif(4) pseudo interface is a rare case, so it should be
 removed).  Please keep INET6 option as it is.

I agree with this sentiment.. please leave INET6 support in the GENERIC
kernel.  I'm sure there are better things to disable, like MFS, SYSV*,
P1003_P1B and friends, and ICMP_BANDLIM.

-- 
Will Andrews [EMAIL PROTECTED] - Physics Computer Network wench


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



Re: make release breakage on today's -current

2000-10-24 Thread Makoto MATSUSHITA


will I'm sure there are better things to disable, like MFS, SYSV*,
will P1003_P1B and friends, and ICMP_BANDLIM.

MFS is required; don't forget we have mfsroot.flp :-)

-- -
Makoto `MAR' MATSUSHITA


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



Re: make release breakage on today's -current

2000-10-24 Thread Will Andrews

On Tue, Oct 24, 2000 at 10:27:50PM +0900, Makoto MATSUSHITA wrote:
 MFS is required; don't forget we have mfsroot.flp :-)

Oh yeah... time to drink some more caffeinated pop and wake up..

-- 
Will Andrews [EMAIL PROTECTED] - Physics Computer Network wench


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



Re: make release breakage on today's -current

2000-10-24 Thread Makoto MATSUSHITA


will I'm sure there are better things to disable, 

How about removing /boot/boot[12] from floppies ?

--- src/release/Makefile.oldMon Oct 23 23:53:50 2000
+++ src/release/MakefileTue Oct 24 22:38:15 2000
@@ -821,7 +821,7 @@
mv ${RD}/kernels/BOOTMFS ${RD}/image.${FSIMAGE}/kernel
@echo "Setting up /boot directory for ${FSIMAGE} floppy"
@mkdir -p ${RD}/image.${FSIMAGE}/boot
-   @cp /boot/boot[12] /boot/loader ${RD}/image.${FSIMAGE}/boot
+   @cp /boot/loader ${RD}/image.${FSIMAGE}/boot
@[ -r ${RD}/kernels/BOOTMFS.${FSIMAGE}.hints ]  \
  sed -e '/^hint/s/^/set /' -e '/^#/d' \
${RD}/kernels/BOOTMFS.${FSIMAGE}.hints  \


Only 8kbytes, but does reduce its size.

-- -
Makoto `MAR' MATSUSHITA


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



Re: make release breakage on today's -current

2000-10-24 Thread Garrett Wollman

On Tue, 24 Oct 2000 08:15:12 -0500, Will Andrews [EMAIL PROTECTED] said:

 I agree with this sentiment.. please leave INET6 support in the GENERIC
 kernel.  I'm sure there are better things to disable, like MFS, SYSV*,
 P1003_P1B and friends, and ICMP_BANDLIM.

Um, let's only disable things that give us a useful amount of space
back.  (We may just be screwed at this point.)

-GAWollman

--
Garrett A. Wollman   | O Siem / We are all family / O Siem / We're all the same
[EMAIL PROTECTED]  | O Siem / The fires of freedom 
Opinions not those of| Dance in the burning flame
MIT, LCS, CRS, or NSA| - Susan Aglukark and Chad Irschick


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



Re: make release breakage on today's -current

2000-10-24 Thread Hajimu UMEMOTO

 On Tue, 24 Oct 2000 07:55:42 -0400
 "John W. De Boskey" [EMAIL PROTECTED] said:

jwd The following patch brings the floppy size down enough to fix
jwd the problem. One is a leftover from the config file syntax
jwd change. Also, I don't know how useful INET6 is to a GENERIC
jwd kernel on todays' networks (faith  gif are already removed).

Please don't remove INET6.
IPv6 only install is usual thing at least around me. :-)
Though the person who installs FreeBSD via IPv6 is relatively few so
far, IPv6 enabled installer is important for IPv6 deployment.
I heared recent NetBSD's installer has IPv6 capability, too.  This is
demand of these days.

--
Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan
[EMAIL PROTECTED]  [EMAIL PROTECTED]  [EMAIL PROTECTED]
http://www.imasy.org/~ume/


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



Re: make release breakage on today's -current

2000-10-24 Thread Warner Losh

In message [EMAIL PROTECTED] "John W. De Boskey" writes:
: The following patch brings the floppy size down enough to fix
: the problem. One is a leftover from the config file syntax
: change. Also, I don't know how useful INET6 is to a GENERIC
: kernel on todays' networks (faith  gif are already removed).

apm is a good one to remove.  INET6 is needed for many Japanese
installs since IPv6 is very large there due to ARIN giving them such a 
small range of IPv4 numbers.

Warner


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



Re: make release breakage on today's -current

2000-10-24 Thread David O'Brien

On Tue, Oct 24, 2000 at 03:59:20PM +0900, Makoto MATSUSHITA wrote:
 Maybe kernel image for kern.flp is a little bit larger than a 1.44MB floppy.

I just diked out more bits.  Lets see if that will give us enough space
on tonights snapshot build.
 
-- 
-- David  ([EMAIL PROTECTED])


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



Re: make release breakage on today's -current

2000-10-24 Thread David O'Brien

On Tue, Oct 24, 2000 at 08:15:12AM -0500, Will Andrews wrote:

 I'm sure there are better things to disable, like MFS, SYSV*, P1003_P1B
 and friends, and ICMP_BANDLIM.

Only SYSVMSG is removed for the i386 case.  SYS* for the Alpha.  I'm
assuming the SYS* left compiled in on the i386 is for X?

Does P1003_P1B and ICMP_BANDLIM actually add code, or just set defaults,
etc?  If someone beats me to it, please compile GENERIC and GENERIC w/o
ICMP_BANDLIM (and then again without P1003_P1B) and let us know how much
space savings they would provide.

-- 
-- David  ([EMAIL PROTECTED])


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



Re: make release breakage on today's -current

2000-10-24 Thread David O'Brien

On Tue, Oct 24, 2000 at 03:32:16PM +0200, John Hay wrote:
 Why not remove NFS? That is what I do here when the snap floppy gets
 too big. How many people install using NFS? (And can't easily change to
 ftp.)

Many.
 
-- 
-- David  ([EMAIL PROTECTED])


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



Re: make release breakage on today's -current

2000-10-24 Thread David O'Brien

On Tue, Oct 24, 2000 at 10:44:31PM +0900, Makoto MATSUSHITA wrote:
 How about removing /boot/boot[12] from floppies ?

Committed!


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



Re: make release breakage on today's -current

2000-10-24 Thread David O'Brien

On Tue, Oct 24, 2000 at 12:43:16PM -0600, Warner Losh wrote:
 
 apm is a good one to remove.

We used to, but we were trying to remove `apm0' from GENERIC. I've fixed
to just `apm'.

-- 
-- David  ([EMAIL PROTECTED])
  GNU is Not Unix / Linux Is Not UniX


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



Re: make release breakage on today's -current

2000-10-24 Thread Rogier R. Mulhuijzen


We used to, but we were trying to remove `apm0' from GENERIC. I've fixed
to just `apm'.

Might it be a good idea to make a INSTALL kernel config and a GENERIC 
config? INSTALL goes on the floppies and has just enough for all the 
different sorts of installations. GENERIC has almost LINT proportions so 
newbies don't have to try and make their own kernel.

 DocWilco



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



Re: make release breakage on today's -current

2000-10-24 Thread David O'Brien

On Tue, Oct 24, 2000 at 09:42:54PM +0200, Rogier R. Mulhuijzen wrote:
 We used to, but we were trying to remove `apm0' from GENERIC. I've fixed
 to just `apm'.
 
 Might it be a good idea to make a INSTALL kernel config and a GENERIC 
 config?

Nope, the two would be quickly out of sync.  What make you think the
person that forgot to change `apm0' to `apm' in dokern.sh would have
remembered to have made the change in an INSTALL kernel config?

-- 
-- David  ([EMAIL PROTECTED])
  GNU is Not Unix / Linux Is Not UniX


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



Re: make release breakage on today's -current

2000-10-24 Thread John Baldwin


On 24-Oct-00 David O'Brien wrote:
 On Tue, Oct 24, 2000 at 09:42:54PM +0200, Rogier R. Mulhuijzen wrote:
 We used to, but we were trying to remove `apm0' from GENERIC. I've fixed
 to just `apm'.
 
 Might it be a good idea to make a INSTALL kernel config and a GENERIC 
 config?
 
 Nope, the two would be quickly out of sync.  What make you think the
 person that forgot to change `apm0' to `apm' in dokern.sh would have
 remembered to have made the change in an INSTALL kernel config?

Because they are more obvious in that they are in the same place
(same directory) whereas dokern.sh is stuffed away in
src/release/scripts/.  Besides, when doing the 3rd floppy idea,
using a custom INSTALL kernel config is going to be the way to go.
Just as soon as we can get Peter to finish his latest round of config
changes. :)

-- 

John Baldwin [EMAIL PROTECTED] -- http://www.FreeBSD.org/~jhb/
PGP Key: http://www.baldwin.cx/~john/pgpkey.asc
"Power Users Use the Power to Serve!"  -  http://www.FreeBSD.org/


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



Re: make release breakage on today's -current

2000-10-24 Thread Mike Smith

 
 will I'm sure there are better things to disable, like MFS, SYSV*,
 will P1003_P1B and friends, and ICMP_BANDLIM.
 
 MFS is required; don't forget we have mfsroot.flp :-)

The name is historical; we use md(4) not MFS.

-- 
... every activity meets with opposition, everyone who acts has his
rivals and unfortunately opponents also.  But not because people want
to be opponents, rather because the tasks and relationships force
people to take different points of view.  [Dr. Fritz Todt]
   V I C T O R Y   N O T   V E N G E A N C E




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



Re: make release breakage on today's -current

2000-10-24 Thread Jordan Hubbard

 Only SYSVMSG is removed for the i386 case.  SYS* for the Alpha.  I'm
 assuming the SYS* left compiled in on the i386 is for X?

That is correct.  It's not mandatory, but it emits a scary-looking
error message when X starts up and a lot of folks were commenting
on it, so I put it (SYSVSHM) back in.

- Jordan


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



Re: make release breakage on today's -current

2000-10-24 Thread Makoto MATSUSHITA


msmith The name is historical; we use md(4) not MFS.

I should read md(4) manpage... sorry.

-- -
Makoto `MAR' MATSUSHITA


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