Re: ttys patch - any objections?

2002-09-27 Thread Mark Murray
someone adds more of these goof things turned on it turns into mergemaster hell for me (since I gotta do the merge on about 25 machines). OK, I can take a hint! :-) I'll leave ttys alone. M -- o Mark Murray \_ O.\_Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL

ttys patch - any objections?

2002-09-26 Thread Mark Murray
Hi The attached patch gets done by me any time I set up a FreeBSD box (I like lots of VTYs and X on ALT-F12). Any objections to my committing this? M -- o Mark Murray \_ O.\_Warning: this .sig is umop ap!sdn Index: etc.alpha/ttys

Re: ttys patch - any objections?

2002-09-26 Thread Mark Murray
Are old-style non-F11, F12 keyboards still working with=20 FreeBSD? I don't know, but as those are in the vast minority, its perhaps OK to ask those folks to edit ttys to something more useful to them, rather than the other way round. :-) M -- o Mark Murray \_ O.\_Warning

Re: ttys patch - any objections?

2002-09-26 Thread Mark Murray
or her own preference. Sure! That is why I'm doing a straw poll. If more people seem to like this, I'll commit it. If I get shouted down, I'll keep it as a local hack. M -- o Mark Murray \_ O.\_Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED

Re: cvs commit: src/sys/pci if_dc.c

2002-09-21 Thread Mark Murray
the funny MAC address. Any ideas? M -- o Mark Murray \_ O.\_Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: cvs commit: src/sys/pci if_dc.c

2002-09-21 Thread Mark Murray
Can you try this PR patch and see if it helps ? Note that the patch isn't 100% correct for other cards and will break them. http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/35482 That patch (plus a couple of others from other PRs) is already applied. No help. M -- o Mark Murray \_ O

Re: Uncommitted dc0 fixes ...

2002-09-04 Thread Mark Murray
by laptop working again with cvsup. Martin To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message -- o Mark Murray \_ O.\_Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd

Re: 5.0 release schedule?

2002-09-02 Thread Murray Stokely
working on it and I expect a stable DP2 release in the month of September. - Murray To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: 5.0 release schedule?

2002-09-02 Thread Murray Stokely
not be based on yesterday's -CURRENT, it was too problematic and doesn't contain the new GCC bits. - Murray To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: VM panic

2002-08-21 Thread Mark Murray
does work. My machine is a PentiumMMX/200 x 2 SMP. I'm slowly working down from -j13, and I'm now at -j5 with the same panic. M -- o Mark Murray \_ O.\_Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body

Re: libwrap bug?

2002-08-18 Thread Mark Murray
to the author. Wanna play? :-) M -- o Mark Murray \_ O.\_Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

VM panic

2002-08-17 Thread Mark Murray
Hi all If I do a make -jN world build on my dual MMX/200 box, I usually end up in tears (well, a panic anyway). This is completely reproducible, and the panic always happens in swapout_procs while vmdaemon is running. Anyone else getting this? M -- o Mark Murray \_ O.\_Warning

Re: Comments on Release Building for -current

2002-07-31 Thread Murray Stokely
some patches for these problems that were ignored or something? Can we try to be a little more constructive here about solving problems? - Murray To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

5.0 DP2 (was Re: KSE M-III status junior hacker project.)

2002-07-07 Thread Murray Stokely
. If all goes well, I would like to release 5.0 DP2 at the end of this month. - Murray To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: Removing perl in make world

2002-07-05 Thread Mark Murray
/techniques (I use find ${DIR} -type f -ctime +1 -delete -print), and guidance. Of course, there are counterprecedents (libtelnet is one), but these are the exception, and are unlikely to trample all over a user's carefully crafted installation. M -- o Mark Murray \_ O.\_Warning: this .sig

Re: Perl scripts that need rewiting - Any volunteers?

2002-06-27 Thread Mark Murray
and commit RSN. :-) Thanks a lot! M -- o Mark Murray \_ O.\_Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Even more progress with perl script rewrites!

2002-06-25 Thread Mark Murray
removed/redone del == to be deleted feedback == in progress, waiting for more/updates ready == work done, just waiting for commit. done == completed -- o Mark Murray \_ O.\_Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED

Re: Perl scripts that need rewiting - Any volunteers?

2002-06-25 Thread Mark Murray
this. I couldn't see a simple way around this, any clues? How's this? int handle; template = /tmp/mumble; char *cmd; handle = mkstemp(template); // template is modified asprintf(cmd, prog %s, template); system(cmd); close(handle); // bye-bye file M -- o Mark Murray \_ O.\_Warning

Re: Perl scripts that need rewiting - Any volunteers?

2002-06-25 Thread Mark Murray
Kinda buggy. :) Ya, ya, ya. :-) That was the concept model. The actual author can make it robust. :-) M -- o Mark Murray \_ O.\_Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: Perl scripts that need rewiting - Any volunteers?

2002-06-23 Thread Mark Murray
Mark Murray wrote: These seem to be the same program. I'll take this if there are no objections. You have it! Okay, here's my vidfont/kbdmap rewrite for review. Any feedback is welcome, the same goes for bug reports :-) Cool, thank you very much! Some comments: o Please put

Re: The great perl rewrite - progress report

2002-06-07 Thread Mark Murray
On Thu, Jun 06, 2002 at 05:31:12PM +0100, Mark Murray wrote: /usr/sbin/sysinstall* - fix - * What part of this uses perl?? None. But it needs to install perl by default (or near default) at some point. M -- o Mark Murray \_ O.\_Warning: this .sig is umop ap!sdn

Re: Removing perl usage from mergemaster

2002-06-07 Thread Mark Murray
that feature back. Cool! Once again, sorry for the delay. No problemo. :-) M -- o Mark Murray \_ O.\_Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: The great perl rewrite - progress report

2002-06-07 Thread Mark Murray
Mark Murray [EMAIL PROTECTED] writes: /usr/bin/sockstat des - redo - * Done, but depends on other changes that aren't ready to be committed yet. I expect to commit the whole shebang this weekend or early next week. Cool! M -- o Mark Murray \_ O.\_Warning: this .sig is umop

Re: Perl script rewrite (/usr/bin/mmroff)

2002-06-06 Thread Mark Murray
is someone currently converting /usr/bin/mmroff from perl to C ? Nope. If no one is working on it, i'm willing to do it. You have it! Thanks! :-) M -- o Mark Murray \_ O.\_Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd

The great perl rewrite - progress report

2002-06-06 Thread Mark Murray
Mark Murray \_ O.\_Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: XFree86-4-libraries build error

2002-05-30 Thread Mark Murray
(__f))); (But that may come to the same thing). M -- o Mark Murray \_ O.\_Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: /etc/periodic is hopefully perl-free [was: Perl script rewrites]

2002-05-29 Thread Mark Murray
On 2002-05-19 12:20, Mark Murray wrote: What I've done so far (and only slightly tested) is available at http://www.FreeBSD.org/~keramida/diff/periodic.diff Untested, but seemingly complete, the patch is available for review at the address mentioned above. I am thinking a nice way

Re: problem with new eventhandler.h (fwd)

2002-05-24 Thread Mark Murray
, from ../../../cam/cam_xpt.c:38: ../../../sys/eventhandler.h:95: badly punctuated parameter list in `#define' ../../../sys/eventhandler.h:137: badly punctuated parameter list in `#define' *** Error code 1 Thanks! M -- o Mark Murray \_ O.\_Warning: this .sig is umop ap!sdn To Unsubscribe

Re: Perl script rewrites - progress (2)

2002-05-24 Thread Mark Murray
I'm in the middle of rewriting release/scripts/*.pl scripts. Excellent. Thank you! M -- o Mark Murray \_ O.\_Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: Perl script rewrites - progress (2)

2002-05-19 Thread Mark Murray
) is available at http://www.FreeBSD.org/~keramida/diff/periodic.diff You have it! Don't wait for me. :-) M -- o Mark Murray \_ O.\_Warning: this .sig is umop ap!sdn #text/plain; name=cv.doc [Mark Murray CV Plain Text] cv.doc #application/octet-stream; name=cv.pdf [Mark Murray CV PDF] cv.pdf

Stuff to prune - ptx ?

2002-05-19 Thread Mark Murray
Hi all In src/gnu/usr.bin/ptx is a very old (v0.3) version of GNU ptx (a permuted index generator). This is not used in a make world, and I believe that we should ditch it. Anybody have any problems witgh me doing this? M -- o Mark Murray \_ O.\_Warning: this .sig is umop ap!sdn

Perl script rewrites - progress (2)

2002-05-18 Thread Mark Murray
/periodic/* (needs to have perl usage removed) Key - re == to be rewritten del == to be deleted ready == work done, just waiting for commit. done == completed Thanks to contributors! M -- o Mark Murray \_ O.\_Warning: this .sig is umop ap!sdn To Unsubscribe: send

Re: Perl script rewrites - progress (2)

2002-05-18 Thread Mark Murray
On 05/18/02 12:05, Mark Murray [EMAIL PROTECTED] wrote: Hi all The perl script rewrite is going really well! Here is my progress file, as it currently stands: To add one to the list.. /usr/sbin/mergemaster has two calls to perl in it, to extract file/directory permissions

Re: pkg_version in C [was: Re: Perl scripts that need rewriting - Progress!]

2002-05-14 Thread Mark Murray
not implemented -c. There were enough warnings that it wasn't really useful, and portupgrade does a much better job... Regards, -Jeremy No need to wait for me on this one. If folks are happy, this is good for me! M -- o Mark Murray \_ O.\_Warning: this .sig is umop ap!sdn #text/plain

Re: Perl scripts that need rewriting - Progress!

2002-05-12 Thread Mark Murray
Hi, On Thu, 09 May 2002 20:33:22 +0100 Mark Murray [EMAIL PROTECTED] said: mark /usr/sbin/scriptdump This script is from KAME. It seems that NetBSD doesn't install it. Is someone actually using it? If okay, I'll change to don't install it. That sounds good to me! Go right ahead

Re: Perl scripts that need rewiting - Any volunteers?

2002-05-09 Thread Mark Murray
On 09-May-2002 (15:38:45/GMT) Mark Murray wrote: I tryed this one. I'm not a committer, just a volunteer :-) You're on! Please put appropriate (c) on this (Preferably 2-clause BSD license) and I'll commit it for you :-) Ahemm, I'm not sure to have done correct job. Please review

Perl scripts that need rewriting - Progress!

2002-05-09 Thread Mark Murray
== to be rewritten del == to be deleted ready == work done, just waiting for commit. done == completed M -- o Mark Murray \_ O.\_Warning: this .sig is umop ap!sdn #text/plain; name=cv.doc [Mark Murray CV Plain Text] cv.doc #application/octet-stream; name=cv.pdf [Mark Murray CV

Re: Save a few hunderd kilobytes or a few hundred perl users?

2002-05-02 Thread Mark Murray
Mark Murray \_ O.\_Warning: this .sig is umop ap!sdn #text/plain; name=cv.doc [Mark Murray CV Plain Text] cv.doc #application/octet-stream; name=cv.pdf [Mark Murray CV PDF] cv.pdf To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: Save a few hunderd kilobytes or a few hundred perl users?

2002-05-01 Thread Mark Murray
-- o Mark Murray \_ O.\_Warning: this .sig is umop ap!sdn #text/plain; name=cv.doc [Mark Murray CV Plain Text] cv.doc #application/octet-stream; name=cv.pdf [Mark Murray CV PDF] cv.pdf To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body

Re: Save a few hunderd kilobytes or a few hundred perl users?

2002-05-01 Thread Mark Murray
capacity, and even my POCKET PC will easily accomodate it... 45 MB is fine as a port - we have ports that are way bigger than that. As part of the base OS? Nope. The only functionality that we _need_ is the basic language - effectively miniperl. M -- o Mark Murray \_ O.\_Warning

Re: Save a few hunderd kilobytes or a few hundred perl users?

2002-05-01 Thread Mark Murray
On Thursday, May 2, 2002, at 12:56 , Mark Murray wrote: For me, nowadays 45MB is nothing compared to medium HDD capacity, and even my POCKET PC will easily accomodate it... 45 MB is fine as a port - we have ports that are way bigger than that. And we even have bigger ports

Re: Save a few hunderd kilobytes or a few hundred perl users?

2002-05-01 Thread Mark Murray
name, like: smallperl modestperl tightperl midgetperl petiteperl Sure, whatever. Smallperl it is. :-) M -- o Mark Murray \_ O.\_Warning: this .sig is umop ap!sdn #text/plain; name=cv.doc [Mark Murray CV Plain Text] cv.doc #application/octet-stream

Re: Save a few hunderd kilobytes or a few hundred perl users?

2002-04-30 Thread Mark Murray
. There is merit to this point - make Perl5 a super-port (or something), that is closer to the OS than a usual port but not part of the base OS. I have no objection to this. M -- o Mark Murray \_ O.\_Warning: this .sig is umop ap!sdn #text/plain; name=cv.doc [Mark Murray CV Plain Text

Re: Save a few hunderd kilobytes or a few hundred perl users?

2002-04-30 Thread Mark Murray
-freebsd ... etc. I could do this. Secondly, as the above message indicates, there should be a full Perl installation available, using whatever packaging method is used by the OS distribution. FreeBSD has the ports collection that has a full install of Perl 5.6.1. M -- o Mark Murray \_ O

Re: Save a few hunderd kilobytes or a few hundred perl users?

2002-04-30 Thread Mark Murray
:-) M -- o Mark Murray \_ O.\_Warning: this .sig is umop ap!sdn #text/plain; name=cv.doc [Mark Murray CV Plain Text] cv.doc #application/octet-stream; name=cv.pdf [Mark Murray CV PDF] cv.pdf To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body

Re: Save a few hunderd kilobytes or a few hundred perl users?

2002-04-30 Thread Mark Murray
fully recognise as a programmer that this is not trivial work :-). M -- o Mark Murray \_ O.\_Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: Save a few hunderd kilobytes or a few hundred perl users?

2002-04-30 Thread Mark Murray
for this opportunity to discuss this thorny issue with you! M -- o Mark Murray \_ O.\_Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: Problem with rl

2002-04-14 Thread Murray Stokely
set. - Murray msg37226/pgp0.pgp Description: PGP signature

Re: DP 1 install report

2002-04-11 Thread Murray Stokely
, I should add that one of the menus in sysinstall really bugs me... Do you have a non-USB mouse connected to the system? which defaults to No. Something is wrong with that picture. :) Yes, I agree that the wording is bad. - Murray msg37155/pgp0.pgp Description: PGP signature

Re: comparing executables

2002-04-03 Thread Mark Murray
How can I find out which binaries have changed? they are all different according to cksum so I assume that there is a timestamp or something in them. Is there a way to compare only the text segments? You can do wonders with objdump(1) and diff. and ident(1). M -- o Mark Murray

Re: Perl build uses 'cc' and maybe 'gcc' directly.

2002-04-02 Thread Mark Murray
gcc31 for testing). Gotcha. M -- o Mark Murray \_ O.\_Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: USB mouse problem

2002-04-01 Thread Murray Stokely
be causing this. Any thoughts, Joe? - Murray msg36884/pgp0.pgp Description: PGP signature

Re: pam_opieaccess breaks world

2002-03-22 Thread Mark Murray
Is there an #include sys/types.h missing in pam_opieaccess.c? Yes. Added now. Thanks! M -- o Mark Murray \_ O.\_Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: Building 5.0 on 4.5 Broken in xlint?

2002-03-21 Thread Mark Murray
I have fixed this and these by making lint(1) a cross-tool. Excellent! M -- o Mark Murray \_ O.\_Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: rtld messing up?

2002-03-20 Thread Mark Murray
, which works, to see if I can't fix undump. M -- o Mark Murray \_ O.\_Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: rtld messing up?

2002-03-20 Thread Mark Murray
the reason for the program to segfault, I even opened a PR on that. The program seems to work on NetBSD btw.=20 PR ports/34661 :-) M -- o Mark Murray \_ O.\_Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body

Re: Please backout recent ipfilter changes.

2002-03-19 Thread Mark Murray
The recent changes to ipfilter break world. Can someone back out the changes? Better; please post the errors that you are seeing so that this can be fixed. M -- o Mark Murray \_ O.\_Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe

Re: Please backout recent ipfilter changes.

2002-03-19 Thread Mark Murray
. Post the _errors_. :-) M -- o Mark Murray \_ O.\_Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: World on -stable is busted

2002-03-18 Thread Mark Murray
Mark Murray \_ O.\_Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: Bad fix for -current breakage

2002-03-18 Thread Mark Murray
://www.oracle.com Enabling The Information Age -- o Mark Murray \_ O.\_Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: HEADS UP: -CURRENT Feature Slush is OVER

2002-03-17 Thread Murray Stokely
like to hear about them. - Murray msg36234/pgp0.pgp Description: PGP signature

Re: HEADS UP: -CURRENT Feature Slush is OVER

2002-03-17 Thread Murray Stokely
the developer's prerelease source tree. To get this, the process is: 1) Mount your DP1 CD, and view the diff. - Murray msg36241/pgp0.pgp Description: PGP signature

Re: problems with perl

2002-03-17 Thread Mark Murray
The perl upgrade seems to be having problems. I got this twice towday making buildworld from 4.5: Please test the enclosed patch. M -- o Mark Murray \_ O.\_Warning: this .sig is umop ap!sdn Index: config.SH-elf.alpha

5.0-C KERNEL (Was: Re: problems with perl)

2002-03-17 Thread Mark Murray
cc1: warnings being treated as errors # make NO_WERROR=yes ... M -- o Mark Murray \_ O.\_Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

HEADS UP! Perl upgraded to 5.6.1

2002-03-16 Thread Mark Murray
Hello all The system perl has been upgraded to Perl 5.6.1. This means that it is a _very_ good idea to rebuild all your p5-* ports. As usual, if there are any problems, I want to know about them. M -- o Mark Murray \_ O.\_Warning: this .sig is umop ap!sdn #application/octet-stream

Linker or startup brokenness?

2002-03-14 Thread Mark Murray
terminated with signal 11, Segmentation fault. #0 0x0 in ?? () (gdb) where #0 0x0 in ?? () #1 0x8181578 in __do_global_ctors_aux () #2 0x80480b6 in _init () (gdb) Any ideas? M -- o Mark Murray \_ O.\_Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED

Re: CVS Issues with branch.. Was: Re: HEADS UP: Be nice to -CURRENT ( 1 week Feature Slush )

2002-03-14 Thread Murray Stokely
will cause. They would have been much more helpful if voiced to re@ a week ago, but that's another issue. At the very least a tag is going down in approximately 24 hours. - Murray msg36135/pgp0.pgp Description: PGP signature

Re: CVS Issues with branch.. Was: Re: HEADS UP: Be nice to -CURRENT ( 1 week Feature Slush )

2002-03-14 Thread Murray Stokely
can keep the RELENG namespace for official releases. Your proposed name change works for me. - Murray msg36136/pgp0.pgp Description: PGP signature

Call for Submissions: FreeBSD 5.0 DP1 Testing Guide

2002-03-14 Thread Murray Stokely
As part of the release documentation for 5.0 DP1, we would like to provide a comprehensive testing guide. If you have code in -CURRENT that you would like to receive feedback on from the developer preview, then please submit a short email to [EMAIL PROTECTED] with the following: 1. A

rtld messing up?

2002-03-11 Thread Mark Murray
/libexec/rtld-elf/rtld.c:380 Other ports (like QT2) are also doing this. Any ideas? M -- o Mark Murray \_ O.\_Warning: this .sig is umop ap!sdn #application/octet-stream; name=cv.pdf [Mark Murray CV PDF] cv.pdf #text/plain; name=cv.txt [Mark Murray CV Plain Text] cv.txt To Unsubscribe

Package set for release media

2002-03-10 Thread Murray Stokely
to emacs21. Please send suggested packages to portmgr and re; no need to flood the list. Thanks, - Murray msg35935/pgp0.pgp Description: PGP signature

Re: Preparing innocent users for -current

2002-03-09 Thread Murray Stokely
documentation. - Murray To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: 5-CURRENT, make buildworld break?

2002-03-08 Thread Murray Stokely
that haven't yet been committed. There's such a thing as LOCAL_PATCHES since at least 1996. Great! Now if only that was *documented* somewhere... It _IS_ documented in the release engineering paper : http://www.freebsd.org/doc/en_US.ISO8859-1/articles/releng/extensibility.html - Murray

HEADS UP: Be nice to -CURRENT ( 1 week Feature Slush )

2002-03-08 Thread Murray Stokely
in the future.) Thanks for your cooperation, - Murray (on behalf of The Release Engineering Team) msg35781/pgp0.pgp Description: PGP signature

Re: HEADS UP: Be nice to -CURRENT ( 1 week Feature Slush )

2002-03-08 Thread Mark Murray
, there are some other makefiles and mtree things that need to be done. Also the ports will be affected (not by very much). M -- o Mark Murray \_ O.\_Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: Preparing innocent users for -current

2002-03-08 Thread Murray Stokely
to the one we published leading up to FreeBSD 4.5. More than anything, we need information from developers about how users can best test the new functionality. - Murray To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: cvs commit: src/lib/libcrypt crypt-md5.c crypt.c crypt.h misc.c src/secure/lib/libcrypt blowfish.c blowfish.h crypt-blowfish.c crypt-des.c

2002-03-07 Thread Mark Murray
Murray \_ O.\_Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: 5-CURRENT source upgrade path is broken in PAM

2002-03-07 Thread Mark Murray
due to it and this just isn't acceptable even for -current. That is _my_ fault, not DES'. It was a crypt() problem which I have fixed. M -- o Mark Murray \_ O.\_Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current

Re: 5-CURRENT source upgrade path is broken in PAM

2002-03-07 Thread Mark Murray
Mark Murray \_ O.\_Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: 5-CURRENT source upgrade path is broken in PAM

2002-03-07 Thread Mark Murray
it if you have the bad version of crypt-md5.c(1.9) and you actually use md5 passwords (the salt begins with $1$ when you look in /etc/master.passwd). The breakage time was less than 24 hours. M -- o Mark Murray \_ O.\_Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL

Re: 5-CURRENT source upgrade path is broken in PAM

2002-03-07 Thread Mark Murray
a hour that I spent debugging what's going wrong. My apologies. I should have thought to do that. I'll remember if there is a next time ;-) M -- o Mark Murray \_ O.\_Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current

Re: 5-CURRENT source upgrade path is broken in PAM

2002-03-07 Thread Mark Murray
#include pam_mod_misc.h to #include secure/pam_mod_misc.h without ensuring that a (correct) pam_mod_misc.h was in an appropriate secure/ dir. I've just finished fixing this (includes a repo-copy) and it will go in shortly. M -- o Mark Murray \_ O.\_Warning: this .sig is umop ap!sdn

Re: 5-CURRENT source upgrade path is broken in PAM

2002-03-07 Thread Mark Murray
Mark Murray [EMAIL PROTECTED] writes: The problem is in the headers; you changed #include pam_mod_misc.h to #include secure/pam_mod_misc.h without ensuring that a (correct) pam_mod_misc.h was in an appropriate secure/ dir. Umm, IIRC 'make world' starts by doing a 'make includes

Re: 5-CURRENT source upgrade path is broken in PAM

2002-03-07 Thread Mark Murray
Mark Murray [EMAIL PROTECTED] writes: Umm, IIRC 'make world' starts by doing a 'make includes' into /usr/obj, which should take care of this. That is 'make world'. It was broken for make obj make depend make, [...] IMO, the repo-copy is the cleanest, because it solves te above

Re: perl5.6.1

2002-02-28 Thread Mark Murray
It would be nice to see this version of perl in -CURRENT. It would help ease the development of mod_perl-2.0 by not having to install the port and it just makes sense considering the bleeding-edge of the rest of the system. Coming RSN. Maybe this weekend. M -- o Mark Murray

Re: FreeBSD/i386 make release breakage

2002-02-26 Thread murray
, for example. src/release/Makefile could be changed to fix this. I'm currently looking into #2 and #3, as well as working with Ted Lemon from the ISC to fix some symbol pollution that this whole mess has exposed. Any other ideas? - Murray To Unsubscribe: send mail to [EMAIL PROTECTED

Re: FreeBSD/i386 make release breakage

2002-02-26 Thread Murray Stokely
On Wed, Feb 27, 2002 at 12:19:01AM +0900, Makoto Matsushita wrote: murray I'm currently looking into #2 and #3, as well as working with Ted murray Lemon from the ISC to fix some symbol pollution that this whole mess murray has exposed. Any other ideas? Currently nothing, it seems that #3

Re: snapshots? WAS: Re: -CURRENT in pretty good shape, after all

2002-02-24 Thread murray
) is in good shape so that more people can start running -CURRENT again. Thanks, - Murray To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

HEADS UP: DHCP 3.0.1RC6 imported

2002-02-19 Thread Murray Stokely
DHCP client will behave in unexpected ways in more demanding environments. If you notice any regressions in functionality, please email me. Thanks, - Murray To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: Not committing WARNS settings...

2002-02-11 Thread Mark Murray
hang out, and in an ideal world I see an need for (new) warnings to break things. I see no need for warnings to hold back a project as important as GCC3, and NO_WERROR is the cleanest solution. I do not expect others to agree with (or like) this. M -- o Mark Murray \_ FreeBSD Services

Re: Not committing WARNS settings...

2002-02-11 Thread Mark Murray
On Wed, Feb 06, 2002 at 11:12:38AM +, Mark Murray wrote: IMO, this is a good reason to not have WARNS contain -Werror at this time. NO_WERROR is a good way to fix this (again IMO). I see a great need to let warnings hang out, and in an ideal world I see an need for (new) warnings

Re: Not committing WARNS settings...

2002-02-06 Thread Mark Murray
hang out, and in an ideal world I see an need for (new) warnings to break things. I see no need for warnings to hold back a project as important as GCC3, and NO_WERROR is the cleanest solution. I do not expect others to agree with (or like) this. M -- o Mark Murray \_ FreeBSD Services

Re: Not committing WARNS settings...

2002-02-06 Thread Mark Murray
On Wed, Feb 06, 2002 at 11:12:38AM +, Mark Murray wrote: IMO, this is a good reason to not have WARNS contain -Werror at this time. NO_WERROR is a good way to fix this (again IMO). I see a great need to let warnings hang out, and in an ideal world I see an need for (new) warnings

Re: Panics in ffs_clusteracct with todays -current

2002-02-04 Thread Mark Murray
+172,5 @@ #ifndef _POSIX_SOURCE -#define NBBY8U /* number of bits in a byte */ +#define NBBY8 /* number of bits in a byte */ /* %%% Bruce -- o Mark Murray \_ FreeBSD Services Limited O.\_Warning: this .sig is umop ap!sdn

Re: Panics in ffs_clusteracct with todays -current

2002-02-04 Thread Mark Murray
-- o Mark Murray \_ FreeBSD Services Limited O.\_Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: make buildworld error in libpam/modules/pam_ssh

2002-02-04 Thread Mark Murray
I'm experiencing the following error while bulding world: Fix committed. M -- o Mark Murray \_ FreeBSD Services Limited O.\_Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: buildworld is still broken in libpam/libpam

2002-02-04 Thread Mark Murray
The patch is attached. Thanks! Committed. M -- o Mark Murray \_ FreeBSD Services Limited O.\_Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: buildworld fails in pam on Alpha

2002-02-04 Thread Mark Murray
Now that current on Alpha builds a lot better than a few days back it fails in: cc -nostdinc -O -pipe -mcpu=ev4 -mcpu=ev4 -I/usr/src/lib/libpam/libpam/../../../contrib/libpam/libpam/include Already fixed. M -- o Mark Murray \_ FreeBSD Services Limited O.\_Warning

Re: buildworld broken

2002-02-04 Thread Mark Murray
in your mailer. Todays error: === libpam/modules/pam_ssh Already fixed. :-) M -- o Mark Murray \_ FreeBSD Services Limited O.\_Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: telnetd broken in -CURRENT

2002-01-30 Thread Mark Murray
in -CURRENT? I didn't think that we did. No. We dont. But if Kerberos5 is asked for, then BSD telnet is linked against Heimdal. I'm testing the fix, and will commit in a day or two. M -- o Mark Murray \_ FreeBSD Services Limited O.\_Warning: this .sig is umop ap!sdn

<    1   2   3   4   5   6   7   8   >