[Bug 500195] Re: 9.10 Nautilus - Cannot access FreeNAS CIFS/SMB folder containing more than 627 files

2011-05-19 Thread Roasted
I can confirm similar findings even on newer software, although my
findings were slightly different.

Server = FreeNAS 8 (64 bit). Running a ZFS Raid1 Array on two 500gb drives.
Client = Ubuntu 11.04 (64 bit).
Running the latest SMB/CIFS available on 11.04.
(I also duplicated the issue on a different FreeNAS 8 (64 bit) box using two 
80gb drives in ZFS Raid1 as well)

I ran into the issue spoken above, though I didn't run into it at 627
files. I ran into it at 575 files. From there I got prompted Invalid
Argument. If I had 574 files on the server (all 1.0MB in size), I could
browse just fine. Once I added the 575th file, I could not browse. If I
SSH'd into the FreeNAS box and removed one single file, I was able to
browse again.

I got the same results with PCMan, Thunar, Nautilus, and Dolphin. When I
repeated the same steps with an Ubuntu 10.04 machine being the server
instead of FreeNAS 8, I did NOT exhibit any issues. I was able to write
thousands of files with no issues at all. These files were written from
an Ubuntu 11.04 (64 bit) client.

Oddly, I did NOT have this issue when I connected to the FreeNAS server
from a Windows 7 client. It seems to be something to do with Samba/CIFS
in Linux (Ubuntu in particular is what I tested) versus FreeNAS 8.

I formatted my FreeNAS 8 box and put FreeNAS 0.7.2 (64 bit) on it. I
also set up a ZFS based array. I did NOT exhibit any problems there.
FreeNAS 0.7.2 performed as expected well beyond thousands of files.

Due to all of the scenarios I applied these findings at, it's definitely
something with FreeNAS 8 and/or ZFS. I'm doubtful it's a ZFS issue due
to my ZFS success on 0.7.2. I made the FreeNAS developers aware in the
freenas IRC chat room. I'm not sure what movement will happen from
here, as it is out of my hands.

Until then, I will be utilizing Linux on my file server instead, as I
have not had any CIFS/SMB related issues to any degree in the Linux-to-
Linux or Windows-to-Linux scenarios.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/500195

Title:
  9.10 Nautilus -  Cannot access FreeNAS CIFS/SMB folder containing more
  than 627 files

-- 
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 500195] Re: 9.10 Nautilus - Cannot access FreeNAS CIFS/SMB folder containing more than 627 files

2010-03-09 Thread Linux000
Using the latest version of FreeNAS and duplicating the test procedure, this 
bug seems to have been fixed. 
Thank you for taking the time to report this bug and helping to make Ubuntu 
better. Please report any bugs you see in the future, Thanks!

** Changed in: samba (Ubuntu)
   Status: New = Invalid

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

-- 
9.10 Nautilus -  Cannot access FreeNAS CIFS/SMB folder containing more than 627 
files
https://bugs.launchpad.net/bugs/500195
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 500195] Re: 9.10 Nautilus - Cannot access FreeNAS CIFS/SMB folder containing more than 627 files

2010-01-28 Thread Thierry Carrez
This needs to be reproduced against a recent samba server to see where
the problem exactly lies...

** Changed in: samba (Ubuntu)
   Status: Incomplete = New

-- 
9.10 Nautilus -  Cannot access FreeNAS CIFS/SMB folder containing more than 627 
files
https://bugs.launchpad.net/bugs/500195
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 500195] Re: 9.10 Nautilus - Cannot access FreeNAS CIFS/SMB folder containing more than 627 files

2010-01-19 Thread Chuck Short
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Unfortunately we can't fix it without more information.

Please include the information requested at
https://wiki.ubuntu.com/DebuggingSamba#samba-client.

** Changed in: samba (Ubuntu)
   Status: New = Incomplete

-- 
9.10 Nautilus -  Cannot access FreeNAS CIFS/SMB folder containing more than 627 
files
https://bugs.launchpad.net/bugs/500195
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 500195] Re: 9.10 Nautilus - Cannot access FreeNAS CIFS/SMB folder containing more than 627 files

2010-01-19 Thread John
***
Did this work under a previoius release?  -- I do not know.
***
$ dpkg-query -W -f='${Package} ${Version} ${Source} ${Status}\n' | grep samba
libsmbclient 2:3.4.0-3ubuntu5.3 samba install ok installed
libwbclient0 2:3.4.0-3ubuntu5.3 samba install ok installed
samba-common 2:3.4.0-3ubuntu5.3 samba install ok installed
samba-common-bin 2:3.4.0-3ubuntu5.3 samba install ok installed
smbclient 2:3.4.0-3ubuntu5.3 samba install ok installed
***
How is the remote share accessed from the Ubuntu system? / Can it be accessed 
using smbclient?  -- See previous text in this bug report.
***
$ smbclient -L //freenasserver
Enter john's password: 
Domain=[HOMELAN] OS=[Unix] Server=[Samba 3.0.34]

Sharename   Type  Comment
-     ---
ShareDawn   Disk  Dawn's private share
ShareJohn   Disk  John's private share
ShareMusic  Disk  Shared music files
SharePhoto  Disk  Share photo files
ShareTemp   Disk  Shared tempory files
ShareVideo  Disk  Shared video files
IPC$IPC   IPC Service (FreeNAS Server)
Domain=[HOMELAN] OS=[Unix] Server=[Samba 3.0.34]

Server   Comment
----
 P4x1600
FREENASSERVERFreeNAS Server

WorkgroupMaster
----
HOMELAN  FREENASSERVER
***
Machine details:  As mentioned above, this is a FreeNAS server --
Namefreenas.local
Version 0.69.2 Muad'Dib (revision 4700)
built on Thu Jun 11 00:06:51 UTC 2009
OS Version  FreeBSD 6.4-RELEASE-p5 (revision 199506)
Platformi386-embedded on AMD Athlon(TM) XP 1800+ (1536MHz) 
***
Food for thought:  My 28Dec2009 note (above) shows Invalid packet length! 
(65576 bytes).  The value of 65576 strikes me as suspiciously close to 65536 
(i.e., 16-bit max).  If I had to make a guess, its not the number of files per 
se, but the number of files AND the length of the file names (i.e., when the 
directory listing is attempted).  Please let me know if any other data would be 
of use.

-- 
9.10 Nautilus -  Cannot access FreeNAS CIFS/SMB folder containing more than 627 
files
https://bugs.launchpad.net/bugs/500195
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