Zion wrote:
> 
> >  There were only two files mentioned by name in the output with errors on 
> > line 99 (zeoctl and zopectl). I take it that my explanation was not clear 
> > enough. 
> 
> 
> Well the error message clearly said these two files do not exist
> 


   Actually, strangely enough, the error messages don't indicate that those two 
files don't exist.


Zion wrote:
> 
> Daemon: zopectl /opt/zenoss/bin/zenoss: line 99: /opt/zenoss/bin/zopectl: No 
> such file or directory
> 


  When you see "xxx: No such file or directory", it is the command "xxx" that 
is reporting the error.  You aren't told what file/directory "xxx" was looking 
for during its execution.  Hence why I was suggesting that if the files did 
exist, that you examine line number 99 to look for something that doesn't exist 
in the filesystem (ie a hardcoded command where the absolute path doesn't 
exist).

   Please check and see if the files exist (they should) and reply with what 
line 99 has written on it.

    I don't know what subsystem generates the "Daemon" startup messages (maybe 
/etc/init.d/zenoss?), but that may also be the same script that is appending 
the "script: line ##: error_message" to the output.   Since I don't know 
the entire startup script process, I suggested that you examine the entire 
startup process to verify that there wasn't something else causing you grief 
(eg resetting the PATH variable).


Zion wrote:
> 
> Thanks. I disabled selinux, rebooted, rpm -e zenoss and reinstalled zenoss 
> again from the rpm.
> 


   I assume that you installed Zope before doing the re-installation of zenoss 
(you mentioned zenoss twice, but not zope).

   Assuming that you have installed Zope, please try to find the zeoctl and 
zopectl binaries:

   find / -name zeoctl 2>/dev/null
   find / -name zopectl 2>/dev/null


kells




-------------------- m2f --------------------

Read this topic online here:
http://community.zenoss.com/forums/viewtopic.php?p=10641#10641

-------------------- m2f --------------------



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

Reply via email to