New genkernel, and I found that my kernel, System.map and initramfs were no longer in the same order as before, causing problems with my grub configuration. I considered rebuilding some old kernels (just to have a fallback), or just getting rid of the old kernels... and then I decided …
read moreOther articles
Gentoo virtual/pam removal
Odd gentoo merge problem for libvirt
Somehow, during the upgrade from libvirt 4.1 to 4.3, I was having a problem building and installing the new libvirt, getting errors such as the following:
read moreqemu_monitor_json.c:(.text+0x2de6): undefined reference to `virJSONValueGetType' ./.libs/libvirt_driver_qemu_impl.a(libvirt_driver_qemu_impl_la-qemu_monitor_json.o): qemu_monitor_json.c:(.text+0x58b6): more undefined references to `virJSONValueGetType …
HBO Go on Linux
HBO Go stopped working for me on Linux recently (actually it might not have been super recent, I don't use it that often). Apparently a DRM problem with Flash 11.2.x on Gentoo (and other Linux versions I'm assuming), I was able to get it working again by emerging …
read moreTomcat 6.x latency on POST
We were having some problems with HTTP POST performance from the West coast to a tomcat server farm on the East coast. None of these problems showed up locally (between two hosts in the same datacenter.) The latency between West and East coast sites is on the order of 70ms …
read moresys-fs/eudev
Looks like it's finally time to migrate to sys-fs/eudev. udev 197 was unmasked today on amd64, and I would rather not go down that path.
At least I have an alternative, so I don't have to go it alone.
I ended up having to use kmod, instead of module-init-tools …
read moreBasic Linux firewall
Starting on a new Gentoo box, I was putting together a new firewall setup, and I thought I'd put my hacked down firewall setup script here so I'll have something to start with next time. I used to try some of the other "higher level" tools to generate my firewall …
read morepython and perl USE flag change
Today, I had to enable python and perl USE flags globally in /etc/make.conf. I guess Gentoo changed the default setting for these flags. Personally I like having the kind of built-in tools and scripts that these provide, so I turned them on. Plus, enabling these flags avoided having …
read moreGentoo poppler 0.16.7 build error
This is a gentoo problem I hadn't seen before:
read moreBuilding CXX object qt4/src/CMakeFiles/poppler-qt4.dir/poppler-ps-converter.cc.o /usr/lib/gcc/x86_64-pc-linux-gnu/4.4.5/../../../../x86_64-pc-linux-gnu/bin/ld: warning: libopenjpeg.so.2, needed by /usr/lib/libpoppler.so.13, not found (try using -rpath or -rpath-link) /usr/lib …