similar to: Re: vixie-crontab for redhat linux (Fix)

Displaying 20 results from an estimated 100 matches similar to: "Re: vixie-crontab for redhat linux (Fix)"

1996 Dec 15
0
vixie-crontab for redhat linux
/* vixie crontab buffer overflow for RedHat Linux * * I dont think too many people know that redhat uses vixie crontab. * I didn''t find this, just exploited it. * * * Dave G. * <daveg@escape.com> * http://www.escape.com/~daveg * * */ #include <stdio.h> #include <sys/types.h> #include <stdlib.h> #include <fcntl.h> #include <unistd.h> #define
2007 Dec 20
1
auto named savings (pngs & data-frames)
Hello, i only got a small problem. i try to create automatic new dataframes, or png?s. the main problem i got is: how can i create automatic a new name for a file (read out by simply "for") - i tried to use "(paste...) but theres an errormessage, about a wrong declination. R told it is as.character, but need as.Real. Should i use another method than "paste"? i tried as
2010 Jun 27
1
[PATCH] ROSH: Upgraded
Without further adieu, I would like to announce that I've finally pushed ROSH, the Read-Only SHell, finally to the point of being reasonably usable. From: Gene Cumm <gene.cumm at gmail.com> Patch ROSH for Syslinux-4 and make it much more usable. Signed-off-by: Gene Cumm <gene.cumm at gmail.com> --- diff --git a/com32/rosh/rosh.c b/com32/rosh/rosh.c index 511fdff..bf1176f
2013 Sep 12
10
[PATCH] xen/build: Remove hacked up version of figlet
This hacked up version of figlet contributes a supprisingly large proportion of the Coverity issues found under xen/ (and therefore attributed against Xen) Figlet can be found in all distros, so make use of it. We keep xen.flf (being the Xen figlet font) and replace the hacked up octal transform with a short python script. The Xen Makefile has been tweaked in such a way that it still prints the
2009 Mar 05
0
[PATCH 5/5] COM32/rosh: Improvements
From: Gene Cumm <gene.cumm at gmail.com> COM32/rosh: Improvements; ls acts more like ls with -l -i and -F being understood; Lots of code clean up and user assistance. Clean up the MCONFIG file; Clean up the code to get it to pass checkpatch.pl (aside from confusion on multi-line strings); Add a little more in the error function to recognize different errors; Signed-off-by: Gene Cumm
2009 Feb 15
2
COM32 module: Read-Only shell
Well, here's the read-only shell (rosh) that I've been working on. It's functional but still quite rough. My primary intention of posting it at this time is such that people have an easy way to demonstrate to themselves that the library calls I made work. This should apply as a patch to the head of the "dir" branch and the patch for c_cflag/c_lflag. The patch is only
2009 Mar 06
4
rosh patch
Hey Guys, Below is a patch for the com32/rosh/rosh.c from tonights syslinx git. The patch does the following: 1) changes the rosh_issp to use an if instead of a case for this simple test. 2) changes the rosh_dir_arg function to move the readdir() to inside the while test. This will let me go through my APUE book. Let me know if you have any questions. Keith --- rosh.orig 2009-03-05
2008 Oct 31
0
R help for invoking nmmin()
My code is as follows: #include <iostream> #include <cmath> using namespace std; #define MATHLIB_STANDALONE 1 extern "C" { #include "R_ext/Applic.h" } typedef struct TT{ double ** tempX; double * tempY; int tempN; } TT, *MM; double fn(int N, double * beta, void * ex){ double total = 0; int i = 0,j = 0; double * betaFn = new double[N]; MM tmp = (MM)ex;
2009 Dec 30
1
seg-fault... but on what
I got the following after running succesfully through this loop 28 million times... the loop opens text files in a directory and inserts line by line into a database... *** caught segfault *** address 0xc0000010, cause 'memory not mapped' Traceback: 1: .getGeneric(f, where, package) 2: getGeneric("coerce", where = where) 3: as(obj, "integer") 4:
2009 Dec 28
4
Accessing members
Consider the following.... > fileLines V1 V2 V3 V4 V5 V6 V7 V8 1 AB 20091224 156.0 156.0 154.00 154.00 55 1198 2 AB.C 20091224 156.0 156.0 156.00 156.00 0 0 3 ABF10 20091224 156.0 156.0 156.00 156.00 55 444 4 ABH10 20091224 156.0 156.0 156.00 156.00 0 749 5 ABH11 20091224 157.2 157.2 157.20 157.20 0 0 6 ABH12
2009 Dec 28
1
accessing members of a data.frame
I have the following code fileList <-list.files(path = ".", pattern = "[^a-z].txt$", all.files = FALSE, full.names = FALSE, recursive = FALSE, ignore.case = FALSE) for (x in 1:length(fileList)){ fileLines <- data.frame(read.table(fileList[x])) print(string) } the lines of the file all have the following format... AB,20091224,156,156,154,154,55,1198 Can I access
2007 Oct 23
0
API for optimization with Simulated annealing
Dear list, I was trying to use the R API for optimization method "Simulated annealing" void samin(int n, double *x, double *Fmin, optimfn fn, int maxit, int tmax, double temp, int trace, void *ex); but I encountered the following problem: The implementation of the function samin (as seen in src/main/optim.c) passes its void * argument "ex" into the function
2007 May 17
0
CESA-2007:0345 Moderate CentOS 4 ia64 vixie-cron - security update
CentOS Errata and Security Advisory 2007:0345 https://rhn.redhat.com/errata/RHSA-2007-0345.html The following updated files have been uploaded and are currently syncing to the mirrors: ia64: updates/ia64/RPMS/vixie-cron-4.1-47.EL4.ia64.rpm -- Pasi Pirhonen - upi at iki.fi - http://pasi.pirhonen.eu/ Top-postings silently ignored -------------- next part -------------- A non-text attachment
2007 May 17
0
CESA-2007:0345 Moderate CentOS 3 ia64 vixie-cron - security update
CentOS Errata and Security Advisory 2007:0345 https://rhn.redhat.com/errata/RHSA-2007-0345.html The following updated files have been uploaded and are currently syncing to the mirrors: ia64: updates/ia64/RPMS/vixie-cron-4.1-19.EL3.ia64.rpm -- Pasi Pirhonen - upi at iki.fi - http://pasi.pirhonen.eu/ Top-postings silently ignored -------------- next part -------------- A non-text attachment
2007 May 17
0
CESA-2007:0345 Moderate CentOS 3 i386 vixie-cron - security update
CentOS Errata and Security Advisory CESA-2007:0345 vixie-cron security update for CentOS 3 i386: https://rhn.redhat.com/errata/RHSA-2007-0345.html The following updated file has been uploaded and is currently syncing to the mirrors: i386: updates/i386/RPMS/vixie-cron-4.1-19.EL3.i386.rpm source: updates/SRPMS/vixie-cron-4.1-19.EL3.src.rpm You may update your CentOS-3 i386 installations by
2007 May 17
0
CESA-2007:0345 Moderate CentOS 3 x86_64 vixie-cron - security update
CentOS Errata and Security Advisory CESA-2007:0345 vixie-cron security update for CentOS 3 x86_64: https://rhn.redhat.com/errata/RHSA-2007-0345.html The following updated file has been uploaded and is currently syncing to the mirrors: x86_64: updates/x86_64/RPMS/vixie-cron-4.1-19.EL3.x86_64.rpm source: updates/SRPMS/vixie-cron-4.1-19.EL3.src.rpm You may update your CentOS-3 x86_64
2007 May 18
0
CESA-2007:0345 Moderate CentOS 4 x86_64 vixie-cron - security update
CentOS Errata and Security Advisory 2007:0345 https://rhn.redhat.com/errata/RHSA-2007-0345.html The following updated files have been uploaded and are currently syncing to the mirrors: x86_64: vixie-cron-4.1-47.EL4.x86_64.rpm src: vixie-cron-4.1-47.EL4.src.rpm -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature
2007 May 18
0
CESA-2007:0345 Moderate CentOS 4 i386 vixie-cron - security update
CentOS Errata and Security Advisory 2007:0345 https://rhn.redhat.com/errata/RHSA-2007-0345.html The following updated files have been uploaded and are currently syncing to the mirrors: i386: vixie-cron-4.1-47.EL4.i386.rpm src: vixie-cron-4.1-47.EL4.src.rpm -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189
2007 May 18
0
CESA-2007:0345 Moderate CentOS 3 s390(x) vixie-cron - security update
CentOS Errata and Security Advisory 2007:0345 https://rhn.redhat.com/errata/RHSA-2007-0345.html The following updated files have been uploaded and are currently syncing to the mirrors: s390: updates/s390/RPMS/vixie-cron-4.1-19.EL3.s390.rpm s390x: updates/s390x/RPMS/vixie-cron-4.1-19.EL3.s390x.rpm -- Pasi Pirhonen - upi at iki.fi - http://pasi.pirhonen.eu/ Top-postings silently ignored
2007 May 18
0
CESA-2007:0345 Moderate CentOS 4 s390(x) vixie-cron - security update
CentOS Errata and Security Advisory 2007:0345 https://rhn.redhat.com/errata/RHSA-2007-0345.html The following updated files have been uploaded and are currently syncing to the mirrors: s390: updates/s390/RPMS/vixie-cron-4.1-47.EL4.s390.rpm s390x: updates/s390x/RPMS/vixie-cron-4.1-47.EL4.s390x.rpm -- Pasi Pirhonen - upi at iki.fi - http://pasi.pirhonen.eu/ Top-postings silently ignored