similar to: Directory listing with 11k files very slow to list

Displaying 20 results from an estimated 500 matches similar to: "Directory listing with 11k files very slow to list"

2004 Apr 19
1
Slow Directory listing for large number of files
Hello, I have a samba server which has a directory with 11764 files. (The program stores information about jobs and each job has 3 files, nothing I can do about it). When I do a listing of that directory using smbclient, it takes 15+ seconds to complete, same thing on Windows XP. Does anyone have any ideas on how I can speed this up? I did a log on log level 10, it is accessible at
2004 Apr 20
0
samba locking problem
Hi, we have a strange samba locking problem with version 3.0. Sometimes user only get a read only access to files. This happens with different users on different clients. Unix permissions are OK. I have realy no idea. Can you help ? Thanx Peter Huber -------------- next part -------------- [2004/03/02 15:03:56, 5] smbd/uid.c:change_to_root_user(217) change_to_root_user: now uid=(0,0)
2004 Jan 09
0
large file pre-allocation causing Windows error
I'm trying to copy a 400 MB file from a Windows 98 host to a FreeBSD 4.5 Samba server providing access to a FAT32 filesystem. I've got "strict allocate = no", but from what I can see with debug set to 10, it is doing a ftruncate which takes about 50 seconds to complete. It appears that Windows gets impatient and generates an error (while Samba is still waiting for the
2005 Oct 21
1
Could not get RealPath CORDAF/*
Hi, I have a strange problem : some users cannot acces to diretcory, the message is "access denied". The ACL is correct # file: rsrv/vol2/data1/groupes/CORDAF # owner: root # group: Utilisateurs user::rwx user:mro:r-x user:sad:r-x group::--- group:administrateurs:rwx group:daf:rwx mask::rwx other::--- default:user::rwx default:user:mro:r-x default:user:sad:r-x default:group::---
2005 Dec 24
0
Cannot exec program from network drive after 10 minutes (II)
Hi list, )2nd try bcs. of missing attachements). Following (very strange) problem: An ordinary windows user has mapped a drive F: on \\LUN1\Programme (running samba-3.0.20b-3 debian). The program "F:\Network\PMail V3\Pegasus Mail\winpm-32.exe" is being started, this works. But after about 10 minutes, the same program start fails with "invalid path or filename". When
2002 Aug 01
2
RE: Missing files as seen by Explorer on a client (was Need help on this) **********FIXED******************
I really appreciate all your responses on this. I might not have fixed it by looking at samba logs but i noticed there was directory in user unix directory with wildcard * as folder name once i removed it, samba showed up all the files and directory. am not sure what would * as folder name caused this behaviour may be samba was trying to interpret * as something else not sure...... or it was
2005 Jun 14
4
Missing files on Windows client side.
In a directory with approximately 6000 files, several files are missing on the Windows side. If I check the directory on Unix (AIX) they are all there. As far as I can see there's nothing strange with this files en I can't see any connection between the missing files. It looks like it's randomly. A few examples of missing files: FAKTREF.10062005.16 (See debug information)
2015 Oct 14
3
problem with scannedonly vfs
Hi, I'm using Samba 4.1.6 (version included in last Ubuntu LTS version). I've some directories in a share. One of them has an exe file. In root of my share I've a lnk file to this exe. So I've: /home/share/IntegrDom/IntegrDom.exe and /home/share/Install_Client_Scribe.lnk (which is a link to /home/share/IntegrDom/IntegrDom.exe). This point is important, if I remove this lnk
2004 Oct 15
1
Directory Name '.../pipe' not allowed ? Samba Bug ?
Hi All, scenario: Samba Version 2.2.8a-UL running on Suse Linux Enterprise 8 Kernel Version 2.4.21-241-smp as Server Windows 2000 SP4 as Client Trying to import a MS-Foxpro file into MS-ACCESS. MS-Foxpro File residing on Samba Server. The Foxpro filename is 'projects.dbf'. During import MS-Access tries to also open a non existent file 'projects.inf' depending on the path in
2015 Nov 09
1
problem with scannedonly vfs
Le 19/10/2015 21:18, Jeremy Allison a écrit : > On Wed, Oct 14, 2015 at 12:09:43PM +0200, Emmanuel Garette wrote: >> Hi, >> >> I'm using Samba 4.1.6 (version included in last Ubuntu LTS version). >> >> I've some directories in a share. One of them has an exe file. In root >> of my share I've a lnk file to this exe. >> >> So I've:
2003 Jan 14
1
Samba 2.2.7a & CUPS 1.1.18, Win2k is not downloading cups windows drivers
I'm building an new server with CUPS 1.1.18 and Samba 2.2.7a (Both compiled from source) Installed the printer with CUPS and printed a test page with CUPS. Next step make Samba use CUPS. I've used cupsaddsmb command to do this, which completed successful. Running command: smbclient //localhost/print$ -N -U'root%XXXXXXXXX' -c 'mkdir W32X86;put /var/spool/cups/tmp/3e1bf35d1d1f9
2005 Jun 28
1
Fw: Missing files on Windows client side
Jeremy, I think we found the part of source where the problem resides: smbd/trans2.c +1444 for (i=0;(i<maxentries) && !finished && !out_of_space;i++) { +1445 BOOL got_exact_match = False; +1446 +1447 /* this is a heuristic to avoid seeking the dirptr except when +1448 absolutely necessary. It allows for
2002 May 09
2
Trouble with banking software on Samba share
Hello list members! I joined this list on May 1st and I can see I have a lot to learn. Thanks to everyone - especially those *@samba.org folks. You are so appreciated. Background in my plea for help: I'm the IT guy for a family owned community bank in Southern Colorado. I am very tired of the limitations and security problems of Micro$oft and have committed to learning and using Linux
2011 Jun 04
2
[LLVMdev] Function name changes in .bc on running llvm-g++
Hi I am running llvm-g++ on a .cpp file to generate the llvm bitcode. The function definition in the .cpp file is: float pFL(Points *points, int *feasible, int numfeasible, float z, long *k, double cost, long iter, float e, int pid, pthread_barrier_t* barrier) { However, in the bit code I see that the function name has been modified to the following define float
2003 Jun 04
1
DOS programs unable to create files on Samba 2.2.7a
We have a few old DOS programs which, when run under Windows 2000 is a DOS full screen session are unable to write files on our Samba server. These programs (the "brief" editor, and the "tango" CAD package) are able to write to local files on the Windows 2000 system. I set Samba debug to 10 and found the following reported when Tango tried to write a file:
2004 Mar 05
0
Problem w. SAMBA as dfs root
Hi, I have configured samba 3.0.2 as Dfs root but it seems smbd dont translate symlink to remote share name. All targeted shares are from testing workstation directly accessible. My config is: --- [global] debuglevel = 10 netbios name = SAMBAII workgroup = XAMBA security = user domain logons = yes preferred master = yes domain master = yes local master = yes
1997 Oct 23
1
NT domain logon questions
Hi. Myself and a anti-Micro$oft companion tried to get NT domain logons working yesterday and seem pretty close, but not quite. Samba is 1.9.18alpha3, server is an Ultra-2 running SunOS 5.5.1. Encrypted passwords seem to be working, a la smbclient and mostly from NT, "mostly" because it *seemed* to be working but we did have some problems with home directories in smbpasswd changing
2002 May 16
0
File copy error with Samba 2.2.x and 3.0/Novell/Win2k
Hello, We're experiencing a problem with samba after an upgrade, which only occurs when using a strange combination of software. The problem only occurs with samba 2.2 and higher. This problem does not occur with samba 2.0. We tested this with samba 3.0alpha17, 2.2.2, 2.2.4, and 2.0.10 First off, sticking to procedure, TESTs 1-11 as described in DIAGNOSIS.txt succeed. I've gone as
2004 Mar 10
1
Please help me with configuring samba as Dfs root !
Hi, I have configured samba 3.0.2 as Dfs root but it seems smbd dont translate symlink to remote share name. All targeted shares are from testing workstation directly accessible. My config is: --- [global] debuglevel = 10 netbios name = SAMBAII workgroup = XAMBA security = user domain logons = yes preferred master = yes domain master = yes local master = yes
2003 Feb 25
0
Trouble Creating Folders
Greetings, I am running 2.2.7a as a domain controller on RH 8.0 When I attempt to create a folder I get the following "warning" "You may not be able to access the files created in the folder .... Do you want to continue?" If I continue everything goes file (the folder is created and I can access it). I find a file in there called TESTDIR.TMP. I thought it may have been a