El Viernes, 26 de Septiembre de 2003 13:58, Sistemas escribi�: > Did you get any answer, Germano? I am interested too, because I get the > same message and I do not understand it. > > LauZ > > ----- Original Message ----- > From: Germano Barreiro <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, September 25, 2003 2:42 PM > Subject: [Samba] help to understand log > > > This was extracted from a Samba acting as a pdc, from > the file log.nmbd. What exactly does it mean? > > This response was from IP 10.7.244.24, reportingan > IP address of > > > 10.7.244.24. > >[2003/09/24 15:26:32, 0] > > nmbd/nmbd_namequery.c:query_name_response(104) > > > query_name_response: Multiple (2) responses > > received for a query on > > > subnet 10.7.241.23 for name EPSOFT<1d>. > > This response was from IP 10.7.244.24, reportingan > > IP address of > > > 10.7.244.24. > >[2003/09/24 15:31:24, 0] > > nmbd/nmbd_namequery.c:query_name_response(104) > > > query_name_response: Multiple (2) responses > > received for a query on > > > subnet 10.7.241.23 for name EPSOFT<1d>. > > This response was from IP 10.7.244.40, reportingan > > IP address of > > > 10.7.244.40. > >[2003/09/24 15:36:30, 0] > > nmbd/nmbd_namequery.c:query_name_response(104) > > > query_name_response: Multiple (2) responses > > received for a query on > > > subnet 10.7.241.23 for name EPSOFT<1d>. > > This response was from IP 10.7.244.40, reportingan > > IP address of > > > 10.7.244.40. > > -- > To unsubscribe from this list go to the following URL and read the > instructions: http://lists.samba.org/mailman/listinfo/samba
Sistemas, el log te esta dando la sigueinte informacion: nmbd/nmbd_namequery.c:query_name_response(104) > query_name_response: Multiple (2) responses received for a query on > subnet 10.7.241.23 for name EPSOFT<1d>. > This response was from IP 10.7.244.24, reportingan IP address of > 10.7.244.24. >[2003/09/24 15:31:24, 0] el demonio de NMB (nmbd) a traves de nmbd_query.c (que lo encontraras en nmb/nmbd_query.c en los fuentes de samba) esta llamando a la funcion query_name_response. Para mas informacion puedes leer el codigo de nmbd_query.c y buscar la funcion query_name_response No conozco ninguna herramienta de esas que pedis, aprendi a hacer esto un dia que tuve un problema con Winbind y tb me dio un error que no entendia y se me ocurrio hacer algo similar a lo que te he dicho.Si las encontrais avisar! ;) -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
