Comment 2 for bug 774134

Revision history for this message
Tim Cutts (timc) wrote : Re: [Bug 774134] Re: package am-utils 6.2+rc20101201-1ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

On 30 Apr 2011, at 15:08, Peter Raupp wrote:

> --
> You received this bug notification because you are subscribed to am-
> utils in Ubuntu.
> https://bugs.launchpad.net/bugs/774134
>
> Title:
> package am-utils 6.2+rc20101201-1ubuntu2 failed to install/upgrade:
> subprocess installed post-installation script returned error exit
> status 1
>
> Status in “am-utils” package in Ubuntu:
> New
>
> Bug description:
> Binary package hint: am-utils
>
> would not install durring upgrade

The problem here is that you have configured am-utils to use NIS, but you don't have a NIS client installed. This caused the init script to fail when it tried to use NIS to obtain the master map.

am-utils does not depend on NIS, because it's quite possible to use it without NIS, but if you answer yes to the debconf question about using NIS for the master map, you do have to have NIS installed and running before am-utils will start.

The solution is for you to either install the NIS client package first, or to change the am-utils debconf settings (using dpkg-reconfigure) not to use NIS.

I don't think this is actually a bug in the package.

Tim