the kernel bind error is coming from here in smbd_main.c

    439         (void) smb_pwd_init();
    440 
    441         rc = smbd_kernel_bind(id_lmshr_door, id_srv_door, 
id_winpipe_door);
    442         if (rc != 0)
    443                 smbd_report("kernel bind error: %s", strerror(errno));
    444 
    445         return (lmshare_start());
 
 
This message posted from opensolaris.org
_______________________________________________
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org

Reply via email to