Proper location for certs (Now that openssl is in the base system)

2000-03-24 Thread Barry Lustig
User added certificates used to go in /usr/local/openssl/certs when openssl was a port. What is the correct location for certs now? barry To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: Lucent Orinoco Gold PCCard?

2000-12-04 Thread Barry Lustig
On Mon, 04 Dec 2000, Warner Losh wrote: In message [EMAIL PROTECTED] Wes Peters writes: Dell is selling a Lucent-OEMed card for $139. I don't know if it is a Silver or Gold, though. http://www.comready.com/dlindwwirlan.html is selling what appears to be a lucentOEM'd card for $119.

Memory Issue on a Sony Vaio Z505LE

2001-05-16 Thread Barry Lustig
I was curious whether the memory limitation on the Sony VAIO Z505 machines was a hardware limitation. I just tried adding a 256MB module to my machine. The BIOS seem to mostly recognize it. It did see 320MB of RAM, but had problems when testing all of it. FreeBSD current boots but gives me:

Boot time memory issue

2001-05-20 Thread Barry Lustig
I was curious whether the memory limitation on the Sony VAIO Z505 machines was an actual hardware limitation or a marketing issue. I just tried adding a 256MB module to my machine. The BIOS seemed to mostly recognize it. It did see 320MB of RAM, but had problems when testing all of it. Current

Re: Boot time memory issue

2001-05-26 Thread Barry Lustig
Valentin Nechayev wrote: Sun, May 20, 2001 at 19:53:29, barry (Barry Lustig) wrote about Boot time memory issue: Do verbose boot (`boot -v') with large SC_HISTORY_SIZE (1000 at least, 2000 at most), and after boot check for SMAP ... lines at the very beginning of the kernel boot log

Re: Boot time memory issue

2001-05-26 Thread Barry Lustig
Mike Smith wrote: Here are the SMAP lines: SMAP type=01 base= len= 0009f800 SMAP type=02 base= 0009f800 len= 0800 SMAP type=02 base= 000e8400 len= 00017c00 SMAP type=01 base= 0010 len= 13ef SMAP

lock panic July 27th current

2001-07-29 Thread Barry Lustig
This occurred when running vmware while simultaneously compiling koffice over an NFS link. I've got dumpdev set now, so I'll get a core on the next crash. barry fxp0: promiscuous mode enabled vmnet1: promiscuous mode enabled lock order reversal 1st 0xc19e8700 pcm0:3:play @

Re: Possible IPv6-related problem

2000-01-16 Thread Barry Lustig
Can you try the following patch to qmail: --- ipme.c.~1~ Mon Jun 15 06:53:16 1998 +++ ipme.c Sat Nov 20 18:21:26 1999 @@ -48,7 +48,7 @@ if ((s = socket(AF_INET,SOCK_STREAM,0)) == -1) return -1; - len = 256; + len = 1024; for (;;) { if (!stralloc_ready(buf,len)) { close(s);