Moodle 2.x Failing Course Restores

I’ve been wrestling with a course restore problem on Moodle 2.4.2 and Moodle 2.5. Basically you can take a course backup fine, but when trying to restore it, it will timeout, and fail to restore the course at all or may only restore a small segment of it. Of course it fails, with no entries … Read more

Moodle 2.x SSO Failing

I’m not a huge fan of Moodle, its basically a unsupportable mess. However the price: Free, is very appealing in the times of no money and so we are stuck with using it. One of the nice features is that of SSO using NTLM authentication. We use Microsoft Windows 2008 R2 with IIS 7.5 and … Read more

Enable Wake On Lan Across VLAN on Cisco Network

Wake on LAN packets do not traverse routers (normally) so you need to configure your network to do this. There are some security implications you need to be aware of first, Cisco’s document on it is a good read:http://www.cisco.com/c/en/us/support/docs/switches/catalyst-3750-series-switches/91672-catl3-wol-vlans.html Also download Solarwinds Free Wake On LAN tool, its a good one to use to test … Read more

Cisco 4500 IOS Upgrade

This is not as easy as it is on a Cisco 3750 or 6500 series switch but once you know how its not too bad. Step 1 Copy the new IOS image to the switch, you need to use: copy tftp: bootflash: (Notice its not “flash:”, first of the oddities.) Step 2 verify the image … Read more

IIS7.5 Can’t Install Tracing into IIS

PROBLEM Attempt to install Tracing for IIS failed with error code 0x80070643. POSSIBLE CAUSE There are a few causes to this problem, in my case I had Shared Configuration setup, if you try to install tracing with shared configuration setup it will fail. This isn’t the only cause so this solution may not work for … Read more