Re: listing sysinit order ?

2003-01-19 Thread Arun Sharma
On Sun, Jan 19, 2003 at 10:45:02PM -0800, Terry Lambert wrote: > > SYSINIT would at least get you to where it's hanging, and you > may not need information over and above that, FWIW. Well, knowing that the kernel hangs in a function called "configure" (SI_SUB_CONFIGURE, SI_ORDER_THIRD) isn't terr

verbose device probing ?

2003-01-19 Thread Arun Sharma
Having just spent 5 hours debugging a silent hang in EISA bus probe (even with boot -v) I'm tempted to ask, why doesn't device_probe_and_attach explicitly announce the device it's going to probe if bootverbose is set ? Thought I'd ask here before I submit a PR. -Arun BTW: There seem to b

Re: listing sysinit order ?

2003-01-19 Thread Terry Lambert
Arun Sharma wrote: > On Sun, Jan 19, 2003 at 04:57:13AM -0800, Terry Lambert wrote: > > You will get the information you seem to be asking for (unless I'm > > misunderstanding you, and you are trying to lead upo asking for a > > string identifier, and for some reason you don't want to come out > >

Re: listing sysinit order ?

2003-01-19 Thread Arun Sharma
On Sun, Jan 19, 2003 at 04:57:13AM -0800, Terry Lambert wrote: > You will get the information you seem to be asking for (unless I'm > misunderstanding you, and you are trying to lead upo asking for a > string identifier, and for some reason you don't want to come out > and ask for a modification of

Re: FreeBSD firewall for high profile hosts - waste of time ?

2003-01-19 Thread Darren Pilgrim
Dmitry Morozovsky wrote: On Thu, 16 Jan 2003, Darren Pilgrim wrote: DP> There is sorting that you can do, like putting the highest-traffic rules DP> near the top. ipfw terminates the search on the first matching rule except DP> for count and skipto. Also, the fewer items that have to be checked

Forwarding packages...

2003-01-19 Thread Mynx
Hi hackers: Listen, I got two servers, first (MAIL) running Exim and Tacacs+, second (FTP) running WWW, Squid, Samba, FTP ok, now MAILĀ“s IP is xxx.yyy.120.178 and FTP share two Ethernet cards (xxx.yyy.120.179 and 192.168.1.1). Then a LAN connects to server (FTP) by the 192.168.1.1 IP.

Re: Mac iBook OS10 + BSD

2003-01-19 Thread Nik Clayton
On Wed, Jan 15, 2003 at 12:37:25AM -0500, void wrote: > On Thursday, December 26, 2002, at 09:59 AM, Andrew Gallatin wrote: > >I think he means text-only syscons like vtys. MacOSX does not have > >them. > > I don't know about *multiple* text-only vtys, but it's easy enough to > get the system i

First Seconds: 40+ dating

2003-01-19 Thread lijst10sec
L.s. Onder single dertigers is "speeddating" een trend. Het snelle daten is een vrolijke en spannende manier om in korte tijd veel mensen te ontmoeten. First Seconds organiseert deze vorm van kennismaken voor alleenstaanden van begin 40 tot eind 50. In Hotel New York te Rotterdam op 23 februa

Re: listing sysinit order ?

2003-01-19 Thread Terry Lambert
Arun Sharma wrote: > Terry Lambert wrote: > > Arun Sharma wrote: > > > >>So my question is, is there a simple tool to list the order in which > >>various initialization/probe routines get called in mi_startup ? If not, > >>what would it take to write one ? > > > > more /sys/sys/kernel.h > > Yes, I