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

VirtualBox failed to start VM guest on OEL5 node,

To Workaround:

where is the whereis

Today when I’m applying some scripts on Solaris 11Express nodes, a interesting error comeup,

As on Solaris 10, we use cmd whereis(/usr/ucb/whereis) as a standard component.
(On Linux, it’s also a part of the util-linux-ng package )

Solaris 11X doesn’t include this command in default set, so turn to documents for help:

<Oracle Solaris 11 ISV Adoption Guide>

Very lucky the command whereis is the rest  for kept in compatibility/ucb package as optional.
But it’s no longer suggested to use such cmds in further SOLs, I finally gave up refresh the toolkits.

[Refrence:]
Oracle Solaris 11 ISV Adoption Guide
Solaris 11 Express Changes: Where is /usr/ucb ?
PSARC/2009/540*
*this arc shows the discussion on some port specific /usr/ucb commands,
the abandon of those codes speed up the far and away of those BSD like code.

From this point, SOL’s running faster than Linux….

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,

compile rose-0.9.5a-14791 on Fedora 15

rose is a nice tool, suggested when reading the book <The CERT C Secure Coding Standard>

just install the tool on my Fedora 15 node,

1. Fetch the latest source code from official website: 0.9.5a-multiplatform-14791
2. Prepare the packages needed,(I use official Java Bins configured, which can be detected by configure script)

3. modify the configure script incase a boost version detect failure.

**About the path , I use following line to determine, it may also works on RH related platform.

4. configure with setting, for currently fedora.15 using gcc-4.6.0.

If you do only need some(not all) languages supported, using

5. make and continue.
Before make do modify the Makefile,  or the script shall not fetch the related EDG binaries for version4.6.

让办公室台式机静音

这个问题确实困扰了我好久,pc上插着耳线,想要把机箱声音关掉,只开着耳机也不容易,每次都要开机后手动去设定。

摸索了一下午终于搞定了~

在/etc/profile中加入以下几行