Custom Query (292 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (43 - 45 of 292)

Ticket Resolution Summary Owner Reporter
#44 fixed Home directories found in master.passwd cannot work with Samba Paul Smedley guest
Description

The entry of the home directory found in the master.passwd file cannot be used by Samba successfully, because it is not possible to add a valid drive to master.passwd, as the ":" is the field delimiter in master.passwd and Samba on OS/2 is unable to switch to a directory without a drive.

#45 fixed Name confliction of LIBLDAP.DLL Paul Smedley guest
Description

Hi/2.

Thanks for your work.

BTW, I tried to use SAMBA server 3.0.28. But it crashed. So I looked in to popupos2.log. The cause is LIBLDAP.DLL. I also tried to find other LIBLDAP.DLL. Bingo! I found another LIBLDAP.DLL in NETSCAPE v4.61.(\NETSCAPE\PROGRAM\). So I cannot use NETSCAPE and SAMBA concurrently.

Would you mind changing name of LIBLDAP.DLL to another one ?

KO Myung-Hun

#46 fixed Can't compile on drive mounted by NetDrive/Samba bart
Description

As described in : http://bugs.ecomstation.nl/view.php?id=1008

Vitalli had a look at this and wrote:

Hi Bart,

the log shows that this is a problem in the smb client. It can not receive listings which require 3 or more smb packets. It is >200 files per directory.

Here is the excerpt from the log:

Client request 13 paramlen 1805 len 131072, reconnect 1. State 006ba1c0 Filelist <\blondeguy\cubic\tools\PVCS\*> on master <WORKGROUP> wgrp <> server <littlebopeep> share <jfs> clidev <A:> list_files level 2. mask <\cubic\tools\PVCS\echo..COM> list_files 103 0 80889 1 received 103 entries (eos=0) list_files 101 0 80889 0 Error: Looping in FIND_NEXT as name WORKSTN.INI has already been seen? received 101 entries (eos=1)

Note the 'list_files level 2' which indicates an old server. I've tested with a XP server (level 260) and the problem is not reproducible.

The bad code is in smbwrp.c: static int list_files(struct cli_state *cli, const char *Mask, uint16 attribute, void (*fn)(const char*, smbwrp_fileinfo *, const char *, void *), void *state)

The following happens: the client receives first part of the listing and then issues a find_next request. The second part of the listing is also received and in the log it is seen that EndOfListing? is false: 'list_files 101 0'. But then the client goes to the Error: Looping in FIND_NEXT as name %s has already been seen?\n" statement and ends the listing.

That is probably confuses the system and the hang occurs.

To fix the problem one have to reproduce it: just try to list a directory with a lot of files (>300) on a OS/2 share.

Then a bit more debugging is needed to find out why the client receives the duplicate filename and how to deal with it: skip or what.

I believe Paul or Yuri can fix the problem. Ask them.

Best regards, Vitali.

Note: See TracQuery for help on using queries.