On Sun, May 14, 2006 at 10:13:45PM -0700, Paul Scott wrote:
> Package: linux-wlan-ng
> Version: 0.2.4+svn20060414-3
>
> This has apparently happened on a previous version:
>
> Errors were encountered while processing:
> linux-wlan-ng
> E: Sub-process /usr/bin/dpkg returned an error code (1)
> A package failed to install. Trying to recover:
> Setting up linux-wlan-ng (0.2.4+svn20060414-3) ...
> invoke-rc.d: initscript pcmcia, action "reload" failed.
> dpkg: error processing linux-wlan-ng (--configure):
> subprocess post-installation script returned error exit status 5
the postinst file:
# Reload pcmcia config files, as this package drops a new one in.
if [ -x /etc/init.d/pcmcia ]; then
invoke-rc.d pcmcia reload
elif [ -x /etc/init.d/pcmciautils ]; then
...
invoke-rc.d pcmciautils reload
are you sure that you have properly replaced pcmcia-cs with pcmciautils?
(yes, maybe now the right order to call the reload action is the opposite one..)
regards
--
Enrico Tassi
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]