![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
Hello, Unregistered You are browsing a READ only archive of the main support categories pre 4/21/2008. You will not be able to post or reply any threads in this section.
Ubuntu 9.10 is out!!!
When downloading Ubuntu 9.10 please consider using bittorrent to get your copy of Ubuntu. The Ubuntu Developers Summit for Lucid Lynx will be held the week of 16-Nov-2009 till 20-Nov-2009 in Dallas, TX USA. Visit the the Ubuntu wiki for more information about UDS and how to participate remotely. |
|
General Help All your general support questions for Ubuntu, Kubuntu, Edubuntu and Xubuntu. |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Way Too Much Ubuntu
![]() Join Date: Mar 2006
Location: GSO, NC
Beans: 329
Ubuntu
|
UPDATED 080412
I made a deb! http://ngbnet.homelinux.com/reposito...0-2.4_i386.deb ================================================== ========= This are my notes for installing IBM iSeries Client Access Emulator for Linux on Ubuntu 6.10 Edgy. I have successfully done this on four machines, one was a few minute old install, two more had edgy installed on them three months ago and have been in constant use since then and another had edgy freshly installed just a few days ago. This is bound to work for you! Be sure to add universe and multiverse repos and update aptitude first.. Go here and get the RPM from IBM: http://www-03.ibm.com/servers/eserve...s/access/linux This link may break with time, but its more direct: http://www-03.ibm.com/servers/eserve...downloads.html Make it easy on yourself and save it to your home folder, not your desktop... Then open a terminal and do a Code:
sudo /bin/bash DO THESE COMMANDS ONE AT A TIME AS ROOT Warning, the first one takes FOREVER.... Code:
apt-get install msttcorefonts -y fc-cache -f -v apt-get install libmotif3 libxaw6 libstdc++5 alien -y alien -i iSeriesAccess-5.4.0-1.0.i386.rpm -cv Then type exit or close the terminal and open a new one. (The point is to NOT be root any more.) Now, being certain that you are NOT root, say this in a terminal: Code:
xset fp Remember this command. If you reboot after changing things and you can't get Client Access to work (after it once worked properly), running this little command again will likely fix everything. Just to test things, put this in a terminal to run the iSeries Client Access Emulator for Linux. Code:
ibm5250 192.168.1.1 -geometry 9999x9999+0+0 -title LinuxCanWorkTheFourHundred -DISPLAY_NAME "PCNAMEA PCNAMEB PCNAMEC" -LANGID en_US For more tips, the book was located here as of this posting: http://publib.boulder.ibm.com/infoce...zatv/rzatv.pdf ..which I got from here: http://publib.boulder.ibm.com/infoce...atvkickoff.htm The next logical step would be to add a launcher to the gnome menu using alacarte or something. If you got this far, I'm sure you can figure that part out. Cheers! Last edited by n8bounds; April 13th, 2008 at 01:29 PM.. Reason: deb created! |
|
|
|
|
|
#2 |
|
Way Too Much Ubuntu
![]() Join Date: Mar 2006
Location: GSO, NC
Beans: 329
Ubuntu
|
Re: No Kidding IBM iSeries Access (as400) Client on Edgy
If anyone knows how to fix any of this in a more elegant way, please say so...I feel like some of this is ugly...
Last edited by n8bounds; February 24th, 2007 at 09:38 AM.. Reason: cuz |
|
|
|
|
|
#3 | |
|
5 Cups of Ubuntu
![]() Join Date: Jan 2007
Location: Vigo / Spain
Beans: 15
Ubuntu 6.10 Edgy
|
Quote:
Now, it works withouth restarting gdm every day I have a bash script to start "setup5250" and launch from it the different terminals: Code:
#!/bin/sh xset fp LANG="es_ES.ISO-8859-1" setup5250 -LANGID es_ES iSeriesAccess-5.4.0-1.2.i386.rpm I'm still looking for a way to 'debianize' this work and make a deb to automatize everything for everyone. |
|
|
|
|
|
|
#4 |
|
Way Too Much Ubuntu
![]() Join Date: Mar 2006
Location: GSO, NC
Beans: 329
Ubuntu
|
Re: No Kidding IBM iSeries Access (as400) Client on Edgy
Okay, a friend of mine noticed that the fonts directories in the xorg.conf are screwed up. Further evidence its not just us can be found here:
http://ubuntuforums.org/showthread.php?p=2130191 Edit your xorg.conf file and change: FontPath "/usr/share/X11/fonts/misc" to: FontPath "/usr/share/fonts/X11/misc" Repeat for all of the font paths, reboot, and you should never need to xset fp any more. Last edited by n8bounds; February 26th, 2007 at 09:35 PM.. |
|
|
|
|
|
#5 |
|
5 Cups of Ubuntu
![]() Join Date: Mar 2007
Beans: 42
Ubuntu 6.10 Edgy
|
Re: No Kidding IBM iSeries Client Access (as400) Emulator on Edgy (6.10)
Excellent! This worked beautifully... Thanks
|
|
|
|
|
|
#6 |
|
First Cup of Ubuntu
![]() Join Date: Mar 2007
Location: Montreal
Beans: 3
Ubuntu 6.10 Edgy
|
Re: No Kidding IBM iSeries Access (as400) Client on Edgy
Thanks for the notes, I got it to work on the first try, as for xset fp I haven't tied renaming the the font files yet, what I did, I put the command in the startup and works perfectly.
|
|
|
|
|
|
#7 |
|
Way Too Much Ubuntu
![]() Join Date: Mar 2006
Location: GSO, NC
Beans: 329
Ubuntu
|
Re: No Kidding IBM iSeries Access (as400) Client on Edgy
I'm glad to hear it. Anyone tested this on Fiesty yet..?
|
|
|
|
|
|
#8 |
|
5 Cups of Ubuntu
![]() Join Date: Feb 2007
Location: So Cal
Beans: 36
|
Re: No Kidding IBM iSeries Access (as400) Client on Edgy
I got all the way to the end and received the following error when I tried to test it.
5250: [ INFORMATIONAL ]: Build Date: September 2006 (1.2). 5250: [ ERROR ]: NSC0017: Xt Warning: Cannot convert string "-*-lucidatypewriter-medium-r-normal-*-14-*-100-100-m-*" to type FontSet. Obviously its a font issue, but my noobness prevents me from figuring it out. Any suggestions anyone?
__________________
Relax. We were all noobs once. |
|
|
|
|
|
#9 |
|
Way Too Much Ubuntu
![]() Join Date: Mar 2006
Location: GSO, NC
Beans: 329
Ubuntu
|
Re: No Kidding IBM iSeries Access (as400) Client on Edgy
try saying
Code:
xset fp |
|
|
|
|
|
#10 |
|
5 Cups of Ubuntu
![]() Join Date: Feb 2007
Location: So Cal
Beans: 36
|
Re: No Kidding IBM iSeries Access (as400) Client on Edgy
Thanks for the reply, but xset fp didn't work. I got the same error. Since I am a linux noob, I'm hesitant to move to the Feisty beta just for this client. I'm affraid it will create more questions than answers.
__________________
Relax. We were all noobs once. |
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|