Search found 249 matches

by sterwill
Thu Oct 05, 2006 3:46 pm
Forum: Support (SourceOffSite)
Topic: Equate two servers
Replies: 1
Views: 3774

First I'd like to verify that I understand your situation correctly. You run the SourceOffSite client and connect to a server which has more than one IP, so the client thinks you're using two different servers, and you want the client to share the cache files between the two? If this is the case, yo...
by sterwill
Mon Aug 07, 2006 9:05 am
Forum: Support (Vault)
Topic: GetEntryAssembly() returned null; not logging assembly name
Replies: 4
Views: 4666

This is a mostly harmless warning. Vault's logging code tries to determine the "top-level" application it's running in via the GetEntryAssembly() method, but sometimes this doesn't return an assembly (perhaps because of the way the .NET runtime is embedded in Visual Basic). In this case it...
by sterwill
Thu May 11, 2006 11:01 am
Forum: Support (Vault)
Topic: Question about Keyword Expansion
Replies: 2
Views: 3383

If your time zone is Central Daylight Time instead of Central Standard Time, the offset from UTC is 5 hours this time of year, and local times will be displayed with this offset. Is your operating system set to use DST?
by sterwill
Tue Jan 31, 2006 11:26 pm
Forum: Gold Support (Vault) -- Read-only
Topic: Automatic Notification of any New Post
Replies: 6
Views: 5538

You can also simply click on the "Watch this topic for replies" link at the bottom of any discussion thread.
by sterwill
Mon Jan 09, 2006 12:04 pm
Forum: Gold Support (Vault) -- Read-only
Topic: Samba issue?
Replies: 7
Views: 7000

The problem seems to be that you don't have permission to change the modes of these files (specifically, to set a file "read-only", in Windows terminology, which is probably mapped to removing all write bits on the Samba side). After files are added to a Vault repository from a mapped work...
by sterwill
Fri Dec 02, 2005 11:37 pm
Forum: Support (Vault)
Topic: Vault server cound not be contacted
Replies: 2
Views: 3408

Have you checked the Vault server log for any error messages caused by accessing these repositories? Do you have any interesting networking equipment between your client and server (NAT router, proxy server, anti-virus software)? These have been known to corrupt/interrupt Vault's protocol (which is ...
by sterwill
Fri Nov 04, 2005 7:37 am
Forum: Gold Support (Dragnet) -- Read-only
Topic: Closed Connection Issue
Replies: 2
Views: 25548

It looks like a DNS lookup failed in your C_130TCG application, and it could not contact the Dragnet web service. If this problems happens again, you may try using the IP of the computer hosting the Dragnet web service instead of a domain name when contacting it from your application. However, this ...
by sterwill
Wed Oct 19, 2005 11:56 am
Forum: Support (SourceOffSite)
Topic: sos: undefined symbol: g_get_filename_charsets
Replies: 5
Views: 8695

The missing library, GLIB, is one of the libraries that the GTK library depends on, not the C library (glibc) that is installed with your operating system. Upgrading to Fedora Core 4 will fix your problem, because Core 4 includes GLIB 2.6, but you can also install updated GTK packages on your Core 3...
by sterwill
Mon Oct 10, 2005 4:43 pm
Forum: Gold Support (Vault) -- Read-only
Topic: Solaris command line client: timeout
Replies: 18
Views: 16471

This mutex timeout is a result of the Vault client thinking that another Vault client is accessing one of its cache files (and holding the mutex associated with that file). These are the cache files at ~/.config/SourceGear/Vault_1/Client. This mutex is managed by Mono, and is a system-wide named mut...
by sterwill
Thu Oct 06, 2005 9:03 am
Forum: Support (SourceOffSite)
Topic: problem with sos on fedora
Replies: 1
Views: 3272

I've followed-up to this question in this thread.
by sterwill
Thu Oct 06, 2005 9:02 am
Forum: Support (SourceOffSite)
Topic: sos: undefined symbol: g_get_filename_charsets
Replies: 5
Views: 8695

This error is because SOS is looking for a function in GLIB that doesn't exist in older versions. GLIB 2.8 (or newer) is required to run SOS.
by sterwill
Sun Sep 25, 2005 10:06 pm
Forum: Support (SourceOffSite)
Topic: SoS over X?
Replies: 2
Views: 3932

I'm a little confused as to what you're doing. Are you running the Unix SourceOffSite client on a machine (at work, for example), displayed to an X server (at home, for example) that is over a 1.5 Mbps connection? And you're using PuTTY to tunnel the X traffic over this 1.5 Mbps connection? If I hav...
by sterwill
Tue Sep 20, 2005 8:36 pm
Forum: Gold Support (Vault) -- Read-only
Topic: PathTooLongException
Replies: 10
Views: 9042

A guess: it may be that the length limit reported (260 characters) may actually be 260 bytes, and after Unicode representation of your path, this limit is exceeded. In my experience, when this error message shows up, the path really is longer than 260 characters, so this may not be the cause of your...
by sterwill
Thu Sep 01, 2005 12:47 pm
Forum: Support (SourceOffSite)
Topic: 4.1.2 under fedora core 3
Replies: 1
Views: 3438

Fedora Core 3 ships with GLIB and GTK version 2.4.7, but SOS 4.1.2 requires at least version 2.6.0 of GLIB and GTK. These newer versions are present in Fedora Core 4. You can get updated GLIB and GTK RPMS for Fedora Core 3 at http://atrpms.net/dist/fc3/ . You may need additional packages that GLIB a...
by sterwill
Thu Sep 01, 2005 9:24 am
Forum: Support (SourceOffSite)
Topic: What's the benefit of SOS Client w/cryptography over non Cry
Replies: 1
Views: 3827

Connections established with a client that supports cryptography (to a SOS server's encrypted port) will cause all your source code to be encrypted as it is transferred between the client and server. Network evesdroppers would not be able to determine the source code that was transferred, even if th...