The debian package does not need mysql or apache insalled to work. All you need is the package and it has everything built in. Zope has a web server built it, so if zenoss is running you can get to the web ui via port 8080.
run this command: Code: sudo /etc/init.d/zenoss-stack status you should set output like this: Code: Daemon: zeoctl program running; pid=4112 Daemon: zopectl program running; pid=4116 Daemon: zenhub program running; pid=4136 Daemon: zenping program running; pid=4184 Daemon: zensyslog program running; pid=4209 Daemon: zenstatus program running; pid=4212 Daemon: zenactions program running; pid=4233 Daemon: zentrap program running; pid=2218 Daemon: zenmodeler program running; pid=4287 Daemon: zenperfsnmp program running; pid=4307 Daemon: zencommand program running; pid=4328 Daemon: zenprocess program running; pid=4349 Daemon: zenwin program running; pid=4381 Daemon: zeneventlog program running; pid=4413 mysql already running If zopectl is running with a valid pid, then you should be able to hit the server at port 8080. You might want to stop apache and then restart zenoss. Apache may be stomping on port 8080 and preventing zenoss from using it. -------------------- m2f -------------------- Read this topic online here: http://forums.zenoss.com/viewtopic.php?p=32400#32400 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
