Tag Archives: ukuug

UKUUG Spring 2011 Conference

I was lucky to be able to attend this year, as work had agreed to send me on it, and hadn’t reneged when I’d handed in my notice, although I did end up volunteering to pay for the travel and take holiday, so its only some impact for them..

Most impressed with the trains from Peterborough to Leeds – clean, on time and with free Wifi (for 15 mins, then chargeable), and power sockets at every seat.  Makes me wonder what the hell the cambridge operators are doing when the Leeds line can obviously muster this..  Also most impressed with Google maps/Navigation on my HTC Wildfire.  It directed me walking from the train station to event, and hotel, flawlessly.  Pity the battery didn’t hold out all day, though.  I really should be able to listen to a couple of hours of music, walk for 30 mins with the GPS on and make a couple of phone calls without using up all the juice.

Conference was good and increasingly attracting the DevOps crowd, which is a very good thing – preventing the conference from fading into obscurity and obsolescence.  Inspiring talks from Matthew Macdonald-Wallace and Adrian Kennard in particular, although I enjoyed the talks on Ceph, Git and DNSSEC also, and have some new projects to investigate as a result.

Thanks to Google for the excellent stationary swag, and for paying for dinner at the excellent Leeds Armoury.

Good fun, interesting talks and people and not too much intrusion into work for those attending via that.  Bloody good value.

RT 3.8.4 on FC11

Had an excellent 1 day training course today, with the UKUUG on RT, with the creator, Jesse Vincent.

He covered a lot of ground, although he glossed over installation.  Historically is been a bit of a pig to install, so I thought I’d document what I did to get both the Stock FC 11 packaged version and the tarball running, the latter in developer mode;

yum install perl-RT-Test.noarch rt3.noarch rt3-mailgate.noarch

This installs the packaged version of RT, but if you want to the the developer version from source, you will also need;

yum install mysql-server perl-DBD-SQLite2.i586 perl-Text-WikiFormat.noarch perl-DBD-SQLite.i586 fcgi-perl.i586 perl-PerlIO-eol.i586  perl-Text-Quoted.noarch perl-Test-Deep.noarch perl-Test-Expect.noarch perl-Test-MockTime.noarch perl-IPC-Run3.noarch perl-Module-Refresh.noarch perl-Test-Warn.noarch perl-Log-Dispatch-Perl.noarch  perl-String-ShellQuote.noarch

Then, at the command line, untar source and run;

./configure –with-my-user-group –enable-layout=inplace –with-db-type=SQLite –with-devel-mode