Custom Query (292 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (52 - 54 of 292)

Ticket Resolution Summary Owner Reporter
#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.

#249 fixed build brand potentially wrong revision abwillis
Description

When doing a build brand you can end up with the wrong revision if you are not at the latest revision. The query being done pulls the current revision and not the local revision.

Index: build.cmd
===================================================================
--- build.cmd	(revision 862)
+++ build.cmd	(working copy)
@@ -368,7 +368,7 @@
 NeedBranding: procedure expose revision brand build_parms
     svninfo = "svninfo"
     svninfo_tmp = "svninfo_tmp"
-    address cmd 'svn status -q -u | grep "^Status against revision:" | sed -e "s/Status against revision: *//">'svninfo_tmp
+    address cmd 'svn info | grep "^Revision:" | sed -e "s/Revision: *//">'svninfo_tmp
     revision = strip(translate(linein(svninfo_tmp)))
     ok = stream(svninfo_tmp,'c','close')
     revision_old = strip(translate(linein(svninfo)))

#248 fixed idmap config * : backend=tdb added to smb.conf Herwig Bauernfeind David McKenna
Description

I recently updated my 3.5.21 Samba Server to 3.6.24, using the update utility provided by SSCC. When I went to restart the server I got this error message:

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;

I discovered that there was a new line in SMB.CONF:

idmap config * : backend=tdb

Removing this line I was able to restart the server and everything seems to work fine.

Further scrutiny shows that just starting SSCC (in simple mode - haven't tried expert yet), then closing it will add this line to smb.conf. Any idea why? This did not happen with version 3.5.21.

Note: See TracQuery for help on using queries.