Re: Results of BIND RFC

2010-04-03 Thread Ruben de Groot
On Fri, Apr 02, 2010 at 02:08:27PM -0400, Charles Sprickman typed:
 Can we do sendmail next April 1?

Better yet, defer all questions about moving X out of the base system by
referring to the Grand Discussion that'll take place *next year* on the 
first of april.
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: Release Engineering Status Report

2003-09-16 Thread Ruben de Groot
On Tue, Sep 16, 2003 at 12:16:30PM -0400, Mike Jakubik typed:
 Apparently, yes.
 
 http://slashdot.org/articles/03/09/16/1327248.shtml?tid=126tid=172
 
Fortunately, there's allready a patch in the source tree:

http://www.freebsd.org/cgi/cvsweb.cgi/src/crypto/openssh/buffer.c.diff?r1=1.1.1.6r2=1.1.1.7f=h

ruben

  -Original Message-
  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED] Behalf Of Dag-Erling
  Sm?rgrav
  Sent: Tuesday, September 16, 2003 11:54 AM
  To: David Rhodus
  Cc: Maxim Konovalov; Scott Long; [EMAIL PROTECTED]; [EMAIL PROTECTED]
  Subject: Re: Release Engineering Status Report
 
 
  David Rhodus [EMAIL PROTECTED] writes:
   Right, say if still the OpenSSH did or still comes out to be
   real. Ops, now thats right, we don't have 3.6.1 in STABLE, why ? It
   was released on April 1, does that not give one enough time to merge
   this in ?
 
  Is there a specific problem with OpenSSH 3.5 which requires an update
  to 3.6.1?  Or do you just want me to update it to make the numbers
  look pretty on your screen?
 
  DES
  --
  Dag-Erling Sm?rgrav - [EMAIL PROTECTED]
  ___
  [EMAIL PROTECTED] mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-current
  To unsubscribe, send any mail to [EMAIL PROTECTED]
 
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-current
 To unsubscribe, send any mail to [EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: hints file version mismatch 1979654256

2003-08-29 Thread Ruben de Groot
On Fri, Aug 29, 2003 at 10:57:49AM +0200, Christoph Kukulies typed:
 
 This occured since a recent cvsup when I moved from 5.0-R to
 5.1-CURRENT:
 
 kernel message:
 hints file version mismatch 1979654256
 
 How do I sync this?

What about
cp /usr/src/sys/i386/conf/GENERIC.hints /boot/device.hints

 --
 Chris Christoph P. U. Kukulies kukulies (at) rwth-aachen.de
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-current
 To unsubscribe, send any mail to [EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Getting from 5.1-RELEASE to RELENG_5_1

2003-08-21 Thread Ruben de Groot
On Thu, Aug 21, 2003 at 07:34:09AM +1000, Peter Jeremy typed:
 I am looking at moving various hosts from 4.x to 5.1 but have run into
 a problem with my test machine.  I've successfully installed
 5.1-RELEASE (from CD) but want to rebuild the system to customise it
 to its environment.
 
 The machine in question does not have enough local disk space to hold
 both /usr/src and /usr/obj.  When I tried to NFS mount the space, the
 'make buildworld' would consistently wedge the machine in stage 1:
 bootstrap tools building games/fortune/strfile.  I tried using local
 disk for /usr/obj and NFS mounting just /usr/src.  This got somewhat
 further but again wedged the machine.  Wedged means no response via
 network or local keyboard, needing reset to recover.
 
 Has anyone else seen NFS problems with 5.1-RELEASE?  The client is a
 P-133 with 96MB RAM.  The server is a PIII running roughly 4.6.  They
 are both using 100baseTX full-duplex 802.1Q trunks to a common switch.
 
 My alternative (preferred) option is to do a build world/kernel on
 another faster machine (the NFS server used above).  This fails with
 multiple definitions of _sigaction and _sigprocmask building
 libpthread.  Looking back thru the archives, I gather this has been
 fixed in -CURRENT but it's not in RELENG_5_1 because it's not
 security-related.
 
 Any suggestions for a way forward?

I just successfully upgraded releng_4 - releng_5_1 by using:

make NOLIBPTHREAD=true buildworld
...
make NOLIBPTHREAD=true installworld
...

Maybe there should be a note about this in UPDATING ?

Ruben

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


make release (CURRENT) on 4.6 build machine?

2002-08-22 Thread Ruben de Groot


Hi,

I recently started building -current daily on my 4.6-STABLE build machine.
After buildworld and -kernel I install via nfs on my testboxes. So far I
haven't been able to provide any relevant feedback, but it's fun and I'm
learning :-)
Now, I would like to 'make release' for CURRENT, as I'm doing for RELENG_4
and RELENG_4_6, so I can automate the installation process on my testboxes
So far I have not been successful.
Can someone give me a clue about why I'm getting signal 12 (see below) ?

I have the -current sources in /usr/build/current/usr/src, local cvs tree
in /usr/build/ncvs and use the following command from the release directory:

make -DNO_WERROR release CHROOTDIR=/usr/build/chroot-current \
 BUILDNAME=CURRENT-`date +%Y%m%d` \
 CVSROOT=/usr/build/ncvs \
 NODOC=YES NOPORTS=YES

The process stops after a while with the following error:

--
 stage 4: populating /usr/obj/usr/src/i386/usr/include
--
cd /usr/src; MAKEOBJDIRPREFIX=/usr/obj  MACHINE_ARCH=i386  MACHINE=i386  CPUTYPE=i386  
OBJFORMAT_PATH=/usr/obj/usr/src/i386/usr/libexec  
GROFF_BIN_PATH=/usr/obj/usr/src/i386/usr/bin  
GROFF_FONT_PATH=/usr/obj/usr/src/i386/usr/share/groff_font  
GROFF_TMAC_PATH=/usr/obj/usr/src/i386/usr/share/tmac  DESTDIR=/usr/obj/usr/src/i386  
INSTALL=sh /usr/src/tools/install.sh  
PATH=/usr/obj/usr/src/i386/usr/sbin:/usr/obj/usr/src/i386/usr/bin:/usr/obj/usr/src/i386/usr/games:/sbin:/bin:/usr/sbin:/usr/bin
 make -f Makefile.inc1 SHARED=symlinks par-includes
=== share/info
cd /usr/src/share/info; make buildincludes; make installincludes
=== include
cd /usr/src/include; make buildincludes; make installincludes
creating osreldate.h from newvers.sh
setvar PARAMFILE /usr/src/include/../sys/sys/param.h;  . 
/usr/src/include/../sys/conf/newvers.sh;echo $COPYRIGHT  
osreldate.h;   echo #ifdef _KERNEL  osreldate.h;echo 
'#error /usr/include/osreldate.h cannot be used in the kernel, use sys/param.h'  
osreldate.h;  echo #else  osreldate.h;echo \#'undef 
__FreeBSD_version'  osreldate.h;echo \#'define __FreeBSD_version' $RELDATE 
 osreldate.h;  echo #endif  osreldate.h
*** Signal 12

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

Thanks,

Ruben de Groot


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