Re: 5.0-RC2 informal PR: 90 sec sendmail delay

2003-01-01 Thread sthaug
> > If there are problems, the authors would like to hear > > about it directly, instead of reading it in some mailing > > list by accident... > > It's an editorial complaint. I don't like the breaking the > program into seperate programs by function. IMO, DJB is wrong, > and this does nothing t

Re: rshd and/or pan_setenv() broken

2003-01-01 Thread Bruce Evans
On Wed, 1 Jan 2003, [ISO-8859-1] Mikko Työläjärvi wrote: > See . Thanks. I vaguely remembered a bug report about pam_*env() but not one about rshd. Bruce To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in

Re: 5.0-RC2 informal PR: X hangups using radeon driver

2003-01-01 Thread Eric Anholt
On Wed, 2003-01-01 at 12:14, Gary W. Swearingen wrote: > I downloaded a 5.0-RC2 ISO, checked the MD5 against a different mirror's > MD5, burned a CD, diff'ed the CD against the ISO, and installed the OS. > My first try using the full-GUI X installer failed gracefully (I forget > the details). The

Crossbuilding -current from -stable fails in boot2

2003-01-01 Thread Richard Perini
When crossbuilding -current on a -stable machine, sys/boot/i386/boot2 fails during a make buildworld, the culprit appears to be cpp on 4-stable not grokking some of the CFLAGS arguments while cpp'ing boot1.s. A patch to fix the Makefile is below, not sure if its the desired way to fix? If i

Re: 5.0-RC2 informal PR: 90 sec sendmail delay

2003-01-01 Thread Terry Lambert
Claus Assmann wrote: > On Wed, Jan 01, 2003, Terry Lambert wrote: > > I'm not too happy about some of the changes to Sendmail recently, > > Which? And why? > > If there are problems, the authors would like to hear > about it directly, instead of reading it in some mailing > list by accident... I

Re: rshd and/or pan_setenv() broken

2003-01-01 Thread Mikko Työläjärvi
See . $.02, /Mikko On Thu, 2 Jan 2003, Bruce Evans wrote: > rshd now gets killed by signal 11 in pam_putenv() when > pam_setenv("HOME", ...) is called for "rsh localhost ls". > The registers for pamh->env and i are both 0 in free(pam

rshd and/or pan_setenv() broken

2003-01-01 Thread Bruce Evans
rshd now gets killed by signal 11 in pam_putenv() when pam_setenv("HOME", ...) is called for "rsh localhost ls". The registers for pamh->env and i are both 0 in free(pamh->env[i]), although this can't happen since pamh->env[0] must have been accessed in openpam_findenv() to get to the free(). "rsh

sound debugging

2003-01-01 Thread David Yeske
So right now there is no clean way to debug sound in FreeBSD. I modified my system running current so that I now have a PCM_DEBUG option. I set up oid's in the same way that many usb drivers do with DPRINTF / DPRINTFN. So I now have hw.snd.drivername.debug oid's. Is the method used for usb debu

Vaio ACPI and PCCARD problems

2003-01-01 Thread Pete Carah
This is a Vaio R505ES. Looks as if acpi is both totally necessary and doesn't work right. In my last 2 compiles (since about 12/20) I get a lock-order-reversal panic during boot, after init starts. "continue" in ddb makes things appear to work right. If this was fixed since 12/23 I apologize fo

Matt Dillon E-Mail mode for fmt(1)...

2003-01-01 Thread Juli Mallett
Well, I know that after the recentish trolls and the regular mails from Matt, I'm not the only one jealous of his email formatting. Rather than continue to tell people to use fmt piped to sed(1) to achieve the desired result, I added the appropriate behaviou

Re: 5.0-RC2 informal PR: X hangups using radeon driver

2003-01-01 Thread Nick H. -- Technical Support Engineer
Hello, You may wish to run xfree86cfg again and step through the setup. When it asks you for a video card, select any ATI card (we'll change this later) and continue on through the setup of X. Once you have the config saved, go into the config and change the driver from "ati" to "radeon" and tha

Re: 5.0-RC2 informal PR: 90 sec sendmail delay

2003-01-01 Thread Claus Assmann
On Wed, Jan 01, 2003, Terry Lambert wrote: > I'm not too happy about some of the changes to Sendmail recently, Which? And why? If there are problems, the authors would like to hear about it directly, instead of reading it in some mailing list by accident... > but I understand, from a marketing

5.0 : ISA SB16 with ACPI does not work

2003-01-01 Thread Vladimir
Hi, All ! I'm run RELENG_5_0 from 28.12.2002 and ISA SoundBlaster 16 sound card does not work when acpi.ko turned on. When ACPI dis

Re: 5.0-RC2 informal PR: 90 sec sendmail delay

2003-01-01 Thread Terry Lambert
"Gary W. Swearingen" wrote: > > I've got sendmail configured exactly the same (AFAIK) as my working 4.7 > system, with rc.conf having sendmail_enable="NO" (only) just to allow > me to send mail via my ISP using the "smart host" feature. Set HoldExpensive, and make sure the SMTP mailer is marked a

5.0-RC2 informal PR: 90 sec sendmail delay

2003-01-01 Thread Gary W. Swearingen
I've got sendmail configured exactly the same (AFAIK) as my working 4.7 system, with rc.conf having sendmail_enable="NO" (only) just to allow me to send mail via my ISP using the "smart host" feature. My PROBLEM: Using either "gnus" or "mail", sent messages sit in /var/spool/clientmqueue for about

5.0-RC2 informal PR: X hangups using radeon driver

2003-01-01 Thread Gary W. Swearingen
I downloaded a 5.0-RC2 ISO, checked the MD5 against a different mirror's MD5, burned a CD, diff'ed the CD against the ISO, and installed the OS. My first try using the full-GUI X installer failed gracefully (I forget the details). The other two X installers didn't offer to support my video card, s

Firewire: fwohci0: cannot read phy

2003-01-01 Thread Martin Blapp
Hi all, Does anyone know why my firewire kld does not attach successfully ? Could this be related to the same problem I had with the sis900 nic ? Eeprom is shared between Firewire and NIC. fwohci0: vendor=1039, dev=7007 fwohci0: <1394 Open Host Controller Interface> mem 0xec00-0xec000fff irq

Re: alpha tinderbox failure

2003-01-01 Thread Matthew Jacob
I already know this- I just hadn't checked it in a change because I was trying to get one of my alphas current. Sam Leffler brought it to my attention the other day. This is for LINT, btw. Also- is casting to 'long' for bus_addr_t and bus_size_t the best idea? Shouldn't it be cast to the maximum

Multicast Routing

2003-01-01 Thread Nick H. -- Technical Support Engineer
Anyone have any good how-to's on how to setup a FreeBSD box to do multicast routing? Im wanting to setup a FreeBSD gateway that will have a Cable modem and a DSL modem connected to it. Any traffic on certain ports I want to go through (out) one interface (dc0) and the rest to go through the other

Re: PXE Installation of RC2

2003-01-01 Thread Brooks Davis
On Wed, Jan 01, 2003 at 05:47:42PM +0100, Sven Hazejager wrote: > Hi all, > > I'm trying to get FreeBSD 5.0-RC2 installed on a Thinkpad X21 laptop > without floppy or cd-rom drive. I'm booting the installation from PXE. > Note that this procedure works with 4.7, but I haven't found any > specific

RE: SIS 962 chipset, problems ...

2003-01-01 Thread Martin Blapp
Good year everybody Luigi, I converted your patch to CURRENT, there were only minor changes to do and it seems to work ! sis0: port 0x2000-0x20ff mem 0xec005000-0xec005fff irq 1$ at device 4.0 on pci0 sis0: Ethernet address: 00:00:e2:94:66:99 miibus0: on sis0 ukphy0: on miibus0 ukphy0: 10bas

Broadcom BCM5703X Gigabit Ethernet patch

2003-01-01 Thread George J.V. Cox
On 24/12 14:20, George J.V. Cox wrote: > I have a Dell 1655MC blade server. It's a chassis of 6 PCs in a 3U > case. Each blade has two Broadcom BCM5703 interfaces. Unfortunately, > its behaviour is rather non-deterministic. Each blade has 2 BCM5703X chips. At least that's what it says on the chip

Re: Panic during ata_resume (sound)

2003-01-01 Thread Gavin Atkinson
On Wed, 1 Jan 2003, cameron grant wrote: > > _mtx_lock_flags() at _mtx_lock_flags+0x43 > > mixer_reinit() > > ds_ps_resume() > > bus_generic_resume() [snip] > > it would be helpful to have more information- dmesg, pcm static/preloaded > kld/postboot kld, and if postboot, what else was the machine

PXE Installation of RC2

2003-01-01 Thread Sven Hazejager
Hi all, I'm trying to get FreeBSD 5.0-RC2 installed on a Thinkpad X21 laptop without floppy or cd-rom drive. I'm booting the installation from PXE. Note that this procedure works with 4.7, but I haven't found any specific documentation for a PXE install of 5.0. On the server: tftpd: /tftpboot co

Re: Panic during ata_resume (sound)

2003-01-01 Thread cameron grant
_mtx_lock_flags() at _mtx_lock_flags+0x43 mixer_reinit() at ds_ps_resume() bus_generic_resume() bus_generic_resume() bus_generic_resume() bus_generic_resume() bus_generic_resume() apm_resume() apm_processevent() apm_do_suspend() apm_timeout() softclock() ithread_loop() fork_exit() fork_trampoline()

Re: alpha tinderbox failure

2003-01-01 Thread Mike Barcroft
Dag-Erling Smorgrav <[EMAIL PROTECTED]> writes: > ===> vinum > "Makefile", line 4453: warning: duplicate script for target "geom_bsd.o" ignored > cc1: warnings being treated as errors > /h/des/src/sys/dev/isp/isp_pci.c: In function `tdma_mkfc': > /h/des/src/sys/dev/isp/isp_pci.c:1543: warning: unsi

5.0-RC2 installation problem? report

2003-01-01 Thread Paulius Bulotas
Hello list, today I tried to install from 5.0-RC2 cd to my 4-STABLE partition (at first deleting it). I was unable to create UFS2 fs from disklabel, because when adding Newfs flags or custom newfs -O 2, the newfs failed with some error (had to do it manually from fixit). Then, after selecting Mini

Re: Panic during ata_resume (sound)

2003-01-01 Thread Soeren Schmidt
It seems Gavin Atkinson wrote: This looks like a problem in the sound system, as the ATA driver prints the last 'done' line it has finished its resume code, and the trace points at the mixer_reinit func... That the ATA driver then locks in the dump code can have lots of reasons, difficult to tell

Panic during ata_resume (sound)

2003-01-01 Thread Gavin Atkinson
Another panic. Kernel from 19th Dec. Laptop suspended itself (for no reason), and upon resume got this: (again, laptop could not manage to do the dump, so this is hand transcribed) wakeup from sleeping state (slept 00:02:53) ata0: resetting devices .. done ata1: resetting devices .. done Fatal t

Re: Slightly OT: Reasons to upgrade?

2003-01-01 Thread Giorgos Keramidas
On 2002-12-31 09:40, Joe Laughlin <[EMAIL PROTECTED]> wrote: > Currently, I'm running STABLE on my machine, which serves as both a > desktop and a server. It seems to work great and everything. Does > everything I need it to do. > > Is there any compelling reason for me to upgrade to 5.0 next yea