3dfx device driver

2000-06-06 Thread Coleman Kane
Hi, I am just updating about the driver. I mad a few significant changes that are up at http://pohl.ececs.uc.edu/~cokane now. -- Coleman Kane President, UC Free O.S. Users Group - http://pohl.ececs.uc.edu PGP signature

What happens with SECURELVL? (init complains)

2000-06-06 Thread Andrey A. Chernov
Now init always complains: init: cannot get kernel security level: No such file or directory It is because KERN_SECURELVL define still present in /sys/sysctl.h but gone from kern_mib.c Moreover, even define is gone from kern_mib.c, sysctl_kern_securelvl() function is still there! Please clean

Re: Unknown Devices

2000-06-06 Thread Jun Kuriyama
At 2 Jun 2000 21:09:16 GMT, John Hengstler [EMAIL PROTECTED] wrote: pci0: unknown card (vendor=0x11c1, dev=0x0441) at 9.0 irq 9 http://www.yourvote.com/pci/pciread.asp?venid=0x11c1 says that chip is ATT Microelectronics' WinModem. This is not yet supported by FreeBSD. -- Jun Kuriyama [EMAIL

Re: Unknown Devices

2000-06-06 Thread Steve O'Hara-Smith
On 05-Jun-00 John Hengstler wrote: I don't know that what the actual modem is inside. The system is a Compaq Presario 1200. I rather think that means Lucent windows only modem. It does in my 1690. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current"

Re: Shared memory changes in current?

2000-06-06 Thread Maxim Sobolev
Alexander Sanda wrote: Anyone aware of them? After building a complete kernel + world with a very recent -current (Saturday morning, european time) I now get lots of shared memory errors in gnome (most coming from gdk and imlib, some from Xfree 4 aswell). I recompiled parts of gnome (gtk+,

ls

2000-06-06 Thread Andrey A. Chernov
FYI: It seems that color support in 'ls' is clean now. I have no ideas or bug reports to fix it more. -- Andrey A. Chernov [EMAIL PROTECTED] http://ache.pp.ru/ To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: ls

2000-06-06 Thread Andrey A. Chernov
On Tue, Jun 06, 2000 at 05:07:59PM +0300, Maxim Sobolev wrote: There is colorls-related PR 18616 (http://www.FreeBSD.org/cgi/query-pr.cgi?pr=18616). Please take a look at it and close if it is mandatory or merge if not. Our system color-'ls' already don't have this bug. Know nothing about

Re: ls

2000-06-06 Thread Maxim Sobolev
"Andrey A. Chernov" wrote: On Tue, Jun 06, 2000 at 05:07:59PM +0300, Maxim Sobolev wrote: There is colorls-related PR 18616 (http://www.FreeBSD.org/cgi/query-pr.cgi?pr=18616). Please take a look at it and close if it is mandatory or merge if not. Our system color-'ls' already don't have

Re: FrontPage Extensions

2000-06-06 Thread Phil Regnauld
[reply to an old mail found in archives] Terry Lambert writes: For what it's worth, the FP security issues are very well documented by ReadyToRun Software's site (these are the folks who do the UNIX ports for Microsoft). They also keep both BSDI 2.1 and 3.0 binaries available, and

SMP + APM = panic - fixed!

2000-06-06 Thread Mitsuru IWASAKI
Hi, We're having this problem for long time (from the old 4.0-CURRENT days), but Mr. SUMITANI discovered a bug and fixed it. The problem was that we got worng gdt pointer for the current cpu, then panic... The followings is a patch to fix the problem. Thanks a lot, SUMITANI-san! Please test

Re: SMP + APM = panic - fixed!

2000-06-06 Thread Jonathan Lemon
On Wed, Jun 07, 2000 at 02:06:15AM +0900, Mitsuru IWASAKI wrote: We're having this problem for long time (from the old 4.0-CURRENT days), but Mr. SUMITANI discovered a bug and fixed it. The problem was that we got worng gdt pointer for the current cpu, then panic... The followings is a

Re: SMP + APM = panic - fixed!

2000-06-06 Thread Mitsuru IWASAKI
Please test this and I'll commit MFC this if we have no problem with this fix. I don't have an SMP + APM system around at the moment, but the fix does look correct to me, go ahead and commit it. Thanks for tracking this down! Thank you for reviewing this. I'm going to comit tomorrow

Check for ports updates

2000-06-06 Thread Thomas Schuerger
Hi! Is there already a tool that checks the installed ports for available updates in /usr/ports? I've written such a tool, which seems to work fine already. Anyone interested? Ciao, Thomas Schürger. http://www.menden.org To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe

Re: Check for ports updates

2000-06-06 Thread Will Andrews
On Tue, Jun 06, 2000 at 09:27:16PM +0200, Thomas Schuerger wrote: Is there already a tool that checks the installed ports for available updates in /usr/ports? I've written such a tool, which seems to work fine already. Anyone interested? pkg_version(1) -- Will Andrews [EMAIL PROTECTED]

Re: Check for ports updates

2000-06-06 Thread Thomas Schuerger
Is there already a tool that checks the installed ports for available updates in /usr/ports? I've written such a tool, which seems to work fine already. Anyone interested? pkg_version(1) Ah, haven't seen that before. The output of pkg_version is very canonical, but not very

Mesa segfaults

2000-06-06 Thread Thomas Schuerger
Hi! I'm having problems with Mesa 3.2. Some OpenGL programs don't work at all (they quit with a segmentation fault on initialization), some other programs work a short time and then crash the same way. I installed 4.0-Release some days ago (I had 4.0-Current before that), but that didn't solve

problem creating new kernels with 20000604 snap

2000-06-06 Thread Luigi Rizzo
hi, i am a bit in trouble with a june 4th snap of -current. I have successfully installed it, and even compiled and installed a kernel using the GENERIC config. However when i try to remove devices from there, with high probability i end up in a panic while booting, generally in loader_preload()

Re: Check for ports updates

2000-06-06 Thread Bruce A. Mah
If memory serves me right, Thomas Schuerger wrote: Is there already a tool that checks the installed ports for available updates in /usr/ports? I've written such a tool, which seems to work fine already. Anyone interested? pkg_version(1) Ah, haven't seen that before. The

Re: problem creating new kernels with 20000604 snap

2000-06-06 Thread Wilko Bulte
On Tue, Jun 06, 2000 at 11:46:41PM +0200, Luigi Rizzo wrote: hi, i am a bit in trouble with a june 4th snap of -current. I have successfully installed it, and even compiled and installed a kernel using the GENERIC config. However when i try to remove devices from there, with high

Re: not making a splash

2000-06-06 Thread Kazutaka YOKOTA
I've tried to get a splash screen with two different 320x200x256 bitmaps now, and all I get is a blank screen. Is there something else I'm missing? Would you type 'boot -v' at the boot loader prompt and send me /var/run/dmesg.boot? I also like to see the output from 'vidcontrol -i mode' and

vmware

2000-06-06 Thread Chuck Robey
I fianlly have vmware2 working on my current box, but I have noticed a couple things in my log, and I wanted to ask about them. Here's a little bit at the end: sio1: 3 more silo overflows (total 1268) /dev/vmmon: Vmx86_DestroyVM: unlocked pages: 359971, unlocked dirty pages: 217740 I guess

Re: FrontPage Extensions

2000-06-06 Thread Scot W. Hetzel
From: "Phil Regnauld" [EMAIL PROTECTED] Terry Lambert writes: For what it's worth, the FP security issues are very well documented by ReadyToRun Software's site (these are the folks who do the UNIX ports for Microsoft). They also keep both BSDI 2.1 and 3.0 binaries available, and they

Re: SMP + APM = panic - fixed!

2000-06-06 Thread Boris Popov
On Wed, 7 Jun 2000, Mitsuru IWASAKI wrote: We're having this problem for long time (from the old 4.0-CURRENT days), but Mr. SUMITANI discovered a bug and fixed it. The problem was that we got worng gdt pointer for the current cpu, then panic... The followings is a patch to fix the problem.

odd error in bioscall.s

2000-06-06 Thread R Joseph Wright
I have this problem while building a kernel from sources cvsup'ed today: cc -c -x assembler-with-cpp -DLOCORE -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -g -nostdinc -I- -I. -I../..