Custom Query (292 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (46 - 48 of 292)

Ticket Resolution Summary Owner Reporter
#238 fixed WPI: "Cannot find page 5 in the installation script" asavage
Description

ftp://ftp.netlabs.org/pub/samba/client/ndpsmb-2_2_0-Beta3-20131004.wpi

WarpIn? will not begin installation, giving the subject message.

#239 invalid Plugin documentation: error in description to enable debug logging asavage
Description

In this file: ftp://ftp.netlabs.org/pub/samba/client/ndpsmb-2_2_0-beta3-20131004.zip

In README.TXT

  1. Debugging

To produce a logfile please add an empty file called ndpsmb.dbg into the root drive."

However, client\src\debug.c

strncat(debugfile, getenv("ETC"), 2); strncat(debugfile, "
", sizeof(debugfile) - strlen(debugfile)

-1);

strncat(debugfile, "ndpsmb.dbg", sizeof(debugfile) -

strlen(debugfile) -1);

is the file around? if not we have no debug if (stat(debugfile, &filestat) !=0)

return;

Translating to English, the code is looking in %ETC for ndpsmb.dbg, not the "root drive".

#250 invalid SYS0123 error attempting to mount remote directory in EVFSGUI Herwig Bauernfeind Alex Taylor
Description

Attempting to mount the remote directory 'video' to J:\video produces the following error: SYS0123: A file name or volume label contains an incorrect character.

Neither the remote share name nor the local volume name contains anything other than letters.

Using EVFSGUI 2.5 rc7.

Mounting from the command line using

EVFSCLI MOUNT SMBFS J:\video ;WORKGROUP=xxxx;SERVER=yyyy;SHARE=video;USER=****;PASSWORD=****;EASUPPORT=0 W

works just fine.

Note: See TracQuery for help on using queries.