[Desktop-packages] [Bug 510059] Re: Gvfs keeps asking for password when trying to mount Samba share

2017-05-04 Thread Marc Pignat
Dear all, Using ubuntu 16.04, and adding security = user client use spnego = no to /etc/samba/smb.conf has fixed gvfs-mount for me -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gvfs in Ubuntu. https://bugs.launchpad.net/bugs/510059

[Desktop-packages] [Bug 510059] Re: Gvfs keeps asking for password when trying to mount Samba share

2017-01-05 Thread theozzlives
I am having the same problem and after blowing nearly 400 dollars of my allowance on networking gear and bankrupting myself in the process only to find out that linux is a turd when it comes to file sharing is really ticking me off! Fuck linux it's a bullshit os for wieners! Fix this shit already

[Desktop-packages] [Bug 510059] Re: Gvfs keeps asking for password when trying to mount Samba share

2017-01-04 Thread moobulus
I am having the same problem and after blowing nearly 400 dollars of my allowance on networking gear and bankrupting myself in the process only to find out that linux is a turd when it comes to file sharing is really ticking me off! Fuck linux it's a bullshit os for wieners! Fix this shit already

[Desktop-packages] [Bug 510059] Re: Gvfs keeps asking for password when trying to mount Samba share

2016-05-24 Thread Nikola
After some browsing it turns out this is not really a bug, but shall we say a "security feature". There is this pklocalauthority stuff (see man page) that basically makes authorization things more complex, and to me, not logical. See ralph.ronnquist comment at Debian user forums page http://forums

[Desktop-packages] [Bug 510059] Re: Gvfs keeps asking for password when trying to mount Samba share

2016-05-24 Thread Nikola
Same here... I have started with 14.04LTS and I could reach a Win2008 machine. After several updates, somewhere in the first quarter of 2016, I believe something things got strange. I purged samba and reinstalled it - no change. I have several personal shared folders, made from nautilus, and all

[Desktop-packages] [Bug 510059] Re: Gvfs keeps asking for password when trying to mount Samba share

2016-04-25 Thread Bug Watch Updater
** Changed in: gvfs Status: Incomplete => Unknown -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gvfs in Ubuntu. https://bugs.launchpad.net/bugs/510059 Title: Gvfs keeps asking for password when trying to mount Samba share Sta

[Desktop-packages] [Bug 510059] Re: Gvfs keeps asking for password when trying to mount Samba share

2016-04-22 Thread Bug Watch Updater
** Changed in: gvfs Status: Confirmed => Incomplete -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gvfs in Ubuntu. https://bugs.launchpad.net/bugs/510059 Title: Gvfs keeps asking for password when trying to mount Samba share S

[Desktop-packages] [Bug 510059] Re: Gvfs keeps asking for password when trying to mount Samba share

2016-04-21 Thread Bug Watch Updater
** Changed in: gvfs Status: New => Confirmed -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gvfs in Ubuntu. https://bugs.launchpad.net/bugs/510059 Title: Gvfs keeps asking for password when trying to mount Samba share Status i

[Desktop-packages] [Bug 510059] Re: Gvfs keeps asking for password when trying to mount Samba share

2015-01-08 Thread freacert
some note of my side. Problem started when i tried to connect to a Samba4 machine (ubuntu 14.04.1) from a 12.04. I had the password loop on the 14.04. to try and reach the 12.04 (samba 3.6.3-2). So I thought, I update the 12.04 with samba4. Now I have the password loop on that machine aswell.

[Desktop-packages] [Bug 510059] Re: Gvfs keeps asking for password when trying to mount Samba share

2014-09-30 Thread Børge Lillebo
Addendum: I have now discovered something interesting enlightening this problem. When I try Linux Mint 17 XFCE from usb (without installing to computer) I am able to mount smb inside Thunar (smb://XXX.XXX.XX/XXX). I just have to write username, domain and password once. When I install the same syst

[Desktop-packages] [Bug 510059] Re: Gvfs keeps asking for password when trying to mount Samba share

2014-08-27 Thread borgelillebo
This problem is not present in Ubuntu 14.04 nor is it present in Linux Mint Qiana 17 XFCE. Anyone who has solved this problem in Xubuntu 14.04? -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gvfs in Ubuntu. https://bugs.launchpad.net/bug

[Desktop-packages] [Bug 510059] Re: Gvfs keeps asking for password when trying to mount Samba share

2014-08-08 Thread borgelillebo
Xubuntu 14.04. Confirming problem with gvfs. Gigolo keeps prompting for username, domain and password. The same happens with gvfs-mount in the terminal. I am able to mount the folder with cifs: sudo mount -t cifs //xxx/xxx newfolder/ -o username="myusername",domain="mydomain",sec=ntlmssp,noperm

[Desktop-packages] [Bug 510059] Re: Gvfs keeps asking for password when trying to mount Samba share

2014-04-26 Thread Michael Daly
Using Xubuntu 14.04 and none of the proposed workarounds work for me. Very frustrating. At least with a one-way share (Win7 to Linux works even if Linux to Win7 doesn't) I can transfer files without a sneakernet. I have not been able to get this to work in prior attempts in the last month with Mi

[Desktop-packages] [Bug 510059] Re: Gvfs keeps asking for password when trying to mount Samba share

2013-08-07 Thread asheenlevrai
Solved problem using this: Edit /etc/samba/smb.conf add the following in the [global] section client ntlm auth = yes client ntlmv2 auth= no -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gvfs in Ubuntu. https://bugs.launchpad.net/bugs

[Desktop-packages] [Bug 510059] Re: Gvfs keeps asking for password when trying to mount Samba share

2013-08-06 Thread asheenlevrai
+1 Running Ubuntu 13.04 here and experiencing the same issue. gvfs can connect flawlessly to shares supporting NTLMv2 but cannot connect to shares supporting NTLM only The same behavior is observed in Win7 and OSX 10.7 but there are settings that can be modified to add back support for NTLM auth

[Desktop-packages] [Bug 510059] Re: Gvfs keeps asking for password when trying to mount Samba share

2012-07-25 Thread Nicolas Krzywinski
Hi guys, for me only this line helped: client ntlmv2 auth = no The SMB server I am accessing is an old NAS which don't support NTLMv2. We had the same issues on all Windows 7 and Windows Server 2008 machines when trying to access the NAS, because the next gen windows systems have NTLMv1 disabled b

[Desktop-packages] [Bug 510059] Re: Gvfs keeps asking for password when trying to mount Samba share

2012-05-21 Thread rhhoek
With changing (adding) /etc/samba/smb.conf to: client lanman auth = no client ntlmv2 auth = no client ntlm = yes this works for me, like work around #29 -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gvfs in Ubuntu. https://bugs.launc

[Desktop-packages] [Bug 510059] Re: Gvfs keeps asking for password when trying to mount Samba share

2012-05-07 Thread Jorma
I have two 12.04 machines, one of which was not able to connect to a shared folder in the other. The problem was solved when on the server side I added myself as one of the users of Samba (I of course already had a user account on the server): smbpasswd -a myUsername I also gave the password th

[Desktop-packages] [Bug 510059] Re: Gvfs keeps asking for password when trying to mount Samba share

2012-05-06 Thread Max-Ulrich Farber
The deprecated LanMan authentication is not safe at all. That for it is just a bad workaround to set client lanman auth = yes client ntlmv2 auth = no I hope there will soon be an other solution for this problem! -- You received this bug notification because you are a member of Desktop Packages,

[Desktop-packages] [Bug 510059] Re: Gvfs keeps asking for password when trying to mount Samba share

2012-05-01 Thread Nhorning
Medium is not high enough priority for this bug. If the solution in #29 works for everybody, can't it be fixed downstream by adjusting the default settings for smb.conf? It's great that there's a fix, but asking users in a remote location to modify this setting on each one of their machines is o

[Desktop-packages] [Bug 510059] Re: Gvfs keeps asking for password when trying to mount Samba share

2012-04-04 Thread icb410
Solution in #29 fixed it for me. I already had the client lanman auth = yes from 11.10 to get it to work. It was the ntlmv2 line that was needed for 12.04. I am connecting to a netgear Nv+ NAS. -- You received this bug notification because you are a member of Desktop Packages, which is subscri

[Desktop-packages] [Bug 510059] Re: Gvfs keeps asking for password when trying to mount Samba share

2012-03-09 Thread bnw
The solution in #29 fixed it for my 12.04 as well. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gvfs in Ubuntu. https://bugs.launchpad.net/bugs/510059 Title: Gvfs keeps asking for password when trying to mount Samba share Status in

[Desktop-packages] [Bug 510059] Re: Gvfs keeps asking for password when trying to mount Samba share

2012-03-08 Thread Ulf Tidstrand
The solution in comment #29 worked for me in 12.04. However, one of my accounts still had problems (while other accounts on the same machine worked OK). It turned out that there was a local smb.conf file in the .smb directory of the account's home directory. I simply removed the entire .smb directo

[Desktop-packages] [Bug 510059] Re: Gvfs keeps asking for password when trying to mount Samba share

2012-03-01 Thread Matthew Meyer
Same problem here... good grief how long has this been going on with no solution? I tried each of the fixes listed above, but none of them worked for me. I have to agree with the above sentiments that this is exactly the type of thing that causes people to give up on Ubuntu and stick with Windows

[Desktop-packages] [Bug 510059] Re: Gvfs keeps asking for password when trying to mount Samba share

2012-02-16 Thread Alexandre Jodoin
12.04 here... This issue is still present... Let me know if you need more info... auth.log doesn't show errors... -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gvfs in Ubuntu. https://bugs.launchpad.net/bugs/510059 Title: Gvfs keep

[Desktop-packages] [Bug 510059] Re: Gvfs keeps asking for password when trying to mount Samba share

2012-02-13 Thread Thomas M Steenholdt
I have this exact problem on a freshly installed Precise. This is what I had to do, to fix the problem: in /etc/samba/smb.conf add the following to the bottom of the [global] section: client lanman auth = yes client ntlmv2 auth = no I could gvfs-mount a Windows 2008 share, but not an Alfresco C

[Desktop-packages] [Bug 510059] Re: Gvfs keeps asking for password when trying to mount Samba share

2012-01-06 Thread Mårten Woxberg
I just installed the desktop version of Ubuntu 11.10 on my 2nd computer. Right after the install I tried to access the samba shares (my main purpouse for installing ubuntu). I have two computers who share and both of them was listed as computers in Nautilus. Nautilus did not however list my rout