View Single Post
Posts: 11 | Thanked: 0 times | Joined on Jan 2011
#21
@eitama
First off all, great work. And nice idea.

Im having an issue thow, i cant figure out why its not woking on my n900.
I followed the wiki, so i have the 2 scripts on /etc/networking..
and the other 2 scripts on /usr/share.

on the reverse_ssh.sh (at /usr/share/) i added an output to the /home/user/, a text output, for testing only. And it creates the file and fill it (text like "attempt 1.. attempt 2..").
But form some reason it doesn't acomplish the connection.

The odd thing is that if i execute that script "./reverse_ssh.sh" it does conect flawlessly.

So, "if up" does work, it launches the reverse_ssh script.
The reverse_ssh script works (it creates my personal log file).
It wont establish connection (dont know why).
If i execute on shell the reverse_ssh script, it will establish connection.

Any clue what might be happening?

Also, im running power-kernel46, could this be avoiding somehow the execution of the scripts (i think it shouldnt) ?

Thanks in advance guys.