Tuesday, November 18, 2008

Yum - Seg Fault

If yum gives you a seg fault then try as root:

rm -f /var/lib/rpm/__db*
rpm --rebuilddb

Also I found disabling the extras repository helps:

yum --disablerepo=extras search|whatever...

Microsoft's NCSI

Default Windows Vista installations check for Internet Connectivity, a feature called Network Connectivity Status Indicator.

Vista checks http://www.msftncsi.com/ncsi.txt

Find more at http://technet.microsoft.com/en-us/library/cc766017.aspx

Wednesday, November 5, 2008

Flash player 10 installation error!

The other day I was checking out Flex and my browser prompted me for a Flash plugin update. The new version was 10.

Tried to go through the update and got the error:

Error: "You do not have sufficient disk space to complete this installation" when installing Flash Player 10 on Windows

Odd, plenty of space in my disk I thought and searched for a solution.

Apparently if your system drive (the one Windows are installed) is not labeled C then this is the cause. There is a technote for this at http://www.adobe.com/go/kb406903

However I found their solution unacceptable for my case since I did not have a removable drive at the time :-)

So here is an alternative:
  1. Get 7zip and install it.
  2. Download the flash update.
  3. Open the FlashPlayerUpdate.exe as an archive using 7zip.
  4. Extract the files NPSWF32.dll and NPSWF32_FlashUtil.exe
  5. Close all browser windows.
  6. Go to SYSTEM_DRIVE:\Program Files\Mozilla Firefox\plugins and rename the old files named as above to NPSWF32.dll.old and NPSWF32_FlashUtil.exe.old.
  7. Copy the extracted files from step 4 to SYSTEM_DRIVE:\Program Files\Mozilla Firefox\plugins
  8. Start firefox and go to http://www.adobe.com/go/tn_15507 to verify.
  9. Repeat for other browsers.
I believe that you must run the installation once and let it fail before trying this. I am pretty sure that this is the procedure I followed before getting it to work, but I may not remember correctly. Let me know if that's the case.

Sunday, November 2, 2008

First Entry

I have decided to keep notes of stuff I do from now on, online. I hope I'll come through with it.

The main reason is that many times I have set up cool stuff and did not keep a record of the procedure. The times I have had to repeat the same search path with hours of skimming through articles...

I am mostly talking about setting up software.

I hope to start with the set up of Zen Cart (an open source E-commerce project) which I did for a friend and resulted in this eshop. And then I plan an Asterisk trixbox installation to replace the hotel's PBX, that should be interesting.

Well we'll see how it goes.