Discussion:
Unable to start or stop zenoss as zenoss user
digi
2012-02-01 10:22:40 UTC
Permalink
digi [http://community.zenoss.org/people/digi] created the discussion

"Unable to start or stop zenoss as zenoss user"

To view the discussion, visit: http://community.zenoss.org/message/64045#64045

--------------------------------------------------------------
dears i need your help coz i am unable to start or stop zenoss as zenoss user and i am getting below msg.
bash: /usr/local/zenoss/zenoss/bin/zenoss: /usr/bin/env: bad interpreter: No such file or directory

please help me
thanks
--------------------------------------------------------------

Reply to this message by replying to this email -or- go to the discussion on Zenoss Community
[http://community.zenoss.org/message/64045#64045]

Start a new discussion in zenoss-users by email
[discussions-community-forums-zenoss--***@community.zenoss.org] -or- at Zenoss Community
[http://community.zenoss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2003]
digi
2012-02-02 05:02:49 UTC
Permalink
digi [http://community.zenoss.org/people/digi] created the discussion

"Re: Unable to start or stop zenoss as zenoss user"

To view the discussion, visit: http://community.zenoss.org/message/64098#64098

--------------------------------------------------------------
Anyone can help please, why above msg occured now coz before I was able to start and stop zenoss or daemons as zenoss user normally without that msg?
--------------------------------------------------------------

Reply to this message by replying to this email -or- go to the discussion on Zenoss Community
[http://community.zenoss.org/message/64098#64098]

Start a new discussion in zenoss-users by email
[discussions-community-forums-zenoss--***@community.zenoss.org] -or- at Zenoss Community
[http://community.zenoss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2003]
Shane Scott
2012-02-02 05:30:50 UTC
Permalink
Shane Scott [http://community.zenoss.org/people/hackman238] created the discussion

"Re: Unable to start or stop zenoss as zenoss user"

To view the discussion, visit: http://community.zenoss.org/message/64100#64100

--------------------------------------------------------------
digi:

You'll need to install env. If you're running RHEL or compatible, make sure coreutils is installed. If it is, reinstall it.

Best,
--Shane (Hackman238)
--------------------------------------------------------------

Reply to this message by replying to this email -or- go to the discussion on Zenoss Community
[http://community.zenoss.org/message/64100#64100]

Start a new discussion in zenoss-users by email
[discussions-community-forums-zenoss--***@community.zenoss.org] -or- at Zenoss Community
[http://community.zenoss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2003]
digi
2012-02-02 08:57:42 UTC
Permalink
digi [http://community.zenoss.org/people/digi] created the discussion

"Re: Unable to start or stop zenoss as zenoss user"

To view the discussion, visit: http://community.zenoss.org/message/64103#64103

--------------------------------------------------------------
@Shane
Thanks for your reply, Zenoss 2.4.1 was installed on Fdora 10, is there any helpfull doc or link to do that coz I am poor in REHL CLI.
Thank you
--------------------------------------------------------------

Reply to this message by replying to this email -or- go to the discussion on Zenoss Community
[http://community.zenoss.org/message/64103#64103]

Start a new discussion in zenoss-users by email
[discussions-community-forums-zenoss--***@community.zenoss.org] -or- at Zenoss Community
[http://community.zenoss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2003]
Shane Scott
2012-02-02 09:01:18 UTC
Permalink
Shane Scott [http://community.zenoss.org/people/hackman238] created the discussion

"Re: Unable to start or stop zenoss as zenoss user"

To view the discussion, visit: http://community.zenoss.org/message/64104#64104

--------------------------------------------------------------
digi:

In that case as the root user do yum whatprovides 'env' and then yum install [package] where [package] is what yum whatprovides 'env' returns as a provider of 'env'. I'm pretty sure the package will be 'coreutils', but I'm not 100% for Fedora 10. You should have 'coreutils' installed anyway, so yum install coreutils -y.

Best,
--Shane (Hackman238)
--------------------------------------------------------------

Reply to this message by replying to this email -or- go to the discussion on Zenoss Community
[http://community.zenoss.org/message/64104#64104]

Start a new discussion in zenoss-users by email
[discussions-community-forums-zenoss--***@community.zenoss.org] -or- at Zenoss Community
[http://community.zenoss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2003]
digi
2012-02-03 16:54:12 UTC
Permalink
digi [http://community.zenoss.org/people/digi] created the discussion

"Re: Unable to start or stop zenoss as zenoss user"

To view the discussion, visit: http://community.zenoss.org/message/64217#64217

--------------------------------------------------------------
@Shane
Thanks Shane I will install coreutils then I will update you with results.
--------------------------------------------------------------

Reply to this message by replying to this email -or- go to the discussion on Zenoss Community
[http://community.zenoss.org/message/64217#64217]

Start a new discussion in zenoss-users by email
[discussions-community-forums-zenoss--***@community.zenoss.org] -or- at Zenoss Community
[http://community.zenoss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2003]
digi
2012-02-05 13:48:42 UTC
Permalink
digi [http://community.zenoss.org/people/digi] created the discussion

"Re: Unable to start or stop zenoss as zenoss user"

To view the discussion, visit: http://community.zenoss.org/message/64257#64257

--------------------------------------------------------------
The problem was the "+env+" file for some reason this file was removed from +/usr/bin+ directory, i searched it and copied it from another location into +/usr/bin+, am not sure if what i did is PRO but it solved my problems.
thanks all
--------------------------------------------------------------

Reply to this message by replying to this email -or- go to the discussion on Zenoss Community
[http://community.zenoss.org/message/64257#64257]

Start a new discussion in zenoss-users by email
[discussions-community-forums-zenoss--***@community.zenoss.org] -or- at Zenoss Community
[http://community.zenoss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2003]
mwcotton
2012-02-02 22:08:37 UTC
Permalink
mwcotton [http://community.zenoss.org/people/mwcotton] created the discussion

"Re: Unable to start or stop zenoss as zenoss user"

To view the discussion, visit: http://community.zenoss.org/message/64164#64164

--------------------------------------------------------------
I think that means it cant find python not that it cant find ENV.

like this in the beginning of a script:

#!/usr/bin/env python
or
#!/usr/bin/env perl

these will use the python or perl found in the path.
--------------------------------------------------------------

Reply to this message by replying to this email -or- go to the discussion on Zenoss Community
[http://community.zenoss.org/message/64164#64164]

Start a new discussion in zenoss-users by email
[discussions-community-forums-zenoss--***@community.zenoss.org] -or- at Zenoss Community
[http://community.zenoss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2003]
digi
2012-02-03 16:57:24 UTC
Permalink
digi [http://community.zenoss.org/people/digi] created the discussion

"Re: Unable to start or stop zenoss as zenoss user"

To view the discussion, visit: http://community.zenoss.org/message/64218#64218

--------------------------------------------------------------
@mwcotton
Thanks Br for your clarification.
--------------------------------------------------------------

Reply to this message by replying to this email -or- go to the discussion on Zenoss Community
[http://community.zenoss.org/message/64218#64218]

Start a new discussion in zenoss-users by email
[discussions-community-forums-zenoss--***@community.zenoss.org] -or- at Zenoss Community
[http://community.zenoss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2003]
Loading...