Re: Passwd troubles with OpenLDAP on FreeBSD 5/6

2006-10-06 Thread Juergen Dankoweit
Hello again, the problem is solved. It was a wrong entry in /etc/pam.d/passwd: remove the line with pam_unix.so change the pam_ldap.so line from sufficient to required Now it works Best regards Juergen Dankoweit -- This e-mail was scanned with a private, non-commercial version of AntiVir Mai

Passwd troubles with OpenLDAP on FreeBSD 5/6

2006-10-06 Thread Juergen Dankoweit
Hello to the list. Since two weeks I try to find out what's going on in my LDAP installation (I've looked/postet in forums and the whole internet, nobody didn't know anything). Changing the password with passwd (I have modified passwd.c to work with LDAP, see attachment) throws out the following

Re: ipv6 and magically vanishing routes via gif0

2006-10-06 Thread Stefan `Sec` Zehl
Hi, On Sun, Oct 01, 2006 at 12:33 +0900, Motoyuki Konno wrote: > I had the same problem on my FreeBSD 6-STABLE box. > Fix was already committed to -current (src/sys/netinet6/nd6.c > rev 1.69), but not yet to 6-STABLE. Thanks for your reply. > Try src/sys/netinet6/nd6.c rev 1.48.2.13 (older versi

Re: D-Link DGE-530T

2006-10-06 Thread Eygene Ryabinkin
Tim, > Upon reboot, dmesg gives me this: > skc0: port 0xdc00-0xdcff mem > 0xdefec000-0xdefe irq 11 at device 9.0 on pci0 > skc0: unknown media type: 0x31 > device_attach: skc0 attach returned 6 Seems like the same problem as mentioned in the http://lists.freebsd.org/pipermail/freebsd-stable/

Much improved sendfile(2), sosend_* and soreceive_stream() functions

2006-10-06 Thread Andre Oppermann
), sosend_*() and soreceive_stream() functions. In general the send path is improved by between 2.8 and 5.7 times. The patch is available here: http://people.freebsd.org/~andre/sendfile+sosend+soreceive-20061006.diff Any testing and heavy (code) beating and reviews welcome. -- Andre

Re: D-Link DGE-530T

2006-10-06 Thread Tim Allender
Eygene Ryabinkin wrote: I'm eyeing these lines from dmesg suspiciously: pci0: at device 8.0 (no driver attached) pci0: at device 9.0 (no driver attached) The last one is your NIC. I'm posting the entire results you requested below. <...cleared all but relevant lines...> # u

Query on SPIN Mutex in FreeBSD.

2006-10-06 Thread sivakumar.subramani
Hi, I have a query regarding the mutex lock in network driver, When I was browsing all network drivers in FreeBSD, I found none of the drivers are using MTX_SPIN, instead all of them are using MTX_DEF. When I read the man page of the mutex, it is mentioned that we need to use MTX_SPIN in pri

Re: 88E8053 Yukon2 PCI-E GbE - any plans to port msk() driver from OpenBSD?

2006-10-06 Thread Artem Belevich
Andrey, thanks for the pointer. Pyun, Thanks a lot for the driver. Considering that question about support for Yukon2 based cards was popping up on this list for more than a year, I'm pretty sure I'm not the only one who appreciates your work. BTW, your driver seems to be largely based on Marve