I'm subscribed in digest mode. Duplicate messages are being sent in the digest. This started on Friday. Anyone else seeing this?
I included a truncated copy of the last digest I received.
---------- Forwarded message ---------- From: <hobbit-digest-help at hswn.dk> Date: Tue, May 27, 2008 at 9:08 AM Subject: hobbit Digest 27 May 2008 13:08:02 -0000 Issue 1079 To: hobbit at hswn.dk
hobbit Digest 27 May 2008 13:08:02 -0000 Issue 1079
Topics (messages 19420 through 19443):
Error compiling todays snapshot (27/5) 19420 by: Lars Ebeling 19429 by: Lars Ebeling
monitor of Lustre-Filesystem 19421 by: Martin Flemming 19426 by: Martin Flemming 19430 by: Martin Flemming
<SNIP>
Re: Random hobbit newbie questions 19425 by: Johan Björklund 19434 by: Johan Björklund
<SNIP>
Administrivia:
To subscribe to the digest, e-mail: <hobbit-digest-subscribe at hswn.dk>
To unsubscribe from the digest, e-mail: <hobbit-digest-unsubscribe at hswn.dk>
To post to the list, e-mail: <hobbit at hswn.dk>
---------- Forwarded message ---------- From: "Lars Ebeling" <lars.ebeling at leopg9.no-ip.org> To: "hobbit" <hobbit at hswn.dk> Date: Tue, 27 May 2008 06:35:55 +0200 Subject: Error compiling todays snapshot (27/5) Probably known problems but:
gcc -g -O -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHPUX
-I. -I
/home/hobbit/snapshot/include -I/usr/local/include -c -o loaddata.o
loaddata.c
loaddata.c: In function
load_state': loaddata.c:418: warning: passing arg 4 of sendmessage' from incompatible
pointe
r
type
loaddata.c:418: error: too many arguments to function
sendmessage' loaddata.c:422: warning: passing arg 4 of sendmessage' from incompatible
pointe
r
type
loaddata.c:422: error: too many arguments to function
sendmessage' make[1]: *** [loaddata.o] Error 1 make[1]: Leaving directory /home/hobbit/snapshot/bbdisplay'
make: *** [bbdisplay-build] Error
2
Regards Lars Ebeling
http://leopg9.no-ip.org Hobbithobbyist
"I am not young enough to know everything." -- Oscar Wilde
---------- Forwarded message ---------- From: "Lars Ebeling" <lars.ebeling at leopg9.no-ip.org> To: "hobbit" <hobbit at hswn.dk> Date: Tue, 27 May 2008 06:35:55 +0200 Subject: Error compiling todays snapshot (27/5) Probably known problems but:
gcc -g -O -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHPUX
-I. -I
/home/hobbit/snapshot/include -I/usr/local/include -c -o loaddata.o
loaddata.c
loaddata.c: In function
load_state': loaddata.c:418: warning: passing arg 4 of sendmessage' from incompatible
pointe
r
type
loaddata.c:418: error: too many arguments to function
sendmessage' loaddata.c:422: warning: passing arg 4 of sendmessage' from incompatible
pointe
r
type
loaddata.c:422: error: too many arguments to function
sendmessage' make[1]: *** [loaddata.o] Error 1 make[1]: Leaving directory /home/hobbit/snapshot/bbdisplay'
make: *** [bbdisplay-build] Error
2
Regards Lars Ebeling
http://leopg9.no-ip.org Hobbithobbyist
"I am not young enough to know everything." -- Oscar Wilde
---------- Forwarded message ---------- From: Martin Flemming <martin.flemming at desy.de> To: hobbit at hswn.dk Date: Tue, 27 May 2008 11:19:45 +0200 (CEST) Subject: monitor of Lustre-Filesystem
Hi !
Got somebody a client or server-monitor-script for the Lustre-Filesystem or give me hint what can i do ?
Thanks & Cheers
Martin
Martin Flemming DESY / IT office : Building 2b / 008a Notkestr. 85 phone : 040 - 8998 - 4667 22603 Hamburg mail : martin.flemming at desy.de
---------- Forwarded message ---------- From: Martin Flemming <martin.flemming at desy.de> To: hobbit at hswn.dk Date: Tue, 27 May 2008 11:19:45 +0200 (CEST) Subject: monitor of Lustre-Filesystem
Hi !
Got somebody a client or server-monitor-script for the Lustre-Filesystem or give me hint what can i do ?
Thanks & Cheers
Martin
Martin Flemming DESY / IT office : Building 2b / 008a Notkestr. 85 phone : 040 - 8998 - 4667 22603 Hamburg mail : martin.flemming at desy.de
---------- Forwarded message ---------- From: Martin Flemming <martin.flemming at desy.de> To: hobbit at hswn.dk Date: Tue, 27 May 2008 11:19:45 +0200 (CEST) Subject: monitor of Lustre-Filesystem
Hi !
Got somebody a client or server-monitor-script for the Lustre-Filesystem or give me hint what can i do ?
Thanks & Cheers
Martin
Martin Flemming DESY / IT office : Building 2b / 008a Notkestr. 85 phone : 040 - 8998 - 4667 22603 Hamburg mail : martin.flemming at desy.de
<SNIP>
---------- Forwarded message ---------- From: Johan Björklund <the at whero.net> To: hobbit at hswn.dk Date: Tue, 27 May 2008 10:09:19 +0200 Subject: Re: [hobbit] Random hobbit newbie questions On Thu, May 22, 2008 at 18:49 CEST, "Linder, Doug (SABIC Innovative Plastics, consultant)" < Doug.Linder at sabic-ip.com> wrote:
Is there a difference between MEMSWAP and SWAP? If not, why is it listed twice in the defaults? If so, what is the difference?
As far as I have read the documentation you can use either keyword. SWAP is just three letters shorter than MEMSWAP (according to documentation you can use either MEMPHYS, PHYS, MEMACT, ACT, MEMSWAP and SWAP).
Unfortunately I can't find any details about what the default names of the "classes named by the operating system" are, so I don't know which strings to put after "CLASS=" in my hobbit-clients.cfg file. Is there a list somewhere?
CLASS is up to you to define. You could use it to classify and group togehter simlar systems in i.e. hobbit-clients.cfg (the most practical place to use this flag).
On the clients define CLASS=webfront and in your hobbit-clients.cfg write this:
CLASS=webfront PROC java PROC httpd 10
You could achive the same thing using regexp, like:
HOST=%web(1-9).mydomain.com PROC java PROC httpd 10
Which soultion you use depends more on what you feels are the most practiacal solution.
- There are a couple columns in the default configuration that I don't want, like "files". On the page in question, the status icon for every system is "clear" (white). I want to use the "drop" option to the bb command to do this. I issued this command for every host on the page in question:
You've got many suggestions already, but I have one more solution: update your clientdata channel, this is what my channel looks like:
[clientdata] ENVFILE /home/hobbitd/server/etc/hobbitserver.cfg NEEDS hobbitd CMD hobbitd_channel --channel=client --log=$BBSERVERLOGS/clientdata.log hobbitd_client --no-clear-msgs --no-clear-files --no-clear-ports
This tells hobbitd_client to not generate CLEAR status if no test data is defined for MSGS, FILES or PORTS.
All of the above implies that you use central configuration.
-- +-----------------------------------------------------------+ | Johan Björklund <the at whero.net> http://whero.net/ | +-----------------------------------------------------------+ | I AM DEATH, NOT TAXES. I TURN UP ONLY ONCE. | (Feet of Clay by Terry Pratchet) +-------------------------------- ------ ----- ---- --- -- -
---------- Forwarded message ---------- From: Johan Björklund <the at whero.net> To: hobbit at hswn.dk Date: Tue, 27 May 2008 10:09:19 +0200 Subject: Re: [hobbit] Random hobbit newbie questions On Thu, May 22, 2008 at 18:49 CEST, "Linder, Doug (SABIC Innovative Plastics, consultant)" < Doug.Linder at sabic-ip.com> wrote:
Is there a difference between MEMSWAP and SWAP? If not, why is it listed twice in the defaults? If so, what is the difference?
As far as I have read the documentation you can use either keyword. SWAP is just three letters shorter than MEMSWAP (according to documentation you can use either MEMPHYS, PHYS, MEMACT, ACT, MEMSWAP and SWAP).
Unfortunately I can't find any details about what the default names of the "classes named by the operating system" are, so I don't know which strings to put after "CLASS=" in my hobbit-clients.cfg file. Is there a list somewhere?
CLASS is up to you to define. You could use it to classify and group togehter simlar systems in i.e. hobbit-clients.cfg (the most practical place to use this flag).
On the clients define CLASS=webfront and in your hobbit-clients.cfg write this:
CLASS=webfront PROC java PROC httpd 10
You could achive the same thing using regexp, like:
HOST=%web(1-9).mydomain.com PROC java PROC httpd 10
Which soultion you use depends more on what you feels are the most practiacal solution.
- There are a couple columns in the default configuration that I don't want, like "files". On the page in question, the status icon for every system is "clear" (white). I want to use the "drop" option to the bb command to do this. I issued this command for every host on the page in question:
You've got many suggestions already, but I have one more solution: update your clientdata channel, this is what my channel looks like:
[clientdata] ENVFILE /home/hobbitd/server/etc/hobbitserver.cfg NEEDS hobbitd CMD hobbitd_channel --channel=client --log=$BBSERVERLOGS/clientdata.log hobbitd_client --no-clear-msgs --no-clear-files --no-clear-ports
This tells hobbitd_client to not generate CLEAR status if no test data is defined for MSGS, FILES or PORTS.
All of the above implies that you use central configuration.
-- +-----------------------------------------------------------+ | Johan Björklund <the at whero.net> http://whero.net/ | +-----------------------------------------------------------+ | I AM DEATH, NOT TAXES. I TURN UP ONLY ONCE. | (Feet of Clay by Terry Pratchet) +-------------------------------- ------ ----- ---- --- -- -
participants (1)
-
robert.herron@gmail.com