The next step in debugging this kind of problem is to take a network trace on the server, i.e.: snoop -o outfile.snoop port 139 or port 445 then attempt the access from the android client, then examine the trace with wireshark: wireshark outfile.snoop
That should tell you exactly what's failing. Gordon On Mon, Mar 5, 2012 at 2:16 AM, Open Indiana <[email protected]> wrote: > Well i had to mix some things. The server is running in workgroupmode but I > have a officelaptop that has joined our officedomain. So to make sure bith > my home (and workgroup ) windows laptops and users and I (as a domainmember) > can use the shares I use username@{somedomain} as a login to the shares. > This because username on the server is the same as the officelaptop username > but with different passwords. Windows is always sending the same > office-domainpassword to the server when I don't use username@{somedomain} . > I also use a different password on my homecomputers then on the openindiana > server, and there I also had some troubles. > > But with this setup it all works fine from every windows computer, both > workgroup and officedomain, so from that side it works without a flaw. > > I tried already 5 SMB clients but none of them could connect to my > openindiana server. > Some other thingie: I have also a share /mystorage/cifs0/{username}. Within > windows these shares are seen as /mystorage_cifs0/{username} so the "/" is > converted to a "_" in the sharename. I tried both on Android but none works. > > > > -----Original Message----- > From: Ignacio Marambio Catán [mailto:[email protected]] > Sent: zondag 4 maart 2012 20:56 > To: Discussion list for OpenIndiana > Subject: Re: [OpenIndiana-discuss] [noob] smb via android > > On Sun, Mar 4, 2012 at 4:50 PM, Open Indiana <[email protected]> > wrote: >> Hi, >> >> I'm sorry. I was thinking, that "android" would do ;-) It's a Asus >> transformer TF101G with honeycomb. I installed an app called AndSMB >> (samba client) >> >> Created a new share just for test, so it is wide-open. >> >> basic unix and acl folder permissions /mystorage/smbshare: (set other >> acl's from your windows computer) >> drwxrwxrwx+ 3 root root 3 Mar 4 13:43 /mystorage/smbshare >> user:root:full_set:fd-----:allow >> everyone@:modify_set:fd-----:allow >> >> >> >> basic share acl permissions on share /mystorage/smbshare for >> everybody@ >> -rwxrwxrwx+ 1 root root 0 Mar 4 10:56 >> /mystorage/smbshare/.zfs/shares/smbshare >> everyone@:full_set:-------:allow >> >> The strange thing is that if I browse my Openindiana box with this >> AndSMB program and use "anonymous" as user then I can SEE the >> different SMB folders but can't open them. I have tried all possible >> passwords and usernames (with or without domainnames and/or > workgroupnames) but no luck. >> > how exactly did you setup your smb server? > if it was workgroup mode did you add the relevant PAM configuration and > changed your user's password? see [1] you should see some administrative > shares along side your own, administrative shares end with the $ sign like > IPC$ > [1]: https://blogs.oracle.com/timthomas/entry/solaris_cifs_in_workgroup_mode > > > nacho >> >> >> >> -----Original Message----- >> From: Francois Dion [mailto:[email protected]] >> Sent: zondag 4 maart 2012 19:48 >> To: Discussion list for OpenIndiana >> Subject: Re: [OpenIndiana-discuss] [noob] smb via android >> >> It would help if you mentioned the device, which version of android >> and what app you wanted to use. Often, the issue is the app. Are you > streaming video? >> >> >> >> On Mar 4, 2012, at 8:05, "Open Indiana" <[email protected]> wrote: >> >>> I am a noob regarding android, but I have a new android based tablet >>> and want to connect my tablet to my smb shares on Openindiana >>> (Napp-it >> enabled). >>> >>> I downloaded and tried several tool, but for some reason I can't get >>> a connection. >>> >>> I can browse, share and manage the smb folders from every Windows >>> XP/7 computer in my house, so I am convinced it is running. But for >>> some reason the username/passwords are not accepted by smb when I use >>> them on Android OS. >>> >>> Any thoughts and/or tips about it? >>> >>> >>> >>> >>> >>> _______________________________________________ >>> OpenIndiana-discuss mailing list >>> [email protected] >>> http://openindiana.org/mailman/listinfo/openindiana-discuss >> >> _______________________________________________ >> OpenIndiana-discuss mailing list >> [email protected] >> http://openindiana.org/mailman/listinfo/openindiana-discuss >> >> >> >> _______________________________________________ >> OpenIndiana-discuss mailing list >> [email protected] >> http://openindiana.org/mailman/listinfo/openindiana-discuss > > _______________________________________________ > OpenIndiana-discuss mailing list > [email protected] > http://openindiana.org/mailman/listinfo/openindiana-discuss > > > > _______________________________________________ > OpenIndiana-discuss mailing list > [email protected] > http://openindiana.org/mailman/listinfo/openindiana-discuss _______________________________________________ OpenIndiana-discuss mailing list [email protected] http://openindiana.org/mailman/listinfo/openindiana-discuss
