search for: init_service

Displaying 3 results from an estimated 3 matches for "init_service".

Did you mean: inet_service
2002 Nov 04
2
swat tool
...ble the swat utility so that I can manipulate the smb.conf file. I have done this on my PowerMac G4 computer, and now Im trying to set it up on my iBook - but it gives me the following error, xinetd[pid]: bind failed (address already in use (errno = 48). service = swat xinetd[pid]: {init_services} no services. Exiting... I have no idea what is going on, Im doing nothing different now that before?!?!? Please can someone help? Ian
2006 Jun 19
9
win32-service patch
Attached is a patch and my service.c if there is any difficulty applying the patch. I did the following: 1. Created a ruby thread (Ruby_Service_Ctrl), that polls against a simple integer value (protected by a critical section). I was worried this would be "expensive"; however, I found the rb_thread_polling method and it seems to work well. 2. When an event occurs in Service_Ctrl it
2003 Dec 01
0
No subject
...DEBUG(0,("Share name %s is longer than 12.\nshorten to %s\n", name, name2)); + } + /* it might already exist */ if (name) { - i = getservicebyname(name,NULL); + i = getservicebyname(name2,NULL); if (i >= 0) return(i); } @@ -1538,7 +1547,7 @@ init_service(pSERVICE(i)); copy_service(pSERVICE(i),&tservice,NULL); if (name) { - string_set(&iSERVICE(i).szService,name); + string_set(&iSERVICE(i).szService,name2); unix_to_dos(iSERVICE(i).szService, True); } return(i); ---- Cut Here ---- We have not examined under Sam...