From: H.S. on
On 29/07/10 12:28 AM, H.S. wrote:
> On 28/07/10 11:46 PM, Tom H wrote:
>>
>> Please try again
>> smbclient -L //<server_ip_address> -U<user>
>> for both users
>>
>>
>
> Aha! Works for both users.
>
> Here is the output for my username on sambaserver machine named "red":
> $ smbclient -L //192.168.0.8 -U hs
> Enter hs's password:
> Domain=[SMBWG] OS=[Unix] Server=[Samba 3.4.8]
>
> Sharename Type Comment
> --------- ---- -------
> print$ Disk Printer Drivers
> Pictures Disk Pictures Repository
> IPC$ IPC IPC Service (red server)
> hs Disk Home Directories
> Domain=[SMBWG] OS=[Unix] Server=[Samba 3.4.8]
>
> Server Comment
> --------- -------
> RED red server
>
> Workgroup Master
> --------- -------
> SMBWG red
>
>

My previous post might have been misleading a bit. By "works" I meant
the smbclient command works. But mounting the share is still a problem.

--

Please reply to this list only. I read this list on its corresponding
newsgroup on gmane.org. Replies sent to my email address are just
filtered to a folder in my mailbox and get periodically deleted without
ever having been read.


--
To UNSUBSCRIBE, email to debian-user-REQUEST(a)lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster(a)lists.debian.org
Archive: http://lists.debian.org/i2s2ic$898$1(a)dough.gmane.org
From: Camaleón on
On Thu, 29 Jul 2010 10:17:48 -0400, H.S. wrote:

> On 29/07/10 12:28 AM, H.S. wrote:
>> On 28/07/10 11:46 PM, Tom H wrote:
>>>
>>> Please try again
>>> smbclient -L //<server_ip_address> -U<user> for both users
>>>
>>>
>>>
>> Aha! Works for both users.
>>
>> Here is the output for my username on sambaserver machine named "red":
>> $ smbclient -L //192.168.0.8 -U hs
>> Enter hs's password:
>> Domain=[SMBWG] OS=[Unix] Server=[Samba 3.4.8]

(...)

> My previous post might have been misleading a bit. By "works" I meant
> the smbclient command works. But mounting the share is still a problem.

Mmm... how about using?

***
mount -t cifs //192.168.0.8/share -o username=hs /mnt/share
***

(after issuing that, review "dmesg" last messages because samba logs
seems to be unhelpful :-?)

Greetings,

--
Camaleón


--
To UNSUBSCRIBE, email to debian-user-REQUEST(a)lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster(a)lists.debian.org
Archive: http://lists.debian.org/pan.2010.07.29.14.29.49(a)gmail.com
From: H.S. on
On 29/07/10 10:29 AM, Camaleón wrote:
> mount -t cifs //192.168.0.8/share -o username=hs /mnt/share

No luck. I get "mount error(13): Permission denied".

Nothing in syslog of the server.

In the samba logs, the only info I have is regarding the smbclient
command that worked last night, and this info appears to be verbose as
if the log level that I set earlier is indeed having an affect.



--

Please reply to this list only. I read this list on its corresponding
newsgroup on gmane.org. Replies sent to my email address are just
filtered to a folder in my mailbox and get periodically deleted without
ever having been read.


--
To UNSUBSCRIBE, email to debian-user-REQUEST(a)lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster(a)lists.debian.org
Archive: http://lists.debian.org/i2s4bl$fer$1(a)dough.gmane.org
From: Camaleón on
On Thu, 29 Jul 2010 10:48:21 -0400, H.S. wrote:

> On 29/07/10 10:29 AM, Camaleón wrote:
>> mount -t cifs //192.168.0.8/share -o username=hs /mnt/share
>
> No luck. I get "mount error(13): Permission denied".
>
> Nothing in syslog of the server.

Nothing in "dmesg"? :-?

"Permission denied" sounds a bit cryptic. I assume you are mounting the
share being "root".

Does accessing via nautilus/konqueror ("smb://192.168.0.8/share/") work?

> In the samba logs, the only info I have is regarding the smbclient
> command that worked last night, and this info appears to be verbose as
> if the log level that I set earlier is indeed having an affect.

Oh, yes, remember to restore the log level to the default setting. Log
level "4" is "very" verbose, just for debugging.

Greetings,

--
Camaleón


--
To UNSUBSCRIBE, email to debian-user-REQUEST(a)lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster(a)lists.debian.org
Archive: http://lists.debian.org/pan.2010.07.29.15.13.28(a)gmail.com
From: Florian Kulzer on
On Thu, Jul 29, 2010 at 10:48:21 -0400, H.S. wrote:
> On 29/07/10 10:29 AM, Camaleón wrote:
> >mount -t cifs //192.168.0.8/share -o username=hs /mnt/share
>
> No luck. I get "mount error(13): Permission denied".
>
> Nothing in syslog of the server.
>
> In the samba logs, the only info I have is regarding the smbclient
> command that worked last night, and this info appears to be verbose
> as if the log level that I set earlier is indeed having an affect.

This is grasping at straws, but you can try:

mount -t cifs //192.168.0.8/user$/share -o username=hs /mnt/share

("user$" is a literal string here and does not indicate variable
substitution or similar.)

--
Regards, |
Florian |


--
To UNSUBSCRIBE, email to debian-user-REQUEST(a)lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster(a)lists.debian.org
Archive: http://lists.debian.org/20100729150932.GA6602(a)bavaria.univ-lyon1.fr