[Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2009-02-23 Thread Diver
Thanks Steve, it's working now,
Now if only nautilus (and gvfs) showed clear error message, or even ask to 
enable client lanman auth.

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2009-02-23 Thread Diver
Thanks Steve, it's working now,
Now if only nautilus (and gvfs) showed clear error message, or even ask to 
enable client lanman auth.

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2009-02-21 Thread Diver
Steve, to be sure I just tested 9.04 alpha4 in VirtualBox

gvfs-mount smb://u...@server/my-share
Password required for share my-share on my-host
User [myuser]:
Domain [MSHOME]:
Password:
Error mounting location: Failed to mount Windows share

After changing
security = share
to
security = user
in smb.conf on a server and restarting samba, I'm trying again:

gvfs-mount smb://u...@server/my-share
Password required for share my-share on my-host
User [myuser]:
Domain [MSHOME]:
Password:

At this point my-share is mounted and all is good, but windows users can't 
connect to this server anymore
cmd-net view server
cause an error and I have to revert smb.conf changes.

I am sure the same happend with 8.10, when I tried it a week ago and then I 
found this bug and subscribed to it.
HTH.

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2009-02-21 Thread Steve Langasek
oh - sorry, you mentioned upgrading from 7.10 so I assumed you were
running 8.04.  Yes, for 8.10 and above the default samba client behavior
matches upstream's, and doesn't allow insecure security=share
connections by default.

You can change the behavior on the client side by setting 'client lanman
auth = yes' on the client's /etc/samba/smb.conf, as mentioned earlier in
the bug report.

The only reason this bug is open is for gvfs to provide a better error
message when trying to connect to such a server - the client will still
refuse to connect to such servers by default, for security reasons.

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2009-02-21 Thread Diver
Steve, to be sure I just tested 9.04 alpha4 in VirtualBox

gvfs-mount smb://u...@server/my-share
Password required for share my-share on my-host
User [myuser]:
Domain [MSHOME]:
Password:
Error mounting location: Failed to mount Windows share

After changing
security = share
to
security = user
in smb.conf on a server and restarting samba, I'm trying again:

gvfs-mount smb://u...@server/my-share
Password required for share my-share on my-host
User [myuser]:
Domain [MSHOME]:
Password:

At this point my-share is mounted and all is good, but windows users can't 
connect to this server anymore
cmd-net view server
cause an error and I have to revert smb.conf changes.

I am sure the same happend with 8.10, when I tried it a week ago and then I 
found this bug and subscribed to it.
HTH.

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2009-02-21 Thread Steve Langasek
oh - sorry, you mentioned upgrading from 7.10 so I assumed you were
running 8.04.  Yes, for 8.10 and above the default samba client behavior
matches upstream's, and doesn't allow insecure security=share
connections by default.

You can change the behavior on the client side by setting 'client lanman
auth = yes' on the client's /etc/samba/smb.conf, as mentioned earlier in
the bug report.

The only reason this bug is open is for gvfs to provide a better error
message when trying to connect to such a server - the client will still
refuse to connect to such servers by default, for security reasons.

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2009-02-20 Thread Steve Langasek
This bug is marked as resolved in Ubuntu 8.04; are you sure this is the
bug you're seeing?  You don't give any details about the problem you're
having.

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2009-02-20 Thread Diver
This is a major bug for me, I can't migrate from 7.10 until this issue is fixed.
I just checked and Fedora 10 live (gnome) also have this problem.

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2009-02-20 Thread Steve Langasek
This bug is marked as resolved in Ubuntu 8.04; are you sure this is the
bug you're seeing?  You don't give any details about the problem you're
having.

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2009-01-20 Thread Sebastien Bacher
could you try if that's still an issue in jaunty?

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2009-01-20 Thread Sebastien Bacher
could you try if that's still an issue in jaunty?

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2009-01-20 Thread nukedathlonman
I won't be able to try untill this weekend.  I'll swap my 250G HD in my
laptop over to teh original 120g one and give it a shot and let you
know.

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2009-01-20 Thread Steve Langasek
Sebastien,

As I commented in
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/209520/comments/111,
the change needed here is for the gvfs backend to detect when the
connection has failed due to mismatched security requirements.  Do you
know if there has been work upstream to implement this?  I would expect
such a change to be reflected prominently in the cahngelog.

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2009-01-20 Thread Sebastien Bacher
Right, we discussed the issue some time ago thanks for pointing the
comment Steve since the bug got quite some new comments since. I was
just commenting on the different samba issues to know which ones have
been fixed in the recent changes concerning authentification, that one
didn't get any work though so the bug should still be there

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2009-01-10 Thread nukedathlonman
Yes, it most certainly does effect Debian as well.

My desktop has this problem (Ubuntu Intrepid) and I cannot connect to my
D-Link DNS-323 NAS unless I mount it manually from the command prompt.
I did try all of the suggestions here.  I can see the server, I can see
the share, I get prompted for log in info, and then I see empty folder
with the message about not being able to display contents of the share.

My Laptop, running Debian Etch worked fine until I did some apt-pinning
to pull newer stuff in from Lenny  Sid.  I ended up needing to pull
Gnome in from Lenny.  And now I'm having the same results - cant access
the smb share unless mounted via command prompt.

For now, I'm watching and trying new things as they come up - until it's
fixed I'm just using the ftp service on the DNS-323 (slightly
inconvenient, but it works)

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2009-01-09 Thread Sebastien Bacher
could you try on jaunty? bug #193232 and bug #207072 got fixed this week
and once those changes get testing and are confirmed to work intrepid
and hardy backported will be worked

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2009-01-09 Thread simtris
Is there any changes, any care of the developpers ? I don't see any responses.
I switched on debian lenny beacause of this bug, this issue never happened.
We have smbclient 2:3.2.5

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2009-01-09 Thread Sebastien Bacher
could you try on jaunty? bug #193232 and bug #207072 got fixed this week
and once those changes get testing and are confirmed to work intrepid
and hardy backported will be worked

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2009-01-09 Thread Steve Langasek
There are numerous responses in this bug from developers.  But I think
you're following up to the wrong bug; this bug most certainly affects
Debian lenny as well.

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2009-01-07 Thread Kalyan
I confirm the problem in 8.10 with Windows Server 2003  Windows Server
2000 authenticated shares. If I open nautilus and type in the location
smb://., works fine. Using Places-Connect to server throws up the
error messages No application is configured ...

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2009-01-07 Thread Kalyan
I confirm the problem in 8.10 with Windows Server 2003  Windows Server
2000 authenticated shares. If I open nautilus and type in the location
smb://., works fine. Using Places-Connect to server throws up the
error messages No application is configured ...

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2008-12-17 Thread RX8volution
Hi folks - I was trying to fix this for hours, and have a (albeit
idiotically simple) fix that worked for me:

on the client, /etc/samba/smb.conf file

[global]

# THE LANMAN FIX
  client lanman auth = yes
  client ntlmv2 auth = no

  Notice the word CLIENT in front of both of those... try to re-mount
the smb share again and it all works nicely.

Cheers.

/Rafal

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2008-12-17 Thread RX8volution
Hi folks - I was trying to fix this for hours, and have a (albeit
idiotically simple) fix that worked for me:

on the client, /etc/samba/smb.conf file

[global]

# THE LANMAN FIX
  client lanman auth = yes
  client ntlmv2 auth = no

  Notice the word CLIENT in front of both of those... try to re-mount
the smb share again and it all works nicely.

Cheers.

/Rafal

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2008-11-02 Thread Tien Nguyen
I just upgrade to 8.10 and the problem came back:

Unable to mount location. Failed to mount Windows share

Is there a fix for this?

Thanks,

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2008-11-02 Thread Tien Nguyen
I just upgrade to 8.10 and the problem came back:

Unable to mount location. Failed to mount Windows share

Is there a fix for this?

Thanks,

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2008-10-29 Thread DrC
re
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/209520/comments/142

8.04 is a lts version.  Is the 'won't fix' a long term decision that we
hope will be overtaken by upstream developments?

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2008-10-29 Thread DrC
re
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/209520/comments/142

8.04 is a lts version.  Is the 'won't fix' a long term decision that we
hope will be overtaken by upstream developments?

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2008-10-28 Thread oss_test_launchpad
Is this a problem with Ubuntu 8.10, too?

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2008-10-28 Thread Chief Ninja Monkie
No, I have not had this problem in 8.10

Ed


On Tue, October 28, 2008 2:07 pm, oss_test_launchpad said:
 Is this a problem with Ubuntu 8.10, too?

 --
 SMB error: Unable to mount location when server configured with security=share
 https://bugs.launchpad.net/bugs/209520
 You received this bug notification because you are a direct subscriber
 of the bug.



-- 
Ed Covert
[EMAIL PROTECTED]

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2008-10-28 Thread oss_test_launchpad
Is this a problem with Ubuntu 8.10, too?

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2008-10-28 Thread Chief Ninja Monkie
No, I have not had this problem in 8.10

Ed


On Tue, October 28, 2008 2:07 pm, oss_test_launchpad said:
 Is this a problem with Ubuntu 8.10, too?

 --
 SMB error: Unable to mount location when server configured with security=share
 https://bugs.launchpad.net/bugs/209520
 You received this bug notification because you are a direct subscriber
 of the bug.



-- 
Ed Covert
[EMAIL PROTECTED]

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2008-10-06 Thread Steve Langasek
marking 'wontfix' for gvfs in hardy; the gvfs side of this requires UI
changes to detect the incompatibility (and possibly libsmbclient API
changes as well), so this is too intrusive for 8.04.

** Changed in: gvfs (Ubuntu Hardy)
   Status: Triaged = Won't Fix

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2008-10-06 Thread Steve Langasek
 Is this not caused by the same problem that causes bug 207072

No, it is not.  This bug is about incompatibility with servers that
negotiate weak password encryption for connections, and it has been
worked around by a change to the default settings for samba in Ubuntu
8.04.  If your problem was fixed by the patch from bug #207072, then
your problem is unrelated to this bug report.

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2008-10-06 Thread Steve Langasek
** Changed in: gvfs (Ubuntu)
   Status: New = Triaged

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2008-10-06 Thread Steve Langasek
marking 'wontfix' for gvfs in hardy; the gvfs side of this requires UI
changes to detect the incompatibility (and possibly libsmbclient API
changes as well), so this is too intrusive for 8.04.

** Changed in: gvfs (Ubuntu Hardy)
   Status: Triaged = Won't Fix

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2008-10-06 Thread Steve Langasek
** Changed in: gvfs (Ubuntu)
   Status: New = Triaged

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2008-10-06 Thread Steve Langasek
 Is this not caused by the same problem that causes bug 207072

No, it is not.  This bug is about incompatibility with servers that
negotiate weak password encryption for connections, and it has been
worked around by a change to the default settings for samba in Ubuntu
8.04.  If your problem was fixed by the patch from bug #207072, then
your problem is unrelated to this bug report.

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2008-09-22 Thread Richard Rickwood
Is this not caused by the same problem that causes bug 207072, which is
fixed (for me at least) using the patch supplied there:
http://launchpadlibrarian.net/15554213/80_samba_browsing_authentification.patch

I applied that patch to gvfs-0.99.8 and it cured all my nautilus smb
woes.

Why this patch is not yet integrated I do not know. Surely the dozens of
nautilus/smb bugs filed on lauchpad must have this common root.

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2008-09-22 Thread Richard Rickwood
Is this not caused by the same problem that causes bug 207072, which is
fixed (for me at least) using the patch supplied there:
http://launchpadlibrarian.net/15554213/80_samba_browsing_authentification.patch

I applied that patch to gvfs-0.99.8 and it cured all my nautilus smb
woes.

Why this patch is not yet integrated I do not know. Surely the dozens of
nautilus/smb bugs filed on lauchpad must have this common root.

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2008-09-04 Thread gregphil
I also experience the ubuntu 8.04.1 inability to display shares from WindowsXp 
boxes , but it displays shares from CentOS 5.2 boxes just fine.  On a parallel 
install (on another disk) of kubuntu 8.04.1 with Samba and all the other 
setting as identical as I can make them, the GUI browsing works in the KDU app 
Konquorer. HOWEVER to make this work I had to fix the /etc/hosts files.  The 
new format DOES NOT WORK, even with smbtree or smbclient.  It is necessary to 
add the NetBios name aliases to the 127.0.0.1 line, the entry on the 127.0.1.1 
line is not seen or not understood.  For example I use
127.0.0.1 localhost LIVING-ROOM LIVING-ROOM.MYGROUP
127.0.1.1 LIVING-ROOM.MYGROUP

Back in the ubuntu 8.04.1 install, the GUI browsing fails, but smbclient
or smbtree can report all the shares.  I am using the default encrypted
passwords and security = user.  The gnome nautilus network file browser
(ver 2.22.3) will show the computers with shares on the network, but
clicking on a Windows machine icon does NOT show the shares.  If I
switch the nautilus Location dialog to text, and append a valid share
name to the computer name, such as smb://laptop/C, then a full
successful mount is made and I can see and use the shared files.  Once
mounted, if I unmount and try again to click on a Windows machine icon
it still fails to mount.

I think I have tried every possible combination of smb.conf auth entries
(ntlmv2 auth = etc).  It is really broken.  Please fix

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2008-09-04 Thread gregphil
I also experience the ubuntu 8.04.1 inability to display shares from WindowsXp 
boxes , but it displays shares from CentOS 5.2 boxes just fine.  On a parallel 
install (on another disk) of kubuntu 8.04.1 with Samba and all the other 
setting as identical as I can make them, the GUI browsing works in the KDU app 
Konquorer. HOWEVER to make this work I had to fix the /etc/hosts files.  The 
new format DOES NOT WORK, even with smbtree or smbclient.  It is necessary to 
add the NetBios name aliases to the 127.0.0.1 line, the entry on the 127.0.1.1 
line is not seen or not understood.  For example I use
127.0.0.1 localhost LIVING-ROOM LIVING-ROOM.MYGROUP
127.0.1.1 LIVING-ROOM.MYGROUP

Back in the ubuntu 8.04.1 install, the GUI browsing fails, but smbclient
or smbtree can report all the shares.  I am using the default encrypted
passwords and security = user.  The gnome nautilus network file browser
(ver 2.22.3) will show the computers with shares on the network, but
clicking on a Windows machine icon does NOT show the shares.  If I
switch the nautilus Location dialog to text, and append a valid share
name to the computer name, such as smb://laptop/C, then a full
successful mount is made and I can see and use the shared files.  Once
mounted, if I unmount and try again to click on a Windows machine icon
it still fails to mount.

I think I have tried every possible combination of smb.conf auth entries
(ntlmv2 auth = etc).  It is really broken.  Please fix

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2008-08-27 Thread oss_test_launchpad
I have the following problem, testing with Ubuntu 8.10 Alpha 4+, trying
to connect to a company SMB network server share. Nautilus tells me:


Could not display smb://servername/myshare$/ - Einhängen des Ortes nicht 
möglich.


This worked ok when I used 8.04. However, nautilus shows the share as
mounted (gets a shortcut on the left side, as a cd would which has been
inserted into a local drive). When I press the eject (unmount) button
for this share, I sometimes get the following error message:


Could not display smb://servername/myshare$/. Fehler: DBus error 
org.freedesktop.DBus.Error.InvalidArgs: Mountpoint Already registered - Bitte 
wählen Sie einen anderen Betrachter und versuchen Sie es erneut.

I entered my account data the first time I tried to connect. Strangely enough, 
in the properties you can see how many files there are on this share and how 
much data there is all in all, but the file list cannot be displayed.

I reported this bug under
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/216465. However,
going more into it, I think this was the wrong thread to report this to.
Is this thread I am writing in now the right one, or should I open a new
one?

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2008-08-27 Thread oss_test_launchpad
I have the following problem, testing with Ubuntu 8.10 Alpha 4+, trying
to connect to a company SMB network server share. Nautilus tells me:


Could not display smb://servername/myshare$/ - Einhängen des Ortes nicht 
möglich.


This worked ok when I used 8.04. However, nautilus shows the share as
mounted (gets a shortcut on the left side, as a cd would which has been
inserted into a local drive). When I press the eject (unmount) button
for this share, I sometimes get the following error message:


Could not display smb://servername/myshare$/. Fehler: DBus error 
org.freedesktop.DBus.Error.InvalidArgs: Mountpoint Already registered - Bitte 
wählen Sie einen anderen Betrachter und versuchen Sie es erneut.

I entered my account data the first time I tried to connect. Strangely enough, 
in the properties you can see how many files there are on this share and how 
much data there is all in all, but the file list cannot be displayed.

I reported this bug under
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/216465. However,
going more into it, I think this was the wrong thread to report this to.
Is this thread I am writing in now the right one, or should I open a new
one?

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2008-08-25 Thread Tien Nguyen
IMHO, this whole smb:// access from nautilus is really not that great.
It is fine for copying files but most applications are not compatible
with this URL, so you can not drop the files with smb:// access into an
application. Another example, if you using Google web mail to compose an
e-mail and want to attach a file, you can browse to the smb:// share and
click on the file URL but then Firefox does not translate the smb:// URL
so it become useless!!

I might as well just use smbmount and mount it to a mount point. I
really hope to see Nautilus/Ubuntu improve in this area.

:).

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2008-08-25 Thread Tien Nguyen
IMHO, this whole smb:// access from nautilus is really not that great.
It is fine for copying files but most applications are not compatible
with this URL, so you can not drop the files with smb:// access into an
application. Another example, if you using Google web mail to compose an
e-mail and want to attach a file, you can browse to the smb:// share and
click on the file URL but then Firefox does not translate the smb:// URL
so it become useless!!

I might as well just use smbmount and mount it to a mount point. I
really hope to see Nautilus/Ubuntu improve in this area.

:).

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2008-08-22 Thread wolfwitch
This whole mess is actually WORSE in Intrepid right now. In Hardy, there
was at least the option of manually attaching to the share using the
Connect to server... dialog. That doesn't work in Intrepid.(!) One
gets the usual errant Cannot display location... error message, but it
shows up in Places as mounted (just like in Hardy); however- double-
clicking on the share to open it yields a very (un)helpful error
message:

DBus error org.freedesktop.DBus.Error.InvalidArgs: Mountpoint Already
registered

So now- I can't access my authenticated network shares at all.

Fortunately I'm running intrepid on a secondary machine- I realize it is
only in Alpha right now, but I had expected at least SOME progress on
this problem.

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2008-08-09 Thread sefs
Hello I am unable to browse shares

1) on ubuntu 8.04 from a windows machine
2) on ubuntu 8.04 from it self
3) can see shares, but they will not mount when double clicked upon.

What am I to do here guys.

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2008-08-09 Thread sefs
Hello I am unable to browse shares

1) on ubuntu 8.04 from a windows machine
2) on ubuntu 8.04 from it self
3) can see shares, but they will not mount when double clicked upon.

What am I to do here guys.

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2008-06-26 Thread Tiago Faria
Still doesn't work for me.

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2008-06-26 Thread Pablo Estigarribia
When access to windows 2003 server with smb://win2003server I can't see shares, 
but if I try to acces my ubuntu it shows shares example, smb://localhost. 
Instead if I try to access some share with smb://win2003server/share it shows 
folders inside share correctly and I can access without errors. 
I want to know where this issue is originated and how to fix it.

** Attachment added: Error screen
   http://launchpadlibrarian.net/15637270/screenshot1.png

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2008-06-26 Thread Pablo Estigarribia
Sorry, it's true is related to that bug.

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2008-06-26 Thread Steve Langasek
** Tags added: verification-done

** Tags removed: verification-needed

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2008-06-26 Thread Steve Langasek
Copied to hardy-updates, thanks!

** Changed in: samba (Ubuntu Hardy)
   Status: Fix Committed = Fix Released

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2008-06-26 Thread Tiago Faria
Still doesn't work for me.

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2008-06-26 Thread Steve Langasek
Tiago,

Please file a new bug describing the issue you're experiencing, and
provide the bug number here.  This bug report is about a failure to
connect to servers that require old password security methods, and has
been resolved in hardy-updates; if you're still experiencing problems
connecting to samba servers from hardy with all updates installed,
that's unrelated to this bug.

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2008-06-26 Thread Pablo Estigarribia
When access to windows 2003 server with smb://server I can't see shares, but if 
I try to acces my ubuntu it shows shares example, smb://localhost.
I want to know where this issue is originated and how to fix it.


** Attachment added: Error screen
   http://launchpadlibrarian.net/15637262/screenshot1.png

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2008-06-26 Thread Pablo Estigarribia
When access to windows 2003 server with smb://win2003server I can't see shares, 
but if I try to acces my ubuntu it shows shares example, smb://localhost. 
Instead if I try to access some share with smb://win2003server/share it shows 
folders inside share correctly and I can access without errors. 
I want to know where this issue is originated and how to fix it.

** Attachment added: Error screen
   http://launchpadlibrarian.net/15637270/screenshot1.png

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2008-06-26 Thread Steve Langasek
On Fri, Jun 27, 2008 at 02:23:34AM -, Pablo Estigarribia wrote:
 When access to windows 2003 server with smb://win2003server I can't see
 shares, but if I try to acces my ubuntu it shows shares example,
 smb://localhost. Instead if I try to access some share with
 smb://win2003server/share it shows folders inside share correctly and I
 can access without errors. 

That's bug #207072.

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
Ubuntu Developerhttp://www.debian.org/
[EMAIL PROTECTED] [EMAIL PROTECTED]

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2008-06-26 Thread Pablo Estigarribia
Sorry, it's true is related to that bug.

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2008-06-24 Thread Steve Langasek
BĂ¡lint,

I'm fairly certain that the bug you're seeing is not the same as the bug
described in this report; I'm not sure it's even possible for Windows
2003 to be downgraded to lanman-only authentication.  Perhaps your
problem is related to bug #207072 instead?

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2008-06-24 Thread BĂ¡lint Magyar
Steve, I'm quite confused about which bug my experiences belong under,
as my original bug #215570 has been marked as a duplicate of this bug
twice. To be sure, Windows 2003 shares use NTLMv2 auth. Quite sure my
problems are unrelated to #207072 as browsing seems to work fine, but
not mounting or actually displaying contents of shares.

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2008-06-24 Thread Miguel
This has worked for me thank you for the update/roll back. I can
browse windows servers again. Thank you Steve

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2008-06-24 Thread Steve Langasek
ok, I've unmarked bug #215570 as a duplicate, since the symptoms don't
fit either of these other two bugs and needs to be tracked down
separately.

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2008-06-24 Thread BĂ¡lint Magyar
Updated the gvfs and samba related packages from hardy-proposed. Trying
to reach a Windows Server 2003 share in an Active Directory domain
environment through Nautilus' Connect to Server... resulted in the
following message box after supplying the login info:

Sorry, couldn't display all the contents of smb: The specified
location is not mounted

Upon reloading the same Nautilus window, it produced the original
Unable to mount message. Both before and after the update, connecting
to a share on the server with smbclient works as intended (using the -U
and -W arguments to specify login info).

I have talked about this to Sebastien Bacher earlier this month, but I
guess it should be made public that I have talked to my supervisor at
work about this and we can provide remote access to a Hardy box in a
Windows Server 2003 domain environment for testing purposes. I would
like to ask the developers to contact me if this will be needed and we
will discuss the details in private.

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2008-06-24 Thread Steve Langasek
BĂ¡lint,

I'm fairly certain that the bug you're seeing is not the same as the bug
described in this report; I'm not sure it's even possible for Windows
2003 to be downgraded to lanman-only authentication.  Perhaps your
problem is related to bug #207072 instead?

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2008-06-24 Thread BĂ¡lint Magyar
Steve, I'm quite confused about which bug my experiences belong under,
as my original bug #215570 has been marked as a duplicate of this bug
twice. To be sure, Windows 2003 shares use NTLMv2 auth. Quite sure my
problems are unrelated to #207072 as browsing seems to work fine, but
not mounting or actually displaying contents of shares.

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2008-06-24 Thread Miguel
This has worked for me thank you for the update/roll back. I can
browse windows servers again. Thank you Steve

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2008-06-24 Thread Steve Langasek
ok, I've unmarked bug #215570 as a duplicate, since the symptoms don't
fit either of these other two bugs and needs to be tracked down
separately.

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2008-06-21 Thread Steve Langasek
Tien,

On Sat, Jun 21, 2008 at 03:54:34PM -, Tien Nguyen wrote:

 I am a bit unclear bout your last post and Steve last post. Is there a
recommend update or smb.conf work around? Please advise.

An update to the samba package is in progress which will roll back the
default client settings to something a bit more user-friendly, until such
time as the gvfs module can be extended to give better feedback.  This
updated package is currently available in the hardy-proposed repository, and
we're in the process of validating it for inclusion in the 8.04.1 point
release.

You are welcome to install the package by enabling the hardy-proposed
repository on your system, per the directions linked from
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/209520/comments/117.

Cheers,
-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
Ubuntu Developerhttp://www.debian.org/
[EMAIL PROTECTED] [EMAIL PROTECTED]

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2008-06-21 Thread Sebastien Bacher
I've updated the example name in the config to correspond to the
commands used and I can confirm than before the update clients can't
connect, after the update connecting using smbclient, smb or nautilus
works correctly, and changing the client lanman auth option brings the
system back to the situation before upgrade

** Description changed:

  Binary package hint: nautilus
  
  I just updated Ubuntu 8.04.
  Whenever I make a connection to the Window share, I got this error dialog: 
  
  Unable to mount location
  Failed to mount Windows share
  
  With and OK button.
  
  ProblemType: Bug
  Architecture: i386
  Date: Sun Mar 30 21:19:59 2008
  DistroRelease: Ubuntu 8.04
  ExecutablePath: /usr/bin/nautilus
  NonfreeKernelModules: nvidia
  Package: nautilus 1:2.22.1-0ubuntu1
  PackageArchitecture: i386
  ProcEnviron:
   
PATH=/home/username/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: nautilus
  Uname: Linux 2.6.24-12-generic i686
  
  TEST CASE:
  
  1) install the samba package
  2) configure 'security = share' and 'lanman auth = yes' in the [globals] 
section of /etc/samba/smb.conf
  3) add a user account to the server (e.g., with 'adduser user')
  4) set a password for this (insecure!) account with 'smbpasswd user'
  5) add a share which points to this user, e.g.:
-   [test]
+   [user]
  comment = Test share
  path = /home/user
  writable = yes
  guest ok = no
  user = user
  6) with the hardy version of the libsmbclient package installed, test the 
following:
a) smbclient //localhost/user
  should return
   Server not using user level security and no password supplied.
   Server requested LANMAN password (share-level security) but 'client use 
lanman auth' is disabled
b) nautilus smb://localhost/user
  should prompt for a password, and, even when entered correctly, return
   Couldn't display smb://localhost/user
   Error: Failed to mount Windows share
   Please select another viewer and try again.
  7) install the libsmbclient package from hardy-proposed
  8) both of the above two tests should now succeed
  9) set 'client lanman auth = no' in /etc/samba/smb.conf
  10) confirm that both of the above tests again fail when the config is 
overridden

** Description changed:

  Binary package hint: nautilus
  
  I just updated Ubuntu 8.04.
  Whenever I make a connection to the Window share, I got this error dialog: 
  
  Unable to mount location
  Failed to mount Windows share
  
  With and OK button.
  
  ProblemType: Bug
  Architecture: i386
  Date: Sun Mar 30 21:19:59 2008
  DistroRelease: Ubuntu 8.04
  ExecutablePath: /usr/bin/nautilus
  NonfreeKernelModules: nvidia
  Package: nautilus 1:2.22.1-0ubuntu1
  PackageArchitecture: i386
  ProcEnviron:
   
PATH=/home/username/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: nautilus
  Uname: Linux 2.6.24-12-generic i686
  
  TEST CASE:
  
  1) install the samba package
  2) configure 'security = share' and 'lanman auth = yes' in the [globals] 
section of /etc/samba/smb.conf
- 3) add a user account to the server (e.g., with 'adduser user')
- 4) set a password for this (insecure!) account with 'smbpasswd user'
+ 3) add a user account to the server (e.g., with 'sudo adduser user')
+ 4) set a password for this (insecure!) account with 'sudo smbpasswd user'
  5) add a share which points to this user, e.g.:
[user]
  comment = Test share
  path = /home/user
  writable = yes
  guest ok = no
  user = user
  6) with the hardy version of the libsmbclient package installed, test the 
following:
a) smbclient //localhost/user
  should return
   Server not using user level security and no password supplied.
   Server requested LANMAN password (share-level security) but 'client use 
lanman auth' is disabled
b) nautilus smb://localhost/user
  should prompt for a password, and, even when entered correctly, return
   Couldn't display smb://localhost/user
   Error: Failed to mount Windows share
   Please select another viewer and try again.
  7) install the libsmbclient package from hardy-proposed
  8) both of the above two tests should now succeed
  9) set 'client lanman auth = no' in /etc/samba/smb.conf
  10) confirm that both of the above tests again fail when the config is 
overridden

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2008-06-21 Thread Tien Nguyen
Sebastien,
I am a bit unclear bout your last post and Steve last post. Is there a 
recommend update or smb.conf work around? Please advise.
Thanks,

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2008-06-21 Thread Steve Langasek
Tien,

On Sat, Jun 21, 2008 at 03:54:34PM -, Tien Nguyen wrote:

 I am a bit unclear bout your last post and Steve last post. Is there a
recommend update or smb.conf work around? Please advise.

An update to the samba package is in progress which will roll back the
default client settings to something a bit more user-friendly, until such
time as the gvfs module can be extended to give better feedback.  This
updated package is currently available in the hardy-proposed repository, and
we're in the process of validating it for inclusion in the 8.04.1 point
release.

You are welcome to install the package by enabling the hardy-proposed
repository on your system, per the directions linked from
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/209520/comments/117.

Cheers,
-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
Ubuntu Developerhttp://www.debian.org/
[EMAIL PROTECTED] [EMAIL PROTECTED]

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2008-06-20 Thread Steve Langasek
** Description changed:

  Binary package hint: nautilus
  
  I just updated Ubuntu 8.04.
  Whenever I make a connection to the Window share, I got this error dialog: 
  
  Unable to mount location
  Failed to mount Windows share
  
  With and OK button.
  
  ProblemType: Bug
  Architecture: i386
  Date: Sun Mar 30 21:19:59 2008
  DistroRelease: Ubuntu 8.04
  ExecutablePath: /usr/bin/nautilus
  NonfreeKernelModules: nvidia
  Package: nautilus 1:2.22.1-0ubuntu1
  PackageArchitecture: i386
  ProcEnviron:
   
PATH=/home/username/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: nautilus
  Uname: Linux 2.6.24-12-generic i686
+ 
+ TEST CASE:
+ 
+ 1) install the samba package
+ 2) configure 'security = share' and 'lanman auth = yes' in the [globals] 
section of /etc/samba/smb.conf
+ 3) add a user account to the server (e.g., with 'adduser user')
+ 4) set a password for this (insecure!) account with 'smbpasswd user'
+ 5) add a share which points to this user, e.g.:
+   [test]
+ comment = Test share
+ path = /home/user
+ writable = yes
+ guest ok = no
+ user = user
+ 6) with the hardy version of the libsmbclient package installed, test the 
following:
+   a) smbclient //localhost/user
+ should return
+  Server not using user level security and no password supplied.
+  Server requested LANMAN password (share-level security) but 'client use 
lanman auth' is disabled
+   b) nautilus smb://localhost/user
+ should prompt for a password, and, even when entered correctly, return
+  Couldn't display smb://localhost/user
+  Error: Failed to mount Windows share
+  Please select another viewer and try again.
+ 7) install the libsmbclient package from hardy-proposed
+ 8) both of the above two tests should now succeed
+ 9) set 'client lanman auth = no' in /etc/samba/smb.conf
+ 10) confirm that both of the above tests again fail when the config is 
overridden

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2008-06-19 Thread Steve Langasek
** Changed in: samba (Ubuntu Hardy)
   Target: None = ubuntu-8.04.1

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2008-06-19 Thread Steve Langasek
marking as 'wontfix' for intrepid because we should probably just deal
with this on the gvfs side there.

** Changed in: samba (Ubuntu)
   Status: New = Won't Fix

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2008-06-19 Thread Martin Pitt
Accepted into -proposed, please test and give feedback here. Please see
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed. Thank you in advance!

** Changed in: gvfs (Ubuntu Hardy)
   Status: Triaged = Fix Committed

** Changed in: samba (Ubuntu Hardy)
   Status: In Progress = Fix Committed
   Target: ubuntu-8.04.1 = None

** Tags added: verification-needed

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2008-06-19 Thread Steve Langasek
After extensive discussion on IRC, it's been decided to roll back the
samba client security changes at least until the predominant desktop
client can provide a better feedback mechanism for such problems.  SRU
upload should follow shortly.

** Changed in: samba (Ubuntu Hardy)
   Status: Fix Committed = In Progress
   Target: None = ubuntu-8.04.1

** Changed in: samba (Ubuntu Hardy)
   Status: In Progress = Fix Committed

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2008-06-19 Thread Benjamim

Benjamim A. Janeiro

I confirm the exact same problem. Used to work in 7.10, just upgraded to
test 8.04 and unable to mount windows share.

It seems a quite important problem for users who are running ubuntu at
work when the network is a windows one.

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2008-06-19 Thread Steve Langasek
After extensive discussion on IRC, it's been decided to roll back the
samba client security changes at least until the predominant desktop
client can provide a better feedback mechanism for such problems.  SRU
upload should follow shortly.

** Also affects: samba (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: samba (Ubuntu Hardy)
   Importance: Undecided = High
 Assignee: (unassigned) = Steve Langasek (vorlon)
   Status: New = In Progress

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2008-06-19 Thread Steve Langasek
** Changed in: samba (Ubuntu Hardy)
   Target: None = ubuntu-8.04.1

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2008-06-19 Thread Steve Langasek
marking as 'wontfix' for intrepid because we should probably just deal
with this on the gvfs side there.

** Changed in: samba (Ubuntu)
   Status: New = Won't Fix

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2008-06-19 Thread Steve Langasek
** Changed in: nautilus (Ubuntu Hardy)
   Status: Confirmed = Invalid
   Target: ubuntu-8.04.1 = None

** Changed in: nautilus (Ubuntu)
   Status: Confirmed = Invalid

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2008-06-19 Thread Martin Pitt
Accepted into -proposed, please test and give feedback here. Please see
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed. Thank you in advance!

** Changed in: gvfs (Ubuntu Hardy)
   Status: Triaged = Fix Committed

** Changed in: samba (Ubuntu Hardy)
   Status: In Progress = Fix Committed
   Target: ubuntu-8.04.1 = None

** Tags added: verification-needed

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2008-06-19 Thread Martin Pitt
Whoops, overzealous script. Setting back gvfs task.

** Changed in: gvfs (Ubuntu Hardy)
   Status: Fix Committed = Triaged

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2008-06-19 Thread Steve Langasek
After extensive discussion on IRC, it's been decided to roll back the
samba client security changes at least until the predominant desktop
client can provide a better feedback mechanism for such problems.  SRU
upload should follow shortly.

** Changed in: samba (Ubuntu Hardy)
   Status: Fix Committed = In Progress
   Target: None = ubuntu-8.04.1

** Changed in: samba (Ubuntu Hardy)
   Status: In Progress = Fix Committed

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2008-06-17 Thread Steve Langasek
Miguel,

On Fri, Jun 06, 2008 at 10:18:20PM -, Miguel wrote:
 Using Nautilus, when I select my windows server icon under 'Network
 Servers', Nautilus returns a '0' items available with a blank screen.
 When I do the same under Feisty, Nautilus displays the shares of my
 windows server. That is it.

 If I type the smb://server/share in the location bar of Nautilus, then
 the contents of the share are displayed.

It sounds like you may be experiencing bug #207072, another frequently
reported bug.

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
Ubuntu Developerhttp://www.debian.org/
[EMAIL PROTECTED] [EMAIL PROTECTED]

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2008-06-16 Thread Steve Langasek
In the end, the explanation for being unable to connect to servers using
share-level security is very straightforward.  If I configure a samba
server here for security=share and connect with smbclient, I see the
following:

$ smbclient //borges/pub
Password: 
Domain=[DNSG] OS=[Unix] Server=[Samba 3.0.30]
Server not using user level security and no password supplied.
Server requested LANMAN password (share-level security) but 'client use lanman 
auth' is disabled
tree connect failed: SUCCESS - 0
$

The use of lanman authentication has been disabled on both client and
server in Ubuntu 8.04 because it's substantially weaker that NTLM
passwords, and therefore more vulnerable to decryption attacks of the
network traffic.  To be precise, the man page for smb.conf says:

  This parameter determines whether  or  not  smbclient(8)  and  other
  samba  client  tools  will attempt to authenticate itself to servers
  using the weaker LANMAN password  hash.  If  disabled,  only  server
  which  support  NT  password  hashes  (e.g.  Windows NT/2000, Samba,
  etc... but not Windows 95/98) will be able to be connected from  the
  Samba client.

  The  LANMAN  encrypted  response is easily broken, due to it’s case-
  insensitive nature, and the choice  of  algorithm.  Clients  without
  Windows 95/98 servers are advised to disable this option.

  Disabling  this  option  will also disable the client plaintext auth
  option

I didn't remember that share-level security was restricted to lanman
password authentication, but now that I see that, this failure to
connect makes sense.  It is not accidental that the client refuses to
negotiate security in such a situation; I still believe this is the
correct default for libsmbclient to use in hardy, because enabling weak
authentication in the client doesn't just make it possible to use older
servers, it also makes it possible for a man-in-the-middle attacker to
trick your client into using weak authentication when trying to talk to
a newer server, compromising other passwords in the process.

As a workaround, users who need to access security=share servers can add
'client lanman auth = yes' to the [global] section of
/etc/samba/smb.conf on their hardy client systems, to enable negotiation
of this weak authentication protocol.

For nautilus/gvfs, there definitely should be a better feedback
mechanism about this problem, so that users get some indication of why
the connection has failed.

** Changed in: gvfs (Ubuntu Hardy)
   Status: New = Triaged

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Re: [Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2008-06-16 Thread Steve Langasek
Chris,

On Thu, May 08, 2008 at 01:17:07PM -, DrC wrote:

 Thanks for the clarification.

 a) Do I need to repost in the 207072 thread or will the information
 already have got there?

 b) If I should repost,  Is mine a different bug or is it a consequence
 of the same bug?   Even having asked for authentication, nautilus does
 not always offer/use it.

Having drilled down into each of these bugs now, I'm quite sure that your
bug is the same as bug #207072.  You may want to subscribe to that bug to
track its progress, but I don't believe we're missing any other information
needed to resolve it.

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
Ubuntu Developerhttp://www.debian.org/
[EMAIL PROTECTED] [EMAIL PROTECTED]

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2008-06-15 Thread Tien Nguyen
Rudolf,

Thanks for your clarification. In my previous post
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/209520/comments/69
the option security = user only refer to the Samba server setting. I
have positive proof that this option on the server indeed fix the
authentication problem for Hardy Samba client. Any other symtomps are
separate issues and it makes this bug more confusing and hard to track.

So if the developer can focus on this authentication issue, he/she may
be able to fix (at least) one problem.

Cheers,

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2008-06-14 Thread Rudolf Reuter
Hello,
my Ubuntu 0804 is actual updated.
In /etc/samba/smb.conf I have security = user.
I try from Ubuntu to work with a windows share.
When I try in Nautilus smb://host-name I get no windows shares to see.
When I try in Nautilus smb://192.168.17.xx I can see my windows shares.
Then, if I click on a share name, I get a login box with my user name. When I 
key in the password and hit enter, I can access all files.
The host-name was setup in /etc/hosts and works with ping host-name.
I hope this will help in debugging.
Greeting, Rudi

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2008-06-14 Thread Tien Nguyen
Rudolf,
Just to verify one thing here. Is the file /etc/samba/smb.conf reside on the 
client Ubuntu computer? Or is it on the Samba server which offer the shared 
folder?

If it is on the client Ubuntu computer then is the option security =
user means nothing.

Cheers,

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2008-06-14 Thread Rudolf Reuter
Hello Tien,
Sorry to confuse you. Client: Ubuntu 0804 , Server: Windows XP
On both systems the same user and password was set (on Ubuntu also smbpasswd).
I just tried to give as much useful information as possible.
Greetings, Rudi

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2008-06-11 Thread Blue
The bug title is improper, as the problem does not happen only with 
security=share.
Someone should change that.

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2008-06-11 Thread Sebastien Bacher
the upstream bug indicates that some issues are due to libsmbclient,
also using nautilus-share on a directory and changing the security
option is not enough to trigger the bug, having clear instructions on
how to trigger the bug on a standard installation would be really useful

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2008-06-11 Thread DrC
Sebastien - did my post

https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/209520/comments/77

not help?

I too believe the title is misleading, but I may have found the reason
why it seems like a 'security=share' issue.   With security=user the
intricacies of the problem become apparent when your user name on the
client is different from the samba account name on the server.

With security=share this is always the case.

But this is clearly a complex issue, and I might be making more out of
my bit of evidence than it warrants.  I wonder how many other users see
the problem when client user name and samba account name are different?

Chris

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2008-06-11 Thread Sebastien Bacher
the connect to server issue is bug #216104

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2008-06-10 Thread Spoonman
i also tried to do this on WinXP SP3 but i already had simple file
sharing disabled from beginning but had these troubles anyway...

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2008-06-10 Thread rshane
The problem here seems to be confined to Nautilus.  I used SmbK4 (on
gnome actually) and it is fine with the shares.  this is a good work
around but it doesn't address the problem.  There was an update to
Nautilus yesterday and since the update, it ceases to function.  Before
that, I didn't have any issues.  For the moment, this work around
functions but I am perplexed as to the actual issue.

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2008-06-08 Thread hanzacra
I experienced this issue as well when accessing a Windows XP Pro SP3
machine from Ubuntu 8.04 LTS.  Disabling simple file sharing on the XP
box (http://support.microsoft.com/kb/307874) resolved the issue and I
can now access both shared drives and C$, D$, etc.

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2008-06-07 Thread Danny Rafferty
I'm quite a newbie, but came across this problem myself. I seem to get
some progress with gnome commander, but still cannot open root system
shares (i.e. C$). If a fix comes around will it be automatically
downloaded as an update???

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


  1   2   >