pkg_version and no origin found == SEGFAULT

2002-08-25 Thread David W. Chapman Jr.
this problem fixes it because the origin is created. -- David W. Chapman Jr. [EMAIL PROTECTED] Raintree Network Services, Inc. www.inethouston.net [EMAIL PROTECTED] FreeBSD Committer www.FreeBSD.org To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body

Re: pkg_version and no origin found == SEGFAULT

2002-08-25 Thread David W. Chapman Jr.
. Shouldn't pkg_version handle this a little more gracefully? -- David W. Chapman Jr. [EMAIL PROTECTED] Raintree Network Services, Inc. www.inethouston.net [EMAIL PROTECTED] FreeBSD Committer www.FreeBSD.org To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current

Re: pkg_version and no origin found == SEGFAULT

2002-08-26 Thread David W. Chapman Jr.
Can someone with a src commit bit please do the honours... Cool, thanks for the quick fix! To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

cbb module build failure

2002-08-27 Thread David W. Chapman Jr.
/pccard_cis_quirks.c === cbb @ - /usr/src/sys machine - /usr/src/sys/i386/include make: don't know how to make pccbb.c. Stop *** Error code 2 -- David W. Chapman Jr. [EMAIL PROTECTED] Raintree Network Services, Inc. www.inethouston.net [EMAIL PROTECTED] FreeBSD Committer www.FreeBSD.org

Re: BTX Loader issue with today current

2002-08-30 Thread David W. Chapman Jr.
GTX Loader 1.0 BTX Version 0.00 Error: Client format not supported Anyone have any ideas to be able to boot. I'm seeing this as well. -- David W. Chapman Jr. [EMAIL PROTECTED] Raintree Network Services, Inc. www.inethouston.net [EMAIL PROTECTED] FreeBSD Committer www.FreeBSD.org

Re: /boot/loader problem

2002-08-30 Thread David W. Chapman Jr.
with /boot/loader.old which works fine. I see that today's /boot/loader is 10kb smaller(166960) than loader.old(176128). I can't seem to get far enough to pick my /boot/loader -- David W. Chapman Jr. [EMAIL PROTECTED] Raintree Network Services, Inc. www.inethouston.net [EMAIL PROTECTED

Re: HEADS UP: GCC 3.2.1-pre imported

2002-09-01 Thread David W. Chapman Jr.
. Remember to recompile your C++ ports. GCC 3.2 is not binary compatible with 3.1. If this works out would it be a good idea to get this new gcc version on the port build clusters for -current so we can get to work on making sure all the ports work with the new compiler? -- David W. Chapman Jr

Re: HEADS UP: GCC 3.2.1-pre imported

2002-09-01 Thread David W. Chapman Jr.
On Sun, Sep 01, 2002 at 04:46:18PM -0700, Kris Kennaway wrote: On Sun, Sep 01, 2002 at 06:33:05PM -0500, David W. Chapman Jr. wrote: Remember to recompile your C++ ports. GCC 3.2 is not binary compatible with 3.1. If this works out would it be a good idea to get this new gcc version

Re: HEADS UP: GCC 3.2 in progress

2002-09-01 Thread David W. Chapman Jr.
Of course. And being accused of 'trolling' is also a learning experience. I would have to agree with your sarcasm, seems like there is a big troll hunt and everyone is being accused. -- David W. Chapman Jr. [EMAIL PROTECTED] Raintree Network Services, Inc. www.inethouston.net [EMAIL

Re: internal compiler error with gcc 3.2

2002-09-02 Thread David W. Chapman Jr.
tell -- David W. Chapman Jr. [EMAIL PROTECTED] Raintree Network Services, Inc. www.inethouston.net [EMAIL PROTECTED] FreeBSD Committer www.FreeBSD.org To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: installworld broken

2002-09-03 Thread David W. Chapman Jr.
point across as well as saying make kernel instead of make buildkernel -- David W. Chapman Jr. [EMAIL PROTECTED] Raintree Network Services, Inc. www.inethouston.net [EMAIL PROTECTED] FreeBSD Committer www.FreeBSD.org To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd

Re: A different light, perhaps.

2002-09-23 Thread David W. Chapman Jr.
and I usually build once or twice a week. Now if only my laptop would stop overheating whenever I run FreeBSD on it. Does the fan not turn on? Are you using acpi? -- David W. Chapman Jr. [EMAIL PROTECTED] Raintree Network Services, Inc. www.inethouston.net [EMAIL PROTECTED] FreeBSD

Re: HEADS UP: Old port recompiles needed (Re: Unknown symbol __sF)

2002-10-13 Thread David W. Chapman Jr.
, but I do agree with your logic that not everyone has broadband. -- David W. Chapman Jr. [EMAIL PROTECTED] Raintree Network Services, Inc. www.inethouston.net [EMAIL PROTECTED] FreeBSD Committer www.FreeBSD.org To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current

Re: Request: remove ssh1 fallback

2002-10-23 Thread David W. Chapman Jr.
? -- David W. Chapman Jr. [EMAIL PROTECTED] Raintree Network Services, Inc. www.inethouston.net [EMAIL PROTECTED] FreeBSD Committer www.FreeBSD.org To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

DRI

2001-02-13 Thread David W. Chapman Jr.
Anyone know if -current supports Direct Rendering Infrastructure? To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: ICH2-M IDE controller

2001-03-24 Thread David W. Chapman Jr.
I think there are a few chips like that, that cannot do ATA100, but only vaguely remember hearing about it. - Original Message - From: "Benjamin Close" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, March 24, 2001 6:49 PM Subject: ICH2-M IDE controller Hi All, Is anyone

Re: /etc/exports: 192.168.5 = 192.168.0.5

2001-03-25 Thread David W. Chapman Jr.
From a pure logic point of view here's something that might help you understand it the 4 octets are broken down into binary and then combined without the decimal point. when whatever libraries are doing this, the first octec(192) is converted to binary. Then there is probably some sort of if

Re: /etc/exports: 192.168.5 = 192.168.0.5

2001-03-25 Thread David W. Chapman Jr.
Its always been working in the correct way for stable and currently is right now. - Original Message - From: "Daniel C. Sobral" [EMAIL PROTECTED] To: "Leif Neland" [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Sunday, March 25, 2001 6:52 AM Subject: Re: /etc/exports: 192.168.5 =

Re: /etc/exports: 192.168.5 = 192.168.0.5

2001-03-25 Thread David W. Chapman Jr.
192.168.5 should be interpreted as 192.168.0.5 in host address context, but as 192.168.5.0 in network address context. (Such network address context is well seen in sentences such as "10/8", "192.168/16".) The only problem I see with 10/8 is that when broken down into binary they do not match

Re: ISO image available?

2001-04-12 Thread David W. Chapman Jr.
the only difference I know of between the 905b and c is wake on lan. I thought I heard something about a 905c II that had problems with freebsd, but I don't remember much more. - Original Message - From: "Lars Eggert" [EMAIL PROTECTED] To: "Norbert Koch" [EMAIL PROTECTED] Cc: [EMAIL

kernel core

2001-04-20 Thread David W. Chapman Jr.
I'm gettind kernel core dumps in the weirdest places with a -current from early today. One place it coredumps is when I run "chsh", another is during a certain part of make install on XFree86-4, the same place every time. I can get some more details if this is an unknown bug. To Unsubscribe:

Re: kernel core

2001-04-20 Thread David W. Chapman Jr.
dates if needed, just give me a clue on how far back I should start. Its been over a month since I've cvsuped -current besides this morning. - Original Message - From: "John Baldwin" [EMAIL PROTECTED] To: "David W. Chapman Jr." [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]

Re: kernel core

2001-04-20 Thread David W. Chapman Jr.
is a problem with the kernel and without being able to update the kernel and install a new one, I don't think I can fix it. - Original Message - From: "David W. Chapman Jr." [EMAIL PROTECTED] To: "John Baldwin" [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Friday, Ap

Re: HEADS UP! bad bug in -current.

2001-05-01 Thread David W. Chapman Jr.
It was almost like that dirpref problem I ran into a few weeks ago, I upgraded from -stable to -current and I had to reinstall because of it, but this usually doesn't happen. - Original Message - From: Jordan Hubbard [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent:

Re: Linux_Base port work around for Current?

2001-05-27 Thread David W. Chapman Jr.
I am installing current on a new box and I need jkd. That basically means linux emulation. I haven't been able to build it for some time on current. I have used the submitted PR to upgrade it to 7.? and it has worked except I have problems with all other ports that need linux_base. Right

Re: usr.sbin/pim6[sd]d will be removed soon.

2001-06-02 Thread David W. Chapman Jr.
I wouldn't mind, but what exactly does pim do and do you need both pim6dd and pim6sd? - Original Message - From: Hajimu UMEMOTO [EMAIL PROTECTED] To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Saturday, June 02, 2001 11:38 AM Subject: usr.sbin/pim6[sd]d will be removed soon. Hi, I

devfs

2001-08-18 Thread David W. Chapman Jr.
If I'm using devfs on -current, can I erase the contents of my /dev before devfs is mounted to save space? -- David W. Chapman Jr. [EMAIL PROTECTED] Raintree Network Services, Inc. www.inethouston.net [EMAIL PROTECTED] FreeBSD Committer www.FreeBSD.org To Unsubscribe: send mail

kde22 current

2001-08-18 Thread David W. Chapman Jr.
. warning: Can't set a watchpoint on a core file. warning: Can't set a watchpoint on a core file. Program received signal SIGSEGV, Segmentation fault. 0x28857740 in QCString::resize () from /usr/X11R6/lib/libqt2.so.4 -- David W. Chapman Jr. [EMAIL PROTECTED] Raintree Network Services, Inc

Re: kde22 current

2001-08-19 Thread David W. Chapman Jr.
application is this from? I believe it is from meinproc -- David W. Chapman Jr. [EMAIL PROTECTED] Raintree Network Services, Inc. www.inethouston.net [EMAIL PROTECTED] FreeBSD Committer www.FreeBSD.org To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current

Re: devfs

2001-08-19 Thread David W. Chapman Jr.
On Sun, Aug 19, 2001 at 07:50:31PM -0400, Brandon D. Valentine wrote: On Sat, 18 Aug 2001, David W. Chapman Jr. wrote: If I'm using devfs on -current, can I erase the contents of my /dev before devfs is mounted to save space? What space are you planning to save? You might free up some

Re: devfs

2001-08-20 Thread David W. Chapman Jr.
in there which was accidentally created by something like # verbosecommand /dev/nlul The following command should reveal the culprit: du -h /dev/* | grep -v 0B The only problem is devfs is mounted and I can't seem to get around that. -- David W. Chapman Jr. [EMAIL PROTECTED] Raintree Network

Re: devfs

2001-08-20 Thread David W. Chapman Jr.
On Mon, Aug 20, 2001 at 11:17:42AM -0400, Brandon D. Valentine wrote: On Mon, 20 Aug 2001, David W. Chapman Jr. wrote: The only problem is devfs is mounted and I can't seem to get around that. I haven't had much time lately to fool with my -CURRENT box but it seems that booting

Re: Disk I/O problems with -current.

2001-08-21 Thread David W. Chapman Jr.
debugging options turned off, but I can turn them on if this is something you can debug with gdb. -- David W. Chapman Jr. [EMAIL PROTECTED] Raintree Network Services, Inc. www.inethouston.net [EMAIL PROTECTED] FreeBSD Committer www.FreeBSD.org To Unsubscribe: send mail to [EMAIL PROTECTED

Re: Disk I/O problems with -current.

2001-08-21 Thread David W. Chapman Jr.
world if this fixes those problems. I'd be more than willing to test any patches anyone can think to send me. -- David W. Chapman Jr. [EMAIL PROTECTED] Raintree Network Services, Inc. www.inethouston.net [EMAIL PROTECTED] FreeBSD Committer www.FreeBSD.org To Unsubscribe: send mail

Re: diskcheckd is poo

2001-08-23 Thread David W. Chapman Jr.
. I would like to remove it from the base system and put it in ports. I really don't see what justifies keeping it in /usr/src. YES! If someone could roll a tarball for me, I could atleast make the skeleton for the port if not finish it off. -- David W. Chapman Jr. [EMAIL PROTECTED

unknown PNP hardware

2001-08-23 Thread David W. Chapman Jr.
=0x00 none2@pci1:0:0: class=0x03 card=0x400a1043 chip=0x010110de rev=0x10 hdr=0x00 Let me know if I need to provide anything else. Also I get this bktr0: Warning - card vendor 0x1002 (model 0x0001) unknown. this is an ATI TV Wonder. -- David W. Chapman Jr. [EMAIL PROTECTED] Raintree

Re: diskcheckd is poo

2001-08-23 Thread David W. Chapman Jr.
On Thu, Aug 23, 2001 at 01:57:15PM -0700, David O'Brien wrote: On Thu, Aug 23, 2001 at 03:11:00PM -0500, David W. Chapman Jr. wrote: If someone could roll a tarball for me, I could atleast make the skeleton for the port if not finish it off. We should just repo copy it to ports. See how

Re: diskcheckd is poo

2001-08-23 Thread David W. Chapman Jr.
On Thu, Aug 23, 2001 at 05:51:41PM -0500, David W. Chapman Jr. wrote: Here is a shar of what I am working on. Comments patches and complaints are appreciated. I just have to make the rc script for it to startup on boot. http://people.freebsd.org/~dwcjr/diskcheckd.shar -- Update: I

Re: unknown PNP hardware

2001-08-23 Thread David W. Chapman Jr.
and http://www.geocrawler.com. I have no problem with that, last time I asked this wasn't in the archives and I didn't get a response. -- David W. Chapman Jr. [EMAIL PROTECTED] Raintree Network Services, Inc. www.inethouston.net [EMAIL PROTECTED] FreeBSD Committer www.FreeBSD.org

Re: diskcheckd is poo

2001-08-24 Thread David W. Chapman Jr.
I believe. its already in the ports, I'm just awaiting a repo copy of the files from /usr/src/usr.sbin/diskcheckd into ports/sysutils/diskcheckd/files -- David W. Chapman Jr. [EMAIL PROTECTED] Raintree Network Services, Inc. www.inethouston.net [EMAIL PROTECTED] FreeBSD Committer

diskcheckd port

2001-08-25 Thread David W. Chapman Jr.
. -- David W. Chapman Jr. [EMAIL PROTECTED] Raintree Network Services, Inc. www.inethouston.net [EMAIL PROTECTED] FreeBSD Committer www.FreeBSD.org To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

ports diskcheckd patch

2001-08-25 Thread David W. Chapman Jr.
. Thanks. -- David W. Chapman Jr. [EMAIL PROTECTED] Raintree Network Services, Inc. www.inethouston.net [EMAIL PROTECTED] FreeBSD Committer www.FreeBSD.org Index: Makefile === RCS file: /home/ncvs/ports/sysutils/diskcheckd

Re: 3.4 - current upgrade/bootstrap problem

2000-01-16 Thread David W. Chapman Jr.
The procedure for going form 3.4 to -current is make your -current kernel reboot do make world make -current kernel again - Original Message - From: "Robert Schien" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, January 16, 2000 9:42 AM Subject: 3.4 - current upgrade/bootstrap

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

2002-03-08 Thread David W. Chapman Jr.
it on this snapshot. -- David W. Chapman Jr. [EMAIL PROTECTED] Raintree Network Services, Inc. www.inethouston.net [EMAIL PROTECTED] FreeBSD Committer www.FreeBSD.org To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

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

2002-03-08 Thread David W. Chapman Jr.
, I believe that has been fixed, but I cannot tell for sure because kde cannot be compiled under -current. I'm not the only one that is experiencing it either, here is what I was told by Alan Eldridge [EMAIL PROTECTED] On Tue, Mar 05, 2002 at 05:26:27PM -0600, David W. Chapman Jr. wrote: When

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

2002-03-08 Thread David W. Chapman Jr.
was curious about that, but it wasn't my main concern. Have you been able to run anything that uses OBJPRELINK? -- David W. Chapman Jr. [EMAIL PROTECTED] Raintree Network Services, Inc. www.inethouston.net [EMAIL PROTECTED] FreeBSD Committer www.FreeBSD.org To Unsubscribe: send mail to [EMAIL

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

2002-03-08 Thread David W. Chapman Jr.
On Fri, Mar 08, 2002 at 11:20:35AM -0500, Will Andrews wrote: On Fri, Mar 08, 2002 at 10:17:16AM -0600, David W. Chapman Jr. wrote: currently kde doesn't work due to binuntils update. It may work now after the most recent binutils update, but we have to recompile kde to see that I

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

2002-03-08 Thread David W. Chapman Jr.
and only optimization of hton* is broken. Very strange, I have been making world over the past few weeks (just did one yesterday) with no problems, maybe I have some stuff that it stale? -- David W. Chapman Jr. [EMAIL PROTECTED] Raintree Network Services, Inc. www.inethouston.net [EMAIL

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

2002-03-08 Thread David W. Chapman Jr.
Hmm. This should be non-fatal in any event, but which header does it include to get it's htons() and htonl() prototypes? netinet/in.h, arpa/inet.h, or sys/param.h? Yes. Recent changes to netinet/in.h have made it require the inclusion of arpa/inet.h. As well, arpa/inet.h must include

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

2002-03-08 Thread David W. Chapman Jr.
glbl .o io.o main.o re.o sub.o undo.o -lcipher cbc.o: In function `get_keyword': cbc.o(.text+0x17d): undefined reference to `getpass' *** Error code 1 1 error *** Error code 2 -- David W. Chapman Jr. [EMAIL PROTECTED] Raintree Network Services, Inc. www.inethouston.net [EMAIL PROTECTED

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

2002-03-08 Thread David W. Chapman Jr.
I don't know if its related to this patch, but I get this when I buildworld now I just did a complete buildworld + installworld with no trouble, and I then added the above patch and did another complete buildworld + installworld. I had no problems with either build. Applying the above

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

2002-03-09 Thread David W. Chapman Jr.
I'm able to compile kdelibs now, no problem as well as QT, but when I run configure on kdebase it locks my system up. I can switch terminals but that's it. It locks up on configure when detecting QT(I believe line 5612). The first time it did this I decided that was because I need to rebuild

Re: New i386 5.0 packages uploaded (and toolchain problems)

2002-03-09 Thread David W. Chapman Jr.
as the (Subject: Keyboard (quasi-)lockup running script) or sounds similar. -- David W. Chapman Jr. [EMAIL PROTECTED] Raintree Network Services, Inc. www.inethouston.net [EMAIL PROTECTED] FreeBSD Committer www.FreeBSD.org To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe

ntfs causing kernel panic

2002-03-25 Thread David W. Chapman Jr.
Has anyone seen mounting an NTFS drive casing a kernel panic? I'd love to give the output, but I'm not sure how to redirect the output into a file so I can post it here. -- David W. Chapman Jr. [EMAIL PROTECTED] Raintree Network Services, Inc. www.inethouston.net [EMAIL PROTECTED

Re: ntfs causing kernel panic

2002-03-25 Thread David W. Chapman Jr.
On Tue, Mar 26, 2002 at 10:08:20AM +1030, Greg 'groggy' Lehey wrote: On Monday, 25 March 2002 at 9:41:09 -0600, David W. Chapman Jr. wrote: Has anyone seen mounting an NTFS drive casing a kernel panic? I'd love to give the output, but I'm not sure how to redirect the output into a file

Re: ntfs causing kernel panic

2002-03-25 Thread David W. Chapman Jr.
on what information to provide. -- David W. Chapman Jr. [EMAIL PROTECTED] Raintree Network Services, Inc. www.inethouston.net [EMAIL PROTECTED] FreeBSD Committer www.FreeBSD.org To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

PAM error messages

2002-04-13 Thread David W. Chapman Jr.
I'm seeing this a lot on a recent 4.5-STABLE to -current upgrade, is this a problem or something I did wrong? dwcjr login: in openpam_dispatch(): pam_unix.so: no pam_sm_close_session() dwcjr login: in openpam_dispatch(): pam_unix.so: no pam_sm_open_session() -- David W. Chapman Jr. [EMAIL

-current breakage

2002-04-13 Thread David W. Chapman Jr.
removed /usr/src and cvsup'd and I still get it. Any ideas? -- David W. Chapman Jr. [EMAIL PROTECTED] Raintree Network Services, Inc. www.inethouston.net [EMAIL PROTECTED] FreeBSD Committer www.FreeBSD.org To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current

ATA errors on recent -current

2002-04-13 Thread David W. Chapman Jr.
I updated to -current today and am now getting these errors ad0: READ command timeout tag=1 serv=1 - resetting ata0: resetting devices .. ad0: invalidating queued requests done -- David W. Chapman Jr. [EMAIL PROTECTED] Raintree Network Services, Inc. www.inethouston.net [EMAIL PROTECTED

Re: make world stops...

2002-04-14 Thread David W. Chapman Jr.
for a while didn't get this. I'm going to try to remake make as suggested. -- David W. Chapman Jr. [EMAIL PROTECTED] Raintree Network Services, Inc. www.inethouston.net [EMAIL PROTECTED] FreeBSD Committer www.FreeBSD.org To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd

Re: 5-current buildworld breakage?

2002-04-17 Thread David W. Chapman Jr.
to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message -- David W. Chapman Jr. [EMAIL PROTECTED] Raintree Network Services, Inc. www.inethouston.net [EMAIL PROTECTED] FreeBSD Committer www.FreeBSD.org To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe

Re: upgrade from 4.5 to current fails

2002-04-23 Thread David W. Chapman Jr.
not following instructions, for the past 2 weeks you didn't have to, you could just upgrade to 5.0 like tracking -stable. -- David W. Chapman Jr. [EMAIL PROTECTED] Raintree Network Services, Inc. www.inethouston.net [EMAIL PROTECTED] FreeBSD Committer www.FreeBSD.org To Unsubscribe: send mail

Re: upgrade from 4.5 to current fails

2002-04-23 Thread David W. Chapman Jr.
No, for the past several months you haven't been able to installworld a -current system under a -stable kernel. That you were ever able to do that before that time is pure chance. Very strange that I did it last week then, possibly a fluke? -- David W. Chapman Jr. [EMAIL PROTECTED

Re: FreeBSD security hole?

2002-04-25 Thread David W. Chapman Jr.
for your help. It was on anounce as well for future reference. -- David W. Chapman Jr. [EMAIL PROTECTED] Raintree Network Services, Inc. www.inethouston.net [EMAIL PROTECTED] FreeBSD Committer www.FreeBSD.org To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current

Re: make.conf and -CURRENT

2002-05-10 Thread David W. Chapman Jr.
not contain said file, the only place it does exist is in /usr/share/examples/etc. sysctl.conf is also missing. If its not there, it doesn't get parsed. You only need make.conf if you wish to put stuff in there. same with rc.conf, except everyone puts something in rc.conf -- David W

Re: make.conf and -CURRENT

2002-05-10 Thread David W. Chapman Jr.
On Fri, May 10, 2002 at 05:40:11PM -0500, David W. Chapman Jr. wrote: On Fri, May 10, 2002 at 06:37:11PM -0400, Jeff Ito wrote: Hello, Is the lack of /etc/defaults/make.conf intentional? an oversite? or perhaps something that I have messed up on my end? I have run cvsup/mergemaster

Re: patch to add athlon to bsd.cpu.mk

2002-05-11 Thread David W. Chapman Jr.
the originator of bsd.cpu.mk, I hope you review it. So if I have an athlon-xp do I set CPUTYPE to athlon and it handles everything for me and selects the correct one or athlon-xp? -- David W. Chapman Jr. [EMAIL PROTECTED] Raintree Network Services, Inc. www.inethouston.net [EMAIL PROTECTED

installworld problem with /usr/src/usr.bin/tip/tip

2002-05-13 Thread David W. Chapman Jr.
I get the following everytime I make installworld on -current ln: /usr/bin/cu: Operation not permitted *** Error code 1 To fix it I have to modify /usr/src/usr.bin/tip/tip/Makefile and remove the LINKS to cu and then all works well. Is anyone else having this problem? -- David W. Chapman

Re: The future of perl on FreeBSD

2002-05-13 Thread David W. Chapman Jr.
is a bit silly and probably deserves the Jonathan breakage. And just what else besides Perl would you expect to find in /usr/bin/perl you silly pedant?!? ;-) A perl wrapper? -- David W. Chapman Jr. [EMAIL PROTECTED] Raintree Network Services, Inc. www.inethouston.net [EMAIL PROTECTED

Re: /usr/ports/emulators/bochs on -CURRENT

2002-05-16 Thread David W. Chapman Jr.
Best regards, Mike Barcroft To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message -- David W. Chapman Jr. [EMAIL PROTECTED] Raintree Network Services, Inc. www.inethouston.net [EMAIL PROTECTED] FreeBSD Committer www.FreeBSD.org

Re: MAKEDEV in current

2002-05-21 Thread David W. Chapman Jr.
on -currrent as devices are created as you need them. If you're having a problem with a certain device not existing, then you should post that with all details. -- David W. Chapman Jr. [EMAIL PROTECTED] Raintree Network Services, Inc. www.inethouston.net [EMAIL PROTECTED] FreeBSD Committer

Re: buildworld broken

2002-05-22 Thread David W. Chapman Jr.
On Wed, May 22, 2002 at 05:21:59PM +0200, Martin Kacerovsky wrote: Hi, I've got this error during buildworld: Have you read UPDATING and put what it told you to in make.conf? -- David W. Chapman Jr. [EMAIL PROTECTED] Raintree Network Services, Inc. www.inethouston.net [EMAIL PROTECTED

Re: gdb breaks world

2002-05-26 Thread David W. Chapman Jr.
/var/crash/vmcore.4 /var/crash/vmcore.4 is not a core dump: File format not recognized Last time I checked, gdb was broken in -current and people were encouraged to use gdb in the ports system, but this may be oudated. -- David W. Chapman Jr. [EMAIL PROTECTED] Raintree Network Services, Inc

FW: Re: Error with post 1.1 release Postfix and Cyrus -Possible Bug in VM system

2002-05-30 Thread David W. Chapman Jr.
and workstations run FreeBSD versions 4.1 - 4.4. I haven't found the time and energy to debug this. Wietse - To unsubscribe, send mail to [EMAIL PROTECTED] with content (not subject): unsubscribe postfix-users - End forwarded message - -- David W. Chapman Jr. [EMAIL PROTECTED

Re: -current as guest of VMWare2

2002-05-31 Thread David W. Chapman Jr.
I'm running windows XP and vmware 3.1.1 with a guest os of FreeBSD 4.5 which I'm going to upgrade to -current. I couldn't find too much info on this thread. Does anyone know if vmware3 is affected by this problem when using a windows host os? -- David W. Chapman Jr. [EMAIL PROTECTED

PCMCIA 32-bit Cardbus Network Card

2002-06-12 Thread David W. Chapman Jr.
W. Chapman Jr. [EMAIL PROTECTED] Raintree Network Services, Inc. www.inethouston.net [EMAIL PROTECTED] FreeBSD Committer www.FreeBSD.org To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: PCMCIA 32-bit Cardbus Network Card

2002-06-12 Thread David W. Chapman Jr.
On Wed, Jun 12, 2002 at 07:24:49PM -0600, M. Warner Losh wrote: In message: [EMAIL PROTECTED] David W. Chapman Jr. [EMAIL PROTECTED] writes: : I hvae an Aprotech AE330T 32-bit cardbus card, that doesn't want to : work on -stable or 5.0DP1 : : The error I get is kernel: pcic1

ACPI errors on laptop running latest -current

2002-06-14 Thread David W. Chapman Jr.
also think there is a problem with acpi detecting the battery properly. IF anyone has any ideas I'd appreciate it. hw.acpi.acline: 0 hw.acpi.battery.life: 0 hw.acpi.battery.time: -1 hw.acpi.battery.state: 0 hw.acpi.battery.units: 1 hw.acpi.battery.info_expire: 5 -- David W. Chapman Jr. [EMAIL

<    1   2