Re: Serious bug in vinum?

2004-03-29 Thread Greg 'groggy' Lehey
On Tuesday, 30 March 2004 at 0:32:38 -0300, Joo Carlos Mendes Lus wrote: >Sorry for the cross-posting, but nor the Author nor freebsd-bugs did > acknowledge my message, and I think this is a very serious bug in vinum, > leading to loss of data... > > If these are not the correct foruns for

Re: usbd config file parse behaviour

2004-03-29 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> Sam Lawrance <[EMAIL PROTECTED]> writes: : On Sun, 2004-03-28 at 20:47, Bernd Walter wrote: : > On Sun, Mar 28, 2004 at 01:31:03AM -0700, M. Warner Losh wrote: : > > Btw, any interest in making it possible to kldload a usb module and : > > having device a

Re: usbd config file parse behaviour

2004-03-29 Thread Sam Lawrance
On Sun, 2004-03-28 at 20:47, Bernd Walter wrote: > On Sun, Mar 28, 2004 at 01:31:03AM -0700, M. Warner Losh wrote: > > Btw, any interest in making it possible to kldload a usb module and > > having device attach to it? Right now the usb code assumes that you > > can unplug the device and replug it

Re[2]: Question regarding shell user creation at login time

2004-03-29 Thread ghos
You wrote 29 mar 2004, 8:05:55 +0500: > Hi, > I traced sshd using ktrace and it says: > .. > 10198 new CALL setuid(0) > 10198 new RET setuid -1 errno 1 Operation not permitted > 10198 new CALL execve(0x80485d0,0xbfbfed8c,0xbfbfed94) > 10198 new NAMI "/home/ne

Re: fsck fails - mark sectors as bad?

2004-03-29 Thread Bill Vermillion
> Message: 4 > Date: Sun, 28 Mar 2004 18:43:03 -0500 > From: "Dan Langille" <[EMAIL PROTECTED]> > Subject: fsck fails - mark sectors as bad? > To: [EMAIL PROTECTED] > Message-ID: <[EMAIL PROTECTED]> > Content-Type: text/plain; charset=US-ASCII > I had a hard drive failure. I'm trying to get as m

Re: Problem with usb in FreeBSD 4.8....help!!!

2004-03-29 Thread Bernd Walter
On Mon, Mar 29, 2004 at 06:15:56AM -0800, jitendra pande wrote: > Hi Toni, > > Thanks a lot for the information. > > My device is the one which supports control transfers only thus i understand that > for a second device i need to use /dev/ugen1 and so on. Yes - /dev/ugen? is the control endp

Re: MS_ASYNC with MS_INVALIDATE

2004-03-29 Thread Dan Nelson
In the last episode (Mar 29), Peter Jeremy said: > On Sun, Mar 28, 2004 at 03:02:37PM -0600, Dan Nelson wrote: > >In the last episode (Mar 27), Mark Terribile said: > > > A friend asked me to run some Linux source on FreeBSD. It > > > simulates a data pool management system he is using, and it > >

Re: Problem with usb in FreeBSD 4.8....help!!!

2004-03-29 Thread jitendra pande
Hi Toni, Thanks a lot for the information. My device is the one which supports control transfers only thus i understand that for a second device i need to use /dev/ugen1 and so on. Does that mean, i need to explictly make a node /dev/ugen1 and /dev/ugen2 and so on for every newly added USB

Fwd: Found a working Gigabit Ethernet TC902X driver for STABLE

2004-03-29 Thread Michael Nottebrock
Forwarding this to FreeBSD-net and FreeBSD-hackers, in case someone wants to adopt the code. -- Forwarded Message -- Subject: Found a working Gigabit Ethernet TC902X driver for STABLE Date: Sunday 28 March 2004 16:54 From: Martin <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Hi, I

Re: fsck fails - mark sectors as bad?

2004-03-29 Thread Dan Langille
On 29 Mar 2004 at 14:29, Bjoern Fischer wrote: > Hello Dan, > > > I had a hard drive failure. I'm trying to get as much data off it as > > I can before I restore from backup. I have mounted the drive in > > another box and I'm attempting to salvage what I can. > > being confronted with disk cr

Re: fsck fails - mark sectors as bad?

2004-03-29 Thread Bjoern Fischer
Hello Dan, > I had a hard drive failure. I'm trying to get as much data off it as > I can before I restore from backup. I have mounted the drive in > another box and I'm attempting to salvage what I can. being confronted with disk crashes like the one you described I usually try to make a last

Re: MS_ASYNC with MS_INVALIDATE

2004-03-29 Thread Peter Jeremy
On Sun, Mar 28, 2004 at 03:02:37PM -0600, Dan Nelson wrote: >In the last episode (Mar 27), Mark Terribile said: >> A friend asked me to run some Linux source on FreeBSD. It simulates >> a data pool management system he is using, and it includes a call >> msync(2) with both the MS_ASYNC and MS_INVA