Re: [osol-discuss] B85 CIFS issues

2008-04-04 Thread Andre Lue
Can anyone provide guidance to further troubleshoot or info as to why devfsadm -i module in this case a pseudo driver devfsadm -i smbsrv would fail with the following ioctl(5, 0xDF81, 0x080477D0) Err#6 ENXIO This message posted from opensolaris.org

Re: [osol-discuss] B85 CIFS issues

2008-03-29 Thread Akhilesh Mritunjai
Hi I believe it should be a simple issue of svcadm enable smb/server. Anyways, after modload'ing the driver, did you try using devfsadm ? This message posted from opensolaris.org ___ opensolaris-discuss mailing list

Re: [osol-discuss] B85 CIFS issues

2008-03-29 Thread Simon Breden
I don't know if this is relevant to the problem you are having, but I noticed some differences between b82 and b85 (clean install) regarding CIFS shares -- here's some notes I made earlier and will probably copy to 'storage discuss': ### Existing CIFS shares didn't work

Re: [osol-discuss] B85 CIFS issues

2008-03-29 Thread Andre Lue
Hi Natalie, Thanks again for helping. I really appreciate it. This is a fresh install. I used this same steps in B84 and did not have this issue if that helps any. I followed the steps you gave above and here is the result. I am running 32 bit ver # isainfo i386 # ls -al smbs* -rwxr-xr-x

Re: [osol-discuss] B85 CIFS issues

2008-03-28 Thread Andre Lue
Hi Natalie, This is a new install of B85. Thanks for responding modinfo | grep smbsrv show the module is not loaded. However I receive a already installed message if I # add_drv -m '* 0640 root sys' smbsrv Driver (smbsrv) is already installed After modload #modload /kernel/drv/smbsrv 163

Re: [osol-discuss] B85 CIFS issues

2008-03-27 Thread Andre Lue
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));

Re: [osol-discuss] B85 CIFS issues

2008-03-27 Thread Andre Lue
Can someone with a B85 server paste the output of the following cmd for me pkgchk -l -p /usr/lib/smbsrv/libsmb_passwd.so This message posted from opensolaris.org ___ opensolaris-discuss mailing list opensolaris-discuss@opensolaris.org

Re: [osol-discuss] B85 CIFS issues

2008-03-27 Thread Ron Halstead
palace:$ uname -r 5.11 palace:$ sudo pkgchk -l -p /usr/lib/smbsrv/libsmb_passwd.so palace:$ --ron This message posted from opensolaris.org ___ opensolaris-discuss mailing list opensolaris-discuss@opensolaris.org

Re: [osol-discuss] B85 CIFS issues

2008-03-27 Thread Andre Lue
thanks haltstead does your smbd server function properly on b85? can someone from the CIFS team comment what's going on? This message posted from opensolaris.org ___ opensolaris-discuss mailing list opensolaris-discuss@opensolaris.org

Re: [osol-discuss] B85 CIFS issues

2008-03-27 Thread Ian Collins
Andre Lue wrote: thanks haltstead does your smbd server function properly on b85? can someone from the CIFS team comment what's going on? They can probably be found on the storage discuss list rather then here. Ian ___ opensolaris-discuss

[osol-discuss] B85 CIFS issues

2008-03-26 Thread Andre Lue
I am getting Kernel bind failure on some reboots from svcadm enable smb/server. When this happens the process is shown running however no listener is created on 445. - I did a truss capture on the /usr/lib/smbsrv/smbd start and have some questions one error had a string smb_dwncall_?? . I