Hi Abhish, On Sun, Oct 11, 2009 at 11:11 AM, abhijeet tripathi <abhijeet.tripathy@xxxxxxxxxxx> wrote: > --- On Sun, 11/10/09, abhish agarwal <abhish_agr@xxxxxxxxxxx> wrote: > > From: abhish agarwal <abhish_agr@xxxxxxxxxxx> > Subject: Halp required > To: kernelnewbies@xxxxxxxxxxxx > Date: Sunday, 11 October, 2009, 10:04 AM > > Hi All, > IN HTTPD I am getting following error. Can someone please tell me how to interpret it? > httpd: net_connect: FD=5 already exists with connectiontype=1 > Thanks,Abhish > > Provide some more details of the problem you are facing. > - What kernel you are using? > - What changes you have made or what you are trying to do? Well, what Abhijeet is suggesting is certainly what would help us help you. Nevertheless, I am assuming you are trying to start a Http daemon. Can you check if an instance of it is already running or not. >From my limited knowledge, I can say that this error appears when a daemon (for that matter any code) tries to open a socket and connect to a certain port number - which is already being used by another program or daemon. Hope it helps. -- Shreyansh -- To unsubscribe from this list: send an email with "unsubscribe kernelnewbies" to ecartis@xxxxxxxxxxxx Please read the FAQ at http://kernelnewbies.org/FAQ