|
View:
New views
5 Messages
—
Rating Filter:
Alert me
|
|
|
Connect to TS and build with reg.iniHello,
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 |
|
|
Re: Connect to TS and build with reg.iniNote 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
|
|
|
Re: Connect to TS and build with reg.iniI have been wanting to make use of the web interface for quick station
switching for our users. . .is it possible to do this direct from replimenu? Or does this have to be done and launched from a window manager? ----- Original Message ----- *From:* Philippe Millette <philippe.millette@...> *To:* thinstation-general@... *Sent:* Tuesday, November 07, 2006 3:58:44 AM *Subject:* [Thinstation-general] Connect to TS and build with reg.ini > 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 >> >> > > ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Thinstation-general mailing list Thinstation-general@... https://lists.sourceforge.net/lists/listinfo/thinstation-general |
|
|
Re: Connect to TS and build with reg.iniWell, if you the "replimenu" is the ICA Manager, well yeah it is possible to logoff of the current Citrix user and connecting with another user. You have to click on the menu Connection and Logoff in the ICA Manager.
Philippe
|
|
|
Re: Connect to TS and build with reg.iniHm, not sure how that is going to work. . .
Actually we connect directly to PN published as an application from replimenu. . . ----- Original Message ----- *From:* Philippe Millette <philippe.millette@...> *To:* thinstation-general@... *Sent:* Monday, December 11, 2006 11:42:25 PM *Subject:* [Thinstation-general] Connect to TS and build with reg.ini > Well, if you the "replimenu" is the ICA Manager, well yeah it is possible to > logoff of the current Citrix user and connecting with another user. You > have to click on the menu Connection and Logoff in the ICA Manager. > > Philippe > > > TechFan wrote: > >> I have been wanting to make use of the web interface for quick station >> switching for our users. . .is it possible to do this direct from >> replimenu? Or does this have to be done and launched from a window >> manager? >> >> ----- Original Message ----- >> *From:* Philippe Millette <philippe.millette@...> >> *To:* thinstation-general@... >> *Sent:* Tuesday, November 07, 2006 3:58:44 AM >> *Subject:* [Thinstation-general] Connect to TS and build with reg.ini >> >> >> >>> 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 >>>> >>>> >>>> >>> >>> >> >> ------------------------------------------------------------------------- >> Take Surveys. Earn Cash. Influence the Future of IT >> Join SourceForge.net's Techsay panel and you'll get the chance to share >> your >> opinions on IT & business topics through brief surveys - and earn cash >> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV >> _______________________________________________ >> Thinstation-general mailing list >> Thinstation-general@... >> https://lists.sourceforge.net/lists/listinfo/thinstation-general >> >> >> > > ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Thinstation-general mailing list Thinstation-general@... https://lists.sourceforge.net/lists/listinfo/thinstation-general |
| Free embeddable forum powered by Nabble | Forum Help |