Re: Some problems about KSE

2002-12-12 Thread ouyang kai
From: Julian Elischer [EMAIL PROTECTED] Well it's still being written so you may be a bit ahead of yourself.. cc ... -lkse no use -lkse until we have if more finished... then it will become -lpthread the fix was committed yesterday. the UTS fills in km_func before creating the KSE and loaded

Style question

2002-12-12 Thread Daniel Lang
Hi, As I already have stated here, I'm currently trying to develop a driver for the MOXA Intellio boards. To get things working, firmware must be uploaded to the board and box by the driver. The linux driver does this, using a userland program _after_ the driver-module has been loaded. As I

Broken utmp.h

2002-12-12 Thread Jörg Sonnenberger
Hi all, I am porting terminal emulator from Linux to (Free-)BSD and got a nice error message from #include utmp.h. I am using FreeBSD-current. This file uses int32_t without including stdint.h, so it fails if my sources doesn't include the later. Is this behaviour intended or has noone tried to do

Re: Broken utmp.h

2002-12-12 Thread David Malone
On Thu, Dec 12, 2002 at 02:46:03PM +0100, Jörg Sonnenberger wrote: I am porting terminal emulator from Linux to (Free-)BSD and got a nice error message from #include utmp.h. I am using FreeBSD-current. This file uses int32_t without including stdint.h, so it fails if my sources doesn't include

Re: Broken utmp.h

2002-12-12 Thread Stefan Farfeleder
On Thu, Dec 12, 2002 at 02:46:03PM +0100, Jörg Sonnenberger wrote: Hi all, I am porting terminal emulator from Linux to (Free-)BSD and got a nice error message from #include utmp.h. I am using FreeBSD-current. This file uses int32_t without including stdint.h, so it fails if my sources

Re: panic: icmp_error: bad length

2002-12-12 Thread Ian Dowse
In message [EMAIL PROTECTED], Rober t Watson writes: BTW, if this bug exists in 5.0 for the same reasons (or even different ones), we should try to generate a fix ASAP and get it committed. I'll check later today if 5.0 is affected. It is probably easy to trigger by arranging for a bridged

biometrics

2002-12-12 Thread Paul Halliday
I was just wondering if anyone is working on any kind of support for biometric devices, in this case a targus USB thumbprint authenticator. Thanks. Paul Halliday. http://dp.penix.org --- And so your god bungled his work deliberately, in order to tempt or test his creature - did

libkvm breakage?

2002-12-12 Thread Fred Souza
Hello, I've written a small daemon that simply keeps scaning a set of ttys. Whenever it sees that a tty has no processes attached to it, the daemon set the tty's owner:group to whatever was specified. The reason for which I wrote this is that sometimes processes leave orphan ttys (for

Re: libkvm breakage?

2002-12-12 Thread Stefan Farfeleder
On Thu, Dec 12, 2002 at 01:32:36PM +0300, Fred Souza wrote: snip Can anyone else reproduce this? Or better yet, does anyone know what's the problem and how to fix it? :-) 161:free(ep); ep points to some character of optarg if -g, -m or -o ist used... 231:if ((kp =

Re: RE: registers not saved

2002-12-12 Thread John Baldwin
On 12-Dec-2002 Matthew Dillon wrote: : function A calls function B which uses ecx as a loop index. The bad part is function B never : saves/restores the value of ecx and function A starts dereferencing garbage. : : An informal sampling of my driver seems to indicate that ebx gets : pushed/poped

Re: biometrics

2002-12-12 Thread Ronald G. Minnich
I thought I saw one of them at freenix a few years back? not sure. ron To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-hackers in the body of the message

Re: [FAQ] The Open Source Stackable PC BIOS (fwd)

2002-12-12 Thread Ronald G. Minnich
On Thu, 12 Dec 2002, Terry Lambert wrote: I guess it's not OK to make BIOS calls into the BIOS? not if it's my lazy bios that doesn't support them. Isn't that what BIOS's are for?!? agreed, but I was hoping that we could move beyond this bios stuff. Can't we all just get along :-) ron

Re: soft updates

2002-12-12 Thread Steve Shorter
Howdy! I have been using softupdates on 500G SCSI RAID in production for about 1 year, no problems. $ mount -v|grep 2d /dev/da2d on /mnt/2d (ufs, NFS exported, local, noatime, nodev, noexec, soft-updates, writes: sync 105938342 async 104798917, reads: sync 274456191 async 21060768) $

Re: soft updates

2002-12-12 Thread Nate Lawson
On Thu, 12 Dec 2002, Steve Shorter wrote: I have been using softupdates on 500G SCSI RAID in production for about 1 year, no problems. $ df /mnt/2d Filesystem 1K-blocks UsedAvail Capacity Mounted on /dev/da2d 523577788 470120524 1157104298%/mnt/2d

Re: soft updates

2002-12-12 Thread Steve Shorter
On Thu, Dec 12, 2002 at 12:44:20PM -0800, Nate Lawson wrote: On Thu, 12 Dec 2002, Steve Shorter wrote: I have been using softupdates on 500G SCSI RAID in production for about 1 year, no problems. $ df /mnt/2d Filesystem 1K-blocks UsedAvail Capacity Mounted on /dev/da2d

HD data recovery

2002-12-12 Thread Stephen Hilton
When multi-boot system operators go bad :-) Using my PC's bios I could select either IDE or SCSI as the boot device, so I could boot either FreeBSD/W2K with the FreeBSD bootmanager on the 1st SCSI drive, run the bios setup on reboot, and start Linux on the 1st IDE HD. Had a problem with grub

Re: HD data recovery

2002-12-12 Thread .
When multi-boot system operators go bad :-) Using my PC's bios I could select either IDE or SCSI as the boot device, so I could boot either FreeBSD/W2K with the FreeBSD bootmanager on the 1st SCSI drive, run the bios setup on reboot, and start Linux on the 1st IDE HD. Had a problem

Re: HD data recovery

2002-12-12 Thread Stephen Hilton
On Fri, 13 Dec 2002 06:04:35 +0300 (MSK) .@babolo.ru wrote: When multi-boot system operators go bad :-) Using my PC's bios I could select either IDE or SCSI as the boot device, so I could boot either FreeBSD/W2K with the FreeBSD bootmanager on the 1st SCSI drive, run the bios setup

Re: HD data recovery

2002-12-12 Thread .
On Fri, 13 Dec 2002 06:04:35 +0300 (MSK) .@babolo.ru wrote: When multi-boot system operators go bad :-) Using my PC's bios I could select either IDE or SCSI as the boot device, so I could boot either FreeBSD/W2K with the FreeBSD bootmanager on the 1st SCSI drive, run the bios

Re: HD data recovery

2002-12-12 Thread Sean Hamilton
From: Stephen Hilton [EMAIL PROTECTED] | Am up and running now on the spare HD, and can work on my big | mistake at my lesiure, thanks in advance. My first partition: start 63, size 40130307 (19594 Meg), flag 80 (active) And an hd of block 63: ### fc

network backup

2002-12-12 Thread nbari
Hi all How can i make a backup of some dirs and send them to another server what is the best tool for doing that? rsync netcat or wich one do you recomend for making a huge backup ? thanks. To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-hackers in the body of

Re: network backup

2002-12-12 Thread Peter Hoskin
rsync :) Regards, Peter Hoskin On Thu, 12 Dec 2002 [EMAIL PROTECTED] wrote: Date: Thu, 12 Dec 2002 23:00:41 -0600 (CST) From: [EMAIL PROTECTED] To: [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: network backup Hi all How can i make a backup of some dirs and send them to another server