[Bug 210741] Re: no way to read and write files on mounted samba share on hardy

2010-02-08 Thread Chuck Short
** Changed in: samba (Ubuntu) Importance: Undecided = Low ** Changed in: samba (Ubuntu) Status: Incomplete = Confirmed -- no way to read and write files on mounted samba share on hardy https://bugs.launchpad.net/bugs/210741 You received this bug notification because you are a member

[Bug 210741] Re: no way to read and write files on mounted samba share on hardy

2009-03-12 Thread bigal50
This appears to be a duplicate of at bug at https://dev.openwrt.org/ticket/2865 Try mounting in fstab using this For a non-password protected share with read/write permission use //netbiosname/sharename/media/sharenamecifs guest,rw,iocharset=utf8,file_mode=0777,dir_mode=0777 0 0

[Bug 210741] Re: no way to read and write files on mounted samba share on hardy

2008-11-16 Thread Oleg
It appears that this problem affects me as well. I have Intrepid Ibex 2.6.27-7-generic kernel. Since upgrade to Intrepid, I cannot access samba folders. My samba server is 2.0 (shipped with OpenWrt). I am mounting with simple fstab line: //asus-router/torrents /mnt/torrents smbfs

[Bug 210741] Re: no way to read and write files on mounted samba share on hardy

2008-08-15 Thread Steve Langasek
Malte, Please file a separate bug report for your issue, which is unrelated to the other issues discussed in this bug report. Plaintext authentication with CIFS is, I believe, a marginal use case anymore; I won't rule out the possibility of including a fix for this in an update to Ubuntu 8.04,

[Bug 210741] Re: no way to read and write files on mounted samba share on hardy

2008-08-12 Thread Malte Kleemeier
Since I have not seen any new posts on this thread for some months, I would like to confirm the problems mentioned in the earlier bug reports: 1) After the upgrade to Ubuntu 8.04 I cannot access the files on a samba server any longer. When I try to mount the samba share by the following

[Bug 210741] Re: no way to read and write files on mounted samba share on hardy

2008-05-17 Thread Jan Hoogenraad
Below the server side log, as for the file debug1.txt. uid is same as on client, gid differs; gid is OK for client. I did try to disable unix extensions on the client side, but this did not change the results Further information on the systems that may help: Under previous Ubuntu versions, I was

[Bug 210741] Re: no way to read and write files on mounted samba share on hardy

2008-05-16 Thread tonyw
I think I have almost found the answer. Look at this bug: https://bugzilla.samba.org/show_bug.cgi?id=2512 I turned off Unix Extensions on the server side and lo and behold I could mount the share on the client using CIFS and the program worked! It looks like CIFS is not telling the how truth

[Bug 210741] Re: no way to read and write files on mounted samba share on hardy

2008-05-16 Thread Jan Hoogenraad
My server: an old linux server: Linux 2.2.16-22 #1 Tue Aug 22 16:16:55 EDT 2000 i586 unknown /usr/sbin/smbd -V: Version 2.0.7 On the server: both accounts where the uid is the same as on the client, and (most) accounts where the uid differs from that on the client. Passwords in plain text

[Bug 210741] Re: no way to read and write files on mounted samba share on hardy

2008-05-16 Thread Steve Langasek
Hi Jan, The client-side log really only shows that the kernel driver got an error accessing the file, and mapped this to the EACCES, which I don't know to be incorrect. The requested client- and server-side ls output, showing the respective permissions, would still be helpful here. -- no way

[Bug 210741] Re: no way to read and write files on mounted samba share on hardy

2008-05-15 Thread TMwtP
Problem solved for me! http://ubuntuforums.org/showthread.php?t=707370highlight=cifs+samba+hardy Recompiling samba to use the smbfs libraries (as it should) did the trick. -- no way to read and write files on mounted samba share on hardy https://bugs.launchpad.net/bugs/210741 You received this

[Bug 210741] Re: no way to read and write files on mounted samba share on hardy

2008-05-15 Thread tonyw
Jan, You want to get the samba 3.0.28a archive from http://us1.samba.org/samba/ftp/old-versions/samba-3.0.28a.tar.gz expand it into a temporary location, cd to the source folder and enter the command: ./configure --with-smbmount --sysconfdir=/etc/samba --with- lockdir=/var/cache/samba

[Bug 210741] Re: no way to read and write files on mounted samba share on hardy

2008-05-15 Thread Steve Langasek
Jan, For questions about building samba from source to re-enable the smbfs utilities, please follow up to the forums instead of to this bug report. This bug report should be kept focused on finding a solution to the actual bug that's preventing mount.cifs from working correctly (which, btw, I

[Bug 210741] Re: no way to read and write files on mounted samba share on hardy

2008-05-05 Thread TMwtP
Hmm, I've been with the Ubuntu communty since 5.04, and this is the first time something as serious as this has occurred for me. For instance, I can browse my image files on the Samba server (a Fedora installation) as before, I even see thumbnails of my pics, but I can't open them. I can't play

[Bug 210741] Re: no way to read and write files on mounted samba share on hardy

2008-05-05 Thread Chuck Short
As asked before is there anything in your logfiles? Thanks chuck ** Changed in: samba (Ubuntu) Status: New = Incomplete -- no way to read and write files on mounted samba share on hardy https://bugs.launchpad.net/bugs/210741 You received this bug notification because you are a member of

[Bug 210741] Re: no way to read and write files on mounted samba share on hardy

2008-05-05 Thread TMwtP
My samba log files on the server doesn't show anything out of the ordinary. Remember - nothing has changed on the server, and as far as the server can tell I can access my files. -- no way to read and write files on mounted samba share on hardy https://bugs.launchpad.net/bugs/210741 You received

[Bug 210741] Re: no way to read and write files on mounted samba share on hardy

2008-05-03 Thread Marcin Mincer
The same problem. I have a smb share on server which is public and writeable, and with fstab like this: //server/pub/media/pub smbfs guest,uid=1000,rw,iocharest=utf8,file_mode=0775,dir_mode=0777 0 0 only root can write to /media/pub (even though 1000 is uid of normal user).

[Bug 210741] Re: no way to read and write files on mounted samba share on hardy

2008-05-03 Thread tonyw
Marcin, the unmount on shutdown problem has been noted elsewhere (bug #211631) and is probably a mis-ordering of the shtudown script. -- no way to read and write files on mounted samba share on hardy https://bugs.launchpad.net/bugs/210741 You received this bug notification because you are a

[Bug 210741] Re: no way to read and write files on mounted samba share on hardy

2008-05-03 Thread Jan Hoogenraad
** Changed in: samba (Ubuntu) Status: Incomplete = New -- no way to read and write files on mounted samba share on hardy https://bugs.launchpad.net/bugs/210741 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to samba in ubuntu. --

[Bug 210741] Re: no way to read and write files on mounted samba share on hardy

2008-05-02 Thread tonyw
There certainly appears to be a problem with the Hardy CIFS/SMBFS implementation. For me it has broken a wine application that used smbfs/cifs to access a remote set of files. We use an old Windows based account packages (TAS Books). Works fine and runs under Linux/wine, so no real need to

[Bug 210741] Re: no way to read and write files on mounted samba share on hardy

2008-05-02 Thread Jan Hoogenraad
I have exaxctly the same problems. Due to this, my Ubuntu computer has started to be a nuisance, especially because downgrading back to 7.* is impossible, and gvfs cannot be disabled without removing Nautilus and the Ubuntu desktop. What a pain is hardy ! My configuration: 1 Ubuntu hardy destop,

[Bug 210741] Re: no way to read and write files on mounted samba share on hardy

2008-04-02 Thread Chuck Short
Is there anything in your log files on the samba server? Thanks chuck ** Changed in: samba (Ubuntu) Status: New = Incomplete -- no way to read and write files on mounted samba share on hardy https://bugs.launchpad.net/bugs/210741 You received this bug notification because you are a