cffyh / shellinabox

Automatically exported from code.google.com/p/shellinabox
Other
0 stars 0 forks source link

shellinaboxd: unrecognized service #281

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Installed with Ubuntu Software Centre
2.Ran command in terminal; sudo service shellinaboxd start
3.Received error message; shellinaboxd: unrecognized service

What is the expected output? What do you see instead?Haven't used it before.

What version of the product are you using? On what operating system?2.14-1 on 
Xubuntu 14.04

Please provide any additional information below.

Original issue reported on code.google.com by tech@frontrowcomputer.com on 17 Feb 2015 at 5:52

GoogleCodeExporter commented 8 years ago
:~$ sudo netstat -nap | grep shellinabox

tcp        0      0 0.0.0.0:4200            0.0.0.0:*               LISTEN      
1138/shellinaboxd
unix  3      [ ]         STREAM     CONNECTED     9871     1139/shellinaboxd   
unix  3      [ ]         STREAM     CONNECTED     9870     1138/shellinaboxd 

In light of the last post, this makes no sense.

Original comment by tech@frontrowcomputer.com on 17 Feb 2015 at 6:05

GoogleCodeExporter commented 8 years ago
I think that you are using wrong command.

Use command: sudo service shellinabox start

Which doesn't have the "d" on the end of shellianbox.

Original comment by luka.kra...@gmail.com on 10 Mar 2015 at 1:41

GoogleCodeExporter commented 8 years ago
Okay, that made it work.  Don't know why other instructions said to use it with 
the "D".

Now I need to know how to make it do something.  I understood that it creates 
an SSH terminal, but how does one log into a remote server?

Original comment by tech@frontrowcomputer.com on 10 Mar 2015 at 11:20