Welcome!  Yes, you are right... there are still some minor issues in the
install vs. upgrade process.  This is fixed in the trunk.

Thanks for the feedback!

-Eric

Willi Langenberger wrote:
Hi all!
(a new zenoss user speaking...)

I think there is a bug in the install.sh script of zenoss-0.20.0.
Namely the order of "initial object load" and "starting ZEO":

  zenossinst/install.sh:
  [...]
  else
      echo Loading initial Zenoss objects into the Zeo database
      echo   '(this can take a few minutes)'
      $ZENHOME/bin/zenbuild -u $MYSQLUSER -p $MYSQLPASS 2>>zenbuild.log || \
          fail unable to create the initial Zenoss object database
  fi

  sleep 2

  echo 'Starting Zope Object Database'
  $ZENHOME/bin/zeoctl start || fail unable to start Zeo object database

That way, the install script hangs, because "zenbuild" tries to feed
the object database, which is not running at that time.

I turned around "zenbuild" and "zeoctl start", and then the install
worked.


\wlang{}

PS: From what i've seen, zenoss looks great!


_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users

Reply via email to