Bug#737108: extra patch

2014-01-30 Thread Matthew Baker
Sorry the patch in the original bug report was incorrect. I've attached the right one --- /usr/share/pyshared/gamin.py 2012-07-26 03:57:19.0 +0100 +++ gamin.py 2014-01-30 10:25:10.223748107 + @@ -36,7 +36,7 @@ def GaminErrmsg(err = None): if err == None: - err = _gamin.Errno()

Bug#737108: python-gamin: mixed use of tabs and spaces in the gamin.py file causing syntax erros

2014-01-30 Thread Matthew Baker
On 30 January 2014 18:12, Jakub Wilk jw...@debian.org wrote: If you remove this option from the script's shebang, it should start working. Right you are. Learn something new every day. =] I've (attempted) to lower the severity

Bug#603832: grub-common: Xen hypervisor not default after installation

2011-11-24 Thread Matthew Baker
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 +1 Maybe have a selection in /etc/default/grub, e.g.: GRUB_XEN_DEFAULT=1 Then have 09_linux_xen_before script with a selector at the top. if let $GRUB_XEN_DEFAULT ;then /etc/grub.d/20_linux_xen fi Matt - -- Matthew Baker :: Senior

Bug#466350: clusterssh: cssh is not good for looking hostname, in .ssh/config

2008-06-10 Thread Matthew Baker
A work around for this without having to edit cssh itself is to add a false entry to /etc/hosts for the firewalled box. e.g. 127.0.0.1 foo.fakedomain ssh honours the Host in ~/.ssh/config over the /etc/hosts entry. Cheers, Matt -- Matthew Baker, UNIX Systems Administrator