Personal tools
You are here: Home Blog archive 2007 May

May

Sub-archives

Bootstrapping Ubuntu feisty

by Bastian Blank — last modified May 15, 2007 05:39 PM
Filed Under:

Hmm. Debian fixed this problems, but Ubuntu manages to get them also:

P: Configuring package volumeid
O: cp:
O: cannot stat `/etc/fstab'
O: : No such file or directory
O:
O: dpkg: error processing volumeid (--configure):
O:  subprocess post-installation script returned error exit status 1

cdebootstrap 0.4.1

by Bastian Blank — last modified May 13, 2007 04:15 PM
Filed Under:

I finaly got some time to do development. I decided to use this for extending cdebootstrap. And it got several new features and cleanups.

Most notable change is the support to check Release files against the pgp-signature. This feature is enabled by default and uses the keyring supplied by debian-archive-keyring.

It now also includes definitions for newer Ubuntu releases and it works in my testcases. The keyring needs to be supplied manualy.

The rest are usual cleanups on the codebase and deprecation of some not longer used features.

Vary caching broken in Squid 2.6

by Bastian Blank — last modified May 01, 2007 04:41 PM
Filed Under:

After another debugging session I have to declare that caching of ressources with Vary headers is not working with squid 2.6. I have to check if this was working with squid 2.5 as Plone provides a predefined setup for this.

Lets see what upstream say about this.