Hi,
I try to install a Zenoss in version 4.2.4 (same issue on 4.2.3) on a Centos 6.5 (also tested in CentOS 6.4). I have used the procedure http://wiki.zenoss.org/Install_Zenoss, the auto-deploy installation.
The installation of every components works: there is no error. When Zenoss starts, it creates the MySQL DB, add a vhost and a user in rabbitMQ ... And Zeneventserver starts. After that, it try to install the Zenpack (I have not changed the file "zenpack_actions.txt") and it hangs up on the first Zenpack, ZenPacks.zenoss.ApacheMonitor-2.1.3-py2.7.egg. There is nothing in the log files.
Below, the information I have after the starting of zenoss:
Zenoss not initialized. Performing first-boot initialization...
Fresh install pre steps
Checking RRDtool version >= 1.4.7: [ OK ] 1.4.7
Adding RabbitMQ user: zenoss
Adding RabbitMQ vhost: /zenoss
Setting RabbitMQ permissions for user: zenoss
Dropping database: zodb_session
Creating database: zodb_session
Applying schema version: 1
Applying schema version: 2
Dropping database: zodb
Creating database: zodb
Applying schema version: 1
Applying schema version: 2
Creating database: zenoss_zep
Applying schema version: 1
Applying schema version: 2
Applying schema version: 3
Applying schema version: 4
Applying schema version: 5
Applying schema version: 6
make zope instance.
Loading initial Zenoss objects into the Zeo database
(this can take a few minutes)
Zenoss initialization complete.
Daemon: zeneventserver starting...
Waiting for zeneventserver to start....
2014-01-17 13:32:54,552 INFO zen.ZPLoader: Loading /opt/zenoss/ZenPacks/ZenPacks.zenoss.ApacheMonitor-2.1.3-py2.7.egg/ZenPacks/zenoss/ApacheMonitor/objects/objects.xml
2014-01-17 13:32:54,652 INFO zen.AddToPack: End loading objects
2014-01-17 13:32:54,652 INFO zen.AddToPack: Processing links
I have to make a "ctrl+c" to stop the process. I have tried to install Zenpack manually but the problem occures. With option "-v 1", I have no more informations.
Have you got any idea of what happens?
Note: I have also tried to install every package manually, without the auto-deploy script. Same issue.
Thanks in advance
ps: sorry for my english!