Custom Query (292 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (49 - 51 of 292)

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.

#75 invalid EVFSGUI requires subdirectory to mount point Paul Smedley cfly
Description

When running the EVFSGUI if I don't setup a subdirectory under the mount point (drive letter) then it assigns the Drive letter, but does not mount it and hangs there. The drive letter cannot be released and the server cannot be accessed.

#309 fixed WPS file copy/paste fails on NetDrive SAMBA mount that doesn't support EA's Paul Smedley darcio
Description

Attempting to do COPY/PASTE to a SAMBA target fails.

I was trying to do so today actually...a quick movie, attempted to do a WPS/XWP copy/paste and this would produce a SYS0266:

ERROR START

SYS0266: The specified file was not copied.

EXPLANATION: Either the source and target files are not in the same file system or the operating system does not support COPY for this file system.

ACTION: Check the source and target file names and retry the operation.

ERROR STOP

...and yet going to CLI I had absolutely no problem accomplishing this.

The SAMBA server is my NAS box (ZyXel? NSA325 v2). The share is in FULL access mode, the NetDrive? resource is mounted in Write mode as well.

Below is a capture of the configuration from EVFSGUI:

Samba Client Versions:
File system NDFS32 Version 3.027
Plugin file G:\UTIL\NDFS\NDPLUGS\NDPSMB.DLL
Plugin Vendor netlabs
Plugin Revision 3.02.x
Plugin Date/Time? 12 Mar 2017 19:26:06
Plugin Build Machine ECS85332116
Plugin Language Code en
Plugin File Version 3.2
Plugin Description NDPSMB - SMBFS NetDrive? External Plugin Build beta-date
Commandline utilities Version 3.0.37-eCS 1.0.6-565
EVFSGUIVersion 2.5.RC7-[2014-11-14]

Note: See TracQuery for help on using queries.