Re: [jhb@FreeBSD.org: RE: Panic in -current]

2000-12-05 Thread Dag-Erling Smorgrav
Andrea Campi [EMAIL PROTECTED] writes: Ok, I will try each one. At the moment, I'm using logo_saver. I will let you know. Take a long hard look at vesa_set_mode() and vesa_set_origin() in sys/i386/isa/vesa.c. If the panic occurs while the console is still in text mode, the bug is in

Re: [jhb@FreeBSD.org: RE: Panic in -current]

2000-12-05 Thread Kazutaka YOKOTA
Andrea Campi [EMAIL PROTECTED] writes: Ok, I will try each one. At the moment, I'm using logo_saver. I will let you know. Take a long hard look at vesa_set_mode() and vesa_set_origin() in sys/i386/isa/vesa.c. If the panic occurs while the console is still in text mode, the bug is in

Re: Lucent Orinoco Gold PCCard?

2000-12-05 Thread Wes Peters
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. It has 40-bit

Welcome

2000-12-05 Thread artofspiritreturns
NEWSLETTER * Home Come and Get a Free Painting www.artofspirit.net Welcome to Art of Spirit Art Of Spirit was started by Elizabeth O'Neill. She was born and raised in Cleveland, Ohio and studied at two colleges, The Cleveland Art Institute, and Illinois University. Elizabeth O'Neill also

Re: Lucent Orinoco Gold PCCard?

2000-12-05 Thread Doug Ambrisko
Wes Peters writes: | 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

last changes in sys/kern/sysv_*.c in CURRENT and Squid 2.4

2000-12-05 Thread Valentin Chopov
Hi, I have a problem with running server aplication which using message queues and shared memory - Squid 2.4 I'm giving short output of gdb. Thanks, Val (gdb) run -N Starting program: /usr/home/valentin/squid/squid-2.4-20001205/src/squid -N Program received signal SIGSYS, Bad system

Re: Lucent Orinoco Gold PCCard?

2000-12-05 Thread Warner Losh
In message [EMAIL PROTECTED] Doug Ambrisko writes: : Well this is what I'm doing with the Aironet stuff. I have a script : to flip between modes until it sync's up. I bought the PCMCIA ISA : adapter for $25 from a local surplus place. Does this mean that the an driver can operate in "base

Re: How to debug ppp

2000-12-05 Thread Leif Neland
It still doesn't work sometimes. I have a complete log (From dialing to hangup) at http://www.neland.dk/arnold.log My ppp.conf is at http://www.neland.dk/arnold.conf Dec 5 22:28:28 arnold ppp[55986]: tun0: LCP: MRU[4] 1500 Dec 5 22:28:28 arnold ppp[55986]: tun0: LCP: AUTHPROTO[4] 0xc023

Re: last changes in sys/kern/sysv_*.c in CURRENT and Squid 2.4

2000-12-05 Thread Alfred Perlstein
* Valentin Chopov [EMAIL PROTECTED] [001205 13:37] wrote: Hi, I have a problem with running server aplication which using message queues and shared memory - Squid 2.4 I'm giving short output of gdb. Thanks, Val (gdb) run -N Starting program:

Re: Lucent Orinoco Gold PCCard?

2000-12-05 Thread Doug Ambrisko
Warner Losh writes: | In message [EMAIL PROTECTED] Doug Ambrisko writes: | : Well this is what I'm doing with the Aironet stuff. I have a script | : to flip between modes until it sync's up. I bought the PCMCIA ISA | : adapter for $25 from a local surplus place. | | Does this mean that the an

Re: How to debug ppp

2000-12-05 Thread Brian Somers
What happens if you ``disable acfcomp protocomp'' and ``deny acfcomp protocomp'' in your config ? This should be negotiable with isdn but perhaps our requesting it is upsetting the peer ? It still doesn't work sometimes. I have a complete log (From dialing to hangup) at

Re: How to debug ppp

2000-12-05 Thread Leif Neland
Didn't help: Dec 6 00:21:23 arnold ppp[56941]: tun0: Phase: bundle: Dead Dec 6 00:21:24 arnold ppp[56941]: tun0: Phase: bundle: Establish Dec 6 00:21:24 arnold ppp[56941]: tun0: Phase: 1: closed - opening Dec 6 00:21:24 arnold ppp[56941]: tun0: TCP/IP: OUT ICMP: 192.168.0.1:8 ---

Re: Problems in making world

2000-12-05 Thread David O'Brien
On Tue, Dec 05, 2000 at 11:06:12AM +0300, Hostas Red wrote: I have a following problem in making world for some time already: ... Any suggestions? rm -rf /usr/obj/* cd /usr/src make cleandir update your /usr/src and try again To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe

Re: How to debug ppp

2000-12-05 Thread Brian Somers
I think you're probably stuck with either trying to convince your provider that their ppp implementation is wrong (it's ignoring ppp's rejects) or maybe trying to get the logs from a working ppp implementation that can connect to them. If you can get the logs, please send them to me and I'll

this just in: kernel broken

2000-12-05 Thread Wesley Morgan
Source from latest cvs. World builds A-OK, kernel bombs, looks like it needs to include sys/lock.h: cc -c -O -pipe -mpentiumpro -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -g -nostdinc -I- -I.

RE: this just in: kernel broken

2000-12-05 Thread John Baldwin
On 06-Dec-00 Wesley Morgan wrote: Source from latest cvs. World builds A-OK, kernel bombs, looks like it needs to include sys/lock.h: Doh, I forgot to do this, my bad. -- John Baldwin [EMAIL PROTECTED] -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john/pgpkey.asc "Power

Make World Time Format

2000-12-05 Thread Thomas D. Dean
Is it possible to go back to the old style of reporting world time in Makefile? I have been collecting make time stats. This is where the last 3 lines of the output are: -- elf make world started on Thu Aug 31 09:47:50 PDT 2000 elf

Re: Make World Time Format

2000-12-05 Thread David O'Brien
On Tue, Dec 05, 2000 at 07:02:35PM -0800, Thomas D. Dean wrote: Is it possible to go back to the old style of reporting world time in Makefile? I have been collecting make time stats. I added it back, but in a way I think will not be objectionable for the reason it was removed. To

Search Engine Optimization Kit-2001 24123

2000-12-05 Thread tom
Get Top 10 Positions With The Search Engine Optimization Kit-2001 No hype ... no gimmicks ... just the facts ... and only $59! Hello Friend, We created the Search Engine Optimization Kit-2001 to achieve high positions in search engines. This unique Kit includes: Detailed information

Re: Make World Time Format

2000-12-05 Thread Jordan Hubbard
Thanks, good compromise. On Tue, Dec 05, 2000 at 07:02:35PM -0800, Thomas D. Dean wrote: Is it possible to go back to the old style of reporting world time in Makefile? I have been collecting make time stats. I added it back, but in a way I think will not be objectionable for the

Re: wall/rwall cleanups

2000-12-05 Thread kris
On Tue, Nov 28, 2000 at 02:57:45PM -0700, Warner Losh wrote: In message [EMAIL PROTECTED] Kris Kennaway writes: : Please review. This syncs up our code with some NetBSD changes, as well : as attempting to sync rwall up with wall. You might also want to bruing in the openBSD changes for wall