RE: showing hidden files by default

2006-05-11 Thread Keith Bottner
Just setup an alias in your shell login file for whatever options you want ls to use and be done with it. Keith > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Robert Davison > Sent: Thursday, May 11, 2006 12:21 PM > To: freebsd-questions@freeb

SIGCHLD and sockets HELP!

2006-04-10 Thread Keith Bottner
I am having a problem with SIGCHLD signals and their interaction with sockets. I have an application that forks modules in separate processes and use UNIX domain sockets for communication. The main application handles the SIGCHLD signal so that it can detect when/if a module crashes and if so rest

SIGCHLD and sockets

2006-04-03 Thread Keith Bottner
I am having a problem with SIGCHLD signals and their interaction with sockets. I have an application that forks modules in separate processes and use UNIX domain sockets for communication. The main application handles the SIGCHLD signal so that it can detect when/if a module crashes and if so res

SCTP Kernel resource overhead

2005-12-29 Thread Keith Bottner
I am trying to find some information on what kernel resources are expended when creating an SCTP association. In particular I wanted to be able to compare a TCP connection to an SCTP association and see how the use of kernel resources between the two different protocols differ. Does anybody have an

RE: Detect hardware changes

2005-12-12 Thread Keith Bottner
-Original Message- From: Alex Zbyslaw [mailto:[EMAIL PROTECTED] Sent: Monday, December 12, 2005 4:55 AM To: Keith Bottner Cc: freebsd-questions@freebsd.org Subject: Re: Detect hardware changes Keith Bottner wrote: >I have not compiled a kernel. This is a standard FreeBSD 5.4-Rele

RE: Detect hardware changes

2005-12-12 Thread Keith Bottner
> > -Original Message- > From: Loren M. Lang [mailto:[EMAIL PROTECTED] > Sent: Friday, December 09, 2005 9:06 AM > To: Peter Giessel > Cc: Keith Bottner; 'FreeBSD Questions' > Subject: Re: Detect hardware changes > > On Thu, Dec 08, 2005 at 12:02:25

RE: Detect hardware changes

2005-12-09 Thread Keith Bottner
From: Loren M. Lang [mailto:[EMAIL PROTECTED] Sent: Friday, December 09, 2005 9:06 AM To: Peter Giessel Cc: Keith Bottner; 'FreeBSD Questions' Subject: Re: Detect hardware changes On Thu, Dec 08, 2005 at 12:02:25PM -0900, Peter Giessel wrote: > On 12/8/2005 11:51, Keith Bottner s

RE: Detect hardware changes

2005-12-09 Thread Keith Bottner
:35 AM To: freebsd-questions@freebsd.org Subject: Re: Detect hardware changes Have you compiled a custom kernel? Do you have the nge driver included in that kernel? * On 08/12/05 15:14 -0600, Keith Bottner wrote: > I believe so but for some reason it is still not showing up in > ifconfig o

RE: Detect hardware changes

2005-12-08 Thread Keith Bottner
Bottner Cc: 'FreeBSD Questions' Subject: RE: Detect hardware changes On 12/8/2005 11:51, Keith Bottner seems to have typed: > [EMAIL PROTECTED]:9:0: class=0x02 card=0x00241737 chip=0x10321737 > rev=0x10 hdr=0x00 > vendor = 'Linksys' > device = '

RE: Detect hardware changes

2005-12-08 Thread Keith Bottner
mailto:[EMAIL PROTECTED] On Behalf Of Svein Halvor Halvorsen Sent: Thursday, December 08, 2005 12:48 PM To: Keith Bottner Cc: FreeBSD Questions Subject: Re: Detect hardware changes On 12/8/05, Keith Bottner <[EMAIL PROTECTED]> wrote: > Does anyone know of a utility that can run on FreeBSD and d

Detect hardware changes

2005-12-08 Thread Keith Bottner
Does anyone know of a utility that can run on FreeBSD and detect the addition of new hardware? Specifically network cards? When I originally installed FreeBSD I only had a single NIC and since I installed a second but FreeBSD does not recognize it. Any ideas on how I can get FreeBSD to be aware of

Detecting new hardware

2005-12-07 Thread Keith Bottner
Is there any kind of a utility that I can run to detect a new network card that I just installed into an existing FreeBSD 5.4 box? Thanks, Keith ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions

SATA RAID Controllers anyone have experience with any of these?

2005-06-09 Thread Keith Bottner
If anyone has had any experience with any of the SATA RAID controllers below I would be interested. Not just whether you got them working but also if the performance is what you expected and how feature rich they are. Anybody out there dual booting FreeBSD with Windows or Linux and using any of the

RE: Merging a directory to the search path of includes and libspermanently(ldconfig -m....)

2005-05-24 Thread Keith Bottner
One way is to set ldconfig_paths in rc.conf. Does anybody know of a better way? Keith -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mark Jayson Alvarez Sent: Tuesday, May 24, 2005 2:15 AM To: freebsd-questions@freebsd.org Subject: Merging a directory

RE: automake, autoconf compiling

2005-01-13 Thread Keith Bottner
To: Tom Huppi Cc: Keith Bottner; freebsd-questions@freebsd.org; [EMAIL PROTECTED] Org Subject: Re: automake, autoconf compiling PLEASE DON'T TOP-POST. THANK YOU :-) On 2005-01-13 16:24, Tom Huppi <[EMAIL PROTECTED]> wrote: >On Thu, 13 Jan 2005, Keith Bottner wrote: >>