[-CURRENT tinderbox] failure on ia64/ia64

2003-06-15 Thread Tinderbox
TB --- 2003-06-15 05:03:22 - starting CURRENT tinderbox run for ia64/ia64 TB --- 2003-06-15 05:03:22 - checking out the source tree TB --- cd /home/des/tinderbox/CURRENT/ia64/ia64 TB --- /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2003-06-15 05:07:26 - building world TB --- cd

[-CURRENT tinderbox] failure on i386/i386

2003-06-15 Thread Tinderbox
TB --- 2003-06-15 04:22:57 - starting CURRENT tinderbox run for i386/i386 TB --- 2003-06-15 04:22:57 - checking out the source tree TB --- cd /home/des/tinderbox/CURRENT/i386/i386 TB --- /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2003-06-15 04:25:47 - building world TB --- cd

[-CURRENT tinderbox] failure on alpha/alpha

2003-06-15 Thread Tinderbox
TB --- 2003-06-15 04:00:16 - starting CURRENT tinderbox run for alpha/alpha TB --- 2003-06-15 04:00:16 - checking out the source tree TB --- cd /home/des/tinderbox/CURRENT/alpha/alpha TB --- /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2003-06-15 04:02:40 - building world TB --- cd

World is still broken. Please fix.

2003-06-15 Thread Martin Blapp
Is anybody testing his changes before he commits them ? In file included from /usr/obj/usr/src/i386/usr/include/sys/types.h:45, from /usr/src/usr.bin/xlint/llib/llib-lposix:39: /usr/obj/usr/src/i386/usr/include/sys/cdefs.h:148:2: #error FreeBSD alloca support needed for this

Re: World is still broken. Please fix.

2003-06-15 Thread Matt
Martin Blapp said: In file included from /usr/obj/usr/src/i386/usr/include/sys/types.h:45, from /usr/src/usr.bin/xlint/llib/llib-lposix:39: /usr/obj/usr/src/i386/usr/include/sys/cdefs.h:148:2: #error FreeBSD alloca support needed for this compiler *** Error code 1 DES

HEADS UP: rpc.yppasswdd working again

2003-06-15 Thread Martin Blapp
Small, but important message for NIS users. All users who had problems with NIS should rebuild their world. Long outstanding problems have been fixed and rpc.yppasswdd allows root again to change passwords on ypmaster without knowledge of the users password. Martin

Unable to build world. multiple symptoms

2003-06-15 Thread Tom Parquette
I updated my 5.0-CURRENT sources yesterday (Saturday morning) and ran my buildworld script. When the compiles failed, I searched the mailing lists and found someone else having the same problem. His solution was to change the -j value (I was running with -j10 on my dual processor AMD). I have

Re: Unable to build world. multiple symptoms

2003-06-15 Thread Sergey A. Osokin
On Sun, Jun 15, 2003 at 08:11:16AM -0400, Tom Parquette wrote: I updated my 5.0-CURRENT sources yesterday (Saturday morning) and ran my buildworld script. When the compiles failed, I searched the mailing lists and found someone else having the same problem. His solution was to change the -j

Re: Unable to build world. multiple symptoms

2003-06-15 Thread Jens Schweikhardt
On Sun, Jun 15, 2003 at 08:11:16AM -0400, Tom Parquette wrote: ... # Running without the -j value at all got me the error message #error # FreeBSD alloca support needed for this compiler from # /usr/obj/usr/src/i386/usr/include/sys/cdefs.h: This was fixed in rev 1.71 of cdefs.h. Update your

Re: HEADS UP: rpc.yppasswdd working again

2003-06-15 Thread Mark Murray
Martin Blapp writes: Small, but important message for NIS users. All users who had problems with NIS should rebuild their world. Long outstanding problems have been fixed and rpc.yppasswdd allows root again to change passwords on ypmaster without knowledge of the users password. Does

Re: rc.firewall not executed?

2003-06-15 Thread Andre Guibert de Bruet
On Sat, 14 Jun 2003, Kris Kennaway wrote: I just noticed that my ipfw rules were not loaded the last time I rebooted. My rc.conf is included below - has something changed recently so that these settings are not enough? I didn't see anything relevant in UPDATING. My /etc/firewall.conf

Re: USB locks on laptops.

2003-06-15 Thread Andre Guibert de Bruet
On Sat, 14 Jun 2003, David Gilbert wrote: While I thought it might be an isolated example, I have several laptops ... all of which lock up their ports when usb devices are connected. Typical messages include: usb3: unrecoverable error, controller halted and usb3: device problem,

Re: HEADS UP: rpc.yppasswdd working again

2003-06-15 Thread Martin Blapp
hi, All users who had problems with NIS should rebuild their world. Long outstanding problems have been fixed and rpc.yppasswdd allows root again to change passwords on ypmaster without knowledge of the users password. Does this not create a vulnerability? Example:

Re: rc.firewall not executed?

2003-06-15 Thread BSDC
On Sun, Jun 15, 2003 at 09:36:23AM -0400, Andre Guibert de Bruet wrote: On Sat, 14 Jun 2003, Kris Kennaway wrote: I just noticed that my ipfw rules were not loaded the last time I rebooted. My rc.conf is included below - has something changed recently so that these settings are not

5.2-RELEASE TODO

2003-06-15 Thread Robert Watson
This is an automated bi-weekly mailing of the FreeBSD 5.2 open issues list. The live version of this list is available at: http://www.FreeBSD.org/releases/5.2R/todo.html Automated mailing of this list will continue through the release of FreeBSD 5.2. FreeBSD 5.2

Patch review [was: Re: viapropm doesnt like sys/dev/pci.c rev 1.214]

2003-06-15 Thread Nicolas Souchu
On Thu, Jun 05, 2003 at 04:17:38AM -0700, Terry Lambert wrote: How about RF_DONTCHECK or RF_ALWAYSWORKS? It better implies what's happening here, since you're going to assume success in the face of diagnostics to the contrary. So instead of: if (flag) return (0);

Re: HEADS UP: rpc.yppasswdd working again

2003-06-15 Thread Martin Blapp
he can change passwords on the server at will. From the rpc.yppasswdd manpage: The FreeBSD version of rpc.yppasswdd also allows the super-user on the NIS master server to perform more sophisticated updates on the NIS passwd maps. The super-user can modify any field in any

Re: HEADS UP: rpc.yppasswdd working again

2003-06-15 Thread Mark Murray
Martin Blapp writes: maps using ypchpass(1). Again, this only applies to the super-user on the NIS master server: none of these special functions can be performed over the network. I am happy! M -- Mark Murray iumop ap!sdn w,I idlaH

Re: VIA C3

2003-06-15 Thread Gerrit Kühn
On Fri, Jun 13, 2003 at 06:33:56PM -0700, David Yeske wrote: Anyone have a VIA C3? I'm running FreeBSD current on one and I don't see any gcc flags for the VIA C3. I think it has MMX and 3dnow, but it does not have SSE? Up to the Ezra kernel the C3 doesn't suppoert SSE. Only the newest

Question about developers handbook definition of encumbered.

2003-06-15 Thread David Leimbach
As I am slowly trying to get my feet wet with kernel programming I was browsing through the developers handbook. The following surprised me a bit: http://www.freebsd.org/doc/en_US.ISO8859-1/books/developers-handbook/ policies-encumbered.html So this claims that GNU licensing is *not*

Re: vinum and/or geom panic on alpha

2003-06-15 Thread Bernd Walter
On Sat, Jun 14, 2003 at 03:15:27PM +0930, Greg 'groggy' Lehey wrote: On Tuesday, 10 June 2003 at 14:05:11 +0200, Bernd Walter wrote: fatal kernel trap: Stopped at g_dev_strategy+0x44:stq t0,0x20(v0) 0x20 t0=0x1a61da400,v0=0x0 db trace g_dev_strategy() at

tweaks to sysctl integer value parsing (report any problems)

2003-06-15 Thread Robert Watson
Last night, I committed some tweaks to how sysctl integer value parsing occurs. The motivation for these changes was the outcome of finding the following in my sysctl.conf: kern.maxfiles=4000 Which, to my great sadness, occurred on a box without DDB or remote power. For the uninitiated,

[-CURRENT tinderbox] failure on alpha/alpha

2003-06-15 Thread Tinderbox
TB --- 2003-06-15 16:00:15 - starting CURRENT tinderbox run for alpha/alpha TB --- 2003-06-15 16:00:15 - checking out the source tree TB --- cd /home/des/tinderbox/CURRENT/alpha/alpha TB --- /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2003-06-15 16:04:47 - building world TB --- cd

Problems with pcmcia on 5.1-RELEASE

2003-06-15 Thread Christian Laursen
I have just installed FreeBSD 5.1-RELEASE on my laptop, and everything but my trusty pcmcia cdrom drive is working great. The kernel finds the pcmcia slot: cbb0: ToPIC100 PCI-CardBus Bridge at device 11.0 on pci0 cardbus0: CardBus bus on cbb0 pccard0: 16-bit PCCard bus on cbb0 However, when I

[-CURRENT tinderbox] failure on i386/i386

2003-06-15 Thread Tinderbox
TB --- 2003-06-15 17:18:23 - starting CURRENT tinderbox run for i386/i386 TB --- 2003-06-15 17:18:23 - checking out the source tree TB --- cd /home/des/tinderbox/CURRENT/i386/i386 TB --- /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2003-06-15 17:21:51 - building world TB --- cd

Re: Problems with pcmcia on 5.1-RELEASE

2003-06-15 Thread Matthew N. Dodd
Does anyone have a hint, that will help me get this working? [cut and paste] --- ata-card.c 3 Jun 2003 01:30:55 - 1.13 +++ ata-card.c 15 Jun 2003 18:46:28 - @@ -53,6 +53,8 @@ PCMCIA_CARD(OEM2, IDE, 0), PCMCIA_CARD(PANASONIC, KXLC005, 0), PCMCIA_CARD(TEAC,

[-CURRENT tinderbox] failure on i386/pc98

2003-06-15 Thread Tinderbox
TB --- 2003-06-15 18:33:18 - starting CURRENT tinderbox run for i386/pc98 TB --- 2003-06-15 18:33:18 - checking out the source tree TB --- cd /home/des/tinderbox/CURRENT/i386/pc98 TB --- /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2003-06-15 18:36:07 - building world TB --- cd

Re: misc/53327: Important fix for Latin-american keymap(Latin-amer.kbd)

2003-06-15 Thread Pedro F. Giffuni
Hi guys, Last time I submitted a change to this file it took like a year to get it committed.. any chance this can be committed and MFC really soon? It would make a continent happy :). cheers, Pedro. --- [EMAIL PROTECTED] ha scritto: Thank you very much for your problem report. It has

Re: Problems with pcmcia on 5.1-RELEASE

2003-06-15 Thread Christian Laursen
Matthew N. Dodd [EMAIL PROTECTED] writes: Does anyone have a hint, that will help me get this working? [cut and paste] --- ata-card.c 3 Jun 2003 01:30:55 - 1.13 +++ ata-card.c 15 Jun 2003 18:46:28 - @@ -53,6 +53,8 @@ PCMCIA_CARD(OEM2, IDE, 0),

write access to dos partition hangs system completely

2003-06-15 Thread Andreas Klemm
FreeBSD titan.klemm.apsfilter.org 5.1-RC FreeBSD 5.1-RC #0: Sun Jun 1 14:21:32 CEST 2003 [EMAIL PROTECTED]:/usr/src/sys/i386/compile/TITAN5 i386 When I mount my dos partition read write and copy some data to it it immediately freezes the system. Is this a known problem ? The DOS (/dosc)

Re: Problems with pcmcia on 5.1-RELEASE

2003-06-15 Thread Matthew N. Dodd
On Sun, 15 Jun 2003, Christian Laursen wrote: However, no devices are found on it. ata2: FREECOM PCCARD-IDE at port 0x100-0x10f irq 11 function 0 config 1 on pccard0 vulcan# atacontrol info ata2 Master: no device present Slave: no device present I believe tha master should be

RE: write access to dos partition hangs system completely

2003-06-15 Thread Harald Schmalzbauer
[EMAIL PROTECTED] wrote: FreeBSD titan.klemm.apsfilter.org 5.1-RC FreeBSD 5.1-RC #0: Sun Jun 1 14:21:32 CEST 2003 [EMAIL PROTECTED]:/usr/src/sys/i386/compile/TITAN5 i386 When I mount my dos partition read write and copy some data to it it immediately freezes the system. Is this a known

Re: Problems with pcmcia on 5.1-RELEASE

2003-06-15 Thread Christian Laursen
Matthew N. Dodd [EMAIL PROTECTED] writes: On Sun, 15 Jun 2003, Christian Laursen wrote: However, no devices are found on it. ata2: FREECOM PCCARD-IDE at port 0x100-0x10f irq 11 function 0 config 1 on pccard0 vulcan# atacontrol info ata2 Master: no device present Slave:

[-CURRENT tinderbox] failure on sparc64/sparc64

2003-06-15 Thread Tinderbox
TB --- 2003-06-15 21:07:21 - starting CURRENT tinderbox run for sparc64/sparc64 TB --- 2003-06-15 21:07:21 - checking out the source tree TB --- cd /home/des/tinderbox/CURRENT/sparc64/sparc64 TB --- /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2003-06-15 21:09:31 - building world TB

Re: OK, how about now? PFIL_HOOKS

2003-06-15 Thread Michael Nottebrock
Now that 5.0 has been released, can we please make PFIL_HOOKS the default? 5.1 released, still not committed. How about now? :) -- Michael Nottebrock And the reasons? There are no reasons. ___ [EMAIL PROTECTED] mailing list

Possible EHCI bugs

2003-06-15 Thread Bill Paul
I was recently contacted by an individual at Transmeta who was trying to use FreeBSD current with a board containing an EHCI USB controller and encountered some problems with it. He original intent was to use FreeBSD's USB 2.0 support and the if_axe driver to help debug a problem with said

Re: Possible EHCI bugs

2003-06-15 Thread Bernd Walter
On Sun, Jun 15, 2003 at 03:59:48PM -0700, Bill Paul wrote: I was recently contacted by an individual at Transmeta who was trying to use FreeBSD current with a board containing an EHCI USB controller and encountered some problems with it. He original intent was to use FreeBSD's USB 2.0

Re: reviving rp-pppoe

2003-06-15 Thread Michael Nottebrock
Matthias Andree schrieb: Hi, as a band-aid fix, because 5.1-CURRENT's ppp or netgraph or whatever is spoiled and PPPoE no longer works Isn't this supposed to be fixed by the backouts of the c-standard related changes to bsd.sys.mk? -- Michael Nottebrock

Re: reviving rp-pppoe

2003-06-15 Thread Kris Kennaway
On Mon, Jun 16, 2003 at 01:37:03AM +0200, Michael Nottebrock wrote: Matthias Andree schrieb: Hi, as a band-aid fix, because 5.1-CURRENT's ppp or netgraph or whatever is spoiled and PPPoE no longer works Isn't this supposed to be fixed by the backouts of the c-standard related changes

Re: rc.firewall not executed?

2003-06-15 Thread Kris Kennaway
On Sun, Jun 15, 2003 at 09:36:23AM -0400, Andre Guibert de Bruet wrote: On Sat, 14 Jun 2003, Kris Kennaway wrote: I just noticed that my ipfw rules were not loaded the last time I rebooted. My rc.conf is included below - has something changed recently so that these settings are not

qmail uses 100% cpu after FreeBSD-5.0 to 5.1 upgrade

2003-06-15 Thread Chris Shenton
I've been running qmail for years and like it, installed pretty much per www.LifeWithQmail.org. My main system was running FreeBSD 5.0-RELEASE and -CURRENT and qmail was fine. When I just upgraded to 5.1-CURRENT a couple days back, the qmail-send process started using all CPU. last pid:

sendmail authentication

2003-06-15 Thread Gary K Stinnett Jr
I have been trying to get smtp authentication to work with Sendmail I have looked over and tried many times to install sasl and go through the directions on the following freebsd web page http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/smtp-auth.html When I get to the point of make

Re: Possible EHCI bugs

2003-06-15 Thread Bernd Walter
On Sun, Jun 15, 2003 at 03:59:48PM -0700, Bill Paul wrote: I was recently contacted by an individual at Transmeta who was trying to use FreeBSD current with a board containing an EHCI USB controller and encountered some problems with it. He original intent was to use FreeBSD's USB 2.0

Unable to boot 5.x on a Tyan S1836 Dual 333Mhz

2003-06-15 Thread Rory Arms
I have been unable to boot 5 on this on particular system for several months and I'm at a loss as to what's causing the problem. The problems started right after I updated the BIOS to 1.18.02 from Tyan. Previously I believe it was running 1.16b. Note, that before the BIOS update, the system

Bogus temporary gethostbyaddr_r() in libc for 6 years

2003-06-15 Thread Kris Kennaway
There's a bogus implementation of gethostbyaddr_r() in lib/libc/net/gethostnamadr.c that was committed 6 years and nine months ago: /* * Temporary function (not thread safe) */ int gethostbyaddr_r(const char *addr, int len, int type, struct hostent *result, struct hostent_data *buffer)

Multiple cardbus devices? (RFI)

2003-06-15 Thread Craig Boston
In continuing my quest to make FreeBSD current run flawlessly on my laptop, I'm trying to track down some issues with using multiple cardbus cards (more info on my particular problem and a workaround at the end of this message). I'd like to gather some information from people who have cardbus

Re: sendmail authentication

2003-06-15 Thread Gregory Neil Shapiro
When I get to the point of make sendmail I get the following error At the end of the make process I get CC: /usr/src/lib/libsmutil/libsmutil.a: No such file or directory CC: /usr/src/lib/libsm.a: No such file or directory *** Error code 1 If you haven't done a make

Re: Possible EHCI bugs

2003-06-15 Thread Terry Lambert
Bernd Walter wrote: Note: we are strictly USB1.x at this time. There was a recent PCI attach patch that I thought fixed this? I know it hasn't been integrated yet (for God knows why), but it seemed to fix the problems. -- Terry ___ [EMAIL PROTECTED]

Re: Bogus temporary gethostbyaddr_r() in libc for 6 years

2003-06-15 Thread Terry Lambert
Kris Kennaway wrote: There's a bogus implementation of gethostbyaddr_r() in lib/libc/net/gethostnamadr.c that was committed 6 years and nine months ago: [...] What's the deal here? Despite the fact that this is not prototyped in a header, some ports are detecting this, and -- one assumes --

Re: FTP client dumping core

2003-06-15 Thread Mike Heffner
On 05-Jun-2003 Fred Souza wrote: | Try this patch: | | Yes, it works now, thanks. Will this patch be commited to src, or | should I keep it and apply locally? | | Please try the latest lukemftp import which includes Maxim's patch. Mike -- Mike Heffner [EMAIL PROTECTED]

Re: qmail uses 100% cpu after FreeBSD-5.0 to 5.1 upgrade

2003-06-15 Thread Fred Souza
I've been running qmail for years and like it, installed pretty much per www.LifeWithQmail.org. My main system was running FreeBSD 5.0-RELEASE and -CURRENT and qmail was fine. When I just upgraded to 5.1-CURRENT a couple days back, the qmail-send process started using all CPU. [snip]

Re: Possible EHCI bugs

2003-06-15 Thread John-Mark Gurney
Terry Lambert wrote this message on Sun, Jun 15, 2003 at 19:40 -0700: Bernd Walter wrote: Note: we are strictly USB1.x at this time. There was a recent PCI attach patch that I thought fixed this? Are you talking about the patch to check for multifunction devices? I know it hasn't been

Re: Possible EHCI bugs

2003-06-15 Thread Bernd Walter
On Sun, Jun 15, 2003 at 07:40:21PM -0700, Terry Lambert wrote: Bernd Walter wrote: Note: we are strictly USB1.x at this time. There was a recent PCI attach patch that I thought fixed this? I know it hasn't been integrated yet (for God knows why), but it seemed to fix the problems. The

Re: rc.firewall not executed?

2003-06-15 Thread Andre Guibert de Bruet
On Sun, 15 Jun 2003, Kris Kennaway wrote: On Sun, Jun 15, 2003 at 09:36:23AM -0400, Andre Guibert de Bruet wrote: On Sat, 14 Jun 2003, Kris Kennaway wrote: I just noticed that my ipfw rules were not loaded the last time I rebooted. My rc.conf is included below - has something

Thanks for repairing PPPoE

2003-06-15 Thread P. U. Kruppa
Hi, with tonights cvsup of 5.1-CURRENT my ppp is up and running again. Thanks to who- or whatever did it. Regards, Uli. +---+ |Peter Ulrich Kruppa| | - Wuppertal - | | Germany |

Re: Possible EHCI bugs

2003-06-15 Thread Terry Lambert
John-Mark Gurney wrote: Terry Lambert wrote this message on Sun, Jun 15, 2003 at 19:40 -0700: Bernd Walter wrote: Note: we are strictly USB1.x at this time. There was a recent PCI attach patch that I thought fixed this? Are you talking about the patch to check for multifunction

[-CURRENT tinderbox] failure on alpha/alpha

2003-06-15 Thread Tinderbox
TB --- 2003-06-16 04:00:15 - starting CURRENT tinderbox run for alpha/alpha TB --- 2003-06-16 04:00:15 - checking out the source tree TB --- cd /home/des/tinderbox/CURRENT/alpha/alpha TB --- /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2003-06-16 04:02:35 - building world TB --- cd

Re: Possible EHCI bugs

2003-06-15 Thread John-Mark Gurney
Terry Lambert wrote this message on Sun, Jun 15, 2003 at 22:10 -0700: John-Mark Gurney wrote: Terry Lambert wrote this message on Sun, Jun 15, 2003 at 19:40 -0700: There was a recent PCI attach patch that I thought fixed this? Are you talking about the patch to check for multifunction