After my previous entry about my PowerEdge 1750 , I’ve been trying to get Wake-On-LAN working. On every other machine I own, it simply involves at most activating WOL in the BIOS, then running ‘ethtool -s eth0 wol g’ on boot, but the PowerEdge 1750 with the “Broadcom Corporation NetXtreme BCM5704 Gigabit Ethernet” …
Read MoreI recently received a free Dell Poweredge 1750 from work ( they were having a clearout of old hardware and I grabbed it first ), and naturally the first thing I installed was Funtoo ( essentially it’s an experimental version of Gentoo ) . Installation worked fine, but the only problem I have is the server is quite …
Read MoreWhile attempting to upgrade one of my Gentoo Linux machines to the latest version of PulseAudio ( media-sound/pulseaudio-2.0 ) today I encountered the following error: libtool: install: /usr/bin/install -c .libs/libprotocol-cli.soT …
Read MoreAfter upgrading a few packages on one of my Gentoo machines, I was greeted with repeated errors like this one, whilst trying to emerge Avahi: /usr/include/pango-1.0/pango/pango-script.h:132: error: expected declaration specifiers or '...' before 'G_CONST_RETURN' /usr/include/pango-1.0/pango/pango-script.h:133: error: …
Read MoreI’ve been looking at cloning ( or somehow maintaining synced ) file-systems between multiple servers, and after looking at other solutions ( regular rsyncs, inotify etc ), a clustered file-system seems to be the best solution. GlusterFS looks to be a popular Open Source based solution, however there doesn’t seem to be …
Read MoreJust upgraded net-fs/nfs-utils to nfs-utils-1.2.3-r1 on my Gentoo machine, and came across this error: checking for keyutils.h... no configure: error: keyutils.h header not found. !!! Please attach the following file when seeking support: !!! /var/tmp/portage/net-fs/nfs-utils-1.2.4/work/nfs-utils-1.2.4/config.log * …
Read MoreI have logrotate running on my virtual servers ( both local and Amazon EC2 based ) and configured to send myself all log files by email daily. They are all running virtually the same configuration, and this makes it difficult to work out which log file is tied to which machine. The simplest way to fix this, is to …
Read MoreDue to the increase in processing power available, the use of SSL has become more widespread. This is obviously a good thing, especially with UK ISPs spying on ( and annoyingly, replaying ) web traffic recently, however this can be a showstopper when trying to debug a misbehaving application. To get around this, and …
Read MoreI’ve recently had to create a lot of custom Gentoo ebuilds, and distribute them out to separate machines. Luckily Gentoo has the layman system for adding experimental overlays, so we can use this to add our own custom one, hosted on Amazon S3. Setting up the repository is a two part process – creating the actual …
Read MoreGoogle have recently released their Google Cloud Print service . It is currently built into Google Chrome on Windows and Mac, but unfortunately it is not yet available officially for Linux. Fortunately there is an unofficial open source project on Github, called cloudprint . It is fairly new, so isn’t yet in the Gentoo …
Read More