Displaying 5 results from an estimated 5 matches for "d380".
Did you mean:
380
1998 Jul 16
1
Samba and HPUX 11.0
Hello, all.
I am the proud owner of a D360 and a D380, both running HPUX 11. I would
love to be able to run SAMBA on them, but the compile simply blows up. I'm
trying to figure out what's going on there, but has anyone succeeded in
getting SAMBA to run under HPUX 11?
Thanks,
Richard A. Deighan
EIS International, Inc
555 Herndon Parkway
Hern...
2002 Jul 12
0
Directory with large number of files
...through the directory, comparing file names and seeing if
each file matches (doing an exact match and an 8.3 mangle if needed). Given
the large number of files, this takes lots of CPU and gives pretty bad
performance (NT can serve up a file from this directory in under 5 seconds,
Samba on my HP-UX D380/2 takes close to 2 minutes to present the same
file). This seems to be initiated in the trans2.c code.
My question is: Is there any way to have Samba just attempt to open the
file asked for, and if it's there to respond to the request and forget
about other possible 8.3 matches? (My files all...
2002 Jul 23
0
Directory with large number of files (follow-up)
...even does this if 'dont descend' is set for the
directory (this must be a bug). I patched OpenDir to return after
retrieving at most 50 entries. Since I don't loop through the list to get
my files (see point 1 above), this is not a loss.
So now I can open any file using Samba on my HP D380/2 in the same amount
of time it takes a Pentium II thing running NT4 to serve the files.
As an aside, 'dont descend' seems only marginally useful. Given my walk
through the code, every directory is scanned in it's entirety at least
twice (by OpenDir) before a decision not to show any f...
2004 May 10
3
HP-UX 11i and Inability to run Samba 3.0.x
...rmutations of Samba 3.0.x on
my site now for a couple of weeks, and I can find no way to get it working
properly. Either no one else is testing it, or there is something wrong
with some manner of settings on my machines -- and they are of multiple
classes adn different installs. I have one G70, one D380, and one 9000
N-class, and all of them exhibit this behavior:
May 6 09:14:56 njmsa smbd[11187]: [2004/05/06 09:14:56, 0] smbd/server.c:open_sockets_smbd(376)
May 6 09:14:56 njmsa smbd[11187]: open_sockets_smbd: accept: No buffer space available
May 6 09:14:58 njmsa smbd[14497]: [2004/05/06 09...
1999 May 19
12
Samba performance question
Hi all,
I am running a samba server (2.0.3) in a small eth-based home network.
There is only one win client (NT workstation, Sp4).
The samba box ist set up with wins support enabled and the NT box?
wins server entry points to samba server. Everything works fine: no
error messages neither server nor client. The server shows up
immediately in the NT?s network neigborhood. Browsing is fast.
!!But