search for: groveling

Displaying 20 results from an estimated 40 matches for "groveling".

Did you mean: grovelling
2008 Mar 13
2
Help! OT: Blackberry IMAP client suggestions/experience needed
The CFO of our college, a most formidable man, had decided to go Blackberry and Something Functional Must Be Done. We've had some users who we've not supported (and things got better for them when we switched from UWIMAP to Dovecot). BB, of course, has their half-baked sorta-IMAP-compliant client (and we do NOT want the BB Enterprise Server) that persistently keeps grabbing the
2012 Aug 02
2
Rd] Numerics behind splineDesign
On 08/02/2012 05:00 AM, r-devel-request at r-project.org wrote: > Now I just have to grovel over the R code in ns() and bs() to figure > out how exactly they pick knots and handle boundary conditions, plus > there is some code that I don't understand in ns() that uses qr() to > postprocess the output from spline.des. I assume this is involved > somehow in imposing the boundary
2005 Feb 20
2
minus I and minus L flags
I have been RTFM/doc/www, but I'm still lost. How does one tell R CMD INSTALL and R CMD check (both) that libraries are installed in non-usual places and so -I/APPS/include (or whatever) is necessary in CPPFLAGS and -L/APPS/lib (similarly) is necessary in LDFLAGS? I know I can hardwire them in pkg/src/Makevars, but this requires hand editing of that file by each installer (yuck!) rgentlem
2005 Feb 20
2
minus I and minus L flags
I have been RTFM/doc/www, but I'm still lost. How does one tell R CMD INSTALL and R CMD check (both) that libraries are installed in non-usual places and so -I/APPS/include (or whatever) is necessary in CPPFLAGS and -L/APPS/lib (similarly) is necessary in LDFLAGS? I know I can hardwire them in pkg/src/Makevars, but this requires hand editing of that file by each installer (yuck!) rgentlem
2001 Jul 04
1
connection attempt timeout - possible feature?
I'm writing a network monitoring script, that has to traverse a bunch of firewalls (joy ...) and so for connectivity tests, I'm using ssh (OpenSSH 2.x). I'm being lazy, and trying to avoid parallel tasks/threading, so I'm interested in reducing the amount of time OpenSSH will wait to connect to something before giving up. I've already set the ConnectionAttempts flag to 1,
2003 Mar 17
1
Help with compile on HP-UX 11.0
I'm having quite a bit of trouble with 2.2.7a and HP-UX 11.0. I've attempted to compile (configure && make) with aCC (aCC: HP ANSI C++ B3910B A.03.13), and gcc versions 2.95.1, and 3.2. (A few others as well, but that's not, perhaps, relevant here.) Let's assume I'm using gcc 2.95.1. The first configure error I see in config.log is: In file included from
2003 Apr 17
2
R Install problems with Redhat 9 : "tcl.so" versus "tcl.so.0"
Hi, I'm having problems with a R Redhat Linux install. Please bear with me, I've only been working with Linux for about a week here. I have Redhat Linux 9 running on a recent Pentium machine. Here's the install, showing I'm running kernel release 2.4.20-6. [root at localhost root]# uname -a Linux localhost.localdomain 2.4.20-6 #1 Thu Feb 27 10:06:59 EST 2003 i686 i686 i386
2011 Dec 22
1
Repo conversion progress report
I am pleased to be able to report that reposurgeon's Subversion dump stream parser is now working well enough to produce a live git repo from the NUT history up to r3364. This didn't happen easily. The NUT repo is a wonderful test case, and by that I mean it was a stone bitch to get the stream parser to handle it. One class of problems was due to cv2svn, which did things with the
2017 Feb 09
2
cifs-utils: regression in (mulituser?) mounting 'CIFS VFS: Send error in SessSetup = -126'
Hi Aurélien, Thanks for the idea! For Debian packages: 6.4-1 works 6.5-1 works 6.5-2 works 6.6-1 fails 6.6-5 fails So looks like something changed from 6.5 to 6.6... When I have time I'll figure out how to compile the upcall binary.
1998 Aug 31
0
StackGuard-protected Linux and a New StackGuard Compiler (fwd)
Hi all, perhaps this is something of interest to all of us RedHat users ? Later Crispin added: | In response to many comments pointing out a glaring omission (grovel | grovel) the SOURCE CODE for StackGuard is now on line, both as a complete | tar ball and as a source patch to gcc 2.7.2.3, available here: | | http://www.cse.ogi.edu/DISC/projects/immunix/StackGuard/compiler.html Greetings,
2017 Jun 30
2
Simplest way of executing a non-blocking (async) python AGI script?
OK, I give up and come grovelling, "Fork" was suggested at 18:23, it's now 22:20 and I have been through 4 different methods, all block with a 2 second delay before returning to dialplan. Here are just some of the examples I have tried, as as per the suggestions, I am closing all possible outputs in the forked process. https://docs.python.org/3.5/library/multiprocessing.html
2010 Jan 09
0
[LLVMdev] Variable declarations vs. definitions
On Sat, Jan 9, 2010 at 12:57 PM, Dustin Laurence <dllaurence at dslextreme.com> wrote: > I have yet another question that I believe also stems from deep > ignorance of the linkage types.  How do you declare a global variable > without defining it?  The IR ref. clearly indicates that you can do > this, but it looks like one of the many "too obvious to mention" things
2017 Feb 09
0
cifs-utils: regression in (mulituser?) mounting 'CIFS VFS: Send error in SessSetup = -126'
...ATM is that the below commit caused the problem. Thanks for your time! Chad. commit 9be6e885c3bd63aa6ae9e6351e1b33a4b15d9183 Author: Jeff Layton <jlayton at samba.org> Date: Sun Aug 21 09:42:59 2016 -0400 cifs.upcall: use krb5 routines to get default ccname Currently we end up groveling around in /tmp, trying to guess what the credcache will be. Instead, just get the default ccname for the user, and then see if it has a valid tgt. If it doesn't then we try to use the keytab to init the credcache before proceeding.
2005 Jan 10
2
[Bug 970] document -- as option/non-option separator
http://bugzilla.mindrot.org/show_bug.cgi?id=970 Summary: document -- as option/non-option separator Product: Portable OpenSSH Version: -current Platform: All URL: http://bugs.debian.org/289401 OS/Version: Linux Status: NEW Severity: enhancement Priority: P2 Component: Documentation
2001 Jun 09
0
quicky about return code of scp?
A quick grovel through scp.c shows me that main() ends with this : } exit(errs != 0); } Am I correct in assuming that this means that if there's no problems (ie: the scp executes completely, with no errors) that scp's return code is 0? I need to know if a copy has been successful in a perl script, and the easiest way to check is to look at the code. The return code
1998 Nov 19
0
Samba doesn't fully respect directory permissions?
Mass Sivilotti wrote: > Granted, the Explorer > window is EMPTY (i.e., regardless of the actual contents of > the directory, Explorer shows no files, consistent with > the UNIX permisssion of not allowing searching), but the very fact > that the window opens and the directory APPEARS empty is confusing > some folks. Wouldn't it be better if you got a permission denied >
2003 Nov 17
0
[LLVMdev] Question about structure of SymbolTable
Brian, Global symbols including new named types are named in the global symbol table. In addition each function contains a local symbol table naming local items, including temporary variables. I'm busy documenting all this, but I'm also busy writing a code generator for my architecture, so haven't gotten enough through everything to completely document the bytecode language.
2003 Nov 17
3
[LLVMdev] Question about structure of SymbolTable
I was trying to look through the SymbolTable code for LLVM. What does the SymbolTable for a Module contain? Is it just GlobalVariables and Functions? How are program constants and static variables declared within functions handled? When I said program constants, I meant things like strings (e.g., char* foo = "Hello world\n";). Thanks in advance. Sincerely, Brian Brian M.
2016 Sep 04
0
ANNOUNCE: cifs-utils release 6.6 ready for download
...eck twice.          Signed-off-by: Jeff Layton <jlayton at samba.org> commit 9be6e885c3bd63aa6ae9e6351e1b33a4b15d9183 Author: Jeff Layton <jlayton at samba.org> Date:   Sun Aug 21 09:42:59 2016 -0400     cifs.upcall: use krb5 routines to get default ccname          Currently we end up groveling around in /tmp, trying to guess what the     credcache will be. Instead, just get the default ccname for the user,     and then see if it has a valid tgt. If it doesn't then we try to use     the keytab to init the credcache before proceeding.          Signed-off-by: Jeff Layton <jlayton at...
2001 Aug 07
1
(fwd from mbp@samba.org) CVS update: rsync
On 6 Aug 2001, Albert Chin-A-Young <china@thewrittenword.com> wrote: > On Mon, Aug 06, 2001 at 10:30:50PM +1000, Martin Pool wrote: > > Albert, I'd be interested to hear your comments on these, if you have > > time. > > AC_CHECK_TYPE([socklen_t], [int]) is not robust enough. I had a feeling it was too simple to be correct.. :) > Are you familiar with an ftp