clusterit-cvs Mailing List for ClusterIt (Page 4)
Brought to you by:
garbled
You can subscribe to this list here.
2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(18) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2006 |
Jan
(4) |
Feb
(3) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2007 |
Jan
(18) |
Feb
(7) |
Mar
(3) |
Apr
(11) |
May
(1) |
Jun
|
Jul
(9) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2008 |
Jan
|
Feb
(5) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Tim R. <ga...@us...> - 2005-12-10 07:06:56
|
Module Name: src Committed By: garbled Date: Sat Dec 10 07:06:50 UTC 2005 Modified Files: src/common: common.c Log Message: Complete fix for 1377448. Trim trailing whitespace from lump names when parsing the clusterfile. To generate a diff of this commit: cvs rdiff -r1.16 -r1.17 src/common/common.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
From: Tim R. <ga...@us...> - 2005-12-10 06:45:13
|
Module Name: src Committed By: garbled Date: Sat Dec 10 06:45:05 UTC 2005 Modified Files: src/barrier: barrier.c barrierd.c src/common: common.c src/dsh: dsh.c rseq.c run.c src/dvt: dvt.c src/jsd: jsd.c jsh.c src/pcp: pcp.c Log Message: Fix the following bugs: 1377537 1377448 1374720 1) argv[0] was being corrupted by strsep(3), causing ps to show garbage instead of the process name. Fixed this by strdup()ing argv[0] before hacking at it with strsep(3) 2) Linux apparently sends POLLHUP when the remote end has closed, instead of POLLHUP|POLLIN like NetBSD does. This means that unless we look for POLLHUP in the scan, we never get the data, causing dsh to truncate output from the child rsh/ssh. 3) Add a quick routine to strip the trailing whitespace from the groupname when parsing the clusterfile. I think I still need to do this for the lumpname too. To generate a diff of this commit: cvs rdiff -r1.16 -r1.17 src/barrier/barrier.c src/barrier/barrierd.c cvs rdiff -r1.15 -r1.16 src/common/common.c cvs rdiff -r1.21 -r1.22 src/dsh/dsh.c cvs rdiff -r1.15 -r1.16 src/dsh/rseq.c cvs rdiff -r1.13 -r1.14 src/dsh/run.c cvs rdiff -r1.6 -r1.7 src/dvt/dvt.c cvs rdiff -r1.13 -r1.14 src/jsd/jsd.c cvs rdiff -r1.11 -r1.12 src/jsd/jsh.c cvs rdiff -r1.14 -r1.15 src/pcp/pcp.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
From: Tim R. <ga...@us...> - 2005-12-10 06:35:47
|
Module Name: src Committed By: garbled Date: Sat Dec 10 06:35:41 UTC 2005 Modified Files: src: clusterit.spec Log Message: Update URL in spec file To generate a diff of this commit: cvs rdiff -r1.4 -r1.5 src/clusterit.spec Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
From: Frank P. <fp...@ca...> - 2005-12-07 18:40:34
|
Hi, I'm wondering if somebody would know - it may be a very simple question. When I use dsh to run commands on a host, it works well except that the output only gives me the first line of what comes back. eg: [fpani0@localhost bin]$ dsh -e -w <hostname> -l root "ifconfig'" <hostname>: eth0 Link encap:Ethernet HWaddr 02:00:00:00:00:11 I downloaded and compiled V2.3.1. For an earlier version that I was able to get (from Mandrake) 2.2, when I issue the dsh command, it gives me the entire output of whatever I have. I'm wondering if this is just a feature, a bug? It would be nice to see the entire output and not just the first line if possible. Thanks |