[Bug 185729] Re: nautilus is unable to copy folders from samba

2010-04-30 Thread agitdd99
i got this problem too. especially when i make an open office document
in other computer and save it in shared folder (with guess user option),
and then i tried to copy the file from my computer, there is this error
message invalid arguement.

i tried to copy besides an openoffice document, an jpg image. it was fine. 
there could 
It was fine when running karmic. no luck now when running lucid.   

** Attachment added: error message
   http://launchpadlibrarian.net/46824200/Screenshot.png

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

** Changed in: gvfs (Ubuntu)
   Status: Invalid = In Progress

-- 
nautilus is unable to copy folders from samba
https://bugs.launchpad.net/bugs/185729
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 185729] Re: nautilus is unable to copy folders from samba

2010-04-30 Thread agitdd99
** Changed in: gvfs (Ubuntu)
   Status: In Progress = Invalid

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

-- 
nautilus is unable to copy folders from samba
https://bugs.launchpad.net/bugs/185729
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 185729] Re: nautilus is unable to copy folders from samba

2010-03-10 Thread Chuck Short
This should be fixed for Lucid, please re-open if it isnt.

Regards
chuck

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

-- 
nautilus is unable to copy folders from samba
https://bugs.launchpad.net/bugs/185729
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 185729] Re: nautilus is unable to copy folders from samba

2010-02-19 Thread Roel
rylleman, thanks!

-- 
nautilus is unable to copy folders from samba
https://bugs.launchpad.net/bugs/185729
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 185729] Re: nautilus is unable to copy folders from samba

2010-01-25 Thread rylleman
Roel. Add a noperm to your fstab-entry. That solved the exact same
issue for me.

-- 
nautilus is unable to copy folders from samba
https://bugs.launchpad.net/bugs/185729
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 185729] Re: nautilus is unable to copy folders from samba

2010-01-25 Thread Chuck Short
** Changed in: samba (Ubuntu)
   Status: Incomplete = Confirmed

-- 
nautilus is unable to copy folders from samba
https://bugs.launchpad.net/bugs/185729
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 185729] Re: nautilus is unable to copy folders from samba

2009-10-23 Thread Roel
i have the same issue as yaztromo mentions here: 
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/185729/comments/53

basically when copying a folder to a cifs-mount, the folder is created but the 
files fails to copy.
It looks to me like the folder is being created and it tries to copy the files 
before the correct rights can be given to the new folder.

when using nautilus it only happens to the first file (notice creates enough 
time to set correct rights?)
when using bash (cp -R folder/ cifsmount/) it happens to all files (notice 
creates enough time to set correct rights?)

uname -a
Linux juniorR 2.6.28-16-generic #55-Ubuntu SMP Tue Oct 20 19:48:24 UTC 2009 
i686 GNU/Linux

fstab
//chef/projects /home/roel/_projects cifs  
credentials=/root/.credentials,uid=roel,iocharset=utf8,file_mode=0777,dir_mode=0777
 0 0

excuise me my n00bness if this is posted in the wrong place!

-- 
nautilus is unable to copy folders from samba
https://bugs.launchpad.net/bugs/185729
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 185729] Re: nautilus is unable to copy folders from samba

2009-10-23 Thread Roel
plz ignore the latter (notice creates enough time to set correct
rights?)  lazy-copy-error

-- 
nautilus is unable to copy folders from samba
https://bugs.launchpad.net/bugs/185729
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 185729] Re: nautilus is unable to copy folders from samba

2008-10-23 Thread Henk
The solution from ewmcnee works for me to! Hardy, Conceptronic NAS.
Thanks, just add the correct entry in /etc/fstab

 My solution has been to permanently mount the NAS volume by editing
the /etc/fstab file. With it mounted, even Nautilus doesn't have
problems any more moving files or complete folders.

In my case, the NAS volume is //192.168.1.100/Volume_1 and I have
mounted it at /media/backup. The line I added to fstab is this:

//192.168.1.100/Volume_1 /media/backup cifs guest,uid=1000 0 0

Now if I browse /media/backup with Nautilus... bingo! I can properly
manipulate all the files and folders again.

Hope this helps.

-- 
nautilus is unable to copy folders from samba
https://bugs.launchpad.net/bugs/185729
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 185729] Re: nautilus is unable to copy folders from samba

2008-08-06 Thread miraceti
Hi Goswin, It was Hardy that worked after the update. Hope the update
works for you too. I am using the 64 bit version.

-- 
nautilus is unable to copy folders from samba
https://bugs.launchpad.net/bugs/185729
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 185729] Re: nautilus is unable to copy folders from samba

2008-08-06 Thread yaztromo
Still broken here. Both server and client are hardy with full updates.

-- 
nautilus is unable to copy folders from samba
https://bugs.launchpad.net/bugs/185729
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 185729] Re: nautilus is unable to copy folders from samba

2008-08-06 Thread miraceti
After mounting your share, can you get folders copied by going to the
.gvfs folder in your home folder?  I found that this worked just fine
when it was broken in Nautillus.

-- 
nautilus is unable to copy folders from samba
https://bugs.launchpad.net/bugs/185729
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 185729] Re: nautilus is unable to copy folders from samba

2008-08-05 Thread Goswin
I've tried in Hardy, but I can't copy folders still. Was it Hardy or
Intrepid you had success with?

-- 
nautilus is unable to copy folders from samba
https://bugs.launchpad.net/bugs/185729
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 185729] Re: nautilus is unable to copy folders from samba

2008-08-05 Thread Shawn vega
it's working on hardy for me now too.
thanks everyone.

-- 
nautilus is unable to copy folders from samba
https://bugs.launchpad.net/bugs/185729
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 185729] Re: nautilus is unable to copy folders from samba

2008-07-15 Thread ewmcnee
My solution has been to permanently mount the NAS volume by editing the
/etc/fstab file. With it mounted, even Nautilus doesn't have problems
any more moving files or complete folders.

In my case, the NAS volume is //192.168.1.100/Volume_1 and I have
mounted it at /media/backup. The line I added to fstab is this:

//192.168.1.100/Volume_1 /media/backup cifs guest,uid=1000  0
0

Now if I browse /media/backup with Nautilus... bingo! I can properly
manipulate all the files and folders again.

Hope this helps.

-- 
nautilus is unable to copy folders from samba
https://bugs.launchpad.net/bugs/185729
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 185729] Re: nautilus is unable to copy folders from samba

2008-07-15 Thread Shawn vega
hey I test tested this out with ubuntu intrepid ibex 8.10 alpha2 and
copying folders with samba works.

also why is bug marked as incomplete.

-- 
nautilus is unable to copy folders from samba
https://bugs.launchpad.net/bugs/185729
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 185729] Re: nautilus is unable to copy folders from samba

2008-07-10 Thread ewmcnee
I have the same file/folder problem with Nautilus in Hardy. Files will
copy from the NAS but folders will not.

I installed the Dolphin file manager and it has no problem with the
copy of files or folders, so I think the problem lies in Nautilus and
not Samba.

Perhaps using Dolphin or another file manager will help people until the
bug is fixed.

-- 
nautilus is unable to copy folders from samba
https://bugs.launchpad.net/bugs/185729
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 185729] Re: nautilus is unable to copy folders from samba

2008-07-03 Thread DeeEmm
Should probably add that there was no issue before upgrading to Hardy
(from Gutsy). Have also tried a clean install and same problem persists.

DM

-- 
nautilus is unable to copy folders from samba
https://bugs.launchpad.net/bugs/185729
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 185729] Re: nautilus is unable to copy folders from samba

2008-06-22 Thread miraceti
Just to confirm Gerards workaround. 
I have a No Name brand NAS and can quite successfully copy folders from the 
~/.gvfs folder in Nautilus

-- 
nautilus is unable to copy folders from samba
https://bugs.launchpad.net/bugs/185729
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 185729] Re: nautilus is unable to copy folders from samba

2008-05-22 Thread T
Hello, Same problem for me on Hardy.
Copying samba folders worked fine using Gutsy before update to Hardy.

-- 
nautilus is unable to copy folders from samba
https://bugs.launchpad.net/bugs/185729
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 185729] Re: nautilus is unable to copy folders from samba

2008-05-18 Thread Gerard
Sorry guys - I have to me too  on this one. I have a similar setup
using a D-Link NAS. Gutsy was working fine, Hardy is no good.

What I did notice was in ~/.gvfs the volume exists and I can copy etc
from there ok. it is only through the normal file management that I
get the same result as mentioned here.

That is what makes me suspect gvfs.

Good luck.

-- 
nautilus is unable to copy folders from samba
https://bugs.launchpad.net/bugs/185729
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 185729] Re: nautilus is unable to copy folders from samba

2008-05-12 Thread Mathias Gug

On Fri, May 09, 2008 at 08:26:27PM -, Kövér Gábor wrote:
 My SMB server is an ASUS WL-500gP router with OpenWrt Linux 2.4 on it. I
 cannot even copy from the shell by using smbfs (same error access
 denied).

What is the fstab entry for your share ? How do you mount it ? What is
the output of the mount command ?

-- 
Mathias Gug
Ubuntu Developer  http://www.ubuntu.com

-- 
nautilus is unable to copy folders from samba
https://bugs.launchpad.net/bugs/185729
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 185729] Re: nautilus is unable to copy folders from samba

2008-05-09 Thread Kövér Gábor
I have the same issue in Hardy (Linux koverg-desktop 2.6.24-16-generic
#1 SMP Thu Apr 10 12:47:45 UTC 2008 x86_64 GNU/Linux).

My SMB server is an ASUS WL-500gP router with OpenWrt Linux 2.4 on it. I
cannot even copy from the shell by using smbfs (same error access
denied).

The only workaround I found is to use the scp, because I have and sshd
server installed on the router.

-- 
nautilus is unable to copy folders from samba
https://bugs.launchpad.net/bugs/185729
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 185729] Re: nautilus is unable to copy folders from samba

2008-05-04 Thread ianmidd
I have the same issue as Shwan as well on Hardy

I can copy files from a Maxtor Shared Storage drive mounted wiith Samba,
but I cannot copy folders.  I get the exact same permission denied
error in the Nautilus window.

I have a laptop with Gusty and don't have this issue.

-- 
nautilus is unable to copy folders from samba
https://bugs.launchpad.net/bugs/185729
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 185729] Re: nautilus is unable to copy folders from samba

2008-05-01 Thread Shawn vega
the directory name is pic. those weird asian letters show up by
themselves. also there is no way to set the domain name on this nas.

** Attachment added: screen shot of nas setup
   
http://launchpadlibrarian.net/14069788/Screenshot-Net%20Disk%20Setup%20-%20Mozilla%20Firefox%203%20Beta%205.png

-- 
nautilus is unable to copy folders from samba
https://bugs.launchpad.net/bugs/185729
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 185729] Re: nautilus is unable to copy folders from samba

2008-04-30 Thread Mathias Gug
@Laszlo: See
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/185729/comments/26.

-- 
nautilus is unable to copy folders from samba
https://bugs.launchpad.net/bugs/185729
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 185729] Re: nautilus is unable to copy folders from samba

2008-04-29 Thread Mathias Gug
Could you test with smbclient using the following command line :

  smbclient //SERVER_NAME/SHARE_NAME -N -c 'recurse; mget
DIRECTORY_NAME/'

replacing SERVER_NAME, SHARE_NAME and DIRECTORY_NAME with your values ?

-- 
nautilus is unable to copy folders from samba
https://bugs.launchpad.net/bugs/185729
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 185729] Re: nautilus is unable to copy folders from samba

2008-04-29 Thread Mathias Gug
** Changed in: samba (Ubuntu)
   Status: New = Incomplete

-- 
nautilus is unable to copy folders from samba
https://bugs.launchpad.net/bugs/185729
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 185729] Re: nautilus is unable to copy folders from samba

2008-04-29 Thread Laszlo Lukacs
Dear Mathias,
As I said, I experienced a similar problem with ftp shares, NOT with smb.
However, I tried out what you said and it is working.
But with the ftp is still not working. It seems the Nautilus tries to use a
simple ftp get for directories too.

On Wed, Apr 30, 2008 at 12:41 AM, Mathias Gug [EMAIL PROTECTED]
wrote:

 Could you test with smbclient using the following command line :

  smbclient //SERVER_NAME/SHARE_NAME -N -c 'recurse; mget
 DIRECTORY_NAME/'

 replacing SERVER_NAME, SHARE_NAME and DIRECTORY_NAME with your values ?

 --
 nautilus is unable to copy folders from samba
 https://bugs.launchpad.net/bugs/185729
 You received this bug notification because you are a direct subscriber
 of the bug.

 Status in Source Package gvfs in Ubuntu: Invalid
 Status in Source Package samba in Ubuntu: New

 Bug description:
 was able to copy files and folders from my smb shared hard drive with
 gutsy 7.10. I upgraded to hardy 8.04 today and copying files works but not
 folders
 $ uname -a
 Linux shawn-desktop 2.6.24-4-generic #1 SMP Mon Jan 14 17:30:39 UTC 2008
 i686 GNU/Linux



-- 
L.Laci


** Attachment added: unnamed
   http://launchpadlibrarian.net/14028117/unnamed

-- 
nautilus is unable to copy folders from samba
https://bugs.launchpad.net/bugs/185729
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 185729] Re: nautilus is unable to copy folders from samba

2008-04-29 Thread Shawn vega
tried it a couple different ways here is the output:
 
[EMAIL PROTECTED]:~$ smbclient //STORAGE/public -N -c 'recurse; mget 
pic/'Domain=[ȇ] OS=[] Server=[���]
ERRDOS - ERRbadfile (File not found.) listing \pic/

[EMAIL PROTECTED]:~$ smbclient //STORAGE/public/ -N -c 'recurse; mget pic'
Domain=[ȇ] OS=[] Server=[���]
Get file 椀挀? y
ERRDOS - ERRbadfile (File not found.) opening remote file \椀挀

-- 
nautilus is unable to copy folders from samba
https://bugs.launchpad.net/bugs/185729
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 185729] Re: nautilus is unable to copy folders from samba

2008-04-28 Thread rexluv
I am experiencing the same problem. I have a Western Digital NAS. I am
able to see all folders and files on the NAS and I am able to copy
individual files. I am not able to copy folders over for some reason. It
seemed to work fine in Gutsy but I cannot get it to work in Hardy Heron.

-- 
nautilus is unable to copy folders from samba
https://bugs.launchpad.net/bugs/185729
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 185729] Re: nautilus is unable to copy folders from samba

2008-04-26 Thread Laszlo Lukacs
I have the same problem with ftp shares.

-- 
nautilus is unable to copy folders from samba
https://bugs.launchpad.net/bugs/185729
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 185729] Re: nautilus is unable to copy folders from samba

2008-04-22 Thread Sebastien Bacher
closing the gvfs tasks since samba has the same issue

** Changed in: samba (Ubuntu)
 Assignee: Ubuntu Desktop Bugs (desktop-bugs) = (unassigned)

** Changed in: gvfs (Ubuntu)
   Importance: Undecided = Low
 Assignee: (unassigned) = Ubuntu Desktop Bugs (desktop-bugs)
   Status: Confirmed = Invalid

-- 
nautilus is unable to copy folders from samba
https://bugs.launchpad.net/bugs/185729
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