Lil’ bit: Configuring pup/yum for a proxy on CentOS 5

2008/06/03 21:07:00
Print Friendly

Configuring pup/yum for a proxy on CentOS 5

Edit the /etc/yum.conf and add

proxy=http://proxy-server-hostname:proxy-server-port/

Note the final slash, it is most important.

ref:
http://docs.fedoraproject.org/yum/sn-yum-proxy-server.html.

Lil’ bit: Threading problem on Solaris with GCC

2008/05/23 23:31:00
Print Friendly

After much confusion and heartache, some google searching indicates to me that there is a problem on Solaris using threads with gcc. When applications compiled with gcc attempt to throw exceptions from within threads sometimes they do not get caught, and hence the application terminates with the message:

terminate called recursively

Ref:
http://gcc.gnu.org/ml/gcc-bugs/2007-06/msg01137.html
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32344

The current workaround for my project was to forgo threads, but one of the developers came up with the idea to link in the Solaris libc++ to avoid this problem.

Lil’ bit: Clearing the screen during a GDB session

2008/05/07 22:26:00
Print Friendly

How to clear the screen during a gdb session:

shell clear

.

ref:
http://www.unix.com/high-level-programming/42517-how-clear-screen-gdb-session.html

Clean Up

2008/05/04 21:27:00
Print Friendly

Lately I’ve been considering making this site more professional. No, this does not mean that I will be removing the photos. Anyone who has a problem with the fact that a geek like me watches Anime and goes to SciFi conventions is probably someone I don’t want to work for.

Also, the updates have been slowing down as my life has gotten more stable. This doesn’t lend itself to much blogging, and, for the most part, is the reason why there have not been as many posts lately.

Changes are coming. Some of you who read this site because of my personal life may not be happy, but I think I can offer the community more that “I broke up with my ex today” kind of posts.

Hmmm… Bad MySQL!

2008/04/08 21:19:00
Print Friendly

Well, as I’m sure some of you know (and puppiluv told me; thanks!), the site has been down due to a MySQL error for the past week. As I’m no longer traveling for work and have changed positions within my organization, I’m still getting caught up on life and haven’t had a chance to post lately.

No posting means no checking on site.

No checking on site means I end up missing key moments like when it’s down.

I’m thinking I could script it to email me when that happens again.