On 24/04/2008, jtaylor <[EMAIL PROTECTED]> wrote: > > OK, so I'm closer than I was before. > > I had to go and manually build the simplejson from ports, deleted the old > install, did a gmake clean then started again. > > This time, it seems to build correctly - though I have hit another snag > (again, didn't have this problem with Ubuntu, c'mon FreeBSD, sort yerselves > out) > > This time, zenping comes back with this error: > > > > Traceback (most recent call last): > > File "/usr/local/zenoss/Products/ZenStatus/zenping.py", line 30, in ? > > from AsyncPing import Ping > > File "/usr/local/zenoss/Products/ZenStatus/AsyncPing.py", line 20, in > ? > > import ip > > ImportError: No module named ip > > > Looks to me (and I re-iterate, I'm no python expert) that it's missing > some component - or can't run the command 'ip' - which from memory is part > of the iproute package. This doesn't appear to be available in ports - so > where would I find this? > > It's missing the python "ip" module, which on my Ubuntu system is in $ZENHOME/lib/python. This is part of the python pyip module. See https://sourceforge.net/projects/pyip.
I think I had an issue after one update (I build from source), whereby some bits of detritus were left in $ZENHOME/Products/ZenStatus. Make sure you don't have an old ip.py in there. -- Regards, Graham Bloice
_______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
