search for: baulks

Displaying 17 results from an estimated 17 matches for "baulks".

Did you mean: baulk
2005 Oct 20
7
Backup Solutions based on Linux
I'm having particular issues running Veritas in my Windows environment. The agent just seems to baulk on some servers. I've looked into backup solutions running on Linux before but there doesn't seem to be much. Is anyone familiar with something that has Windows agents and yet managed by Linux? <<JAV>> -------------- next part -------------- An HTML attachment was
2006 Feb 09
2
Finding related items (like latent semantic indexing)
I''ve been trying to use Classifier::LSI to provide a means of finding ''related items'', where each item is a one line description of a product. Although on small samples the Classifier works great, it completely baulks on my current dataset of 3000 items. I''ve started to look at ferret this morning, following a post on the ruby mailing list. I''d guess that the Fuzzy Query would be the thing that I need, although it doesn''t appear to be as comprehensive as the LSI stuff in classifie...
2012 Feb 01
3
Git branch with compiling fixes for win32
...;THe value is : " PRIu64 "\n", value) ; > > I have gone ahead and fixed this through the code and fixed this, but I > may have broken some either MSVC or MinGW on the way. I'd appreciate it > if you test whats in git now. > > For those files where any compiler baulks at the PRIu64/PRIx64/PRId64, > you should add a #ifdef block that might look something like: > > #ifdef HAVE_INTTYPES_H > #include <inttypes.h> > #else > #if defined (_MSC_VER) && ! defined (PRId64) > #define PRId64 "I64d" > #...
2017 Dec 18
3
Eventually transitioning to Windows Server 2016
Am 16.12.2017 um 15:45 schrieb Rowland Penny via samba: > You can use the Samba 'classicupgrade' tool to migrate your NT4-style > domain to a Samba AD domain, but, at the moment, you will only get a > 2008R2 domain. The work to update 2012 is nearing completion and will > possibly be in Samba 4.8.0. The work to upgrade to 2016 hasn't even > started yet, but from what I
2011 Nov 10
5
Git branch with compiling fixes for win32
On 11/10/2011 18:39, Erik de Castro Lopo wrote: > > I'm subscribed to the list (and I set my reply-to to the list). > Please do not CC me. > > JonY wrote: > >> Its probably on one of the sf tracker somewhere, I can't seem to find it >> anymore. It wasn't anything complicated, so I should be able to redo it >> quickly. > > I'm a Linux
2004 Nov 09
1
Package Documentation, cryptic
Hi, sorry for this lengthy post. I am using R-2.0.0 on Unix, compiled. Overview: A) R CMD check: Unaccounted top-level text B) In which sections of *.Rd is LaTeX notation allowed, where *not*? C) Codoc mismatches and polyvalent parameters D) Successful R CMD INSTALL and R CMD build E) cp ../Rd.sty . is copy necessary? F) latex ./CWHstat-manual.tex runs into trouble When running >R CMD
2004 Nov 09
1
Package Documentation, cryptic
Hi, sorry for this lengthy post. I am using R-2.0.0 on Unix, compiled. Overview: A) R CMD check: Unaccounted top-level text B) In which sections of *.Rd is LaTeX notation allowed, where *not*? C) Codoc mismatches and polyvalent parameters D) Successful R CMD INSTALL and R CMD build E) cp ../Rd.sty . is copy necessary? F) latex ./CWHstat-manual.tex runs into trouble When running >R CMD
2013 Jan 15
2
rsync - using a --files-from list to cut out scanning. How to handle deletions?
Folks, We use rsync extensively for protecting data by making backups. Thank you to the authors and maintainers. Like many others, we use the --link-dest option to cut down on the space occupied by the backups. Unlike many others, we re-cycle old backup directories. Since most file systems change only slowly (ours average about 0.5% of files and about 1.5% of data being churned each day), a
2017 Dec 18
0
Eventually transitioning to Windows Server 2016
...st talking about domain function levels (Windows Server 2016 > should run as a DC on the 2008R2 level just fine), or is it really not > possible to join a Server 2016 to a domain with a samba DC? This will get better with the patches Garming is working on for Samba 4.8, but currently windows baulks at joining Samba because it uses interfaces (DCOM) we don't support. However, once we upgrade to FL2012 it will avoid that check and join. I'm told a current/future Windows 2016 version will join Samba as-is, but I've not tried it (they fixed their bug, they shouldn't have used D...
2012 Feb 01
0
Git branch with compiling fixes for win32
...value is: printf ("THe value is : " PRIu64 "\n", value) ; I have gone ahead and fixed this through the code and fixed this, but I may have broken some either MSVC or MinGW on the way. I'd appreciate it if you test whats in git now. For those files where any compiler baulks at the PRIu64/PRIx64/PRId64, you should add a #ifdef block that might look something like: #ifdef HAVE_INTTYPES_H #include <inttypes.h> #else #if defined (_MSC_VER) && ! defined (PRId64) #define PRId64 "I64d" #endif #if defined (_MSC_VER) &&a...
2012 Feb 02
0
Git branch with compiling fixes for win32
...PRIu64 "\n", value) ; >> >> I have gone ahead and fixed this through the code and fixed this, but I >> may have broken some either MSVC or MinGW on the way. I'd appreciate it >> if you test whats in git now. >> >> For those files where any compiler baulks at the PRIu64/PRIx64/PRId64, >> you should add a #ifdef block that might look something like: >> >> #ifdef HAVE_INTTYPES_H >> #include <inttypes.h> >> #else >> #if defined (_MSC_VER) && ! defined (PRId64) >> #define PRId64...
2007 Apr 16
0
serialised cmml examples
On 16/04/07, Conrad Parker <conrad.parker@gmail.com> wrote: > On 15/04/07, Silvia Pfeiffer <silviapfeiffer1@gmail.com> wrote: > > Hi Ian, > > > > hmm, there was a whole bunch up on media.aidabrowser.com, but it seems > > that CSIRO have taken that site offline. > > > > I thought there was a version of the media in cmmlwiki that produces > >
2007 Aug 24
2
serialised cmml examples
On 15/04/07, Silvia Pfeiffer <silviapfeiffer1@gmail.com> wrote: > Hi Ian, > > hmm, there was a whole bunch up on media.aidabrowser.com, but it seems > that CSIRO have taken that site offline. > > I thought there was a version of the media in cmmlwiki that produces > annodex files, but there may be a bug on the server that prevents > that. Conrad - is this a known
2004 Jan 26
1
HTB/SFQ dequeueing in pairs
I set up a little test to see what the behaviour of (e)sfq was - because I couldn''t work it out from the source :-) . I wanted to see where from a slot the packets got dropped when the queue was full. (e)sfq drops from the longest slot to make space for an incoming packet, so it''s not tail drop as such, but the results show me it does drop from the tail of the slot - which
2023 Aug 18
1
Host key verification (known_hosts) with ProxyJump/ProxyCommand
Hi all, I noticed a bit of an odd issue with maintaining `known_hosts` when the target machine is behind a bastion using `ProxyJump` or `ProxyCommand` with host key clashes. Client for me right now is OpenSSH_9.3p1 on Gentoo Linux/AMD64. I'm a member of a team, and most of us use Ubuntu (yes, I'm a rebel). Another team who actually maintain this fleet often access the same machines
2008 Jul 28
7
Legality Question about R's Open Source GNU GPL License
Hi, I use R at home, and am interested in using it at my work company (which is in the Fortune 100). I began the request, and our legal team has given some gruff about the open source license. Not boring you with the details here, but I used some info on gnu.org as a rebuttal, and someone at the company replied that the generalities of GNU GPL may differ from R's specific GNU GPL license,
2006 Feb 07
3
[Possible spam] New project - any volunteers?
Greetings! (and apologies upfront for any duplication as a result of my cross-posting) It''s been five weeks now since I began working with RoR. My experience has been incredibly positive. So much so that I''m emboldened to undertake a project I''d previously concluded I no longer had the technical chops to even _start_. I''ve included a brief description of