AMI Megaraid, failed array

2003-03-05 Thread Wayne Pascoe
got the disk back online and rebooted the box, we were able to easily read data, and files that appeared to be corrupt turned out not to be. Can anyone advise me on why I saw what I saw and how I can get around this in the future. Regards, -- Wayne Pascoe To Unsubscribe: send mail to [EMAIL

Re: Problems getting wireless card working with PCI adaptor

2002-07-15 Thread Wayne Pascoe
Wayne Pascoe <[EMAIL PROTECTED]> writes: > "M. Warner Losh" <[EMAIL PROTECTED]> writes: > > > : I have found that IRQ 5 is used by the onboard usb controller, but > > : even if I disable in the bios I still get this message popping up. > > > >

Problems getting wireless card working in PCI adaptor

2002-07-14 Thread Wayne Pascoe
ntroller, but even if I disable in the bios I still get this message popping up. -- - Wayne Pascoe - http://www.penguinpowered.org.uk/wayne/ Hanlon's Razor: Never attribute to malice that which is adequately explained by stupidity. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

[Wayne Pascoe ] Re: Problems getting wireless card working with PCI adaptor

2002-07-09 Thread Wayne Pascoe
before the bootloader. Ideally, I'd like to be able to use the PCMCIA card with USB but for now I'll just settle for seeing it work :) If the dmesg does not come through ok, please let me know and I will put it on my site and just send a link. Thanks in advance -- - Wayne Pascoe -

Problems getting wireless card working with PCI adaptor

2002-07-08 Thread Wayne Pascoe
appreciated. I've tried a Belkin controller as well with even less result (couldn't even get the machine to find a pccard port). -- - Wayne Pascoe - http://www.penguinpowered.org.uk/wayne/ If someone eventually manages to bag a B-2, that's a cool US$1bn worth of scrap metal

wi0: watchdog timeout

2002-07-06 Thread Wayne Pascoe
get this message popping up. Any advice on how to fix this, or even whether or not this card is supported would be MUCH appreciated. I've tried a Belkin controller as well with even less result (couldn't even get the machine to find a pccard port). -- - Wayne Pascoe - http://www.

Where are the closed PR's ?

2002-02-06 Thread Wayne Pascoe
would also be great. So in short, where can I find the closed PR's ? Thanks, -- - Wayne Pascoe | WINDOWS: Where do you want to go today? [EMAIL PROTECTED] | LINUX: Where do you want to go tomorrow? http://www.molemanarmy.com | FreeBSD: Are you

SMP machine does not reboot

2002-01-24 Thread Wayne Pascoe
cpu_reset: Restarting BSP cpu_reset_proxy: Grabbed mp lock for BSP cpu_reset_proxy: Stopped CPU 1 And there it sits. The motherboard is a GA-6VTXDR-C with 2 x 1.26 PIII Processors and 3GB Ram. Any idea what is wrong here ? Thanks -- - Wayne Pascoe | You cann

Re: Repost - f_type value in statfs structure

2001-12-24 Thread Wayne Pascoe
Is this a safe assumption ? > > try vn_isdisk(vp, &error) where vp is the vnode pointer to the block > > device? > > > > He is trying to do this from userland, I think...? Yes, I am. The kernel is faar beyond me for the for

Re: Repost - f_type value in statfs structure

2001-12-22 Thread Wayne Pascoe
ample snipped -- Thanks for that. I've tried it and the problem with it is that it reports things like procfs and devfs as being local. The only things that don't appear local are things like nfs mounts. I guess I need a way to check only filesystems mounted off of disks. Is there an

Re: [SUGGESTION] - JFS for FreeBSD

2001-12-11 Thread Wayne Pascoe
hough. (Take a look in the PR database > for ideas of where to start). What is the PR database of which you speak and where can I find it? I am looking for a project to work on in my free time. Thanks, -- - Wayne Pascoe | The thing is, I was POSITIV

Repost - f_type value in statfs structure

2001-12-05 Thread Wayne Pascoe
name, "ufs") != 0) || (strcmp(mounted_fs[count].f_fstypename, "hfs") !=0) ) ? Thanks -- - Wayne Pascoe | I haven't lost my mind... [EMAIL PROTECTED] | It's backed up on tape somewhere. http://www.molemanarmy.com

Application using getmntinfo and statfs

2001-12-03 Thread Wayne Pascoe
posed to be consistent, is there any way to check a the filesystem in the current statfs struct against a list of values without having to do if ( (strcmp(mounted_fs[count].f_fstypename, "ufs") != 0) || (strcmp(mounted_fs[count].f_fstypename, "hfs") !=0) ) ? Th