Xymon Mailing List Archive search

Help with rootlogin.pl

15 messages in this thread

list Luis Muñoz · Thu, 27 Aug 2009 12:05:33 -0500 ·
I copied the rootlogin.pl to my ext directory and added this lines to my
hobbitlaunch.cfg file

[rootlogin]
ENVFILE /usr/lib/hobbit/server/etc/hobbitserver.cfg
NEEDS hobbitd
CMD hobbitd_channel --channel=client --log=$BBSERVERLOGS/rootlogin.log
$BBHOME/ext/rootlogin.pl
but the rootlogin.log show the next information

2009-08-26 12:00:22 Our child has failed and will not talk to us: Channel
client, PID 1232, cause Bad file descriptor

I tried to run the next command bb

BB=/bin/echo BBDISP=172.30.32.100 /usr/lib/hobbit/server/ext/rootlogin.pl

this is the result

-bash: /usr/lib/hobbit/server/ext/rootlogin.pl: Permission denied

Regards,
Luis
list Martin Flemming · Thu, 27 Aug 2009 19:14:28 +0200 (CEST) ·
Hi !

check the permissions for the script, are they executable ?

cheers,
 	martin
quoted from Luis Muñoz

On Thu, 27 Aug 2009, Luis Muñoz wrote:
I copied the rootlogin.pl to my ext directory and added this lines to my
hobbitlaunch.cfg file

[rootlogin]
ENVFILE /usr/lib/hobbit/server/etc/hobbitserver.cfg
NEEDS hobbitd
CMD hobbitd_channel --channel=client --log=$BBSERVERLOGS/rootlogin.log
$BBHOME/ext/rootlogin.pl
but the rootlogin.log show the next information

2009-08-26 12:00:22 Our child has failed and will not talk to us: Channel
client, PID 1232, cause Bad file descriptor

I tried to run the next command bb

BB=/bin/echo BBDISP=172.30.32.100 /usr/lib/hobbit/server/ext/rootlogin.pl

this is the result

-bash: /usr/lib/hobbit/server/ext/rootlogin.pl: Permission denied

Regards,
Luis
list Luis Muñoz · Thu, 27 Aug 2009 12:23:19 -0500 ·
I don't know, BB is excutable, rootlogin.pl is a PERL script.

2009/8/27 Martin Flemming <user-f286aaa49a76@xymon.invalid>
quoted from Martin Flemming
Hi !

check the permissions for the script, are they executable ?

cheers,
       martin


On Thu, 27 Aug 2009, Luis Muñoz wrote:

I copied the rootlogin.pl to my ext directory and added this lines to my
hobbitlaunch.cfg file

[rootlogin]
ENVFILE /usr/lib/hobbit/server/etc/hobbitserver.cfg
NEEDS hobbitd
CMD hobbitd_channel --channel=client --log=$BBSERVERLOGS/rootlogin.log
$BBHOME/ext/rootlogin.pl
but the rootlogin.log show the next information

2009-08-26 12:00:22 Our child has failed and will not talk to us: Channel
client, PID 1232, cause Bad file descriptor

I tried to run the next command bb

BB=/bin/echo BBDISP=172.30.32.100 /usr/lib/hobbit/server/ext/rootlogin.pl

this is the result

-bash: /usr/lib/hobbit/server/ext/rootlogin.pl: Permission denied

Regards,
Luis

list Tinh Do · Thu, 27 Aug 2009 12:31:48 -0500 ·
BB is executable but not rootlogin.pl

try this : 
chmod 555  /usr/lib/hobbit/server/ext/rootlogin.pl

and run again.

 
Luis Muñoz <user-8c172da5ac41@xymon.invalid> 
27.08.2009 12:23
Please respond to
user-ae9b8668bcde@xymon.invalid


To
user-ae9b8668bcde@xymon.invalid
cc

Subject
Re: [hobbit] Help with rootlogin.pl
quoted from Luis Muñoz


I don't know, BB is excutable, rootlogin.pl is a PERL script.

2009/8/27 Martin Flemming <user-f286aaa49a76@xymon.invalid>

Hi !

check the permissions for the script, are they executable ?

cheers,
       martin 


On Thu, 27 Aug 2009, Luis Muñoz wrote:

I copied the rootlogin.pl to my ext directory and added this lines to my
hobbitlaunch.cfg file

[rootlogin]
ENVFILE /usr/lib/hobbit/server/etc/hobbitserver.cfg
NEEDS hobbitd
CMD hobbitd_channel --channel=client --log=$BBSERVERLOGS/rootlogin.log
$BBHOME/ext/rootlogin.pl
but the rootlogin.log show the next information

2009-08-26 12:00:22 Our child has failed and will not talk to us: Channel
client, PID 1232, cause Bad file descriptor

I tried to run the next command bb

BB=/bin/echo BBDISP=172.30.32.100 /usr/lib/hobbit/server/ext/rootlogin.pl

this is the result

-bash: /usr/lib/hobbit/server/ext/rootlogin.pl: Permission denied

Regards,
Luis
list Martin Flemming · Thu, 27 Aug 2009 19:34:35 +0200 (CEST) ·
.. and what did it  if you make

chmod 755 /usr/lib/hobbit/server/ext/rootlogin.pl

cd /usr/lib/hobbit/server

  bin/bbcmd ext/rootlogin.pl
quoted from Tinh Do

      ?

martin


On Thu, 27 Aug 2009, Luis Muñoz wrote:
I don't know, BB is excutable, rootlogin.pl is a PERL script.

2009/8/27 Martin Flemming <user-f286aaa49a76@xymon.invalid>
Hi !

check the permissions for the script, are they executable ?

cheers,
       martin


On Thu, 27 Aug 2009, Luis Muñoz wrote:

I copied the rootlogin.pl to my ext directory and added this lines to my
hobbitlaunch.cfg file

[rootlogin]
ENVFILE /usr/lib/hobbit/server/etc/hobbitserver.cfg
NEEDS hobbitd
CMD hobbitd_channel --channel=client --log=$BBSERVERLOGS/rootlogin.log
$BBHOME/ext/rootlogin.pl
but the rootlogin.log show the next information

2009-08-26 12:00:22 Our child has failed and will not talk to us: Channel
client, PID 1232, cause Bad file descriptor

I tried to run the next command bb

BB=/bin/echo BBDISP=172.30.32.100 /usr/lib/hobbit/server/ext/rootlogin.pl

this is the result

-bash: /usr/lib/hobbit/server/ext/rootlogin.pl: Permission denied

Regards,
Luis

Gruss

        Martin Flemming


Martin Flemming
DESY / IT          office : Building 2b / 008a
Notkestr. 85       phone  : XXX - XXXX - XXXX
22603 Hamburg      mail   : user-f286aaa49a76@xymon.invalid
list Tinh Do · Thu, 27 Aug 2009 13:22:09 -0500 ·
did you put a "."  infront of the path ? Like:

./bin/bbcmd ./ext/rootlogin.pl 

Have setup the xymon environment  before running that command ? like 
BBHOME=xxxx

Tinh Do 
CAS Systems Engineer 
Unix Support Engineer 

Automotive Systems 
Engineering Services 
XXXXX West Lake Cook Road 
2nd Floor 
Deer Park, IL XXXXX 
Email: user-d75c7bc70b0b@xymon.invalid 
Phone: XXX-XXX-XXXX 
Cell: XXX-XXX-XXXX 
Text message: user-d9b5d2937b85@xymon.invalid 
Fax: XXX.XXX-XXXX 
Remedy: System Administration Remedy Ticket 
   (Select DP-ES-SYS-ADMIN for the Summary) 
Proprietary and confidential. Distribution only by express authority of 
Continental AG or its subsidiaries. 


Martin Flemming <user-f286aaa49a76@xymon.invalid> 
27.08.2009 12:34
quoted from Martin Flemming
Please respond to
user-ae9b8668bcde@xymon.invalid


To
user-ae9b8668bcde@xymon.invalid
cc

Subject
Re: [hobbit] Help with rootlogin.pl


.. and what did it  if you make

chmod 755 /usr/lib/hobbit/server/ext/rootlogin.pl

cd /usr/lib/hobbit/server

  bin/bbcmd ext/rootlogin.pl

      ?

martin


On Thu, 27 Aug 2009, Luis Muñoz wrote:
I don't know, BB is excutable, rootlogin.pl is a PERL script.

2009/8/27 Martin Flemming <user-f286aaa49a76@xymon.invalid>
Hi !

check the permissions for the script, are they executable ?

cheers,
       martin


On Thu, 27 Aug 2009, Luis Muñoz wrote:

I copied the rootlogin.pl to my ext directory and added this lines to 
my
hobbitlaunch.cfg file

[rootlogin]
ENVFILE /usr/lib/hobbit/server/etc/hobbitserver.cfg
NEEDS hobbitd
CMD hobbitd_channel --channel=client --log=$BBSERVERLOGS/rootlogin.log
$BBHOME/ext/rootlogin.pl
but the rootlogin.log show the next information

2009-08-26 12:00:22 Our child has failed and will not talk to us: 
Channel
client, PID 1232, cause Bad file descriptor

I tried to run the next command bb

BB=/bin/echo BBDISP=172.30.32.100 
/usr/lib/hobbit/server/ext/rootlogin.pl
this is the result

-bash: /usr/lib/hobbit/server/ext/rootlogin.pl: Permission denied

Regards,
Luis

Gruss

        Martin Flemming


Martin Flemming
DESY / IT          office : Building 2b / 008a
Notkestr. 85       phone  : XXX - XXXX - XXXX
22603 Hamburg      mail   : user-f286aaa49a76@xymon.invalid
list Luis Muñoz · Tue, 1 Sep 2009 21:58:47 -0500 ·
Thank You

But it doesn't work, somebody could send me the rootlogin.pl??

Best regards,
Luis

2009/8/27 <user-ccc3871158b0@xymon.invalid>
quoted from Tinh Do
did you put a "."  infront of the path ? Like:

./bin/bbcmd ./ext/rootlogin.pl

Have setup the xymon environment  before running that command ? like
BBHOME=xxxx

*Tinh Do * <user-d75c7bc70b0b@xymon.invalid>
CAS Systems Engineer
Unix Support Engineer
<http://www.contiautomotive.com/>;
*Automotive Systems *
*Engineering Services* <http://es.iess.mot.com/>* *
quoted from Tinh Do
XXXXX West Lake Cook Road
2nd Floor
Deer Park, IL XXXXX
Email: *user-d75c7bc70b0b@xymon.invalid * <user-d75c7bc70b0b@xymon.invalid>
Phone: XXX-XXX-XXXX
Cell: XXX-XXX-XXXX
Text message: *user-d9b5d2937b85@xymon.invalid *<user-d9b5d2937b85@xymon.invalid>
Fax: XXX.XXX-XXXX

Remedy: *System Administration Remedy Ticket*<http://intranet.auto.contiwan.com/sdonline.asp>;
quoted from Tinh Do
  (Select DP-ES-SYS-ADMIN for the Summary)
*Proprietary and confidential. Distribution only by express authority of *

*Continental AG* <http://www.contiautomotive.com/>* or its subsidiaries. *
quoted from Tinh Do


  *Martin Flemming <user-f286aaa49a76@xymon.invalid>*

27.08.2009 12:34   Please respond to
user-ae9b8668bcde@xymon.invalid

   To
user-ae9b8668bcde@xymon.invalid  cc
  Subject
Re: [hobbit] Help with rootlogin.pl


.. and what did it  if you make

chmod 755 /usr/lib/hobbit/server/ext/rootlogin.pl

cd /usr/lib/hobbit/server

 bin/bbcmd ext/rootlogin.pl

     ?

martin


On Thu, 27 Aug 2009, Luis Muñoz wrote:
I don't know, BB is excutable, rootlogin.pl is a PERL script.

2009/8/27 Martin Flemming <user-f286aaa49a76@xymon.invalid>
Hi !

check the permissions for the script, are they executable ?

cheers,
       martin


On Thu, 27 Aug 2009, Luis Muñoz wrote:

I copied the rootlogin.pl to my ext directory and added this lines to my
hobbitlaunch.cfg file

[rootlogin]
ENVFILE /usr/lib/hobbit/server/etc/hobbitserver.cfg
NEEDS hobbitd
CMD hobbitd_channel --channel=client --log=$BBSERVERLOGS/rootlogin.log
$BBHOME/ext/rootlogin.pl
but the rootlogin.log show the next information

2009-08-26 12:00:22 Our child has failed and will not talk to us:
Channel
client, PID 1232, cause Bad file descriptor

I tried to run the next command bb

BB=/bin/echo BBDISP=172.30.32.100
/usr/lib/hobbit/server/ext/rootlogin.pl
this is the result

-bash: /usr/lib/hobbit/server/ext/rootlogin.pl: Permission denied

Regards,
Luis

Gruss

       Martin Flemming


Martin Flemming
DESY / IT          office : Building 2b / 008a
Notkestr. 85       phone  : XXX - XXXX - XXXX
22603 Hamburg      mail   : user-f286aaa49a76@xymon.invalid

list Josh Luthman · Tue, 1 Sep 2009 23:18:46 -0400 ·
Your initial post said you copied the rootlogin.pl script, why would you ask
someone to send it to you if you already have it?

Josh Luthman
Office: XXX-XXX-XXXX
Direct: XXX-XXX-XXXX
XXXX Wayne St
Suite XXXX
Troy, OH XXXXX

"When you have eliminated the impossible, that which remains, however
improbable, must be the truth."
--- Sir Arthur Conan Doyle
quoted from Luis Muñoz


On Tue, Sep 1, 2009 at 10:58 PM, Luis Muñoz <user-8c172da5ac41@xymon.invalid> wrote:
Thank You

But it doesn't work, somebody could send me the rootlogin.pl??

Best regards,
Luis

2009/8/27 <user-ccc3871158b0@xymon.invalid>

did you put a "."  infront of the path ? Like:

./bin/bbcmd ./ext/rootlogin.pl

Have setup the xymon environment  before running that command ? like
BBHOME=xxxx

*Tinh Do * <user-d75c7bc70b0b@xymon.invalid>
CAS Systems Engineer
Unix Support Engineer
 <http://www.contiautomotive.com/>;
*Automotive Systems *
*Engineering Services* <http://es.iess.mot.com/>* *
XXXXX West Lake Cook Road
2nd Floor
Deer Park, IL XXXXX
Email: *user-d75c7bc70b0b@xymon.invalid * <user-d75c7bc70b0b@xymon.invalid>
Phone: XXX-XXX-XXXX
Cell: XXX-XXX-XXXX
Text message: *user-d9b5d2937b85@xymon.invalid *<user-d9b5d2937b85@xymon.invalid>
Fax: XXX.XXX-XXXX
Remedy: *System Administration Remedy Ticket*<http://intranet.auto.contiwan.com/sdonline.asp>;
  (Select DP-ES-SYS-ADMIN for the Summary)
*Proprietary and confidential. Distribution only by express authority of
**Continental AG* <http://www.contiautomotive.com/>* or its subsidiaries.
• *Martin Flemming <user-f286aaa49a76@xymon.invalid>*

27.08.2009 12:34
  Please respond to
user-ae9b8668bcde@xymon.invalid

   To
user-ae9b8668bcde@xymon.invalid  cc
  Subject
Re: [hobbit] Help with rootlogin.pl


.. and what did it  if you make

chmod 755 /usr/lib/hobbit/server/ext/rootlogin.pl

cd /usr/lib/hobbit/server

 bin/bbcmd ext/rootlogin.pl

     ?

martin


On Thu, 27 Aug 2009, Luis Muñoz wrote:
I don't know, BB is excutable, rootlogin.pl is a PERL script.

2009/8/27 Martin Flemming <user-f286aaa49a76@xymon.invalid>
Hi !

check the permissions for the script, are they executable ?

cheers,
       martin


On Thu, 27 Aug 2009, Luis Muñoz wrote:

I copied the rootlogin.pl to my ext directory and added this lines to
my
hobbitlaunch.cfg file

[rootlogin]
ENVFILE /usr/lib/hobbit/server/etc/hobbitserver.cfg
NEEDS hobbitd
CMD hobbitd_channel --channel=client --log=$BBSERVERLOGS/rootlogin.log
$BBHOME/ext/rootlogin.pl
but the rootlogin.log show the next information

2009-08-26 12:00:22 Our child has failed and will not talk to us:
Channel
client, PID 1232, cause Bad file descriptor

I tried to run the next command bb

BB=/bin/echo BBDISP=172.30.32.100
/usr/lib/hobbit/server/ext/rootlogin.pl
this is the result

-bash: /usr/lib/hobbit/server/ext/rootlogin.pl: Permission denied

Regards,
Luis

Gruss

       Martin Flemming


Martin Flemming
DESY / IT          office : Building 2b / 008a
Notkestr. 85       phone  : XXX - XXXX - XXXX
22603 Hamburg      mail   : user-f286aaa49a76@xymon.invalid

list Luis Muñoz · Tue, 1 Sep 2009 22:48:26 -0500 ·
I copied the content from a post, but may be some line is wrong.

2009/9/1 Josh Luthman <user-4c45a83f15cb@xymon.invalid>
quoted from Josh Luthman
Your initial post said you copied the rootlogin.pl script, why would you
ask someone to send it to you if you already have it?

Josh Luthman
Office: XXX-XXX-XXXX
Direct: XXX-XXX-XXXX
XXXX Wayne St
Suite XXXX
Troy, OH XXXXX

"When you have eliminated the impossible, that which remains, however
improbable, must be the truth."
--- Sir Arthur Conan Doyle


On Tue, Sep 1, 2009 at 10:58 PM, Luis Muñoz <user-8c172da5ac41@xymon.invalid>wrote:
Thank You

But it doesn't work, somebody could send me the rootlogin.pl??

Best regards,
Luis

2009/8/27 <user-ccc3871158b0@xymon.invalid>

did you put a "."  infront of the path ? Like:

./bin/bbcmd ./ext/rootlogin.pl

Have setup the xymon environment  before running that command ? like
BBHOME=xxxx

*Tinh Do * <user-d75c7bc70b0b@xymon.invalid>
CAS Systems Engineer
Unix Support Engineer
<http://www.contiautomotive.com/>;
*Automotive Systems *
*Engineering Services* <http://es.iess.mot.com/>* *
XXXXX West Lake Cook Road
2nd Floor
Deer Park, IL XXXXX
Email: *user-d75c7bc70b0b@xymon.invalid *<user-d75c7bc70b0b@xymon.invalid>
Phone: XXX-XXX-XXXX
Cell: XXX-XXX-XXXX
Text message: *user-d9b5d2937b85@xymon.invalid *<user-d9b5d2937b85@xymon.invalid>
Fax: XXX.XXX-XXXX
Remedy: *System Administration Remedy Ticket*<http://intranet.auto.contiwan.com/sdonline.asp>;
  (Select DP-ES-SYS-ADMIN for the Summary)
*Proprietary and confidential. Distribution only by express authority of
**Continental AG* <http://www.contiautomotive.com/>* or its
subsidiaries. *


  *Martin Flemming <user-f286aaa49a76@xymon.invalid>*

27.08.2009 12:34
   Please respond to
user-ae9b8668bcde@xymon.invalid

   To
user-ae9b8668bcde@xymon.invalid  cc
  Subject
Re: [hobbit] Help with rootlogin.pl


.. and what did it  if you make

chmod 755 /usr/lib/hobbit/server/ext/rootlogin.pl

cd /usr/lib/hobbit/server

 bin/bbcmd ext/rootlogin.pl

     ?

martin


On Thu, 27 Aug 2009, Luis Muñoz wrote:
I don't know, BB is excutable, rootlogin.pl is a PERL script.

2009/8/27 Martin Flemming <user-f286aaa49a76@xymon.invalid>
Hi !

check the permissions for the script, are they executable ?

cheers,
       martin


On Thu, 27 Aug 2009, Luis Muñoz wrote:

I copied the rootlogin.pl to my ext directory and added this lines to
my
hobbitlaunch.cfg file

[rootlogin]
ENVFILE /usr/lib/hobbit/server/etc/hobbitserver.cfg
NEEDS hobbitd
CMD hobbitd_channel --channel=client
--log=$BBSERVERLOGS/rootlogin.log
$BBHOME/ext/rootlogin.pl
but the rootlogin.log show the next information

2009-08-26 12:00:22 Our child has failed and will not talk to us:
Channel
client, PID 1232, cause Bad file descriptor

I tried to run the next command bb

BB=/bin/echo BBDISP=172.30.32.100
/usr/lib/hobbit/server/ext/rootlogin.pl
this is the result

-bash: /usr/lib/hobbit/server/ext/rootlogin.pl: Permission denied

Regards,
Luis

Gruss

       Martin Flemming


Martin Flemming
DESY / IT          office : Building 2b / 008a
Notkestr. 85       phone  : XXX - XXXX - XXXX
22603 Hamburg      mail   : user-f286aaa49a76@xymon.invalid

list Josh Luthman · Tue, 1 Sep 2009 23:59:01 -0400 ·
Quick Google brought me to this...

http://xymonton.trantor.org/doku.php/tutorials:ssmodule
quoted from Luis Muñoz

Josh Luthman
Office: XXX-XXX-XXXX
Direct: XXX-XXX-XXXX
XXXX Wayne St
Suite XXXX
Troy, OH XXXXX

"When you have eliminated the impossible, that which remains, however
improbable, must be the truth."
--- Sir Arthur Conan Doyle


On Tue, Sep 1, 2009 at 11:48 PM, Luis Muñoz <user-8c172da5ac41@xymon.invalid> wrote:
I copied the content from a post, but may be some line is wrong.

2009/9/1 Josh Luthman <user-4c45a83f15cb@xymon.invalid>

Your initial post said you copied the rootlogin.pl script, why would you
ask someone to send it to you if you already have it?

Josh Luthman
Office: XXX-XXX-XXXX
Direct: XXX-XXX-XXXX
XXXX Wayne St
Suite XXXX
Troy, OH XXXXX

"When you have eliminated the impossible, that which remains, however
improbable, must be the truth."
--- Sir Arthur Conan Doyle


On Tue, Sep 1, 2009 at 10:58 PM, Luis Muñoz <user-8c172da5ac41@xymon.invalid>wrote:
Thank You

But it doesn't work, somebody could send me the rootlogin.pl??

Best regards,
Luis

2009/8/27 <user-ccc3871158b0@xymon.invalid>

did you put a "."  infront of the path ? Like:

./bin/bbcmd ./ext/rootlogin.pl

Have setup the xymon environment  before running that command ? like
BBHOME=xxxx

*Tinh Do * <user-d75c7bc70b0b@xymon.invalid>
CAS Systems Engineer
Unix Support Engineer
 <http://www.contiautomotive.com/>;
*Automotive Systems *
*Engineering Services* <http://es.iess.mot.com/>* *
XXXXX West Lake Cook Road
2nd Floor
Deer Park, IL XXXXX
Email: *user-d75c7bc70b0b@xymon.invalid *<user-d75c7bc70b0b@xymon.invalid>
Phone: XXX-XXX-XXXX
Cell: XXX-XXX-XXXX
Text message: *user-d9b5d2937b85@xymon.invalid *<user-d9b5d2937b85@xymon.invalid>
Fax: XXX.XXX-XXXX
Remedy: *System Administration Remedy Ticket*<http://intranet.auto.contiwan.com/sdonline.asp>;
  (Select DP-ES-SYS-ADMIN for the Summary)
*Proprietary and confidential. Distribution only by express authority
of **Continental AG* <http://www.contiautomotive.com/>* or its
subsidiaries. *


  *Martin Flemming <user-f286aaa49a76@xymon.invalid>*

27.08.2009 12:34
   Please respond to
user-ae9b8668bcde@xymon.invalid

   To
user-ae9b8668bcde@xymon.invalid  cc
  Subject
Re: [hobbit] Help with rootlogin.pl


.. and what did it  if you make

chmod 755 /usr/lib/hobbit/server/ext/rootlogin.pl

cd /usr/lib/hobbit/server

 bin/bbcmd ext/rootlogin.pl

     ?

martin


On Thu, 27 Aug 2009, Luis Muñoz wrote:
I don't know, BB is excutable, rootlogin.pl is a PERL script.

2009/8/27 Martin Flemming <user-f286aaa49a76@xymon.invalid>
Hi !

check the permissions for the script, are they executable ?

cheers,
       martin


On Thu, 27 Aug 2009, Luis Muñoz wrote:

I copied the rootlogin.pl to my ext directory and added this lines to
my
hobbitlaunch.cfg file

[rootlogin]
ENVFILE /usr/lib/hobbit/server/etc/hobbitserver.cfg
NEEDS hobbitd
CMD hobbitd_channel --channel=client
--log=$BBSERVERLOGS/rootlogin.log
$BBHOME/ext/rootlogin.pl
but the rootlogin.log show the next information

2009-08-26 12:00:22 Our child has failed and will not talk to us:
Channel
client, PID 1232, cause Bad file descriptor

I tried to run the next command bb

BB=/bin/echo BBDISP=172.30.32.100
/usr/lib/hobbit/server/ext/rootlogin.pl
this is the result

-bash: /usr/lib/hobbit/server/ext/rootlogin.pl: Permission denied

Regards,
Luis

Gruss

       Martin Flemming


Martin Flemming
DESY / IT          office : Building 2b / 008a
Notkestr. 85       phone  : XXX - XXXX - XXXX
22603 Hamburg      mail   : user-f286aaa49a76@xymon.invalid

list Luis Muñoz · Tue, 1 Sep 2009 23:23:40 -0500 ·
Thanks!!!! I found the mistake in the other forum the "@" was replaced by
(at)

Now could You help me to get dnsreg.sh???

Regards,
Luis

2009/9/1 Josh Luthman <user-4c45a83f15cb@xymon.invalid>
quoted from Josh Luthman
Quick Google brought me to this...

http://xymonton.trantor.org/doku.php/tutorials:ssmodule

Josh Luthman
Office: XXX-XXX-XXXX
Direct: XXX-XXX-XXXX
XXXX Wayne St
Suite XXXX
Troy, OH XXXXX

"When you have eliminated the impossible, that which remains, however
improbable, must be the truth."
--- Sir Arthur Conan Doyle


  On Tue, Sep 1, 2009 at 11:48 PM, Luis Muñoz <user-8c172da5ac41@xymon.invalid>wrote:
I copied the content from a post, but may be some line is wrong.

2009/9/1 Josh Luthman <user-4c45a83f15cb@xymon.invalid>

Your initial post said you copied the rootlogin.pl script, why would you
ask someone to send it to you if you already have it?

Josh Luthman
Office: XXX-XXX-XXXX
Direct: XXX-XXX-XXXX
XXXX Wayne St
Suite XXXX
Troy, OH XXXXX

"When you have eliminated the impossible, that which remains, however
improbable, must be the truth."
--- Sir Arthur Conan Doyle


On Tue, Sep 1, 2009 at 10:58 PM, Luis Muñoz <user-8c172da5ac41@xymon.invalid>wrote:
Thank You

But it doesn't work, somebody could send me the rootlogin.pl??

Best regards,
Luis

2009/8/27 <user-ccc3871158b0@xymon.invalid>

did you put a "."  infront of the path ? Like:

./bin/bbcmd ./ext/rootlogin.pl

Have setup the xymon environment  before running that command ? like
BBHOME=xxxx

*Tinh Do * <user-d75c7bc70b0b@xymon.invalid>
CAS Systems Engineer
Unix Support Engineer
<http://www.contiautomotive.com/>;
*Automotive Systems *
*Engineering Services* <http://es.iess.mot.com/>* *
XXXXX West Lake Cook Road
2nd Floor
Deer Park, IL XXXXX
Email: *user-d75c7bc70b0b@xymon.invalid *<user-d75c7bc70b0b@xymon.invalid>
Phone: XXX-XXX-XXXX
Cell: XXX-XXX-XXXX
Text message: *user-d9b5d2937b85@xymon.invalid *<user-d9b5d2937b85@xymon.invalid>
Fax: XXX.XXX-XXXX
Remedy: *System Administration Remedy Ticket*<http://intranet.auto.contiwan.com/sdonline.asp>;
  (Select DP-ES-SYS-ADMIN for the Summary)
*Proprietary and confidential. Distribution only by express authority
of **Continental AG* <http://www.contiautomotive.com/>* or its
subsidiaries. *


  *Martin Flemming <user-f286aaa49a76@xymon.invalid>*

27.08.2009 12:34
   Please respond to
user-ae9b8668bcde@xymon.invalid

   To
user-ae9b8668bcde@xymon.invalid  cc
  Subject
Re: [hobbit] Help with rootlogin.pl


.. and what did it  if you make

chmod 755 /usr/lib/hobbit/server/ext/rootlogin.pl

cd /usr/lib/hobbit/server

 bin/bbcmd ext/rootlogin.pl

     ?

martin


On Thu, 27 Aug 2009, Luis Muñoz wrote:
I don't know, BB is excutable, rootlogin.pl is a PERL script.

2009/8/27 Martin Flemming <user-f286aaa49a76@xymon.invalid>
Hi !

check the permissions for the script, are they executable ?

cheers,
       martin


On Thu, 27 Aug 2009, Luis Muñoz wrote:

I copied the rootlogin.pl to my ext directory and added this lines
to my
hobbitlaunch.cfg file

[rootlogin]
ENVFILE /usr/lib/hobbit/server/etc/hobbitserver.cfg
NEEDS hobbitd
CMD hobbitd_channel --channel=client
--log=$BBSERVERLOGS/rootlogin.log
$BBHOME/ext/rootlogin.pl
but the rootlogin.log show the next information

2009-08-26 12:00:22 Our child has failed and will not talk to us:
Channel
client, PID 1232, cause Bad file descriptor

I tried to run the next command bb

BB=/bin/echo BBDISP=172.30.32.100
/usr/lib/hobbit/server/ext/rootlogin.pl
this is the result

-bash: /usr/lib/hobbit/server/ext/rootlogin.pl: Permission denied

Regards,
Luis

Gruss

       Martin Flemming


Martin Flemming
DESY / IT          office : Building 2b / 008a
Notkestr. 85       phone  : XXX - XXXX - XXXX
22603 Hamburg      mail   : user-f286aaa49a76@xymon.invalid

list Josh Luthman · Wed, 2 Sep 2009 01:08:29 -0400 ·
Google it yet?
quoted from Luis Muñoz

On 9/2/09, Luis Muñoz <user-8c172da5ac41@xymon.invalid> wrote:
Thanks!!!! I found the mistake in the other forum the "@" was replaced by
(at)

Now could You help me to get dnsreg.sh???

Regards,
Luis

2009/9/1 Josh Luthman <user-4c45a83f15cb@xymon.invalid>
Quick Google brought me to this...

http://xymonton.trantor.org/doku.php/tutorials:ssmodule

Josh Luthman
Office: XXX-XXX-XXXX
Direct: XXX-XXX-XXXX
XXXX Wayne St
Suite XXXX
Troy, OH XXXXX

"When you have eliminated the impossible, that which remains, however
improbable, must be the truth."
--- Sir Arthur Conan Doyle


  On Tue, Sep 1, 2009 at 11:48 PM, Luis Muñoz
<user-8c172da5ac41@xymon.invalid>wrote:
I copied the content from a post, but may be some line is wrong.

2009/9/1 Josh Luthman <user-4c45a83f15cb@xymon.invalid>

Your initial post said you copied the rootlogin.pl script, why would you
ask someone to send it to you if you already have it?

Josh Luthman
Office: XXX-XXX-XXXX
Direct: XXX-XXX-XXXX
XXXX Wayne St
Suite XXXX
Troy, OH XXXXX

"When you have eliminated the impossible, that which remains, however
improbable, must be the truth."
--- Sir Arthur Conan Doyle


On Tue, Sep 1, 2009 at 10:58 PM, Luis Muñoz
<user-8c172da5ac41@xymon.invalid>wrote:
Thank You

But it doesn't work, somebody could send me the rootlogin.pl??

Best regards,
Luis

2009/8/27 <user-ccc3871158b0@xymon.invalid>

did you put a "."  infront of the path ? Like:

./bin/bbcmd ./ext/rootlogin.pl

Have setup the xymon environment  before running that command ? like
BBHOME=xxxx

*Tinh Do * <user-d75c7bc70b0b@xymon.invalid>
CAS Systems Engineer
Unix Support Engineer
<http://www.contiautomotive.com/>;
*Automotive Systems *
*Engineering Services* <http://es.iess.mot.com/>* *
XXXXX West Lake Cook Road
2nd Floor
Deer Park, IL XXXXX
Email: *user-d75c7bc70b0b@xymon.invalid
*<user-d75c7bc70b0b@xymon.invalid>
Phone: XXX-XXX-XXXX
Cell: XXX-XXX-XXXX
Text message: *user-d9b5d2937b85@xymon.invalid
*<user-d9b5d2937b85@xymon.invalid>
Fax: XXX.XXX-XXXX
Remedy: *System Administration Remedy
Ticket*<http://intranet.auto.contiwan.com/sdonline.asp>;
  (Select DP-ES-SYS-ADMIN for the Summary)
*Proprietary and confidential. Distribution only by express authority
of **Continental AG* <http://www.contiautomotive.com/>* or its
subsidiaries. *


  *Martin Flemming <user-f286aaa49a76@xymon.invalid>*

27.08.2009 12:34
   Please respond to
user-ae9b8668bcde@xymon.invalid

   To
user-ae9b8668bcde@xymon.invalid  cc
  Subject
Re: [hobbit] Help with rootlogin.pl


.. and what did it  if you make

chmod 755 /usr/lib/hobbit/server/ext/rootlogin.pl

cd /usr/lib/hobbit/server

 bin/bbcmd ext/rootlogin.pl

     ?

martin


On Thu, 27 Aug 2009, Luis Muñoz wrote:
I don't know, BB is excutable, rootlogin.pl is a PERL script.

2009/8/27 Martin Flemming <user-f286aaa49a76@xymon.invalid>
Hi !

check the permissions for the script, are they executable ?

cheers,
       martin


On Thu, 27 Aug 2009, Luis Muñoz wrote:

I copied the rootlogin.pl to my ext directory and added this lines
to my
hobbitlaunch.cfg file

[rootlogin]
ENVFILE /usr/lib/hobbit/server/etc/hobbitserver.cfg
NEEDS hobbitd
CMD hobbitd_channel --channel=client
--log=$BBSERVERLOGS/rootlogin.log
$BBHOME/ext/rootlogin.pl
but the rootlogin.log show the next information

2009-08-26 12:00:22 Our child has failed and will not talk to us:
Channel
client, PID 1232, cause Bad file descriptor

I tried to run the next command bb

BB=/bin/echo BBDISP=172.30.32.100
/usr/lib/hobbit/server/ext/rootlogin.pl
this is the result

-bash: /usr/lib/hobbit/server/ext/rootlogin.pl: Permission denied

Regards,
Luis

Gruss

       Martin Flemming


Martin Flemming
DESY / IT          office : Building 2b / 008a
Notkestr. 85       phone  : XXX - XXXX - XXXX
22603 Hamburg      mail   : user-f286aaa49a76@xymon.invalid

-- 
Josh Luthman
Office: XXX-XXX-XXXX
Direct: XXX-XXX-XXXX
XXXX Wayne St
Suite XXXX
Troy, OH XXXXX

"When you have eliminated the impossible, that which remains, however
improbable, must be the truth."
--- Sir Arthur Conan Doyle
list Luis Muñoz · Wed, 2 Sep 2009 09:44:32 -0500 ·
Thank Josh

Now this is the error

Use of uninitialized value in concatenation (.) or string at
/usr/lib/hobbit/server/ext/rootlogin.pl line 76, <STDIN> line 1.

else {
# Add another line to the entire message text variable,
# and the the current section.
$msgtxt = $msgtxt . $line;
$sections{ $cursection } = $sections{ $cursection } . $line;     #### This
is the line 76
}
}
I supose the (.) is a concatenate character in perl but i think the syntax
is OK, please your help

I added the next line to initialized the variable $line

my $line = "";

but the error still appears

Regards,
Luis


2009/9/2 Josh Luthman <user-4c45a83f15cb@xymon.invalid>
quoted from Josh Luthman
Google it yet?

On 9/2/09, Luis Muñoz <user-8c172da5ac41@xymon.invalid> wrote:
Thanks!!!! I found the mistake in the other forum the "@" was replaced by
(at)

Now could You help me to get dnsreg.sh???

Regards,
Luis

2009/9/1 Josh Luthman <user-4c45a83f15cb@xymon.invalid>
Quick Google brought me to this...

http://xymonton.trantor.org/doku.php/tutorials:ssmodule

Josh Luthman
Office: XXX-XXX-XXXX
Direct: XXX-XXX-XXXX
XXXX Wayne St
Suite XXXX
Troy, OH XXXXX

"When you have eliminated the impossible, that which remains, however
improbable, must be the truth."
--- Sir Arthur Conan Doyle


  On Tue, Sep 1, 2009 at 11:48 PM, Luis Muñoz
<user-8c172da5ac41@xymon.invalid>wrote:
I copied the content from a post, but may be some line is wrong.

2009/9/1 Josh Luthman <user-4c45a83f15cb@xymon.invalid>

Your initial post said you copied the rootlogin.pl script, why would
you
ask someone to send it to you if you already have it?

Josh Luthman
Office: XXX-XXX-XXXX
Direct: XXX-XXX-XXXX
XXXX Wayne St
Suite XXXX
Troy, OH XXXXX

"When you have eliminated the impossible, that which remains, however
improbable, must be the truth."
--- Sir Arthur Conan Doyle


On Tue, Sep 1, 2009 at 10:58 PM, Luis Muñoz
<user-8c172da5ac41@xymon.invalid>wrote:
Thank You

But it doesn't work, somebody could send me the rootlogin.pl??

Best regards,
Luis

2009/8/27 <user-ccc3871158b0@xymon.invalid>

did you put a "."  infront of the path ? Like:

./bin/bbcmd ./ext/rootlogin.pl

Have setup the xymon environment  before running that command ? like
BBHOME=xxxx

*Tinh Do * <user-d75c7bc70b0b@xymon.invalid>
CAS Systems Engineer
Unix Support Engineer
<http://www.contiautomotive.com/>;
*Automotive Systems *
*Engineering Services* <http://es.iess.mot.com/>* *
XXXXX West Lake Cook Road
2nd Floor
Deer Park, IL XXXXX
Email: *user-d75c7bc70b0b@xymon.invalid
*<user-d75c7bc70b0b@xymon.invalid>
Phone: XXX-XXX-XXXX
Cell: XXX-XXX-XXXX
Text message: *user-d9b5d2937b85@xymon.invalid
*<user-d9b5d2937b85@xymon.invalid>
Fax: XXX.XXX-XXXX
Remedy: *System Administration Remedy
Ticket*<http://intranet.auto.contiwan.com/sdonline.asp>;
  (Select DP-ES-SYS-ADMIN for the Summary)
*Proprietary and confidential. Distribution only by express
authority
of **Continental AG* <http://www.contiautomotive.com/>* or its
subsidiaries. *


  *Martin Flemming <user-f286aaa49a76@xymon.invalid>*

27.08.2009 12:34
   Please respond to
user-ae9b8668bcde@xymon.invalid

   To
user-ae9b8668bcde@xymon.invalid  cc
  Subject
Re: [hobbit] Help with rootlogin.pl


.. and what did it  if you make

chmod 755 /usr/lib/hobbit/server/ext/rootlogin.pl

cd /usr/lib/hobbit/server

 bin/bbcmd ext/rootlogin.pl

     ?

martin


On Thu, 27 Aug 2009, Luis Muñoz wrote:
I don't know, BB is excutable, rootlogin.pl is a PERL script.

2009/8/27 Martin Flemming <user-f286aaa49a76@xymon.invalid>
Hi !

check the permissions for the script, are they executable ?

cheers,
       martin


On Thu, 27 Aug 2009, Luis Muñoz wrote:

I copied the rootlogin.pl to my ext directory and added this
lines
to my
hobbitlaunch.cfg file

[rootlogin]
ENVFILE /usr/lib/hobbit/server/etc/hobbitserver.cfg
NEEDS hobbitd
CMD hobbitd_channel --channel=client
--log=$BBSERVERLOGS/rootlogin.log
$BBHOME/ext/rootlogin.pl
but the rootlogin.log show the next information

2009-08-26 12:00:22 Our child has failed and will not talk to
us:
Channel
client, PID 1232, cause Bad file descriptor

I tried to run the next command bb

BB=/bin/echo BBDISP=172.30.32.100
/usr/lib/hobbit/server/ext/rootlogin.pl
this is the result

-bash: /usr/lib/hobbit/server/ext/rootlogin.pl: Permission
denied

Regards,
Luis

Gruss

       Martin Flemming


Martin Flemming
DESY / IT          office : Building 2b / 008a
Notkestr. 85       phone  : XXX - XXXX - XXXX
22603 Hamburg      mail   : user-f286aaa49a76@xymon.invalid

--
Josh Luthman
Office: XXX-XXX-XXXX
Direct: XXX-XXX-XXXX
XXXX Wayne St
Suite XXXX
Troy, OH XXXXX

"When you have eliminated the impossible, that which remains, however
improbable, must be the truth."
--- Sir Arthur Conan Doyle

 
list Heinelt Maik · Thu, 03 Sep 2009 16:20:32 +0900 ·
I also have installed the rootlogin.pl.
It is working fine, but in the server overview, it shows purple, if 
there are no changes.
If I then login as root into the server, the login icon shows red. So it 
is working well.
How to avoid the purple showing?

Do anyone else have this problem with the rootlogin.pl script?

Maik
list Heinelt Maik · Fri, 04 Sep 2009 15:44:22 +0900 ·
I also have installed the rootlogin.pl.
It is working fine, but in the server overview, it shows purple, if 
there are no changes.
If I then login as root into the server, the login icon shows red. So it 
is working well.
How to avoid the purple showing?

Do anyone else have this problem with the rootlogin.pl script?

Maik