Help with rootlogin.pl
list Luis Muñoz
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
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 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 myhobbitlaunch.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
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
▸
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
.. 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 myhobbitlaunch.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
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
▸
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 myhobbitlaunch.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
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-XXXXRemedy: *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 myhobbitlaunch.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:Channelclient, 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.plthis is the result -bash: /usr/lib/hobbit/server/ext/rootlogin.pl: Permission denied Regards, LuisGruss 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
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 myhobbitlaunch.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:Channelclient, 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.plthis is the result -bash: /usr/lib/hobbit/server/ext/rootlogin.pl: Permission denied Regards, LuisGruss 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
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 myhobbitlaunch.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:Channelclient, 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.plthis is the result -bash: /usr/lib/hobbit/server/ext/rootlogin.pl: Permission denied Regards, LuisGruss 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
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 youask 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 myhobbitlaunch.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:Channelclient, 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.plthis is the result -bash: /usr/lib/hobbit/server/ext/rootlogin.pl: Permission denied Regards, LuisGruss 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
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 youask 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 myhobbitlaunch.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:Channelclient, 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.plthis is the result -bash: /usr/lib/hobbit/server/ext/rootlogin.pl: Permission denied Regards, LuisGruss 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
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 youask 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 myhobbitlaunch.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:Channelclient, 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.plthis is the result -bash: /usr/lib/hobbit/server/ext/rootlogin.pl: Permission denied Regards, LuisGruss 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
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>
▸
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 youask 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 myhobbitlaunch.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:Channelclient, 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.plthis is the result -bash: /usr/lib/hobbit/server/ext/rootlogin.pl: Permission denied Regards, LuisGruss 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
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
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