Install chmsee 2 for Fedora

Fedora already upgraded xulrunner related packages(Firefox/thunderbird) to v8.0. but chmsee package not yet catch up.

so need to pull the fresh codes and compile for myself.
https://github.com/jungleji/chmsee/tags
check the following packages installed.
xulrunner-8.0-1.fc15.x86_64
xulrunner-devel-8.0-1.fc15.x86_64

compile the src and write a short script for generated app:

Poor Yum Repo: OracleLinux6

I’m now working on an Oracle Linux 6U1 x64 box, planning to inst new 11R2 image.

Problem hit here.

we can see that glibc.i686 <tip: just add arch. tag to install related pkg.> cannot be resolved  for glibc-common label check failure.

it’s funny but not worse, ORCL even doesn’t provide glibc-common.i686 package…
http://public-yum.oracle.com/repo/OracleLinux/OL6/1/base/x86_64/

It should be a bug here….

WorkAround:

1. pull glibc package from weburl glibc-2.12-1.25.el6.i686.rpm.
2. # yum localinstall glibc-2.12-1.25.el6.i686.rpm
3. # yum install unixODBC-devel unixODBC-devel.i686
4. continue…

Notes….
Poor Yum repo…especially on x64 platform day’s, mixing with i686 libs.

Emerald package has retired

It’s so long time to issue yum-update on my F15 boxes.
found the emerald packages already removed from repo…

[Following links tell everything:]
https://bugzilla.redhat.com/show_bug.cgi?id=739617
http://fedoraforum.org/forum/showthread.php?p=1516387
http://pkgs.fedoraproject.org/gitweb/?p=emerald.git;a=shortlog;h=refs/heads/master

[Workaround to continue running Emerald:]
just go back to 0.9.4~
1.  Download essential packages:
[x86_64]

[i386]

2. Remove current 0.9.5.0 compiz related packages.

3. install the RPMs downloaded above.

4. edit the /etc/yum.conf to block compiz/emerald related updates.

Well now I’ve blocked updates on compiz and libreoffice… is there any more?

VMSetError: VirtualBox can’t operate in VMX root mode.

VirtualBox failed to start VM guest on OEL5 node,

To Workaround:

chmsee doesnt work on Fedora 15 official

just found that the chmsee tool doesnt work well today. it should worked at the release version and failed when yum up2date.
check and filed a bug on this issue.


W/R
export GRE_HOME env before run the tool,