Re: LDAP integration

2007-01-09 Thread Daniel O'Connor
On Monday 08 January 2007 11:36, Vulpes Velox wrote: I was just wondering. How many people here have given lots of though about integrating FreeBSD configuration with LDAP. I've just begun looking at it a lot more and was curious as to what other people think in this area. I use OpenLDAP with

Reserving large contiguous block of RAM for device

2007-01-09 Thread Jacques Fourie
Hi, I am in the process of porting a Linux device driver to FreeBSD. In Linux, a large block of RAM (256MB) is reserved by using the 'mem=' and 'memmap=' arguments to the kernel. In the device driver, ioremap() is used to map this memory into kernel virtual memory. In FreeBSD contigmalloc() is

Re: LDAP integration

2007-01-09 Thread Alexander Leidinger
Quoting Vulpes Velox [EMAIL PROTECTED] (from Mon, 8 Jan 2007 18:52:47 -0600): On Sun, 07 Jan 2007 22:02:30 -0800 Doug Barton [EMAIL PROTECTED] wrote: Vulpes Velox wrote: I was just wondering. How many people here have given lots of though about integrating FreeBSD configuration with LDAP.

Re: Slow FreeBSD - Windows performance with inflight enabled

2007-01-09 Thread Mike Jakubik
On Mon, January 8, 2007 2:58 pm, Steven Hartland wrote: I've just been looking at an issue reported by some of our users that downloads from our one of our sites run on FreeBSD 6.1 and Apache 1.3 where strangely slow. After doing some digging around I found that two remote machines on the

Re: iSCSI disconnects dilema

2007-01-09 Thread John Nielsen
On Tuesday 09 January 2007 02:06, Danny Braniss wrote: Hi, While I think I have almost solved the problem of network disconnects, It downed on me a major problem: When a 'local' disk crashes, the kernel will probably hang/panic/crash. if i don't try to recover, then there is no change in the

Re: LDAP integration

2007-01-09 Thread Vitali Malicky
- Original Message - From: Alexander Leidinger [EMAIL PROTECTED] To: Vulpes Velox [EMAIL PROTECTED] Cc: freebsd-hackers@freebsd.org; Doug Barton [EMAIL PROTECTED] Sent: Tuesday, January 09, 2007 10:19 AM Subject: Re: LDAP integration Quoting Vulpes Velox [EMAIL PROTECTED] (from Mon, 8

Re: iSCSI disconnects dilema

2007-01-09 Thread Oliver Fromme
Danny Braniss wrote: While I think I have almost solved the problem of network disconnects, It downed on me a major problem: When a 'local' disk crashes, the kernel will probably hang/panic/crash. if i don't try to recover, then there is no change in the above scenario. if i try to

Re: [patch] - random(6)

2007-01-09 Thread Victor Loureiro Lima
Probly got stripped of the email somehow, somewhere ;) The patch is attached above... att, victor loureiro lima 2007/1/9, Lucas Holt [EMAIL PROTECTED]: Your patch appeared to get stripped from the mailing list. I would like to try your patch in MidnightBSD which is based on FreeBSD 6 if you'd

Re: [patch] - random(6)

2007-01-09 Thread Victor Loureiro Lima
Bummer... here is the patch: http://setuid.promisc.org/random_faster.tar.gz att, victor loureiro lima 2007/1/9, Victor Loureiro Lima [EMAIL PROTECTED]: Probly got stripped of the email somehow, somewhere ;) The patch is attached above... att, victor loureiro lima 2007/1/9, Lucas Holt

Re: iSCSI disconnects dilema

2007-01-09 Thread John Nielsen
Forwarding a relevant comment from a parallel discussion on -questions. -- Forwarded Message -- Subject: Re: iSCSI Date: Tuesday 09 January 2007 11:35 From: Dan Nelson [EMAIL PROTECTED] To: DAve [EMAIL PROTECTED] Cc: Free BSD Questions list freebsd-questions@freebsd.org In the

Re: iSCSI disconnects dilema

2007-01-09 Thread Ivan Voras
John Nielsen wrote: I don't know how graceful the failure case is (perhaps not very)... Not at all - removing a mounted USB device panics the kernel. signature.asc Description: OpenPGP digital signature

Re: LDAP integration

2007-01-09 Thread Doug Barton
Vulpes Velox wrote: On Sun, 07 Jan 2007 22:02:30 -0800 Doug Barton [EMAIL PROTECTED] wrote: Vulpes Velox wrote: I was just wondering. How many people here have given lots of though about integrating FreeBSD configuration with LDAP. I've just begun looking at it a lot more and was curious

Re: LDAP integration

2007-01-09 Thread Vulpes Velox
On Tue, 09 Jan 2007 13:23:29 -0800 Doug Barton [EMAIL PROTECTED] wrote: Vulpes Velox wrote: On Sun, 07 Jan 2007 22:02:30 -0800 Doug Barton [EMAIL PROTECTED] wrote: Vulpes Velox wrote: I was just wondering. How many people here have given lots of though about integrating FreeBSD