Custom Query (292 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (4 - 6 of 292)

1 2 3 4 5 6 7 8 9 10 11 12
Ticket Resolution Summary Owner Reporter
#314 fixed Samba Server 1.3.0 Install Problem WAS2013
Description

After successfully installing ArcaOS, I first installed <rxlib4smb.wpi>. I also checked the other required libraries, using the yum install libc libcx libgcc1 cups-libs popt-libs gettext-libs zlib readline command, and it was indicated they were all installed.

I then tried installing <samba-1-3-0-1022.wpi>. Unfortunately it complained it couldn't find the following Runtime Libraries:

READLN6 Chris Wohlgemuth's Dave Boll's

I went back to the first file and reinstalled what seemed to be just the 2nd and 3rd packages, but that didn't seem to correct that problem. Using ANPM I installed the Readline 6.1-4 libraries but that didn't correct the 1st problem either; maybe though these are different from READLN6.

Any ideas? I guess I could post in <mantis.arcanoae.com> but this doesn't seem an ArcaOS problem.

#311 fixed Error with sscc /install abwillis
Description

sscc /install results in: ====================== Line 21 of Installer_Create in sscc.VRM: +++ Call _PasswordDBRewrite; ===================== and quits. Apparently, it does manage to change "/install" to "/config", and starting it again, pops up the message: ===================== Line 25 of Installer_Create in sscc.VRM: +++ Call _PasswordDBRewrite; ===================== and it quits. Fixed by:

Index: sscc.vrx
===================================================================
--- sscc.vrx    (revision 1019)
+++ sscc.vrx    (working copy)
@@ -89,12 +89,13 @@
 /*:VRX         __VXREXX____APPENDS__
 */
 __VXREXX____APPENDS__:
-/*
+
 #append ..\shared\swat.vrs
 #append ..\shared\nlv.vrs
 #append ..\shared\inittempdir.vrs
 #append ..\shared\sambainit.vrs
-*/
+#append ..\shared\masterpasswd.vrs
+
 return
 /*:VRX         _ActiveGroup
 */

#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]

1 2 3 4 5 6 7 8 9 10 11 12
Note: See TracQuery for help on using queries.