Fingerprint authentication?

2001-03-23 Thread Michael Aronsen
Hello, Dont quite know where to throw this question but i thought maybe [EMAIL PROTECTED] might be the right place. Has anyone been working on or know of any work being done on getting any fingerprint gadgets working in FreeBSD? Michael Aronsen To Unsubscribe: send mail to [EMAIL PROTECTED] wi

toner supplies

2001-03-23 Thread toner1
PLEASE FORWARD TO THE PERSON RESPONSIBLE FOR PURCHASING YOUR LASER PRINTER SUPPLIES VORTEX SUPPLIES -SPECIALS OF THE DAY ON LASER TONER SUPPLIES AT DISCOUNT PRICES-- LASER PRINTER TONER CARTRIDGES COPIER AND FAX CARTRIDGES WE ARE -->THE<-- PLACE TO BUY YOUR T

toner supplies

2001-03-23 Thread toner1
PLEASE FORWARD TO THE PERSON RESPONSIBLE FOR PURCHASING YOUR LASER PRINTER SUPPLIES VORTEX SUPPLIES -SPECIALS OF THE DAY ON LASER TONER SUPPLIES AT DISCOUNT PRICES-- LASER PRINTER TONER CARTRIDGES COPIER AND FAX CARTRIDGES WE ARE -->THE<-- PLACE TO BUY YOUR T

NFS: "got bad cookie" error (again?)

2001-03-23 Thread j . schripsema
Hello, Running bonnie++ on a NFS mounted files system doesn't work. Bonnie exits with a fatal error caused by an attempt to remove a non-empty directory. Bonnie tries to remove all files in a directory by calling 'readdir' an 'unlink' in a loop. This works fine on a local filesystem (UFS) but not

Re: The "right" way to build a new world WAS: 4.3-BETA world crashin g 4.2-RELEASE kernel ?

2001-03-23 Thread Peter Pentchev
On Thu, Mar 22, 2001 at 06:01:16PM -0700, Matt Simerson wrote: > OK, let's approach this from a little different angle: > > Below is the appropriate entries from /usr/src/UPDATING on a FreeBSD > 4-stable machine. As of 2/2/2001, the most correct and safest method for > updating your FreeBSD machi

Re: Fingerprint authentication?

2001-03-23 Thread David McNett
On 23-Mar-2001, Michael Aronsen wrote: > Has anyone been working on or know of any work being done on getting any > fingerprint gadgets working in FreeBSD? This is mostly off-topic, but I wanted to take the opportunity to point out an excellent treatment of the downsides of biometrics (fingerprin

Re: tuning a VERY heavily (30.0) loaded s cerver

2001-03-23 Thread Robert Watson
On Fri, 23 Mar 2001, Alexey V. Neyman wrote: > On Thu, 22 Mar 2001, Michael C . Wu wrote: > > >(Why is vfs.vmiodirenable=1 not enabled by default?) > By the way, is there any all-in-one-place description of sysctl tuneables? > Looking all the man pages and collecting notices about MIB variables

Kernel compilation error.

2001-03-23 Thread Mark Sergeant
I am trying to compile into my custom kernel sound support for my css audio chip. I have had no luck though using the suggested lint setting of... device css0at isa? port 0x534 irq 5 drq 1 flags 0x08 And this fails when it gets to compiling the css options. If I remove this I can com

RE: Kernel compilation error.

2001-03-23 Thread Dmitry Dicky
On 23-Mar-01 Mark Sergeant wrote: > pci0: (vendor=0x8086, dev=0x7195) at 0.1 irq 5 > pci0: (vendor=0x8086, dev=0x7196) at 0.2 irq 5 > Mark, this is Intel 440 MX sound. I sent the driver code to Cameron Grant a while ago. So, it should appear in the CVS tree soon. Dmitry. *

Problems with new RPC

2001-03-23 Thread Harti Brandt
Hi, I described the problem a couple of days on -current, but either I'm doing something dumb or nobody is using ypbind -- I got no answer up to now. So here is it again: the recent update to RPC causes ypbind to break. The problem is, that /usr/src/usr.sbin/ypbind/yp_ping.c mirrors some code f

Re: driver: probe not called when smbus child

2001-03-23 Thread Nicolas Souchu
On Tue, Mar 20, 2001 at 04:50:09PM +0100, Willem van Engen wrote: > I'm trying to write a module which should be a child of the smbus. > When I make the driver a child of the isa bus, identify, probe, > and attach functions are properly called. I use the following > code to do that: > DRIVER_MO

Re: Intel driver doc's Take 2.

2001-03-23 Thread Olibert Obdachlos
:: Hah, me neither. In fact, if you want to try out a binary of my :: Intel GigE driver, it is at http://www.flugsvamp.com/~jlemon/fbsd/drivers :: Jonathan Wow, what I coincidence. I just did a search a couple days ago for any recent developments, and earlier today spent a bit of time with this

Re: Intel driver doc's Take 2.

2001-03-23 Thread Jonathan Lemon
On Fri, Mar 23, 2001 at 04:08:39PM +0100, Olibert Obdachlos wrote: > If I may ask, this binary driver, which cards does it support and > which cards does it *not* support? Or if releasing that info is > restricted by the NDA, does your driver support the newer Intel > Pro/1000 F cards, which had

Re: The "right" way to build a new world WAS: 4.3-BETA world crashin g 4.2-RELEASE kernel ?

2001-03-23 Thread Warner Losh
In message <8D18712B2604D411A6BB009027F6449801B4B544@0SEA01EXSRV1> "Matt Simerson" writes: : I have found that there IS a variety of reasons NOT to do it that way. The : most obvious is that you might not have console access, thus making it : pretty hard to access the machine while it's in single

Re: The "right" way to build a new world WAS: 4.3-BETA world crashin g 4.2-RELEASE kernel ?

2001-03-23 Thread Robert Watson
On Fri, 23 Mar 2001, Warner Losh wrote: > You'll also get better milage out of make -j N (say 3 or 4) and doing > things sequentially. It is safer and runs just as fast. Dunno if it was a temporary compile problem, but I've actually found that: make -j 3 buildkernel hasn't worked properly

PPPD!

2001-03-23 Thread petro
Hi! Does anybody know about support pppunit in the ppp conf files, or may be can advice me where I can read about pppunit. Thank you very much. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: The "right" way to build a new world WAS: 4.3-BETA world crashin g 4.2-RELEASE kernel ?

2001-03-23 Thread Warner Losh
In message <[EMAIL PROTECTED]> Robert Watson writes: : On Fri, 23 Mar 2001, Warner Losh wrote: : : > You'll also get better milage out of make -j N (say 3 or 4) and doing : > things sequentially. It is safer and runs just as fast. : : Dunno if it was a temporary compile problem, but I've actu

Re: tuning a VERY heavily (30.0) loaded s cerver

2001-03-23 Thread Adrian Chadd
On Fri, Mar 23, 2001, Robert Watson wrote: > > On Fri, 23 Mar 2001, Alexey V. Neyman wrote: > > > On Thu, 22 Mar 2001, Michael C . Wu wrote: > > > > >(Why is vfs.vmiodirenable=1 not enabled by default?) > > By the way, is there any all-in-one-place description of sysctl tuneables? > > Looking a

Re: Problems with new RPC

2001-03-23 Thread Gordon Tetlow
If you haven't, please please please, send-pr(1) this so the right people get a look at this. Last thing we need is a broken ypbind (not that I use it). More down below. On Fri, 23 Mar 2001, Harti Brandt wrote: > the recent update to RPC causes ypbind to break. The problem is, that > /usr/src/us

Re: PPPD!

2001-03-23 Thread Roman V. Palagin
On Mar 23, at 8:20pm +0200, petro wrote: > Does anybody know about support pppunit in the ppp conf files, or may be > can advice me where I can read about pppunit. > Thank you very much. pppunit is for pppd. Check out ftp://room101.wuppy.net.ru/pppd.

Re: Intel driver doc's Take 2.

2001-03-23 Thread Olibert Obdachlos
> > restricted by the NDA, does your driver support the newer Intel > > Pro/1000 F cards, which had been mentioned here a couple months > I'm admittedly not familiar with Intels marketing nomenclature. But > if by "1000 F", you mean the 82543/Livingood chip, then yes, this > driver should work o

Re: kern/23620: Fore PCA200E driver

2001-03-23 Thread Richard Hodges
I hate to follow up on my own post, but I have not heard a word of comment, positive or negative... -Richard On Fri, 2 Mar 2001, Richard Hodges wrote: > Hi, all! > > A couple months ago, I submitted PR kern/23620 describing a problem > with the Fore PCA200E driver for HARP. It includes a des

Re: question about BPF programming

2001-03-23 Thread Archie Cobbs
Andrey Simonenko writes: > I read bpf(4) man page and have one question about BPF. > Suppose I open one of free BPF devices /dev/bpf??. I can dup(2) > descriptor of opened BPF device and get so called shared interface. > > Can I setup different filters on each descriptor for opened BPF device? N

Re: GCC Upgrade?

2001-03-23 Thread David O'Brien
On Wed, Mar 21, 2001 at 01:35:30PM -0500, Alexander N. Kabaev wrote: > This patch will work. According to Berndt Schimidt, there are some problems > with it on HP/UX and that was the main reason why it was backed out. I never saw > any ill effects on i386 with this patch though, while good efects

so where is our press-release about MacOS X ?

2001-03-23 Thread Poul-Henning Kamp
Shouldn't the FreeBSD project issue a press release welcoming Apple's MacOS X ? -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 [EMAIL PROTECTED] | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by inc

Re: Intel driver doc's Take 2.

2001-03-23 Thread Peter Wemm
Mike Smith wrote: > > On Fri, 23 Mar 2001, Daniel C. Sobral wrote: > > > > > Let me just pipe in a bit. Compromise seems just like the kind of thing > > > marketing or legal would want to do. The problem is that _we_ cannot > > > compromise because one cannot write a "half-way there" driver. It's

Displaying options for current NFS mounts

2001-03-23 Thread Gerald Pfeifer
I tried to get some responses to this on -questions a couple of months ago, but failed: What I'd like to see is `mount -v' printing mail:/var/mail on /var/mail (nfs: v3, udp) vexpert:/files7 on /system (nfs: v3, tcp) vexpert:/files5 on /.amd_mnt/vexpert/files5 (nfs: v3, udp)

Re: PPPD!

2001-03-23 Thread Brian Somers
> Hi! > Does anybody know about support pppunit in the ppp conf files, or may be > can advice me where I can read about pppunit. > Thank you very much. I'm afraid I can't really help, but I believe ppp(8) can do the same thing with the -unit command line switch. -- Brian <[EMAIL PROTECTED]>