Bug#839066: Maybe just a dependencies error

2016-10-06 Thread Luka Krajger
So we can mark this bug as resolved?

2016-09-30 20:31 GMT+02:00 Noel Torres :

> It seems to me that this is just an error in the versioning of the Depends.
>
> Just installing a more recent libssl resolved this for me.
>
> Regards
>
> Noel
> er Envite
> --
> A: Because it messes up the order in which people normally read text.
> Q: Why is top-posting such a bad thing?
>
> OpenPGP key: 1586 50C8 7DBF B050 DE62  EA12 70B4 00F3 EEC7 C372
>
> Spiral galaxies always have at least TWO arms.
>


Bug#708088: shellinabox: cannot input some symbols

2015-06-09 Thread Luka Krajger
Hi, Yves

I believe that we have this issue solved on our unofficial fork. Please
check https://github.com/shellinabox/shellinabox

If I am not mistaken this issue only occurs on Firefox browser. A
workaround, until fixed version is released, would be to use a different
browser.

Regards,
Luka


Bug#781559: shellinabox: parameters specified in SHELLINABOX_ARGS are not used to start the service

2015-05-15 Thread Luka Krajger
I think that you are mistaken and this is working correctly...

Your output of command 'netstat -tl' shows us that something that is
listening on port 4201 is accepting connections only from 'localhost'.

For comparison I run two instances of shellinaboxd. One on port 4201 with
'--localhost-only' switch, and one on port 4200 without the switch. This is
the output:

Proto Recv-Q Send-Q Local Address   Foreign Address State
tcp0  0 *:4200  *:* LISTEN
tcp0  0 localhost:4201  *:* LISTEN

Output '*:4200' tells us that port 4200 is accepting connections from
anywhere. For other port we can see 'localhost:4201', just like you and
this tells us that connections on port 4201 are accepted only from
localhost.

Regards,
Luka Krajger