Welcome! Log In Create A New Profile

Advanced

Open source n/w montoring

Posted by yeshwenth 
Open source n/w montoring
September 25, 2010 01:34PM
I have installed debian on my dockstar. I am trying to make a home management kinda stuff with it. I have installed apache and mysql on the debian. I am trying to install Zenoss which is open source. The following error occurred.

root@debian:~# dpkg --install zenoss-stack_3.0.2_i386.deb
dpkg: error processing zenoss-stack_3.0.2_i386.deb (--install):
package architecture (i386) does not match system (armel)
Errors were encountered while processing:
zenoss-stack_3.0.2_i386.deb


If you guys can provide any suggestions.I would be very helpful.
ecc
Re: Open source n/w montoring
September 25, 2010 02:16PM
yeshwenth Wrote:
-------------------------------------------------------
> root@debian:~# dpkg --install zenoss-stack_3.0.2_i386.deb

The "i386" (and the dpkg error message) indicates this is a binary package for an x86 machine. You need a *_armel.deb package. There doesn't appear to be one on the zenoss site, so you'll have to (cross-)compile it yourself.
Re: Open source n/w montoring
September 25, 2010 02:28PM
Thanks for the reply

will this work # dpkg -install --force-architecture zenoss-stack_3.0.2_i386.deb

i tried but its giving me errors..
ecc
Re: Open source n/w montoring
September 25, 2010 03:57PM
yeshwenth Wrote:
-------------------------------------------------------
> will this work
> # dpkg -install --force-architecture zenoss-stack_3.0.2_i386.deb

No. The i386 deb contains binary programs in x86 machine language. The DockStar uses an ARM CPU. It can only run ARM machine language. Once more: you'll have to recompile it from source if you want to run it on the DockStar. (And I know nothing about this application and its dependencies, so there may be other reasons why it might not run even if you do compile it correctly.)
Re: Open source n/w montoring
September 28, 2010 07:27PM
You might start here:


http://community.zenoss.org/docs/DOC-5838

The source builds work on non-x86 so ARM should have a shot.

The above link will have you get all the apt's you need and then check out the source via SVN.

Or source tarball here:
http://sourceforge.net/projects/zenoss/files/zenoss-3.0%20%28Latest%20Stable%29/zenoss-3.0.2/zenoss-3.0.2.tar.gz/download



Edited 1 time(s). Last edit at 09/28/2010 07:30PM by gzader.
Re: Open source n/w montoring
September 28, 2010 09:20PM
Thanks a lot man
Author:

Your Email:


Subject:


Spam prevention:
Please, enter the code that you see below in the input field. This is for blocking bots that try to post this form automatically. If the code is hard to read, then just try to guess it right. If you enter the wrong code, a new image is created and you get another chance to enter it right.
Message: