'Work from Home' 'Web Developer' & 'Web Programmer' Oppurtunites

2008-02-19 Thread Sounder Dilipan
Hi, We are recruting 'web designers' and 'web programmers' to work with us in part time and full time in Contract basis. If you or your frinds or your family members are looking for oppurtunities to work from home contact us ASAP by phone or email or by 'yahoo messanger' 'yahoo messanger' :

Karen left you a comment on FanBox

2008-02-19 Thread FanBox Comments
Hi kernelnewbies63! Karen left you a comment on FanBox. Automatically sign in

Karen wants to be your loyal fan

2008-02-19 Thread FanBox Fan
Hi kernelnewbies! Karen wants to be your loyal fan! Automatically sign in

RE: duplicated packets

2008-02-19 Thread Hayim Shaul
Here's what I see in the tcpdump. In this scenario I had sent three packets, but I see four in the tcpdump. The second was send twice. Also, notice that the duplicated packet was sent 6 microsec after the original one. That's very fast. very very fast. 12:21:47.873712 IP MYIP1.http > MYIP

Re: duplicated packets

2008-02-19 Thread Karl Tatgenhorst
Hayim, With your tcpdump output are you sure that it is two of the same packet (same sequence number etc...) It could be that it (the stack) is expecting a reply or getting a NAK and resending the packet. If that is the case I believe that the seq numbers should be the same. Karl On 2/19/08,

Re: building kernels remotely with "O="

2008-02-19 Thread Henrik Austad
> yes, i know -- the question was whether you would *ever* run *any* > make command while in that remote directory. AFAIK, the answer is no, > but i've been wrong before. > you *can* run make, but if you do, where would make get the source-files from? :) -- mvh Henrik Austad signature.asc Des

Re: why should kernel headers care about glibc versions?

2008-02-19 Thread Johannes Weiner
Hi, "Mulyadi Santosa" <[EMAIL PROTECTED]> writes: >> in the header file include/linux/scoket.h, we see the test: >> >> #if defined(__KERNEL__) || !defined(__GLIBC__) || (__GLIBC__ < 2) > > Hm, IMHO, if defined(__KERNEL__) is true (for kernel code), do we > really need to care of the rest of con

Re: unresolved symbol Problem

2008-02-19 Thread Thomas Petazzoni
Le Tue, 19 Feb 2008 09:06:56 +0100, Thomas Petazzoni <[EMAIL PROTECTED]> a écrit : > It's a program, it's a kernel module. Of course, read: « It's *NOT* a program, it's a kernel module » Sorry for the confusion, Thomas -- Thomas Petazzoni, Free Electrons Free Embedded Linux Training Material

Re: unresolved symbol Problem

2008-02-19 Thread Thomas Petazzoni
Le Tue, 19 Feb 2008 11:06:14 +0800 (CST), lina_zhao7 <[EMAIL PROTECTED]> a écrit : > I write a simple program ,it works wrong!!! It's a program, it's a kernel module. > problem:unresolved symbol wait_event_timeout How do you compile it ? (Hint: because you used the word "program", I suspect