First off, let me say it is not pretty, second the instructions on the Abode website are better suited for trying to get a man on Mars than getting
First off, let me say it is not pretty, second the instructions on the Abode website are better suited for trying to get a man on Mars than getting Air to work in Linux x64, and they are specific for Fedora 9 and 10 x64… There are also instructions for installing Adobe Air 2 on Fedora 11, but 2 is not an available install from the drop down menu on the install page. One last important point, then we shall get started… once again Adobe has ONLY MADE A 32bit APPLICATION VERSION, which is why there is an issue in the first place, the second issue is that once again the great big $$$ hungry corporation has no clue how to design an installation for Linux. I hope someone from Adobe reads this one days and learns that *nux packages can have DEPENDENCIES listed in the package and the system will attempt to download and install them during installation if they are missing from the local system. This is one of the top reasons why I switched to *nix after being a Microsoft Partner.
Ok, so the first thing in getting an install that does not want to work is to find instructions from someone who has gotten it to work. I value my time greatly, and do not believe in re-inventing the wheel (when not necessary).
next problem, Adobe Air requires the Gnome-keyring (boo…. bad, hisss…. yuk yuk yuk) or the KWallet (I don’t think they still make this app, it is now “The KDE Wallet” (filename is KDEWallet instead of KWallet) and can be found by going to System Settings –> Advanced –> KDE Wallet. I went in and setup a default profile, very easy to do, just hunt around as there are only about 7 things to do in the control panel and if you have not done this already you will find a drop down field that is blank. now I am getting an issue when attempting to install, or I would not have taken time to write this (unfortunately I had the issue yesterday and did my research for getting around it, then started up again today and as the first set of instructions did not work I am consequently writing this post. so the bad news is I may not get the same error right now when I try again so I can copy it to this post… yeah… it is working right now… sorry about that, but the main part of the error was “Gnome-keyring or KWallet is necessary to install Adobe Air” Thankfully (for all) this means a shorter post. I did a bunch of things and not all of them worked. Here are the 5 steps I followed so you can copy and paste, start out in a terminal window in the directory that you have downloaded the Adobe Air installer to (most likely ~/Downloads).
Step #2 is from the Adobe website (combined from several steps into one command, obviously the guys techs at Adobe are not Linux people), I had lots of error messages here (not found, already installed, conflicts with installed version, copies files already installed from installed package <name-o-package> and maybe one or two more). I would bet a couple of $$$ that you can skip this line, but as I have already done it, I don’t know. (the short version: you should be able just skip step 2) The remaining instructions came from the website that is referenced from the first link in this post
- cd ~/Downloads
- sudo yum install lib32asound2 lib32gcc1 lib32ncurses5 lib32stdc++6 lib32z1 libc6 libc6-i386 libnss3.so.1d libnssutil3.so.1d libsmime3.so.1d libssl3.so.1d libnspr4.so.0d libplc4.so.0d libplds4.so.0d ld-linux.so.2 gtk2-devel.i386 libxml2.i386 nss.i386 libXt.so.6 gnome-keyring.i386 xterm rpm-libs.i386
- touch ~/.airinstall.log ~/.airappinstall.log
- sudo chmod +x AdobeAIRInstaller.bin
- sudo yum install -y gtk2-devel.i686 nss.i686 nss-softokn.i686 libxml2-devel.i686 libxslt.i686 gnome-keyring.i686 rpm-devel.i686 alsa-plugins-pulseaudio.i686 PackageKit-gtk-module.i686 libXt.i686 gtk2-engines.i686 libcanberra-gtk2.i686 xterm
- sudo ./AdobeAIRInstaller.bin
That did it for me, I clicked “install” “accept” “done” and that was a wrap. now to test it…
oops… the directions on that blog post go on to say “On Fedora 12, you would not be able to install or run any AIR application. This is probably due to SELinux security policy with the certificate in Adobe AIR.”
The good news… there is a solution, the bad news, as displayed in the blog post it will not work due to a syntax error (tried in BASH, SH, KSH, and TCSH all gave the syntax error except TCSH which gave an illegal variable error) lucky us the blogger posted the reference link for the solution and I went to check it out. No help there it is letter for letter correct. I am lucky I do have a small brain that can occasionally come up with solutions to technical based problems. here is what I did and, yes it did work.
- cd ~/Downloads (you can skip this if you are still there from my previous instructions above)
- touch crypt
- sudo chmod +x crypt
- echo ‘for c in /etc/opt/Adobe/certificates/crypt/*.0; do aucm -n $(basename $c) -t true; done’ >crypt
- sudo ./crypt
piece of cake! something I learned from an AIX training class I had last year, if it doesn’t work from a command line, then darn it, put it in a shell script file!!!
There are also instructions on that original blog post for installing and uninstalling Adobe Air Apps, the install part is pretty straight forward, go to the website that has the app, click install. the uninstall instructions have a couple of steps. when I get around to uninstalling something I’ll add them to this post (probably in the next 2 hours!!)
not too much content this time (unless I get carried away again). couple of neat articles I read today (not the most trusted sources for news, but you have to make your own decisions… (both the things I started this post to talk about came from blogs.zdnet.com [...]
not too much content this time (unless I get carried away again). couple of neat articles I read today (not the most trusted sources for news, but you have to make your own decisions… (both the things I started this post to talk about came from blogs.zdnet.com ) (another note, all links on my site “SHOULD” open in new windows, for some reason they never implemented “open link in a new tab” feature to HTML, or I just haven’t found it yet)
VirtualBox 3.1 - has been released with it’s new “big” feature… “teleport”. some people might recognize this as being extremely similar to IBM’s Power System’s Live Partition Mobility. in a nutshell this means:
Partition mobility provides the ability to move a logical partition from one system to another. Live (or active) partition mobility allows you to move a running logical partition, including its operating system and applications, from one system to another. The applications do not need to be shut down. Inactive partition mobility allows you to move a powered off (or deactivated) logical partition from one system to another.
Live Partition Mobility
Live partition mobility allows you to migrate running AIX and Linux partitions and their hosted applications from one physical server to another without disrupting the infrastructured services. The migration operation, which takes just a few seconds, maintains complete transactional integrity. The migration transfers the entire system environment, including processor state, memory, attached virtual devices, and connected users.
(actually quoted from the IBM training manual for IBM course AU78 “System p LPAR and Virtualization II: Implementing Advanced Configurations” a training class I took in July of this year) and so it goes on… (I guess I just killed the “no long post” part at the beginning…) This has to be the coolest thing I have ever seen/witnessed/done in my life. I setup an LPAR (logical partition) on a System p server, installed AIX 6.1 on it, then while another person in the training class was logged in and doing something in the server, I migrated it to another physical machine in less than 15 minutes with less than 5 seconds of down time (monitored with a CPU and HDD activity monitors running on the virtual server and a custom script that basically played the worm game and changed colors when the host system changed so we knew when it had actually made the switch)
Words cannot describe watching a multi-gigabyte installation of a server migrate to another physical box and keep working with less than 5 seconds of down time over the course of 12-15 minutes. I am guilty of not having checked the total used size of the data drive, so I do not know how large the transfer was). now to have this option in a freeware app that I can run on my Quad-core at home is very cool. Especially since VirtualBox is currently my VM-app of choice. Don’t get me wrong, I do/have used Virtual PC from Microsoft quite a good bit, but the configuration options and multiple VHD file format compatibility make VirtualBox the winner in that contest hands down. Also, I have nothing against VMWare personally; however it is intensely confusing to go from Virtual PC to a VMWare workstation application and figure out what is going on and how to set it up without going back to “what already works… and is simple to use.” Press release for VirtualBox 3.1
ok, after over 550 words, lets move on to the second half of my post (definitely not going to be a quick post… but then I always have a lot to say about stuff…)
OS and Web Browser share reports… Windows XP and Vista and MAC OS X are down, Win7 and Linux are up. Firefox and IE8 usage are up, IE6 and IE7 are down, and everybody else, well no comment was made… original article is here on ZDNet - FYI how/where this info came from is sited on the ZDNet page.
right few comments about the above, first interesting how Firefox #’s are combined for all versions, does that mean Mozilla does a better job getting people to upgrade? or that Firefox users are less likely to fall very far behind on versions? same thing goes for the Safari #’s. yes Safari and Chrome are mentioned in the #’s, but no comments were made as to their rise or fall.
(completely unrelated, but I am listening to Pandora right now on my Sprint HTC Touch and they just played “Coloured Rain” by Slade, whom I have never heard before, at least not knowingly. They are a British Rock band from the 70′s and I could have sworn it was The Beatles when it started playing…) (a note on that note, I Bing’d “wikipedia the beatles” and on the first page I got the Wikipedia page on the Beatles in the following languages, but not English… in order: sco, simple, nl, fr, ro, it. I know what all of those are, except ro (Russian? it doesn’t look Russian)… there were other results, including 2 Beatles albums’ pages on Wikipedia in English…)
Twitter: finndo77
- New blog post... Diablo III closed Beta http://t.co/dKC2ChWm 01:36:32 PM December 07, 2011 from joelperryproductions.com ReplyRetweetFavorite
- New blog post... resolving video problems with K-L-Ubuntu and XFX Radeon 6850 http://t.co/H6bXuMqi 06:59:18 AM October 22, 2011 from joelperryproductions.com ReplyRetweetFavorite
- New blog post... Computer upgrades http://t.co/6PWVNy4m 01:39:35 PM October 20, 2011 from joelperryproductions.com ReplyRetweetFavorite
- $7 for $15 Worth of Hand-Tossed Pizza, Calzones, and Drinks at Andolini's Pizza Charleston, SC http://t.co/QnKwPwB 11:49:26 AM August 29, 2011 from Tweet Button ReplyRetweetFavorite
- New blog post... is zdnet.com/news down http://t.co/DThuI4r 07:57:28 AM August 17, 2011 from joelperryproductions.com ReplyRetweetFavorite
- New blog post... Netflix Down? http://bit.ly/q74Svu 07:39:30 PM August 08, 2011 from joelperryproductions.com ReplyRetweetFavorite
Blogroll
programming
Tech Websites
- a good coder I found on CodeProject
- Barebones HTML coding chart
- Code Project
- Extreme Overclocking
- FreeBSD blog
- Legit Reviews – Tech Hardware Review
- Linuxtopia
- Notion Ink – homepage
- Plug Computing web site and forums
- Tablet Roms – used to be – Notion Ink Hacks
- Ubuntu Forums post on the mount command and fstab file
- VMWare ESX blogger
- Wikipedia.org main page
- ZDNet's blog pages

