Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Jan 2001 00:37:43 -0800
From:      "Crist J. Clark" <cjclark@reflexnet.net>
To:        freebsd-current@freebsd.org
Subject:   buildworld Problems at NTP
Message-ID:  <20010105003743.P95729@rfx-64-6-211-149.users.reflexco>

next in thread | raw e-mail | index | archive | help
I am having a really weird problem trying to buildworld on a CURRENT
box. The build starts just fine and gets though the first three
steps. When it gets to building everything, it plows right along until
it hits usr.sbin/ntp/ntpd,

  ===> usr.sbin/ntp/libparse
  cc -O -pipe -I/usr/src/usr.sbin/ntp/libparse/../../../contrib/ntp/include -I/usr/src/usr.sbin/ntp/libparse/../ -DSYS_FREEBSD -DPARSE -DHAVE_CONFIG_H  -I/usr/obj/usr/src/i386/usr/include -c /usr/src/usr.sbin/ntp/libparse/../../../contrib/ntp/libparse/parse.c -o parse.o
  .
  .
  .
  ===> usr.sbin/ntp/ntpd
  Killed

What is happening is that the system is killing off the make process
because it starts to swell up so much it consumes all swap. Here is
the dmesg,

  Jan  4 15:21:08 bubbles /boot/kernel/kernel: swap_pager: out of swap space
  Jan  4 15:21:09 bubbles /boot/kernel/kernel: swap_pager_getswapspace: failed
  Jan  4 15:21:19 bubbles /boot/kernel/kernel: pid 11799 (make), uid 0, was killed: out of swap space
  Jan  4 15:21:22 bubbles /boot/kernel/kernel: pid 9428 (make), uid 0, was killed: out of swap space
  Jan  4 15:21:22 bubbles /boot/kernel/kernel: pid 58084 (make), uid 0, was killed: out of swap space
  Jan  4 15:21:22 bubbles /boot/kernel/kernel: pid 44119 (make), uid 0, was killed: out of swap space
  Jan  4 15:21:22 bubbles /boot/kernel/kernel: pid 12418 (make), uid 0, was killed: out of swap space

I've nuked the /usr/obj tree and started over to get the same
result. I took out /usr/src/contrib/ntp and re-cvsup'ed, but the above
was the result.

I'd really like to get this working so I can play with some kernel
mods I made last week. Any ideas?

Oh, the hardware is a Pentium 133 with 32MB RAM and 100 MB of swap.

  Copyright (c) 1992-2000 The FreeBSD Project.
  Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
          The Regents of the University of California. All rights reserved.
  FreeBSD 5.0-CURRENT #11: Wed Dec 13 23:14:41 PST 2000
      cjc@bubbles.cjclark.org:/usr/obj/usr/src/sys/BUBBLES
  Timecounter "i8254"  frequency 1193182 Hz
  CPU: Pentium/P54C (132.96-MHz 586-class CPU)
    Origin = "GenuineIntel"  Id = 0x52b  Stepping = 11
    Features=0x1bf<FPU,VME,DE,PSE,TSC,MSR,MCE,CX8>
  real memory  = 33554432 (32768K bytes)
  avail memory = 30126080 (29420K bytes)
  Preloaded elf kernel "kernel" at 0xc02aa000.
  Intel Pentium detected, installing workaround for F00F bug

I had been building CURRENT fine for the two months I've had it.

Thanks.
-- 
Crist J. Clark                           cjclark@alum.mit.edu



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




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