Custom Query (292 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (25 - 27 of 292)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
Ticket Resolution Summary Owner Reporter
#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.

#277 invalid Can't delete files on server Neil Waldhauer
Description

I migrated my samba server from 1.1.4 to 1.3.0. Users and Groups, Shares all seem to be fine. The only problem so far is that I can't delete files.

I have tried from eCS samba client version 2.1 (oct 3, 2016) and also File Browser on the iPhone. Same result -- access denied.

Server 1.1.4 allowed deletion.

What can I provide that would help find out what is wrong?

#245 invalid Can't start Samba server after YUM Update David McKenna
Description

I ran yum update on my server today and after rebooting everything worked except Samba server 3.5.19 would not start. It has been working fine for a long time. I get this message:

[C:\programs\samba]smb start

512 +++ GLOBAL.idmap_config_ * _!_backend = 'tdb';

REX0041: Error 41 running C:\programs\samba\smb.cmd, line 512: Bad arithmetic conversion

512 +++ Interpret istr; 302 +++ Call LoadSmbConf?; 29 +++ Call _SambaGetProperties;

Any idea what this may indicate? I tried copying original gccxxx.dll files to the Samba directory, but it did not help. SMBD.exe will also not run - it exits silently. I'll have to back out the yum updates....

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
Note: See TracQuery for help on using queries.