Displaying 5 results from an estimated 5 matches for "dir_hnd".
Did you mean:
dir_ent
2005 Apr 13
1
Re: Problems with Excel & MS Word files (EVEN - still ANY ideas?)
...smbd/dir.c.rej Hmm...
> Ignoring the trailing garbage. done
>
>
> Am I missing something, or does it have to be done manually?
Ok, I'm attaching the patch file instead. Better than cut-n-paste into the
mail message :-).
It's the last change :
- while (SearchDir(dptr->dir_hnd, name, poffset) == True) {
+ if (SearchDir(dptr->dir_hnd, name, poffset)) {
That is the really important one anyway - if this fails try patching that
line by hand.
Thanks,
Jeremy.
--
To unsubscribe from this list go to the following URL and read the
instructions: https://lists.samba...
2005 Apr 12
1
Re: Problems with Excel & MS Word files (EVEN - still ANY ideas?)
...smbd/dir.c.rej Hmm...
> Ignoring the trailing garbage. done
>
>
> Am I missing something, or does it have to be done manually?
Ok, I'm attaching the patch file instead. Better than cut-n-paste into the
mail message :-).
It's the last change :
- while (SearchDir(dptr->dir_hnd, name, poffset) == True) {
+ if (SearchDir(dptr->dir_hnd, name, poffset)) {
That is the really important one anyway - if this fails try patching that
line by hand.
Thanks,
Jeremy.
2005 Mar 21
3
File copying under WIN98
with the Samba3.0.12 release i encountered the following problem :
when i try to copy a file from a samba share to the local disk then the
process hangs with the windows-message
"Preparing to copy" (my translation from the german message).
In a WIN98-DOS-Windows the copy command hangs too, but the file is created.
The copying from my WIN-XP HOME works.
My previous installed version
2005 Apr 06
1
Re: Problems with Excel & MS Word files (EVEN - still ANY ideas?)
Now (after applying patch from Jeremy), most of the problems with Excel and
user's files being locked have quit. However, we're still getting some files
locked out when a given smbd process hangs, it appears as though the process
itself is tied up in some sort of loop or something and becomes
un-responsive; the client tries to auto-reconnect and does so spawning a new
'duplicate'
2005 Apr 06
2
user's smbd process generates high cpu utilization
I'm probably looking for suggestions on tracing
problems rather than a specific fix, since I don't see
any links relevant to my problem.
We have a Samba PDC with an ldap backend, serving
about 100 active users and another 400 relatively
inactive lab machines that connect once at the
beginning of the day and possibly load a file or two
from a network share.
We have a problem where