Re: dump causing system idle

2005-11-26 Thread Joseph Koshy
k> freebsd 53 idles on k> k> WARNING: / was not properly dismounted k> start_init: trying /sbin/init k> == Does /sbin/init exist? Does it match the /sbin/init on a 'good' partition? -- FreeBSD Volunteer, http://people.freebsd.org/~jkoshy ___

Re: to list all the devices in freebsd &definition analyse

2005-11-26 Thread John-Mark Gurney
kylin wrote this message on Sun, Nov 27, 2005 at 10:55 +0800: > I > i can use pciconf in freebsd to list the pci device ,but how to list > the device tree in freeebsd? devinfo > II > i got some anornymous definition on devclass driver and device that > differ from the current man page > i thi

Re: Running a shell script on becoming the CARP master?

2005-11-26 Thread Matthew Hagerty
Dominic Marks wrote: On Saturday 26 November 2005 15:14, Matthew Hagerty wrote: Greetings, Are there any hooks into CARP to run a shell script when a machine becomes the master? Also, is there a way to force a machine to become the master without powering off the current master (for exam

to list all the devices in freebsd &definition analyse

2005-11-26 Thread kylin
I i can use pciconf in freebsd to list the pci device ,but how to list the device tree in freeebsd? II i got some anornymous definition on devclass driver and device that differ from the current man page i think they seems reasonable but how can devclass Represents a bus or leaf device driver whil

Re: Running a shell script on becoming the CARP master?

2005-11-26 Thread Matthew Hagerty
David S. Madole wrote: From: "Matthew Hagerty" <[EMAIL PROTECTED]> Are there any hooks into CARP to run a shell script when a machine becomes the master? Also, is there a way to force a machine to become the master without powering off the current master (for example to do maintenance on

Re: Running a shell script on becoming the CARP master?

2005-11-26 Thread Matthew Hagerty
Dag-Erling Smørgrav wrote: Matthew Hagerty <[EMAIL PROTECTED]> writes: Are there any hooks into CARP to run a shell script when a machine becomes the master? Have you tried using devd to catch the link up / down event on the carp interface? DES I'm not familiar with devd, but I'

dump causing system idle

2005-11-26 Thread kylin
folks: i am in terrible trouble when trying to dumping my kernel module 's fault i add dump device and dump dir in rc.conf and dumpon ... but when the first reboot after the panic&dumpon freebsd 53 idles on WARNING: / was not properly dismounted start_init: trying /sbin/init

Re: Promise FastTrak RAID 5 support ?

2005-11-26 Thread Charles Sprickman
On Fri, 25 Nov 2005, Thierry Herbelot wrote: Has any one a hint on a cost-effective, FreeBSD-supported RAID-5 SATA disk controller ? I've got a handful of various low-end 3Ware cards scattered about in a few production boxes and I'm very happy with them. These are not "quasi-hardware-raid"

Re: Running a shell script on becoming the CARP master?

2005-11-26 Thread Dag-Erling Smørgrav
Matthew Hagerty <[EMAIL PROTECTED]> writes: > Are there any hooks into CARP to run a shell script when a machine > becomes the master? Have you tried using devd to catch the link up / down event on the carp interface? DES -- Dag-Erling Smørgrav - [EMAIL PROTECTED] __

Re: Running a shell script on becoming the CARP master?

2005-11-26 Thread David S. Madole
From: "Matthew Hagerty" <[EMAIL PROTECTED]> Are there any hooks into CARP to run a shell script when a machine becomes the master? Also, is there a way to force a machine to become the master without powering off the current master (for example to do maintenance on the current master)? I d

Re: Running a shell script on becoming the CARP master?

2005-11-26 Thread Dominic Marks
On Saturday 26 November 2005 15:14, Matthew Hagerty wrote: > Greetings, > > Are there any hooks into CARP to run a shell script when a machine > becomes the master? Also, is there a way to force a machine to become > the master without powering off the current master (for example to do > maint

Running a shell script on becoming the CARP master?

2005-11-26 Thread Matthew Hagerty
Greetings, Are there any hooks into CARP to run a shell script when a machine becomes the master? Also, is there a way to force a machine to become the master without powering off the current master (for example to do maintenance on the current master)? Thanks, Matthew _