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...
Tuesday, November 18, 2008
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
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:
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:
- Get 7zip and install it.
- Download the flash update.
- Open the FlashPlayerUpdate.exe as an archive using 7zip.
- Extract the files NPSWF32.dll and NPSWF32_FlashUtil.exe
- Close all browser windows.
- 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.
- Copy the extracted files from step 4 to SYSTEM_DRIVE:\Program Files\Mozilla Firefox\plugins
- Start firefox and go to http://www.adobe.com/go/tn_15507 to verify.
- Repeat for other browsers.
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.
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.
Subscribe to:
Posts (Atom)