[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Help with rootlogin.pl
- To: hobbit (at) hswn.dk
- Subject: Help with rootlogin.pl
- From: Luis Muñoz <luismycorreo (at) gmail.com>
- Date: Thu, 27 Aug 2009 12:05:33 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=s1jl5OADqH7M+k1hcmtkBdDLrdAa9jO7rqMH6Mxd2aM=; b=JSSThEG4Znr26YGXR4sxdemi4Vnzq97DOC3fBOE2Ocjelf6DIFHsu2DAn4BUDRcwph uL4PDcjxPHWczCAMBZ8et7cLuTFKaWH+t+alPebB51fD5zsylS42iA8QyRyWVmuU/bMu ri28c56XKrYRfWvAfI5X9KmSJaIDOyG/Ba7j8=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=XO3+3ovZfLE81LDP4Rp9D4NSW5BFKDg4G/6iwssVB4UsWTmLUlEd8w/C/Ob3VosTAR SWYGGzyLnv8UhgZcPuTbJHlVaZGreY7o/Oo3C8aH9sQUcjtR9mp9V3mU9NW6wOpR0kVU RWxnoagCSSRJiBl80h1/Q2cY4W7iEgyq0ggGI=
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