Bug#367328: [Linux-wlan-ng-devel] Bug#367328: linux-wlan-ng doesn't complete install on sid x86 (again)

2006-05-15 Thread Enrico Tassi
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]



Bug#367328: [Linux-wlan-ng-devel] Bug#367328: linux-wlan-ng doesn't complete install on sid x86 (again)

2006-05-15 Thread Paul Scott

Enrico Tassi wrote:

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?
  
pcmciautils was installed by aptitude.  "properly" is the key word.  
/etc/init.d/pcmcia was still present.  Removing /etc/init.d/pcmcia 
solves the problem.  Could not removing /etc/init.d/pcmcia be considered 
a bug with the pcmciautils package?


Moving forward:

sudo ifup wlan0 gives me:

[EMAIL PROTECTED]:~$ sudo ifup wlan0
FATAL: Module p80211 not found.
Failed to load p80211.o.
run-parts: /etc/network/if-pre-up.d/linux-wlan-ng-pre-up exited with 
return code 1


I am running a stock 2.6.16-1-486 kernel.  The card which doesn't work 
is a Linksys WPC11 version 4.


If the next error above is not relevant to my bug report I am willing to 
call 367328 closed.


Thanks,

Paul



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#367328: [Linux-wlan-ng-devel] Bug#367328: linux-wlan-ng doesn't complete install on sid x86 (again)

2006-05-15 Thread Enrico Tassi
On Mon, May 15, 2006 at 03:51:53AM -0700, Paul Scott wrote:
> Enrico Tassi wrote:
> >On Sun, May 14, 2006 at 10:13:45PM -0700, Paul Scott wrote:
> >  
> >>Package: linux-wlan-ng
> >>Version: 0.2.4+svn20060414-3
> >>
> >are you sure that you have properly replaced pcmcia-cs with pcmciautils?
> >  
> pcmciautils was installed by aptitude.  "properly" is the key word.  
> /etc/init.d/pcmcia was still present.  Removing /etc/init.d/pcmcia 
> solves the problem.  Could not removing /etc/init.d/pcmcia be considered 
> a bug with the pcmciautils package?
> 
> Moving forward:
> 
> sudo ifup wlan0 gives me:
> 
> [EMAIL PROTECTED]:~$ sudo ifup wlan0
> FATAL: Module p80211 not found.
> Failed to load p80211.o.

this is strange... please. dpkg -c yourdeb

> run-parts: /etc/network/if-pre-up.d/linux-wlan-ng-pre-up exited with 
> return code 1
> 
> I am running a stock 2.6.16-1-486 kernel.  The card which doesn't work 
> is a Linksys WPC11 version 4.

did you used he right keywords in interfaces? read the README.Debian,
since they differ from the standard one (since they are not iwconfig
compatible).

> If the next error above is not relevant to my bug report I am willing to 
> call 367328 closed.

let this open so that I don't forget to switch the two lines in
postinst.

-- 
Enrico Tassi


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]