RE: Network monitoring

2004-11-24 Thread Haulmark, Chris
Someone broke the silence: > On Thu, 2004-11-25 at 08:27, Haulmark, Chris wrote: >> Someone broke the silence: >> >>> I apologize that this probably isn't the most relevant >>> list to ask this on. Suggestions for better lists will be welcome. >&g

RE: Network monitoring

2004-11-24 Thread Haulmark, Chris
Someone broke the silence: > I apologize that this probably isn't the most relevant > list to ask this on. Suggestions for better lists will be welcome. > > I'm trying to monitor traffice on a 100BaseT ethernet > network link. I split the line, put a "hub" in and am > trying to run tcpdump on a

RE: Cannot compile a simple program..

2004-11-06 Thread Haulmark, Chris
Disregard this. Just found a link. http://www.bitwizard.nl/sig11/ This was in the OutBox and I thought I deleted it before it was sent. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Haulmark, Chris > Sent: Saturday, Novembe

Cannot compile a simple program..

2004-11-06 Thread Haulmark, Chris
I made a simple hello.c #include int main() { printf("Hello World\n"); return 0; } When I do this: lrids# cc -o helloworld hello.c cc: Internal compiler error: program ld got fatal signal 11 lrids# It also creates a ld.core in the same directory. I was given this ma