|
| Author |
Message |
jordanovjarra Member

Joined: 07 Nov 2003 Posts: 140
   
|
Posted: Wed Dec 17, 2003 10:49 pm Post subject: |
|
|
I am trying to get my bot to run from shell on my server. But, When I try to execute the bot.pl on my host it seems to work fine then i get this
| Code: | | Including on_im.pl.. OK!<br />Including docrypt.pl.. OK!<br />Including lamer.pl.. OK!<br />Including time.pl.. OK!<br />Including commands.pl.. OK!<br />Including log_im.pl.. OK!<br />Including thought.pl.. OK!<br />No such file or directory at MSN.pm line 417.<br /> |
the shell type is jailshell-2.05a Any 1 know why im getting No such file or directory at MSN.pm line 417 My server has Openssl etc and all the other requirements. Thanks for any help. |
|
| Back to top |
|
 |
Scott Member

Joined: 29 Nov 2003 Posts: 134
   
|
Posted: Thu Dec 18, 2003 1:30 am Post subject: |
|
|
I dont know cos i get the same error i looked on line 417 and around that area is
| Quote: | $self->{Socket} = IO::Socket::INET->new( PeerAddr => $self->{Host}, PeerPort => $self->{Port}, Proto => 'tcp' ) or die "$!"; |
if someone could please help figure it out i would be very grateful
also i have IO::Socket::INET installed on the server so i don't think it has anything to do with that |
|
| Back to top |
|
 |
eric256 The Keymaker

Joined: 03 May 2006 Posts: 2292 Location: Colorado
     
|
Posted: Thu Dec 18, 2003 4:08 am Post subject: |
|
|
Could you please include the version number printed at the begging. If its not printing one then please go download the newest version. _________________ Eric256
Proud previous owner and current admin of Bot-depot.com |
|
| Back to top |
|
 |
Scott Member

Joined: 29 Nov 2003 Posts: 134
   
|
Posted: Thu Dec 18, 2003 4:23 am Post subject: |
|
|
ok my version is jailshell-2.05a$ |
|
| Back to top |
|
 |
Keenie Almost An Agent

Joined: 31 Oct 2003 Posts: 1071
 
|
Posted: Thu Dec 18, 2003 5:54 am Post subject: |
|
|
| the version of msn.pm it should be the first line printed after you start it |
|
| Back to top |
|
 |
Luke Member

Joined: 01 Nov 2003 Posts: 111
   
|
Posted: Thu Dec 18, 2003 6:03 am Post subject: |
|
|
| Jail shell is the ssh server software. He means the msn.pm |
|
| Back to top |
|
 |
Scott Member

Joined: 29 Nov 2003 Posts: 134
   
|
Posted: Thu Dec 18, 2003 6:23 am Post subject: |
|
|
oh right its
MSN Module v. 1.2.1
and i found out i get the same error from my computer when my computer is offline |
|
| Back to top |
|
 |
jordanovjarra Member

Joined: 07 Nov 2003 Posts: 140
   
|
Posted: Thu Dec 18, 2003 4:35 pm Post subject: |
|
|
Ive been reading about jailshell here http://gabeanderson.com/life/2003/05/13/jailshell205.php And it seems that jailshell is a restricted shell
"UNIX-inside-of-UNIX environment -- a kind of 'jail' where a process can be restricted to an arbitrary portion of the filesystem."
Doesnt sound promising  |
|
| Back to top |
|
 |
|