I am having the same problem, had someone solve it?
Thanks!
I have logged into my e680 successfully using
yantz's trick via mutelnet.
however, I wanna have an initialized enviroment whenever I login.
since we can't create /root, I tried to write a simlpe script as follows,
like
#init.lin
#!/bin/bash
export PATH=/diska/bin/:$PATH
My first attempt was running this file with lin_loader, and login via
mutelnet, apparantly it must fail, because it is a new session.
My second attempt is to fire this script in the telnet session,
how ever, the $PATH doesn't change, no matter how I run init.lin.
It only changes when I type in the export command directly in
the telnet session itself, but that's bad, which means that everytime
I gotta repeat the same initialization process.
Is anyone having a clue of it?
I am having the same problem, had someone solve it?
Thanks!