search for: baulk

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

Did you mean: baule
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 scrubbed... U...
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 classifi...
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
...{ \item{v, w}{Factors.} \item{m}{Matrix.} } /CWHstat/man/my.table.margin.r: my.table.margin <- function(v, w) { if (missing(w)) tab <- v else tab <- table(v, w) C) ------- Question: How can I document this type of behaviour of polyvalent parameters without "check" baulking at me? D) Next: -------- hoffmacw at fluke:~/R/Sources >R CMD INSTALL --library=lib CWHstat * Installing *source* package 'CWHstat' ... ** R ** preparing package for lazy loading ** help >>> Building/Updating help pages for package 'CWHstat' Formats: text ht...
2004 Nov 09
1
Package Documentation, cryptic
...{ \item{v, w}{Factors.} \item{m}{Matrix.} } /CWHstat/man/my.table.margin.r: my.table.margin <- function(v, w) { if (missing(w)) tab <- v else tab <- table(v, w) C) ------- Question: How can I document this type of behaviour of polyvalent parameters without "check" baulking at me? D) Next: -------- hoffmacw at fluke:~/R/Sources >R CMD INSTALL --library=lib CWHstat * Installing *source* package 'CWHstat' ... ** R ** preparing package for lazy loading ** help >>> Building/Updating help pages for package 'CWHstat' Formats: text ht...
2013 Jan 15
2
rsync - using a --files-from list to cut out scanning. How to handle deletions?
...rsync in this case to delete the file on the destination. However, with a test command like: rsync -a -i --delete --files-from=list --link-dest=../linked source/ dest I was unable to get rsync to delete on the destination a file which did not exist in the source but was named in the list. rsync baulked at a file being listed that was not in the source. For example: rsync: link_stat "/data/flush/inter/bel107.80527/source/0yyy" failed: No such file or directory (2) [The test file 0yyy existed in the destination, the link-dest area and in the list, but not in the source.] Thanks to...
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...
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) &&...
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
...ng for some tests for a cc-metadata extractor plugin[1]. The plan was to try to do the de-serialising in C code, but it's much easier to just pass the raw XML upwards and let Java do it; hence don't actually need full test files now anyway. [1] Might actually finish something that works. Baulked at implementing my own JOgg, so going to have a go at using JNI to implement a method that can pull the raw metadata out of Ogg (comments, CMML, raw XML streams) and make it available to do things to it in Java. -- imalone
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
...is a tempting prospect: I have used this to get into a target node when its DHCP client has gone AWOL leaving IPv4 unconfigured, and being derived from the MAC address, *should* be globally unique, but this assumes a dual-stack LAN. (And the engineering team who look after these are likely to baulk at this. They barely understand IPv4!) Port forwarding will require a lot of manual piss-farting around on the router's config webpage? and will likely break if the embedded DHCPd decides to not assign the static IP the target machine was supposed to get. In the `ssh_config` man page, I s...
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