Comment 3 for bug 1001846

Revision history for this message
Andres Rodriguez (andreserl) wrote :

Oh, forgot to say. Please edit the following file:

sudo vim /var/lib/dpkg/info/cobbler.config

and add 'x' to the first line:

#! /bin/sh -e

So it looks like:

#! /bin/sh -ex

Once this is done, do:

sudo dpkg-reconfigure cobbler

Answer the questions and please paste the output as that information will help us determine what the issue might be.