« Return to Thread: Connect to TS and build with reg.ini

Re: Connect to TS and build with reg.ini

by Philippe Millette :: Rate this Message:

Reply to Author | View in Thread

Note for others ...I have fixed my settings problem so here's the solution that worked.

I installed the sshd package so I have access to it (doh! ...I knew it was easy...)  after that for the reg.ini here what was on the forum that I found out from Nate DeGrade:

Install the ica client on a linux box configure your url. Then copy reg.ini
from /home/%username%/.ICAClient. Make any changes in the file you need to.

copy reg.ini to packages/ica/lib/ICAClient/config.tmp
edit packages/ica/etc/init.d/ica.init and add the following:

mkdir /tmp/profile/.ICAClient
cp $ICA_TMP/reg.ini /tmp/profile/.ICAClient/reg.ini

build

------------------------------

But for me, I ssh into my TS and I finally figure out where was my reg.ini because all my configs are network and nothing is local ...

so I just changed the profil path that wasn't the same for this:
I copied my reg.ini in the package folder: packages/ica/usr/lib/ICAClient/config (there was no .tmp at the end)

mkdir $HOME/.ICAClient
cp $ICA_TMP/reg.ini $HOME/.ICAClient


I hope that it will help somebody else then me ...well probably another newbie :)

Philippe Millette

Philippe Millette wrote:
Hello,

I would like to know if it's possible to connect to my TS by ssh or telnet??  I'm using a network booting and I have no settings locally on the TS.  I would like to know where I can put the file in 'reg.ini' that I got from my linux box and I would like to add my 'reg.ini' into my installation but right now I don't know where to put it in my folder of my ica package before building the new image, so I would like to connect to my TS to know the folder of the user and /...?/.ICAClient/reg.ini

Thanks,
Philippe Millette

 « Return to Thread: Connect to TS and build with reg.ini