search for: kluge

Displaying 20 results from an estimated 74 matches for "kluge".

Did you mean: kludge
2004 Mar 14
2
Feature request
...d if the configure script has been called with a special option (--with-insecure-cl-pass for example). We also could use a ":" to separate the username and the password: root at bla:~# ssh -l user:password host Please reply off-list, because I'm not subscribed. Thank you, Martin Kluge -- Name : Martin Kluge email : martin at elxsi.info Phone : +49 160 1515182 Projects : http://www.aa-security.de GPG Key : http://www.elxsi.de/key.pub -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature...
2004 Jul 30
3
Counting question
..., but I'm having trouble getting it. I have a data frame with two columns, the first is date and the second is employee ID. I'd like to plot date on the horizontal axis, employee ID on the vertical axis, and the number of times the employee appears for the given date as a color. I've kluged something where I make a table (table(date, id)) and add points to a plot by looping through the rownames (employee ids) of the table. But certainly there is a better way of doing this?? Thanks and regards, Laurence Adair [[alternative HTML version deleted]]
2002 Jul 22
3
Vector Manipulation
Greetings, I wonder if someone could point me towards a more elegent solution than what I"ve kluged together. I have a vector "samp1" of 296 integers. They are sorted in ascending order and the numbers range from 177 to 228,953. I'd like to specify N non-overlapping intervals covering the range from 0 to 229,354 and then for each range, count the number of integers from samp1 tha...
2009 Aug 05
4
Autorun ability on cd?
...eck for .git, and if it finds it then simply do a git-branch for me so that which I am on is forcefully pointed out to me before I proceed to do something foolish. All I can come up with from searching wrt cd is details on why one cannot change the working directory of a running script and various kluges around this. I do not wish to change the pwd of the shell, I just want some way of testing for a certain file and running a specific command if it is found when I enter a working tree. If this requires testing every directory that I cd to then I can live with that. If instead one can put a scrip...
2014 Feb 15
3
[LLVMdev] cmake and make check?
On 02/13/2014 11:35 AM, Tim Northover wrote: > Hi Reed, > >> but then many tests fail when i do a "make check" > > That's not normal (all tests pass for me on Linux and OS X). Is this > on your build machine, or a MIPS board with some odd > cross-compilation? The latter is more likely to have weird CMake > issues (I know AArch64 does if you're not
2008 May 22
1
[LLVMdev] [PATCH] fix for FreeBSD/powerpc build breakage
...FreeBSD__)) // CompilationCallback stub - We can't use a C function with inline assembly in // it, because we the prolog/epilog inserted by GCC won't work for us. Instead, // write our own wrapper, which does things our way, so we have complete control The patch is a bit of a kluge, but I don't know which of the preprocessor defines are used on Darwin and/or Linux. FreeBSD has all of the following: #define __ppc__ 1 #define __PPC__ 1 #define _ARCH_PPC 1 #define __PowerPC__ 1 #define __powerpc__ 1 A related define that could also be used to select the right inline as...
2006 Jun 16
8
DO NOT REPLY [Bug 3845] New: Add --remove-source-files
https://bugzilla.samba.org/show_bug.cgi?id=3845 Summary: Add --remove-source-files Product: rsync Version: 2.6.9 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P3 Component: core AssignedTo: wayned@samba.org ReportedBy: hashproduct+rsync@gmail.com
2017 Feb 27
1
Fwd: Some mails do not get replicated anymore after memory-exhaust
...i "M277562P25620" /var/vmail/*.eu/*h/ > /var/vmail/*.eu/*h/Maildir/dovecot-uidlist:493 :1488206976.M277562P25620. > mail,S=3600,W=3671 I have no idea what else I could do. I could also pass a "doveadm -Dv sync" output but this one is really huge.. Best Regards Christoph Kluge
2006 Jun 20
1
Sort of data.frame yields a thing which is not a data.frame...
...em datewise. As long as seriesS has more than one column, this works nicely, seriesS afterwards is a data.frame with columns similar to those it had going in. But if I encounter a case with only one column, the result is _not_ a data frame, but instead an ? array? list? I can solve this with a kluge: seriesS$stupid <- 0; seriesS <- seriesS[order(as.Date(row.names(seriesS),format="%m/%d/%Y")),] seriesS <- seriesS[,-c(which(names(seriesS)=="stupid")) ] but this mostly tells me I've failed to understand something about how the process should work. Any good re...
2010 Jun 30
1
What is wrong with this code?
...to be the most innocuous part of the entire routine. Putting in debug statements, it seems that it crashes right at "break". Why on Earth would R not like a "break" statement? Also, there must be a more elegant way to do character matching than the "grep" thing I have kluged together. Any ideas on that are welcome as well. Thank you very much for your help.
2011 Jul 13
1
UNIX diff function
...F 6 7 G 7 8 H 8 9 I 9 10 J 10 As you can see, the row containing E and 5 was inserted into the second set. The UNIX diff command identifies the differences quite readily. Obviously, the R diff function does not do this. However, one kluge that I use is to paste together all the entries in each row, then perform a setdiff on the two resulting vectors. Assuming that no rows are duplicated (which would true in my data), my approach works but is it cumbersome. I suspect that someone on this board has thought of a more clever approac...
2012 Jan 17
5
bestfortress driver establishes/loses/establishes communication and so on...
[As posted as Ubuntu Question #184284 on Launchpad] Hi, I try to set up nut (2.4.3) on my Lucid (10.04.3 LTS) to make use of my old but very trusty UPS (Best Power Fortress 660 LI). Yes, this UPS is old (about 16 years), but with its third battery pack last week it is as good as new. It runs perfectly well with Windows XP, Vista and even Windows 7. But not so with Ubuntu and nut. After
2005 May 12
2
help me understand keepalive..
I'm not sure keepalive is working the way I think it's supposed to. Here's my test. I've got a large file (approx 1 gig) on the rsync server, and I append a character on the end to make it slightly different. I fire up rsync on the client side and everything works fine until I hit the timeout value. I have this problems when I have a timeout of below 90 seconds. I've tried
2004 Oct 18
2
Cannot apply delete-sent-files.diff on solaris platform
I have been trying various ways and looking though the lists, but I can't seem to find a solution. I am running a Ultra2 with Solaris 9 and rsync 2.5.2, with the old -move-files patch. I want to upgrade to 2.6.3 with the delete-sent-files patch. Which I understand is the new and improved version serving the same purpose. Unfortunately my patch under Solaris did'nt work, so I d/l
1998 Sep 08
2
Slow VC++ builds from Linux fileserver
We're using Samba 1.9.18p10 on a Linux 2.0.35 box as a fileserver chiefly for software development under VC++. Builds are done from the command line, not the IDE. I'm seeing rather slow build performance under NT4SP3. Build performance is fine under Win95. Build performance is also good when building from Samba 1.9.18p8 running on a Sun UltraSparc. To give some concrete figures, building
2012 Apr 18
2
Virtual resources for a list of server ip addresses in Apache config
I have an internal web site that can only be accessed from other servers. It seems to me that I should pass an array of the addresses to the class that instantiates the template for the Apache configuration. That seems easy. The hard part is getting every node to "register" itself so that it''s IP address is added to the array. I imagine using virtual resources, e.g.
2007 Nov 08
3
Downloading a file into a directory that does not exist
...exec { "mkdir -p \"${name}\"; rmdir \"${name}\";": path => "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", require => ! File["${name}"] } ==========SNIP========== The above would, of course, be a bit of a kluge ("create the target filepath as a directory, then remove the directory, leaving only the parent directory, before downloading the file into the newly created directory..."), but it would, in theory work. Of course, "! File" doesn''t exist. Can anyone think of a way to...
1996 Nov 14
1
Security hole in Debian 1.1 dosemu package
...ar.sysinfo.com (8.8.2/8.8.2) with SMTP id SAA06621 for <dufresne@darkstar.sysinfo.com>; Tue, 26 Nov 1996 18:51:10 -0600 Posted-Date: Tue, 26 Nov 1996 17:31:02 -0600 (CST) Received-Date: Tue, 26 Nov 1996 17:31:02 -0600 (CST) Approved-By: ALEPH1@UNDERGROUND.ORG X-Authentication-Warning: dilbert.kluge.net: felicity owned process doing -bs MIME-Version: 1.0 Approved-By: Theo Van Dinter <felicity@KLUGE.NET> Message-ID: <Pine.LNX.3.95.961126161126.13571C-100000@dilbert.kluge.net> Date: Tue, 26 Nov 1996 16:14:48 -0500 Reply-To: Theo Van Dinter <felicity@kluge.net> Sender: Bugtraq...
2009 Apr 17
1
Buffer Cache Thrashing
Rsync thrashes my buffer cache when transfering large files. I see that some people worked on this problem about a year ago. Did they find a workable solution? I'm getting tired of everything slowing to zero while rsync grinds away. Josh Snyder -------------- next part -------------- HTML attachment scrubbed and removed
2001 Feb 02
2
Write problems
When i start a program like excel or something else it works. But i can't save my work to hd. I think there is something wrong with te read/write permissions of the hd.... How can i correct that ? Sent via Deja.com http://www.deja.com/