Xymon Mailing List Archive search

Installing Hobbit on OS/X

28 messages in this thread

list Evan Platt · Fri, 02 Nov 2007 11:54:13 -0700 ·
Read throgh the documentation.. If I'm missing something obvious, let me know.

But I can't even do a configure on my OS/X 10.4 box:


# ./configure.server

Configuration script for Hobbit

This script asks a few questions and builds a Makefile to compile Hobbit

Checking your make-utility
Unknown option: n
Usage: head [-options] <url>...
     -m <method>   use method for the request (default is 'HEAD')
     -f            make request even if head believes method is illegal
     -b <base>     Use the specified URL as base
     -t <timeout>  Set timeout value
     -i <time>     Set the If-Modified-Since header on the request
     -c <conttype> use this content-type for POST, PUT, CHECKIN
     -a            Use text mode for content I/O
     -p <proxyurl> use this as a proxy
     -P            don't load proxy settings from environment
     -H <header>   send this HTTP header (you can specify several)

     -u            Display method and URL before any response
     -U            Display request headers (implies -u)
     -s            Display response status code
     -S            Display response status chain
     -e            Display response headers
     -d            Do not display content
     -o <format>   Process HTML content in various ways

     -v            Show program version
     -h            Print this message

     -x            Extra debugging output
GNU make is required to build Hobbit.
If it is available as "gmake", run configure as: 'MAKE=gmake 
./configure.server'


Any suggestions?

Thanks.

Evan
list Evan Platt · Fri, 02 Nov 2007 11:57:03 -0700 ·
quoted from Evan Platt
Read throgh the documentation.. If I'm missing something obvious, let me know.

But I can't even do a configure on my OS/X 10.4 box:

(Fat fingers). This was a fresh download of 4.2.0 from today, source 
tar. Running as root.
quoted from Evan Platt


# ./configure.server

Configuration script for Hobbit

This script asks a few questions and builds a Makefile to compile Hobbit

Checking your make-utility
Unknown option: n
Usage: head [-options] <url>...
     -m <method>   use method for the request (default is 'HEAD')
     -f            make request even if head believes method is illegal
     -b <base>     Use the specified URL as base
     -t <timeout>  Set timeout value
     -i <time>     Set the If-Modified-Since header on the request
     -c <conttype> use this content-type for POST, PUT, CHECKIN
     -a            Use text mode for content I/O
     -p <proxyurl> use this as a proxy
     -P            don't load proxy settings from environment
     -H <header>   send this HTTP header (you can specify several)

     -u            Display method and URL before any response
     -U            Display request headers (implies -u)
     -s            Display response status code
     -S            Display response status chain
     -e            Display response headers
     -d            Do not display content
     -o <format>   Process HTML content in various ways

     -v            Show program version
     -h            Print this message

     -x            Extra debugging output
GNU make is required to build Hobbit.
If it is available as "gmake", run configure as: 'MAKE=gmake 
./configure.server'


Any suggestions?

Thanks.

Evan
list David Gilmore · Fri, 2 Nov 2007 15:56:06 -0400 ·
Evan,

I ran into this problem when we configured the client on several OS X servers.  You need to get the second install CD for OS X and install the BSD utilities.  I do not recall what they are as I do not have a system CD in front of me, but it should be fairly clear when you mount the CD.

David
quoted from Evan Platt


-----Original Message-----
From: Evan Platt [mailto:user-b3066278fa73@xymon.invalid]
Sent: Friday, November 02, 2007 2:54 PM
To: user-ae9b8668bcde@xymon.invalid
Subject: [hobbit] Installing Hobbit on OS/X

Read throgh the documentation.. If I'm missing something obvious, let me know.

But I can't even do a configure on my OS/X 10.4 box:


# ./configure.server

Configuration script for Hobbit

This script asks a few questions and builds a Makefile to compile Hobbit

Checking your make-utility
Unknown option: n
Usage: head [-options] <url>...
     -m <method>   use method for the request (default is 'HEAD')
     -f            make request even if head believes method is illegal
     -b <base>     Use the specified URL as base
     -t <timeout>  Set timeout value
     -i <time>     Set the If-Modified-Since header on the request
     -c <conttype> use this content-type for POST, PUT, CHECKIN
     -a            Use text mode for content I/O
     -p <proxyurl> use this as a proxy
     -P            don't load proxy settings from environment
     -H <header>   send this HTTP header (you can specify several)

     -u            Display method and URL before any response
     -U            Display request headers (implies -u)
     -s            Display response status code
     -S            Display response status chain
     -e            Display response headers
     -d            Do not display content
     -o <format>   Process HTML content in various ways

     -v            Show program version
     -h            Print this message

     -x            Extra debugging output
GNU make is required to build Hobbit.
If it is available as "gmake", run configure as: 'MAKE=gmake
./configure.server'


Any suggestions?

Thanks.

Evan


This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager. This message contains confidential information and is intended only for the individual named. If you are not the named addressee you should not disseminate, distribute or copy this e-mail.
list Evan Platt · Fri, 02 Nov 2007 14:37:09 -0700 ·
This is installing the server. :)

I don't have the install CD - this is a second hand computer to me :(

 From what it looks like, whatever command the configure is passing to head isn't liked. but that's my guess...
quoted from David Gilmore

At 12:56 PM 11/2/2007, David Gilmore wrote:
Evan,

I ran into this problem when we configured the client on several OS X servers.  You need to get the second install CD for OS X and install the BSD utilities.  I do not recall what they are as I do not have a system CD in front of me, but it should be fairly clear when you mount the CD.

David
list Evan Platt · Fri, 02 Nov 2007 15:00:51 -0700 ·
quoted from Evan Platt
At 02:37 PM 11/2/2007, Evan Platt wrote:
This is installing the server. :)

I don't have the install CD - this is a second hand computer to me :(

From what it looks like, whatever command the configure is passing 
to head isn't liked. but that's my guess...
Hmm

# grep head configure.server
MAKEVER=`$MAKE -version 2>&1 | head -n 1 | awk '{print $1 " " $2}'`

This help anyone? Sounds like a difference between the head for OS/X 
and the head on another O/S?
list Henrik Størner · Fri, 2 Nov 2007 23:12:15 +0100 ·
quoted from Evan Platt
On Fri, Nov 02, 2007 at 11:57:03AM -0700, Evan Platt wrote:
Read throgh the documentation.. If I'm missing something obvious, let me 
know.
Like the script says:
quoted from David Gilmore
GNU make is required to build Hobbit.
If it is available as "gmake", run configure as: 'MAKE=gmake 
./configure.server'

Henrik
list Evan Platt · Fri, 02 Nov 2007 15:25:39 -0700 ·
quoted from Henrik Størner
At 03:12 PM 11/2/2007, Henrik Stoerner wrote:
Like the script says:
GNU make is required to build Hobbit.
If it is available as "gmake", run configure as: 'MAKE=gmake
./configure.server'
Ok, pardon my ignorance.. Isn't gnu make 'make?'

# which make
/usr/local/bin/make
[espphotography:/temp/hobbit-4.2.0] root# make
make: *** No targets specified and no makefile found.  Stop.
[espphotography:/temp/hobbit-4.2.0] root#

I have make.
list David Gilmore · Fri, 2 Nov 2007 20:29:45 -0400 ·
Evan

Hobbit client or Hobbit server installation, you still need the BSD tools installed.  The default installation of OS X does not include those tools.  If you have a hand me down system with no installation media then you are out of luck.
quoted from David Gilmore

David


-----Original Message-----
From: Evan Platt [mailto:user-b3066278fa73@xymon.invalid]
Sent: Friday, November 02, 2007 6:26 PM
To: user-ae9b8668bcde@xymon.invalid
Subject: Re: [hobbit] Installing Hobbit on OS/X

At 03:12 PM 11/2/2007, Henrik Stoerner wrote:
Like the script says:
GNU make is required to build Hobbit.
If it is available as "gmake", run configure as: 'MAKE=gmake
./configure.server'
Ok, pardon my ignorance.. Isn't gnu make 'make?'

# which make
/usr/local/bin/make
[espphotography:/temp/hobbit-4.2.0] root# make
make: *** No targets specified and no makefile found.  Stop.
[espphotography:/temp/hobbit-4.2.0] root#

I have make.


This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager. This message contains confidential information and is intended only for the individual named. If you are not the named addressee you should not disseminate, distribute or copy this e-mail.
list Josh Luthman · Fri, 2 Nov 2007 21:29:03 -0400 ·
Just get a hold of the CDs and be finished with it.  There are plenty of
sources for these CDs - friends, colleagues a second server you've
purchased.  Be resourceful!
quoted from David Gilmore

On 11/2/07, David Gilmore <user-70507ff7198d@xymon.invalid> wrote:
Evan

Hobbit client or Hobbit server installation, you still need the BSD tools
installed.  The default installation of OS X does not include those
tools.  If you have a hand me down system with no installation media then
you are out of luck.

David


-----Original Message-----
From: Evan Platt [mailto:user-b3066278fa73@xymon.invalid]
Sent: Friday, November 02, 2007 6:26 PM
To: user-ae9b8668bcde@xymon.invalid
Subject: Re: [hobbit] Installing Hobbit on OS/X

At 03:12 PM 11/2/2007, Henrik Stoerner wrote:
Like the script says:
GNU make is required to build Hobbit.
If it is available as "gmake", run configure as: 'MAKE=gmake
./configure.server'
Ok, pardon my ignorance.. Isn't gnu make 'make?'

# which make
/usr/local/bin/make
[espphotography:/temp/hobbit-4.2.0] root# make
make: *** No targets specified and no makefile found.  Stop.
[espphotography:/temp/hobbit-4.2.0] root#

I have make.


This email and any files transmitted with it are confidential and intended
solely for the use of the individual or entity to whom they are addressed.
If you have received this email in error please notify the system manager.
This message contains confidential information and is intended only for the
individual named. If you are not the named addressee you should not
disseminate, distribute or copy this e-mail.

-- 

Josh Luthman
Office: XXX-XXX-XXXX
Direct: XXX-XXX-XXXX
XXXX Wayne St
Suite XXXX
Troy, OH XXXXX

Those who don't understand UNIX are condemned to reinvent it, poorly.
--- Henry Spencer
list Dominique Frise · Sat, 03 Nov 2007 09:31:57 +0100 ·
We compile our OSX clients on a reference 10.4.x system with X-code tools installed like this:

# MAKE=make ./configure --client
...
...
# make
# make install


Dominique
UNIL - University of Lausanne
quoted from Josh Luthman


Josh Luthman wrote:
Just get a hold of the CDs and be finished with it.  There are plenty of sources for these CDs - friends, colleagues a second server you've purchased.  Be resourceful!

On 11/2/07, *David Gilmore* <user-70507ff7198d@xymon.invalid <mailto:user-70507ff7198d@xymon.invalid>> wrote:

    Evan

    Hobbit client or Hobbit server installation, you still need the BSD
    tools installed.  The default installation of OS X does not include
    those tools.  If you have a hand me down system with no installation
    media then you are out of luck.

    David


    -----Original Message-----
    From: Evan Platt [mailto:user-b3066278fa73@xymon.invalid
    <mailto:user-b3066278fa73@xymon.invalid>]
    Sent: Friday, November 02, 2007 6:26 PM

    To: user-ae9b8668bcde@xymon.invalid <mailto:user-ae9b8668bcde@xymon.invalid>
quoted from Josh Luthman
    Subject: Re: [hobbit] Installing Hobbit on OS/X

    At 03:12 PM 11/2/2007, Henrik Stoerner wrote:
Like the script says:
GNU make is required to build Hobbit.
If it is available as "gmake", run configure as: 'MAKE=gmake
./configure.server'
    Ok, pardon my ignorance.. Isn't gnu make 'make?'

    # which make
    /usr/local/bin/make
    [espphotography:/temp/hobbit-4.2.0] root# make
    make: *** No targets specified and no makefile found.  Stop.
    [espphotography:/temp/hobbit-4.2.0] root#

    I have make.


    This email and any files transmitted with it are confidential and
    intended solely for the use of the individual or entity to whom they
    are addressed. If you have received this email in error please
    notify the system manager. This message contains confidential
    information and is intended only for the individual named. If you
    are not the named addressee you should not disseminate, distribute
    or copy this e-mail.


-- 
Josh Luthman
Office: XXX-XXX-XXXX
Direct: XXX-XXX-XXXX
XXXX Wayne St
Suite XXXX
Troy, OH XXXXX

Those who don't understand UNIX are condemned to reinvent it, poorly.
--- Henry Spencer
list Evan Platt · Tue, 06 Nov 2007 20:06:00 -0800 ·
quoted from David Gilmore
At 04:29 PM 11/2/2007, David Gilmore wrote:
Evan

Hobbit client or Hobbit server installation, you still need the BSD tools installed.  The default installation of OS X does not include those tools.  If you have a hand me down system with no installation media then you are out of luck.

FYI.. I did have the BSD tools installed. Turns out the installation on my system was from the OS/X DVD which included that.

Something I had installed put a different 'head' on my system, so I found the original and restored in.

Hobbit is up and running!

I read (or so I thought), there was a GUI configuration interface?

I thought I read there was one built in?

Thanks again for everyones help.
list Josh Luthman · Tue, 6 Nov 2007 23:38:16 -0500 ·
The initial setup and the main configuration has no GUI.  You might want to
look at Hobbit Admin Tools.  Linked as "admin tools" on this page:
http://www.trantor.org/theshire/

This will enable you do a few more things via the web interface that are
normally done on a day to day basis.

Josh
quoted from Evan Platt

On 11/6/07, Evan Platt <user-b3066278fa73@xymon.invalid> wrote:
At 04:29 PM 11/2/2007, David Gilmore wrote:
Evan

Hobbit client or Hobbit server installation, you still need the BSD
tools installed.  The default installation of OS X does not include
those tools.  If you have a hand me down system with no installation
media then you are out of luck.

FYI.. I did have the BSD tools installed. Turns out the installation
on my system was from the OS/X DVD which included that.

Something I had installed put a different 'head' on my system, so I
found the original and restored in.

Hobbit is up and running!

I read (or so I thought), there was a GUI configuration interface?

I thought I read there was one built in?

Thanks again for everyones help.

-- 
Josh Luthman
Office: XXX-XXX-XXXX
Direct: XXX-XXX-XXXX
XXXX Wayne St
Suite XXXX
Troy, OH XXXXX

Those who don't understand UNIX are condemned to reinvent it, poorly.
--- Henry Spencer
list Evan Platt · Wed, 07 Nov 2007 12:05:08 -0800 ·
At 08:38 PM 11/6/2007, Josh Luthman wrote:
The initial setup and the main configuration has no GUI.  You might want to look at Hobbit Admin Tools.  Linked as "admin tools" on this page: <http://www.trantor.org/theshire/>http://www.trantor.org/theshire/

This will enable you do a few more things via the web interface that are normally done on a day to day basis.
Ok, I downloaded those...

It looks like hobbit isn't starting up fully?

# ps aux | grep hobbit
hobbit    5880   0.0  0.0    27412    256  ??  Ss   11:42AM   0:00.03 /Users/hobbit/server/bin/hobbitlaunch --config=/Users/hobbit/server/etc/hobbitlaunch.cfg --env=/Users/hobbit/server/etc/hobbitserver.cfg --log=/var/log/hobbit/hobbitla

That's all that's showing

$ /Users/hobbit/server/bin/hobbit.sh status
Hobbit (hobbitlaunch) running with PID 6032

And netstat shows nothing on port 1984 (which, IIRC is hobbits port, no)?
Any suggestions? Don't know what other information is needed to help debug.


Thanks.

Evan
list Josh Luthman · Wed, 7 Nov 2007 16:33:46 -0500 ·
One thing I've noticed with netstat is a lot of people don't use the -n
argument, causing things like "http" or "ssh" to show up.  Though it is
unlikely bigbrother is there I'd confirm with:

netstat -an|grep 1984
quoted from Evan Platt


On 11/7/07, Evan Platt <user-b3066278fa73@xymon.invalid> wrote:
At 08:38 PM 11/6/2007, Josh Luthman wrote:
The initial setup and the main configuration has no GUI.  You might
want to look at Hobbit Admin Tools.  Linked as "admin tools" on this
page: <http://www.trantor.org/theshire/>http://www.trantor.org/theshire/

This will enable you do a few more things via the web interface that
are normally done on a day to day basis.
Ok, I downloaded those...

It looks like hobbit isn't starting up fully?

# ps aux | grep hobbit
hobbit    5880   0.0  0.0    27412    256  ??  Ss   11:42AM   0:00.03
/Users/hobbit/server/bin/hobbitlaunch
--config=/Users/hobbit/server/etc/hobbitlaunch.cfg
--env=/Users/hobbit/server/etc/hobbitserver.cfg
--log=/var/log/hobbit/hobbitla

That's all that's showing

$ /Users/hobbit/server/bin/hobbit.sh status
Hobbit (hobbitlaunch) running with PID 6032

And netstat shows nothing on port 1984 (which, IIRC is hobbits port, no)?
Any suggestions? Don't know what other information is needed to help
debug.


Thanks.

Evan

-- 
Josh Luthman
Office: XXX-XXX-XXXX
Direct: XXX-XXX-XXXX
XXXX Wayne St
Suite XXXX
Troy, OH XXXXX

Those who don't understand UNIX are condemned to reinvent it, poorly.
--- Henry Spencer
list Evan Platt · Wed, 07 Nov 2007 14:10:47 -0800 ·
quoted from Josh Luthman
At 01:33 PM 11/7/2007, Josh Luthman wrote:
One thing I've noticed with netstat is a lot of people don't use the -n argument, causing things like "http" or "ssh" to show up.  Though it is unlikely bigbrother is there I'd confirm with:

netstat -an|grep 1984
Nothing.. And as I mentioned, ps aux shows only the one line, not the four or five listed in the documentation:

# ps aux | grep hobbit
hobbit    6032   0.0  0.0    27412    256  ??  Ss   12:02PM   0:00.16 /Users/hobbit/server/bin/hobbitlaunch --config=/Users/hobbit/server/etc/hobbitlaunch.cfg --env=/Users/hobbit/server/etc/hobbitserver.cfg --log=/var/log/hobbit/hobbitla

And hmm.. Here's my hobbitlaunch.log latest entry:

2007-11-07 13:47:48 Loading hostnames
2007-11-07 13:47:48 Loading saved state
2007-11-07 13:47:48 Setting up network listener on 0.0.0.0:1984
2007-11-07 13:47:48 Setting up local listener
2007-11-07 13:47:48 Setting up signal handlers
2007-11-07 13:47:48 Setting up hobbitd channels
2007-11-07 13:47:48 Could not attach shm Too many open files
2007-11-07 13:47:48 Cannot setup user channel
2007-11-07 13:47:48 Task hobbitd terminated, status 1
2007-11-07 13:47:53 Loading hostnames
2007-11-07 13:47:53 Loading saved state
2007-11-07 13:47:53 Setting up network listener on 0.0.0.0:1984
2007-11-07 13:47:53 Setting up local listener
2007-11-07 13:47:53 Setting up signal handlers
2007-11-07 13:47:53 Setting up hobbitd channels
2007-11-07 13:47:53 Could not attach shm Too many open files
2007-11-07 13:47:53 Cannot setup user channel
2007-11-07 13:47:53 Task hobbitd terminated, status 1

Did some googling.. (For the archive).

On os/x, editied /etc/rc:

sysctl -w kern.sysv.shmmax=4194304 kern.sysv.shmmin=1 kern.sysv.shmmni=32 kern.sysv.shmseg=12 kern.sysv.shmall=1024

I tried manually running that line, no go. Editied from shmseg=8 to 12, and rebooted. Works now!


# ps aux | grep hobb
hobbit     122   0.0  0.0    27412    236  ??  Ss    2:06PM   0:00.02 /Users/hobbit/server/bin/hobbitlaunch --config=/Users/hobbit/server/etc/hobbitlaunch.cfg --env=/Users/hobbit/server/etc/hobbitserver.cfg --log=/var/log/hobbit/hobbitla
hobbit     129   0.0  0.0    30216    704  ??  S     2:06PM   0:00.05 hobbitd --pidfile=/var/log/hobbit/hobbitd.pid --restart=/Users/hobbit/server/tmp/hobbitd.chk --checkpoint-file=/Users/hobbit/server/tmp/hobbitd.chk --checkpoint-interv
hobbit     156   0.0  0.0    27696    436  ??  S     2:06PM   0:00.02 hobbitd_channel --channel=stachg --log=/var/log/hobbit/history.log hobbitd_history
hobbit     157   0.0  0.0    27952    404  ??  S     2:06PM   0:00.01 hobbitd_channel --channel=clichg --log=/var/log/hobbit/hostdata.log hobbitd_hostdata
hobbit     158   0.0  0.0    27696    408  ??  S     2:06PM   0:00.01 hobbitd_channel --channel=page --log=/var/log/hobbit/page.log hobbitd_alert --checkpoint-file=/Users/hobbit/server/tmp/alert.chk --checkpoint-interval=600
hobbit     159   0.0  0.0    27696    436  ??  S     2:06PM   0:00.02 hobbitd_channel --channel=status --log=/var/log/hobbit/rrd-status.log hobbitd_rrd --rrddir=/Users/hobbit/data/rrd
hobbit     160   0.0  0.0    27696    404  ??  S     2:06PM   0:00.01 hobbitd_channel --channel=data --log=/var/log/hobbit/rrd-data.log hobbitd_rrd --rrddir=/Users/hobbit/data/rrd
hobbit     161   0.0  0.0    27952    404  ??  S     2:06PM   0:00.01 hobbitd_channel --channel=client --log=/var/log/hobbit/clientdata.log hobbitd_client
hobbit     189   0.0  0.1    27712    960  ??  S     2:06PM   0:00.06 hobbitd_history
hobbit     190   0.0  0.1    27984   1012  ??  S     2:06PM   0:00.03 hobbitd_alert --checkpoint-file=/Users/hobbit/server/tmp/alert.chk --checkpoint-interval=600
hobbit     191   0.0  0.1    32996   1444  ??  S     2:06PM   0:00.09 hobbitd_rrd --rrddir=/Users/hobbit/data/rrd
hobbit     329   0.0  0.1    28360   1132  ??  S     2:06PM   0:00.02 hobbitd_client
hobbit     341   0.0  0.1    32996   1428  ??  S     2:06PM   0:00.03 hobbitd_rrd --rrddir=/Users/hobbit/data/rrd
hobbit     342   0.0  0.1    27948    848  ??  S     2:06PM   0:00.01 hobbitd_hostdata

Thanks!
list Evan Platt · Wed, 07 Nov 2007 14:42:45 -0800 ·
quoted from Evan Platt
At 02:10 PM 11/7/2007, Evan Platt wrote:
I tried manually running that line, no go. Editied from shmseg=8 to 
12, and rebooted. Works now!
AARGH!

After a reboot, it's not launching again:

2007-11-07 14:41:17 hobbitlaunch starting
2007-11-07 14:41:17 Loading tasklist configuration from 
/Users/hobbit/server/etc/hobbitlaunch.cfg
2007-11-07 14:41:17 Loading hostnames
2007-11-07 14:41:17 Loading saved state
2007-11-07 14:41:18 Task hobbitd terminated by signal 11
2007-11-07 14:41:23 Loading hostnames
2007-11-07 14:41:23 Loading saved state
2007-11-07 14:41:23 Task hobbitd terminated by signal 11
2007-11-07 14:41:28 Loading hostnames
2007-11-07 14:41:28 Loading saved state
2007-11-07 14:41:29 Task hobbitd terminated by signal 11

I have no more hair to pull out! :)
list Evan Platt · Wed, 07 Nov 2007 15:13:40 -0800 ·
At 02:42 PM 11/7/2007, Evan Platt wrote:
AARGH!

After a reboot, it's not launching again:
And my crashdump log:

Nov  7 15:09:35 espphotography crashdump[770]: Unable to save crash report!\n
Nov  7 15:09:35 espphotography crashdump[770]: Date/Time:      2007-11-07 15:09:35.232 -0800
Nov  7 15:09:35 espphotography crashdump[770]: OS Version:     10.4.10 (Build 8R218)
Nov  7 15:09:35 espphotography crashdump[770]: Report Version: 4
Nov  7 15:09:35 espphotography crashdump[770]: Nov  7 15:09:35 espphotography crashdump[770]: Command: hobbitd
Nov  7 15:09:35 espphotography crashdump[770]: Path:    /Users/hobbit/server/bin/hobbitd
Nov  7 15:09:35 espphotography crashdump[770]: Parent:  hobbitlaunch [768]
Nov  7 15:09:35 espphotography crashdump[770]: Nov  7 15:09:35 espphotography crashdump[770]: Version: ??? (???)
Nov  7 15:09:35 espphotography crashdump[770]: Nov  7 15:09:35 espphotography crashdump[770]: PID:    769
Nov  7 15:09:35 espphotography crashdump[770]: Thread: 0
Nov  7 15:09:35 espphotography crashdump[770]: Nov  7 15:09:35 espphotography crashdump[770]: Exception:  EXC_BAD_ACCESS (0x0001)
Nov  7 15:09:35 espphotography crashdump[770]: Codes:      KERN_INVALID_ADDRESS (0x0001) at 0x000f09c6
Nov  7 15:09:35 espphotography crashdump[770]: Nov  7 15:09:35 espphotography crashdump[770]: Thread 0 Crashed:
Nov  7 15:09:35 espphotography crashdump[770]: 0   hobbitd      0x000157f0 int_compare + 0 (rbtr.c:395)
Nov  7 15:09:35 espphotography crashdump[770]: 1   hobbitd      0x0000b950 load_checkpoint + 2624 (hobbitd.c:3894)
Nov  7 15:09:35 espphotography crashdump[770]: 2   hobbitd      0x0000c6cc main + 2636 (hobbitd.c:4268)
Nov  7 15:09:35 espphotography crashdump[770]: 3   hobbitd      0x0000207c _start + 760
Nov  7 15:09:35 espphotography crashdump[770]: 4   hobbitd      0x00001d80 start + 48
Nov  7 15:09:35 espphotography crashdump[770]: Nov  7 15:09:35 espphotography crashdump[770]: Thread 0 crashed with PPC Thread State 64:
Nov  7 15:09:35 espphotography crashdump[770]:   srr0: 0x00000000000157f0 srr1: 0x000000000200f030                        vrsave: 0x0000000000000000
Nov  7 15:09:35 espphotography crashdump[770]:     cr: 0x24000448          xer: 0x0000000020000004   lr: 0x0000000000015320  ctr: 0x00000000000157f0
Nov  7 15:09:35 espphotography crashdump[770]:     r0: 0x000000000000b950   r1: 0x00000000bfffcc90   r2: 0x00000000000389b0   r3: 0x00000000000f09c6
Nov  7 15:09:35 espphotography crashdump[770]:     r4: 0x000000000000ee44   r5: 0x0000000000301db0   r6: 0x0000000080808080   r7: 0x0000000000000001
Nov  7 15:09:35 espphotography crashdump[770]:     r8: 0x0000000020003139   r9: 0x000000000007d940  r10: 0x0000000000000060  r11: 0x000000000003695c
Nov  7 15:09:35 espphotography crashdump[770]:    r12: 0x00000000000157f0  r13: 0x000000004732405b  r14: 0x0000000000000000  r15: 0x0000000000000000
Nov  7 15:09:35 espphotography crashdump[770]:    r16: 0x000000004733887f  r17: 0x0000000000000004  r18: 0x0000000000000004  r19: 0x00000000000f09c6
Nov  7 15:09:35 espphotography crashdump[770]:    r20: 0x000000000000000e  r21: 0x0000000000301b80  r22: 0x0000000000301d70  r23: 0x00000000a000db34
Nov  7 15:09:35 espphotography crashdump[770]:    r24: 0x0000000000300900  r25: 0x0000000000301db0  r26: 0x00000000000f09c6  r27: 0x0000000000000000
Nov  7 15:09:35 espphotography crashdump[770]:    r28: 0x0000000000300150  r29: 0x0000000000300154  r30: 0x0000000000300b70  r31: 0x000000000000af24
Nov  7 15:09:35 espphotography crashdump[770]: Nov  7 15:09:35 espphotography crashdump[770]: Binary Images Description:
Nov  7 15:09:35 espphotography crashdump[770]:     0x1000 -    0x2ffff hobbitd  /Users/hobbit/server/bin/hobbitd
Nov  7 15:09:35 espphotography crashdump[770]: 0x8fe00000 - 0x8fe52fff dyld 46.12       /usr/lib/dyld
Nov  7 15:09:35 espphotography crashdump[770]: 0x90000000 - 0x901bcfff libSystem.B.dylib        /usr/lib/libSystem.B.dylib
Nov  7 15:09:35 espphotography crashdump[770]: 0x90214000 - 0x90219fff libmathCommon.A.dylib    /usr/lib/system/libmathCommon.A.dylib
Nov  7 15:09:35 espphotography crashdump[770]: Nov  7 15:09:35 espphotography crashdump[770]:
list Henrik Størner · Thu, 8 Nov 2007 08:07:12 +0100 ·
quoted from Evan Platt
On Wed, Nov 07, 2007 at 03:13:40PM -0800, Evan Platt wrote:
At 02:42 PM 11/7/2007, Evan Platt wrote:
AARGH!

After a reboot, it's not launching again:
And my crashdump log:
Nov  7 15:09:35 espphotography crashdump[770]: 0   hobbitd      0x000157f0 int_compare + 0 (rbtr.c:395)
Nov  7 15:09:35 espphotography crashdump[770]: 1   hobbitd      0x0000b950 load_checkpoint + 2624 (hobbitd.c:3894)
Nov  7 15:09:35 espphotography crashdump[770]: 2   hobbitd      0x0000c6cc main + 2636 (hobbitd.c:4268)
That's odd. I know that code is wrong - just stumbled across this the
other day - but I am surprised it can cause it to crash. Anyway, try
applying this patch - it should solve it.

(To patch, save the attached file somewhere; cd to the hobbit-4.2.0  source directory and run "patch -p0 < /foo/cookiereload-crash.patch" )


Henrik
list Henrik Størner · Thu, 8 Nov 2007 08:14:36 +0100 ·
On Thu, Nov 08, 2007 at 08:07:12AM +0100, Henrik Stoerner wrote:
applying this patch - it should solve it.
Doh! forgot to attach the patch. Early morning syndrome, sorry.

Henrik
Attachments (1)
list Evan Platt · Thu, 08 Nov 2007 09:06:44 -0800 ·
quoted from Henrik Størner
At 11:14 PM 11/7/2007, Henrik Stoerner wrote:
On Thu, Nov 08, 2007 at 08:07:12AM +0100, Henrik Stoerner wrote:
applying this patch - it should solve it.
Doh! forgot to attach the patch. Early morning syndrome, sorry.
Not a problem.

I was running I believe the snapshot version. Downloaded the 4.2.0, 
applied patch, and it's up and running now.

Will the patch work on the snapshot?

Thanks.

Evan
list Henrik Størner · Fri, 9 Nov 2007 00:28:47 +0100 ·
quoted from Evan Platt
On Thu, Nov 08, 2007 at 09:06:44AM -0800, Evan Platt wrote:
At 11:14 PM 11/7/2007, Henrik Stoerner wrote:
On Thu, Nov 08, 2007 at 08:07:12AM +0100, Henrik Stoerner wrote:
applying this patch - it should solve it.
Doh! forgot to attach the patch. Early morning syndrome, sorry.
Not a problem.

I was running I believe the snapshot version. Downloaded the 4.2.0, applied 
patch, and it's up and running now.

Will the patch work on the snapshot?
Yes, it is also included in the next snapshot.


Henrik
list Vernon Everett · Fri, 9 Nov 2007 11:08:50 +0900 ·
Hi all 
I have a strong religious objection to reinventing the wheel.

Has anybody created a devmon template (or other method) to monitor for a
Cisco MDS9509 and a NetApp FAS3050 (The default Devmon NetApp template doesn't seem to cut it - unless I am
doing something wrong)

Regards
     Vernon

NOTICE: This email and any attachments are confidential. They may contain legally privileged information or copyright material. You must not read, copy, use or disclose them without authorisation. If you are not an intended recipient, please contact us at once by return email and then delete both messages and all attachments.
list Steve Holmes · Fri, 9 Nov 2007 09:01:24 -0500 ·
Sorry to piggy-back on your post, but I have a s similar problem. I'm
interested in devmon templates for HP postscript printers.

Thanks,
Steve Holmes
ITaP/TLT Purdue University


On Nov 8, 2007 9:08 PM, Everett, Vernon <user-9da1a1882f49@xymon.invalid>
quoted from Vernon Everett
wrote:
Hi all

I have a strong religious objection to reinventing the wheel.

Has anybody created a devmon template (or other method) to monitor for a
Cisco MDS9509 and a NetApp FAS3050
(The default Devmon NetApp template doesn't seem to cut it - unless I am
doing something wrong)

Regards
    Vernon

NOTICE: This email and any attachments are confidential.
They may contain legally privileged information or
copyright material. You must not read, copy, use or
disclose them without authorisation. If you are not an
intended recipient, please contact us at once by return
email and then delete both messages and all attachments.

-- 

We who are strong ought to put up with the failings of the weak, and not to
please ourselves. Each of us must please our neighbor for the good purpose
of building up the neighbor.
-Romans 15:1

Nonviolence means avoiding not only
external physical violence but also
internal violence of spirit. You not only
refuse to shoot a man, but you refuse to
hate him.
-Martin Luther King, Jr., civil-rights leader (1929-1968)
list Galen Johnson · Fri, 9 Nov 2007 09:09:12 -0500 ·
If you folks would like, just post any templates you would like to share
with the Hobbit community to the Shire dev list and I'll set up an area
for them.

 
=G=

 
From: user-5425c7b245e1@xymon.invalid [mailto:user-5425c7b245e1@xymon.invalid] On Behalf Of
Steve Holmes
Sent: Friday, November 09, 2007 9:01 AM
To: user-ae9b8668bcde@xymon.invalid
Subject: Re: [hobbit] Devmon templates
quoted from Steve Holmes

 
Sorry to piggy-back on your post, but I have a s similar problem. I'm
interested in devmon templates for HP postscript printers. 

Thanks,
Steve Holmes
ITaP/TLT Purdue University


On Nov 8, 2007 9:08 PM, Everett, Vernon <user-9da1a1882f49@xymon.invalid>
wrote:

Hi all

I have a strong religious objection to reinventing the wheel.

Has anybody created a devmon template (or other method) to monitor for a
Cisco MDS9509 and a NetApp FAS3050
(The default Devmon NetApp template doesn't seem to cut it - unless I am

doing something wrong)

Regards
    Vernon

NOTICE: This email and any attachments are confidential.
They may contain legally privileged information or
copyright material. You must not read, copy, use or 
disclose them without authorisation. If you are not an
intended recipient, please contact us at once by return
email and then delete both messages and all attachments.


-- 
We who are strong ought to put up with the failings of the weak, and not
to
please ourselves. Each of us must please our neighbor for the good
purpose 
of building up the neighbor. 
-Romans 15:1

Nonviolence means avoiding not only 
external physical violence but also
internal violence of spirit. You not only 
refuse to shoot a man, but you refuse to 
hate him. 
-Martin Luther King, Jr., civil-rights leader (1929-1968)
list Thomas Séglard · Fri, 09 Nov 2007 15:46:56 +0100 ·
Hi there !

same here. If one of you got a template for APC 7922, please let me (us) 
know.
Thanks.

Thomas
quoted from Steve Holmes

Steve Holmes a écrit :
Sorry to piggy-back on your post, but I have a s similar problem. I'm 
interested in devmon templates for HP postscript printers.

Thanks,
Steve Holmes
ITaP/TLT Purdue University


On Nov 8, 2007 9:08 PM, Everett, Vernon 
<user-9da1a1882f49@xymon.invalid 
<mailto:user-9da1a1882f49@xymon.invalid>> wrote:

    Hi all

    I have a strong religious objection to reinventing the wheel.

    Has anybody created a devmon template (or other method) to monitor
    for a
    Cisco MDS9509 and a NetApp FAS3050
    (The default Devmon NetApp template doesn't seem to cut it -
    unless I am
    doing something wrong)

    Regards
        Vernon

    NOTICE: This email and any attachments are confidential.
    They may contain legally privileged information or
    copyright material. You must not read, copy, use or
    disclose them without authorisation. If you are not an
    intended recipient, please contact us at once by return
    email and then delete both messages and all attachments.


-- 
We who are strong ought to put up with the failings of the weak, and 
not to
please ourselves. Each of us must please our neighbor for the good 
purpose
of building up the neighbor.
-Romans 15:1

Nonviolence means avoiding not only
external physical violence but also
internal violence of spirit. You not only
refuse to shoot a man, but you refuse to
hate him.
-Martin Luther King, Jr., civil-rights leader (1929-1968)
list Martin Flemming · Fri, 9 Nov 2007 15:51:36 +0100 (CET) ·
I think we should share all possible templates in the Hobbit community, 
like Galen suggested .. on Shire ....

cheers,
    
         martin 


Date: Fri, 9 Nov 2007 09:09:12 -0500
From: Galen Johnson <user-87f955643e3d@xymon.invalid>
Reply-To:  <user-ae9b8668bcde@xymon.invalid>
To:  <user-ae9b8668bcde@xymon.invalid>
Subject: RE: [hobbit] Devmon templates
Parts/Attachments:
   1   OK     ~73 lines  Text
   2 Shown   ~197 lines  Text
quoted from Thomas Séglard


If you folks would like, just post any templates you would like to share 
with the Hobbit community to the Shire dev list and I'll set up an area 
for them.


On Fri, 9 Nov 2007, Thomas Séglard wrote:
Hi there !

same here. If one of you got a template for APC 7922, please let me (us) know.
Thanks.

Thomas

Steve Holmes a écrit :
Sorry to piggy-back on your post, but I have a s similar problem. I'm
interested in devmon templates for HP postscript printers.

Thanks,
Steve Holmes
ITaP/TLT Purdue University


On Nov 8, 2007 9:08 PM, Everett, Vernon <user-9da1a1882f49@xymon.invalid
<mailto:user-9da1a1882f49@xymon.invalid>> wrote:

    Hi all

    I have a strong religious objection to reinventing the wheel.

    Has anybody created a devmon template (or other method) to monitor
    for a
    Cisco MDS9509 and a NetApp FAS3050
    (The default Devmon NetApp template doesn't seem to cut it -
    unless I am
    doing something wrong)

    Regards
        Vernon

    NOTICE: This email and any attachments are confidential.
    They may contain legally privileged information or
    copyright material. You must not read, copy, use or
    disclose them without authorisation. If you are not an
    intended recipient, please contact us at once by return
    email and then delete both messages and all attachments.


-- 
We who are strong ought to put up with the failings of the weak, and not to
please ourselves. Each of us must please our neighbor for the good purpose
of building up the neighbor.
-Romans 15:1

Nonviolence means avoiding not only
external physical violence but also
internal violence of spirit. You not only
refuse to shoot a man, but you refuse to
hate him.
-Martin Luther King, Jr., civil-rights leader (1929-1968) 
list Vernon Everett · Thu, 8 Jul 2010 12:19:26 +0800 ·
Hi all

Anybody got any devmon templates for a Brocade 5100 fc switch that
they would be willing to share?

Thanks
    Vernon
list Neil Simmonds · Mon, 16 Dec 2013 14:00:38 +0000 ·
Hi,

Has anyone got a working devmon template for a Cisco Nexus device?

I have a couple of Nexus 5000 devices to monitor and I'm having some issues trying to create a decent template so if anyone has something existing it would be very useful.

Thanks,
Neil.

Name & Registered Office: EXPRESS GIFTS LIMITED, 2 GREGORY ST, HYDE, CHESHIRE, ENGLAND, SK14 4TH, Company No. 00718151.
Express Gifts Limited is authorised and regulated by the Financial Services Authority
NOTE:  This email and any information contained within or attached in a separate file is confidential and intended solely for the Individual to whom it is addressed. The information or data included is solely for the purpose indicated or previously agreed. Any information or data included with this e-mail remains the property of Findel PLC and the recipient will refrain from utilising the information for any purpose other than that indicated and upon request will destroy the information and remove it from their records.  Any views or opinions presented are solely those of the author and do not necessarily represent those of Findel PLC. If you are not the intended recipient, be advised that you have received this email in error and that any use, dissemination, forwarding, printing, or copying of this email is strictly prohibited. No warranties or assurances are made in relation to the safety and content of this e-mail and any attachments.  No liability is accepted for any consequences arising from it. Findel Plc reserves the right to monitor all e-mail communications through its internal and external networks. If you have received this email in error please notify our IT helpdesk on +44(0) 1254 303030