Re: [Cooker] bug in the current installer

2000-08-28 Thread Francois Pons

Chmouel Boudjnah [EMAIL PROTECTED] writes:

 "Benjamin Reed" [EMAIL PROTECTED] writes:
 
  Nope, but I do have USB ports.  But nothing's hooked to them at the moment.
 
 Francois any idea why he found an usb-storage device ?

I think GG should be right.

François.




Re: [Cooker] bug in the current installer

2000-08-28 Thread Benjamin Reed

  Francois any idea why he found an usb-storage device ?
 
 I think GG should be right.


Huh?  Who/what is GG?  :)

-- 
Ben Reed ([EMAIL PROTECTED])
http://defiance.dyndns.org/
Fight the InterNIC!  http://www.opennic.unrated.net/





Re: [Cooker] bug in the current installer

2000-08-28 Thread Guillaume Cottenceau

"Benjamin Reed" [EMAIL PROTECTED] writes:

   Francois any idea why he found an usb-storage device ?
  
  I think GG should be right.
 
 
 Huh?  Who/what is GG?  :)

it's me.

or the artificial intelligence that took over me.

i don't remember.


-- 
Guillaume Cottenceau -- Distribution Developer for MandrakeSoft
http://www.mandrakesoft.com/~gc/




Re: [Cooker] bug in the current installer

2000-08-27 Thread Pixel

Chmouel Boudjnah [EMAIL PROTECTED] writes:

 Guillaume Cottenceau [EMAIL PROTECTED] writes:
 
  AFAIK, Pixel tried to modprobe stuff when he detected a /proc/bus/usb but
  now I asked him to remove this is the directory owns no file ;-).
 
 I told him every time he can parse the /proc/bus/usb/devices files, i
 believe we'll see that together when i'll come to the Paris Office...

agreed :)




Re: [Cooker] bug in the current installer

2000-08-26 Thread Chmouel Boudjnah

Guillaume Cottenceau [EMAIL PROTECTED] writes:

 AFAIK, Pixel tried to modprobe stuff when he detected a /proc/bus/usb but
 now I asked him to remove this is the directory owns no file ;-).

I told him every time he can parse the /proc/bus/usb/devices files, i
believe we'll see that together when i'll come to the Paris Office...

-- 
MandrakeSoft Inc http://www.chmouel.org
San-Francisco, CA USA --Chmouel




Re: [Cooker] bug in the current installer

2000-08-26 Thread Chmouel Boudjnah

"Benjamin Reed" [EMAIL PROTECTED] writes:

 Not sure, but having a USB bus with no devices would at least (on the
 surface) make some kind of sense as to why it bugged out.  Perhapse I should
 plug something in and see if it does the same thing...

no that make sense, you have an USB interfaces loaded waiting the plug
of USB devices. The only buggy thing i see is :

if (found_usb_interfaces()) {
   modprobe_usb_modules("keyboard", "mouse", "usb-storage");
}

if i understand correctly, and what i don't like really so much.


-- 
MandrakeSoft Inc http://www.chmouel.org
San-Francisco, CA USA --Chmouel




Re: [Cooker] bug in the current installer

2000-08-25 Thread Chmouel Boudjnah

"Benjamin Reed" [EMAIL PROTECTED] writes:

 Also, a cosmetic thing, but in the bar on the left showing the progress, it
 says "Choose packages to insta" (it gets cut off).

do you have USB storage(aka: USB-floppy/hard_drive/zip/backup) devices ?

-- 
MandrakeSoft Inc http://www.chmouel.org
San-Francisco, CA USA --Chmouel




Re: [Cooker] bug in the current installer

2000-08-25 Thread Benjamin Reed

 do you have USB storage(aka: USB-floppy/hard_drive/zip/backup) devices ?


Nope, but I do have USB ports.  But nothing's hooked to them at the moment.

-- 
Ben Reed a.k.a. Ranger Rick ([EMAIL PROTECTED])
http://defiance.dyndns.org/ / http://radio.scenespot.org/
Now playing on Defiance Radio: Paradise Found by Meat Beat Manifesto





Re: [Cooker] bug in the current installer

2000-08-25 Thread Chmouel Boudjnah

"Benjamin Reed" [EMAIL PROTECTED] writes:

 Nope, but I do have USB ports.  But nothing's hooked to them at the moment.

Francois any idea why he found an usb-storage device ?

-- 
MandrakeSoft Inc http://www.chmouel.org
San-Francisco, CA USA --Chmouel




Re: [Cooker] bug in the current installer

2000-08-25 Thread Guillaume Cottenceau

Chmouel Boudjnah [EMAIL PROTECTED] writes:

 "Benjamin Reed" [EMAIL PROTECTED] writes:
 
  Nope, but I do have USB ports.  But nothing's hooked to them at the moment.
 
 Francois any idea why he found an usb-storage device ?

AFAIK, Pixel tried to modprobe stuff when he detected a /proc/bus/usb but
now I asked him to remove this is the directory owns no file ;-).


-- 
Guillaume Cottenceau -- Distribution Developer for MandrakeSoft
http://www.mandrakesoft.com/~gc/




Re: [Cooker] bug in the current installer

2000-08-25 Thread Benjamin Reed

   Nope, but I do have USB ports.  But nothing's hooked to them
   at the moment.
 
  Francois any idea why he found an usb-storage device ?

 AFAIK, Pixel tried to modprobe stuff when he detected a
 /proc/bus/usb but now I asked him to remove this is the
 directory owns no file ;-).

Ahh, that would explain it yelling about not being an array reference, if it
contained undef.  Thanks a bunch, could you point me to where that's at in
the code, or is a fix in the works?

--
Ben Reed a.k.a. Ranger Rick ([EMAIL PROTECTED])
http://defiance.dyndns.org/ / http://radio.scenespot.org/
Now playing on Defiance Radio: Narcotic Influence 2 by Empirion





Re: [Cooker] bug in the current installer

2000-08-25 Thread Guillaume Cottenceau

"Benjamin Reed" [EMAIL PROTECTED] writes:

Nope, but I do have USB ports.  But nothing's hooked to them
at the moment.
  
   Francois any idea why he found an usb-storage device ?
 
  AFAIK, Pixel tried to modprobe stuff when he detected a
  /proc/bus/usb but now I asked him to remove this is the
  directory owns no file ;-).
 
 Ahh, that would explain it yelling about not being an array reference, if it
 contained undef.  Thanks a bunch, could you point me to where that's at in
 the code, or is a fix in the works?

Doh, it did not do the array reference error for me -- maybe this is not
the same prob?

But anyway you can try the latest cooker to see if it fixes. (pixel did
not work today, so if your version is that recent, don't expect a fix..)


-- 
Guillaume Cottenceau -- Distribution Developer for MandrakeSoft
http://www.mandrakesoft.com/~gc/




Re: [Cooker] bug in the current installer

2000-08-25 Thread Benjamin Reed

 Doh, it did not do the array reference error for me -- maybe this is
 not the same prob?

Not sure, but having a USB bus with no devices would at least (on the
surface) make some kind of sense as to why it bugged out.  Perhapse I should
plug something in and see if it does the same thing...

 But anyway you can try the latest cooker to see if it fixes. (pixel
 did not work today, so if your version is that recent, don't expect
 a fix..)

Just tried an rsync to ftp.sunet.se and the images haven't been updated
since I tried earlier.  I'll try rebooting with something live on the USB
and see if the same thing happens, and let you know.

--
Ben Reed a.k.a. Ranger Rick ([EMAIL PROTECTED])
http://defiance.dyndns.org/ / http://radio.scenespot.org/
Now playing on Defiance Radio: Full Worm Garden by KMFDM





Re: [Cooker] bug in the current installer

2000-08-25 Thread Benjamin Reed

 Just tried an rsync to ftp.sunet.se and the images haven't been updated
 since I tried earlier.  I'll try rebooting with something live on the USB
 and see if the same thing happens, and let you know.


Nope, same thing happens, although I don't have any USB storage devices,
just my iPAQ, so I don't know if that would have made a difference.  It's
croaking on interactive.pm, line 109, which is in ask_from_list; it appears
to just be a generic dialog-box generating subroutine, and I'm not sure what
$l is (not a very descriptive variable name grin)

Unfortunately, it's hard to really trace back to what was calling it.  I've
tried following it and I suspect it's dying from load_module, but I'm not
positive.  Just to get an idea, when I tell it I have another SCSI device,
should the next thing that comes up be a list of devices from the
pci_probing/pcitable.pm module?  Or should I just give up for now and wait
for an update?  :)

--
Ben Reed a.k.a. Ranger Rick ([EMAIL PROTECTED])
http://defiance.dyndns.org/ / http://radio.scenespot.org/
Now playing on Defiance Radio: Mesh by New Order