Re: pccard ATA support broken in -STABLE

2000-10-30 Thread Poul-Henning Kamp
In message [EMAIL PROTECTED], Soren Schmidt writes: It seems Warner Losh wrote: In message [EMAIL PROTECTED] Soren Schmidt writes: : Are you _sure_ that is the problem, as it has been like that for a : long time in -current, and I'm pretty sure it still worked after : that. Yes. I'm sure

Re: pccard ATA support broken in -STABLE

2000-10-30 Thread Soren Schmidt
It seems Poul-Henning Kamp wrote: The problem is that the altioaddr that the pccard probe sets is wrong, thereby resetting the card and altstat fail. I'll commit a fix as soon as I have it tested some more, but the one phk I have tried over the phone works But let me tell you, ata

ATA ar support broken in -STABLE ?

2000-10-30 Thread Steve Coles
I tried to use the new ar device support in the recently upgraded ATA driver in stable on a Promise FastTrak 100. I suceeded, and got suitable performance on ar0 with the following 2-disk combination only: controller channel #2, UDMA5 master and slave device. The following didn't yield an ar0

Re: HEADS UP! MFC's

2000-10-30 Thread Dag-Erling Smorgrav
[EMAIL PROTECTED] writes: What's an MFC? Please read the FAQ. DES -- Dag-Erling Smorgrav - [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-stable" in the body of the message

Small patch to lpr - comments, review, commit ?

2000-10-30 Thread Steve O'Hara-Smith
Hi, I have found that lpr does not pass the -C parameters to lpd unless burst header pages are being printed. Unfortunately apsfilter (ab)uses the -C parameters for printer mode control. The patch below moves pass through of the -C parameters out of the conditional block. As far

Re: Malloc type lacks magic show-stopper solved

2000-10-30 Thread Roman Shterenzon
On Wed, 25 Oct 2000, Michel Talon wrote: On Wed, Oct 25, 2000 at 07:45:24PM +1300, Juha Saarinen wrote: %- Anything above -O is not recommended. I've had problems with %- optimisation above -O under gcc on Intel (FreeBSD Linux) ever since I %- converted from IBM mainframe to UNIX

Re: Multiple Jail environment(s) on one host ...

2000-10-30 Thread The Hermit Hacker
On Mon, 30 Oct 2000, Marc Silver wrote: Hi there, It's my understanding that the chroot's (jails) should run on different IP addresses to that of your base system. For instance, let's say you have three addresses: 192.168.0.10 192.168.0.11 192.168.0.12 192.168.0.10 would be

Re: Multiple Jail environment(s) on one host ...

2000-10-30 Thread Marc Silver
Are any of the services on the base machine binding to all the IP's perhaps?? You'de be looking at something like this: (netstat -na | grep LIST) tcp4 0 0 192.168.0.10.80*.* LISTEN tcp4 0 0 *.25 *.* LISTEN tcp4 0 0 192.168.0.10.53

nulled output of rc.network

2000-10-30 Thread Sergei Vyshenski
/etc/rc.network script has a line: ${ntpdate_program:-ntpdate} ${ntpdate_flags} /dev/null 21 With output here being sent to null, how can I notice that my favorite ntp server went down, has changed its service policy, its IP etc? Maybe just ${ntpdate_program:-ntpdate} ${ntpdate_flags}

Buildworld fails for perl

2000-10-30 Thread Roland Jesse
A freshly cvsup'd -stable. Doing "make buildworld": ... Cleaning current config before rebuilding Makefile... make -f Makefile.old clean /dev/null 21 || /bin/sh -c true /usr/obj/usr/src/gnu/usr.bin/perl/perl/../miniperl/miniperl "-I/usr/obj/usr/src/gnu/usr.bin/perl/perl/lib"

Re: Buildworld fails for perl

2000-10-30 Thread Chris Faulhaber
On Mon, Oct 30, 2000 at 12:58:52PM +0100, Roland Jesse wrote: A freshly cvsup'd -stable. Doing "make buildworld": ... Cleaning current config before rebuilding Makefile... make -f Makefile.old clean /dev/null 21 || /bin/sh -c true

Re: Reminder: Just 7 days till 4.2 code freeze!

2000-10-30 Thread Roman Shterenzon
On Wed, 25 Oct 2000, Gerhard Sittig wrote: PR 20202 (ipf invoked from rc.network) would be a good candidate for an MFC. I understand quite a number of FreeBSD users have ipf running (either instead of ipfw or even besides it). This patch was committed in -CURRENT on October 6th and I

dsp problems

2000-10-30 Thread j mckitrick
Has any progress been made on the /dev/dsp bug that complains about invalid format when playing .wav files? If not, I plan to file a PR soon. The posted patch did not solve the problem for me. I can send uname, sndstat, and truss info if necessary. I am running 4.1.1 on Toshiba laptop with

Re: Reminder: Just 7 days till 4.2 code freeze!

2000-10-30 Thread Johan Karlsson
Hi The person to bug about this is the ipfilter maintainer Darren Reed '[EMAIL PROTECTED]'. /Johan K At Mon, 30 Oct 2000 14:13:15 +0200, Roman Shterenzon wrote: On Wed, 25 Oct 2000, Gerhard Sittig wrote: PR 20202 (ipf invoked from rc.network) would be a good candidate for an MFC. I

Re: cvs commit: src/sys/dev/twe twe_freebsd.c twe_tables.h tweio.h twe.c twe_compat.h twereg.h twevar.h twe_disk.c

2000-10-30 Thread Mike Tancsa
Hi, I just got a new batch of 3Ware 6200s I plan to deploy for RAID1 systems. I installed the card and 2 Quantums into an existing test system 4.1.1-STABLE FreeBSD 4.1.1-STABLE #1: Mon Oct 30 13:42:15 EST 2000 i.e. post twe commits. At boot up time, I get twe0: AEN: unknown AEN

Dangerously dedicated (was Re: Really odd BTX halted problem booting FreeBSD on VALinux h)

2000-10-30 Thread Bill Moran
John Baldwin wrote: It is kind of semantic. However, on the alpha it is hardly dangerous. Nor do we fake a MBR on the alpha (which is what makes it dangerous). The alpha architecture doesn't use MBR's, but the PC arch does. Thus, having a disklabel on the alpha is normal, having one at

Re: 3Com 920 chipset

2000-10-30 Thread Gerhard Sittig
On Sun, Oct 29, 2000 at 22:44 +, Phil Allsopp wrote: How would I find out if and when the 3Com 3c920 ethernet chipset will be supported by FreeBSD ? It already is. "man xl" doesn't show it (searching for "920" won't find something), but the driver source code if_xl.c (in -CURRENT as

** HEADS UP ** changes to /usr/lib/crt*.o

2000-10-30 Thread David O'Brien
I'm about to MFC this. Again, please run as many old apps as you can to see if this causes any problems. - Forwarded message from David O'Brien [EMAIL PROTECTED] - I am switching us from using or native crt{begin,end}.c to GCC's crtstuff.c in the building of /usr/lib/crt{begin,end}.o.

Re: Small patch to lpr - comments, review, commit ?

2000-10-30 Thread Garance A Drosihn
At 12:33 PM + 10/30/00, Steve O'Hara-Smith wrote: I have found that lpr does not pass the -C parameters to lpd unless burst header pages are being printed. Unfortunately apsfilter (ab)uses the -C parameters for printer mode control. The patch below moves pass through of the -C

Software loadbalancing (1 front-end, 2 backends)

2000-10-30 Thread Rick Jansen
What utility would you recommend for software-loadbalancing between 3 unix boxes? Right now i'm trying to build Eddie, but i haven't got it to compile yet. I'd like to see if there are any other utilities available. Here's the situation: A / \ B C A is the front-end,

Re: Small patch to lpr - comments, review, commit ?

2000-10-30 Thread Garance A Drosihn
At 3:38 PM -0500 10/30/00, Garance A Drosihn wrote: In fact, I'm inclined to say both the 'C' and 'P' lines should be moved out of that conditional block. The only thing that really triggers a header sheet is the 'L' line, and there are other processes which might want that 'P' line to be there

xconsole (XF86 3.3.6) dumps core with des root password

2000-10-30 Thread Patrick M. Hausen
Hi all! I just found out that you can set :passwd_format=des: in /etc/login.conf to force passwords to be DES encrypted. (needed for interoperability here) Result: when wdm tries to start xconsole, xconsole dumps core right after reading the contents of spwd.db, whenever root's

Re: Is it late already? (-pthread)

2000-10-30 Thread Jordan Hubbard
The pthreads in RELENG_4 are quite broken (I mean, very-very broken). Daniel M. Eischen [EMAIL PROTECTED] has produced some patches which are in -current for some time now, and were tested by me in -stable. They were found to work great for all things I've tested it on. It works *better*

no switching to standard time

2000-10-30 Thread Sergei Vyshenski
Here in Moscow, Russia, I expected the system clock back to standard time during the night of Oct 29, exactly as European tradition suggests. This did not happened by itself (the output of "date" was 1 hour ahead of new local time at noon of Oct 29.). Had to run ntpdate by hand to bring it 1

Re: cvs commit: src/sys/dev/twe twe_freebsd.c twe_tables.h tweio.h twe.c twe_compat.h twereg.h twevar.h twe_disk.c

2000-10-30 Thread Mike Smith
Hi, I just got a new batch of 3Ware 6200s I plan to deploy for RAID1 systems. I installed the card and 2 Quantums into an existing test system 4.1.1-STABLE FreeBSD 4.1.1-STABLE #1: Mon Oct 30 13:42:15 EST 2000 i.e. post twe commits. At boot up time, I get twe0: AEN:

Re: Software loadbalancing (1 front-end, 2 backends)

2000-10-30 Thread Bap
Take a look at mod_backhand for apache (www.backhand.org) [Charset iso-8859-1 unsupported, filtering to ASCII...] What utility would you recommend for software-loadbalancing between 3 unix boxes? Right now i'm trying to build Eddie, but i haven't got it to compile yet. I'd like to see if

Re: Really odd BTX halted problem booting FreeBSD on VALinux h

2000-10-30 Thread Siegbert Baude
I have recently created a disklabel on a slice of an ata disk with disklabel. Of course i had to create an entry in /etc/disktab to do that, but encountered no other problem. Last time I had to do that, I used dd to copy the first couple of blocks from a working disk onto the new one,

Re: Really odd BTX halted problem booting FreeBSD on VALinuxhardware

2000-10-30 Thread Fred Clift
I've messed with these a lot and I'm pretty sure that the bios is trying to be 'compatible' with the geometry information it finds on the disk, Theoretically, if you set up a disk with one brand X disk controller, you'll get a different fake CHS mapping than you would with a brand Y controller.