Re: [Cooker] Install Exited Abnormally

2002-07-31 Thread Guillaume Cottenceau

Andy Neillans [EMAIL PROTECTED] writes:

   Anything special you're doing? Any special hardware?
 
 Network Adapter is a Pcnet/PCI II 79C970A in the VMWare session (worked
 since Mdk 7.2 AFAIK).
 Realtek 8139 (normally use 8139too module) in another.
 
 Both same error.

Ok, trying to see if I can get to a vmware here. Using a 3c59x on
my test machine I don't have the problem..
 
 Can't shutdown the DNS as its used on our network for a lot of routing,
 but I've checked its logs - there are no DNS requests being processed at
 the time the installer segfaults.

Ok.
 
 6pcnet32: 1 cards_found
 
 And that’s it.

Yep.

 I have tried two DNS / DHCP Servers - VMWare internal and whats running
 on my Mdk 8.2 server.
 I have also tried specifying a static IP.

Thanks for the debugging info! I still can't have a fix in short
time but we'll try.


-- 
Guillaume Cottenceau - http://people.mandrakesoft.com/~gc/




Re: CDROM Install (RE: [Cooker] Install Exited Abnormally)

2002-07-30 Thread Guillaume Cottenceau

Andy Neillans [EMAIL PROTECTED] writes:

 Well, I now have the ISO burnt, but now I get:
 
 I can't acess a Mandrake Linux Installation disc in your CDROM drive
 (Drive here). Retry?
 
 |Yes| |No| |Back|
 
 Console:
  Mounting /dev/hdc on /tmp/image as type iso9660
  have to insmod isofs
 succeeded isofs
  Mount failed: Device or resource busy

Waooh, strange, first time I see this :-). Seems the kernel is
unhappy about your cdrom drive :-). Any interesting message on
console #4?


-- 
Guillaume Cottenceau - http://people.mandrakesoft.com/~gc/




Re: CDROM Install (RE: [Cooker] Install Exited Abnormally)

2002-07-30 Thread Guillaume Cottenceau

R. Scott Chevalley [EMAIL PROTECTED] writes:

 I also have been having a problem with the 9.0 beta iso images.
 I've burned about 5 copies of it and none of them will install.
 It will get to the Loading program box, the bar graph will go 60%
 across and then I'll get an error about not being able to execute
 /usr/bin/runinstall2.  I was able to get cooker install from a

Means that the install image is only read up to 60%. It should be
interesting to read info from console #3 and #4, there is
probably a hardware read problem on the cdrom drive...

 local hard drive mirror copy, but not from cd.  I think it may be
 the DMA settings for the IDE controller because I can get passed
 that point using the 2.2 kernel, but it doesn't recognize
 reiserfs partitions.  I have not found a way of disabling DMA on
 the CDROM drive yet... hdc=nodma or ide1=nodma doesn't work.

Yes, this diagnostic seems probable. But `nodma' should be
working..

-- 
Guillaume Cottenceau - http://people.mandrakesoft.com/~gc/




RE: CDROM Install (RE: [Cooker] Install Exited Abnormally)

2002-07-30 Thread Andy Neillans


  Well, I now have the ISO burnt, but now I get:
  
  I can't acess a Mandrake Linux Installation disc in your CDROM drive
  (Drive here). Retry?
  
  |Yes| |No| |Back|
  
  Console:
   Mounting /dev/hdc on /tmp/image as type iso9660
   have to insmod isofs
  succeeded isofs
   Mount failed: Device or resource busy
 
 Waooh, strange, first time I see this :-). Seems the kernel is
 unhappy about your cdrom drive :-). Any interesting message on
 console #4?
 

Well, I have tried burn't ISO's and loading the ISO into VMWare (VMWare
emulates the iso as an actual drive).
Odd - never had problems installing Mandrake 8.2 this way.

I'm just recreating the iso's off the current mirror contents and will
let you know.

Andy





Re: [Cooker] Install Exited Abnormally

2002-07-30 Thread Adam Williamson

On Tue, 2002-07-30 at 08:12, Guillaume Cottenceau wrote:
 Andy Neillans [EMAIL PROTECTED] writes:
 
  Installing with network.img
 
 You didn't precise which network install you chose. Assuming NFS.
 
  Network adapter was autodetected correctly.
  Specified DHCP
  Supplied host and domain name.
  
  Install Exited Abnormally
  Received Signal 11
 
 Humm, a segfault, nice :-).
 
 The problem being that we don't have a segfault here when we try
 the exact same install path, so it's hard to understand  fix
 :-(.
 
 Anything special you're doing? Any special hardware?
 
  configuring device eth0 ip: 192.168.44.129 nm: 255.255.255.0 nw:
  192.168.44.0 bc: 192.168.44.255
 
 Hum, seems regular...
 
 After that, what's done is the DNS request. Any hope you have a
 bogus DNS server which may send malformed response? This might
 lead to a segfault, maybe. You can try disabling your DNS server,
 for example.

BTW, Guillaume, this is the exact same thing that happens with my failed
network installs. As I mentioned, the sole common factor between the two
PCs on which it fails for me is using the same Sony USB floppy drive.
Not sure about the DNS thing; DNS for me goes through my ISP's DNS
server, my ISP is Pipex. I don't think there's another DNS server on the
network and I never have DNS problems in normal usage...
-- 
adamw





Re: [Cooker] Install Exited Abnormally

2002-07-30 Thread Guillaume Cottenceau

Adam Williamson [EMAIL PROTECTED] writes:


[...]

 BTW, Guillaume, this is the exact same thing that happens with my failed
 network installs. As I mentioned, the sole common factor between the two
 PCs on which it fails for me is using the same Sony USB floppy drive.

hmm.. the problem being that in network.img I don't have the
USB drivers :-).

This could be caused by the fact that you don't have a regular
floppy drive I suppose? But again, I don't access floppy things
during the setup of the network! :-).

We don't have a Sony USB floppy but a seamingly Teac FD-05PUB USB
floppy, with network.img there is no noticeable difference, with
usb.img the program sees it with no problem.. but I didn't
unconnect the regular floppy of my test machine. Please confirm
whether you have one or not.

 Not sure about the DNS thing; DNS for me goes through my ISP's DNS
 server, my ISP is Pipex. I don't think there's another DNS server on the
 network and I never have DNS problems in normal usage...

Ok.


-- 
Guillaume Cottenceau - http://people.mandrakesoft.com/~gc/




Re: [Cooker] Install Exited Abnormally

2002-07-30 Thread Adam Williamson

On Tue, 2002-07-30 at 12:08, Guillaume Cottenceau wrote:
 Adam Williamson [EMAIL PROTECTED] writes:
 
 
 [...]
 
  BTW, Guillaume, this is the exact same thing that happens with my failed
  network installs. As I mentioned, the sole common factor between the two
  PCs on which it fails for me is using the same Sony USB floppy drive.
 
 hmm.. the problem being that in network.img I don't have the
 USB drivers :-).
 
 This could be caused by the fact that you don't have a regular
 floppy drive I suppose? But again, I don't access floppy things
 during the setup of the network! :-).

Yes, I think the floppy drive could be a red herring. The only reason I
mention it is that it's the ONLY common feature between the two machines
i've had it crash on. I don't have an easy way to test with a standard
floppy drive, sorry :(
 
 We don't have a Sony USB floppy but a seamingly Teac FD-05PUB USB
 floppy, with network.img there is no noticeable difference, with
 usb.img the program sees it with no problem.. but I didn't
 unconnect the regular floppy of my test machine. Please confirm
 whether you have one or not.

No regular floppy drive, I don't see them as necessary any more and
don't like to clutter up my systems with them :). If you're wondering
why in that case i'm installing from floppy in the first case, for two
reasons:

At the time I installed Cooker on my desktop I didn't have any 700MB CDs
to write iso's to, so I did a floppy install instead. Trying to do an
FTP install (though I tried with HTTP and also tried NFS even though I
have no NFS source just to test if they all produced the crash - they
all did) got this error; a hard disk install after downloading Cooker to
a Windows partition worked OK.

With my laptop, I can't get Mandrake to install with Sony's PCMCIA CD
drive; it will boot off it just fine but won't see it after that, so
when it gets to package selection it can't read the CD and says 'no
hdlists found!' (Yes, i've tried the boot parameters listed in various
places to get the CD drive recognised, but they don't seem to work. Hmm
- actually, I guess maybe switching to a virtual console and modprobing
the relevant PCMCIA stuff would help, but I didn't think of this at the
time. May investigate further, but it'd be nice if DrakX did PCMCIA
install media automagically.) Trying all the various forms of network
installation gives the crash. A hard disk installation from the floppy
would be harder since I don't have a Windows partition big enough to
contain Mandrake, so I gave up and installed SuSE instead =).

Oh, yes, to be noted - though I mentioned it before - this also happens
with 8.2's disks. Can the other person having the problem test with
those as well, to confirm?
-- 
adamw





Re: CDROM Install (RE: [Cooker] Install Exited Abnormally)

2002-07-30 Thread Guillaume Cottenceau

Alexandre BARRE [EMAIL PROTECTED] writes:

 Hi,
 
 I got same kind of problems.Impossible to make a complete installation from
 CDs.

you provide no information!!



-- 
Guillaume Cottenceau - http://people.mandrakesoft.com/~gc/




Re: [Cooker] Install Exited Abnormally

2002-07-30 Thread Adam Williamson

On Tue, 2002-07-30 at 14:23, Guillaume Cottenceau wrote:

  With my laptop, I can't get Mandrake to install with Sony's PCMCIA CD
  drive; it will boot off it just fine but won't see it after that, so
  when it gets to package selection it can't read the CD and says 'no
  hdlists found!' (Yes, i've tried the boot parameters listed in various
 
 Hmmm?? If graphical install starts, it means that we are able to
 see and mount the cdrom, there is no reason it would not see the
 hdlists...

Oh, I forgot to mention - MDK 8.2 errata has something a bit similar,
but it seems to be just a problem with i586 processors (the laptop is a
Pentium II, which is i686) and I can't try the fix anyway because to use
it you need to use, um, the floppy drive =)
-- 
adamw





Re: [Cooker] Install Exited Abnormally

2002-07-30 Thread Adam Williamson

On Tue, 2002-07-30 at 14:23, Guillaume Cottenceau wrote:

 I just tested on a machine without a regular floppy drive, it
 doesn't segfault neither :-(.

Must be something else causing it...I really don't get what :\
 
  With my laptop, I can't get Mandrake to install with Sony's PCMCIA CD
  drive; it will boot off it just fine but won't see it after that, so
  when it gets to package selection it can't read the CD and says 'no
  hdlists found!' (Yes, i've tried the boot parameters listed in various
 
 Hmmm?? If graphical install starts, it means that we are able to
 see and mount the cdrom, there is no reason it would not see the
 hdlists...

Really? Hmm.
 
 Could you run the same try, and at the time you enjoy the error,
 can you attach the report.bug? to get it:
 
 switch to console 2, put a dos floppy in floppy drive,
 and type bug
 
 - it will put report.bug on floppy and this file interests us
 
 I'm not sure it will work with a USB floppy. If it doesn't work,
 maybe you can try to mount your USB floppy by hand and copy the
 file /tmp/ddebug.log on the floppy and send it to us.

It very likely won't work; my USB floppy gets created as /dev/sda and
no-one seems to look for this (to make SuSE install I had to switch to a
virtual console and symlink /dev/sda to /dev/fd0)...guess this is
something else that could be looked at, if Mandrake expects to find fd0
:). Um, I could do this, but first can you confirm I can get to this
stage in an install without breaking anything on a working system? Don't
want to mess up my working SuSE install. This problem occurred with MDK
8.2, by the way - I haven't tried with Cooker, i'd rather keep
release-version distros on the laptop. I tell you what - when 9.0 beta 2
comes out i'll burn those CDs and try it...is that OK?
-- 
adamw





RE: CDROM Install (RE: [Cooker] Install Exited Abnormally)

2002-07-30 Thread Andy Neillans

   Well, I now have the ISO burnt, but now I get:
   
   I can't acess a Mandrake Linux Installation disc in your 
 CDROM drive
   (Drive here). Retry?
   
   |Yes| |No| |Back|
   
   Console:
Mounting /dev/hdc on /tmp/image as type iso9660
have to insmod isofs
   succeeded isofs
Mount failed: Device or resource busy
  
  Waooh, strange, first time I see this :-). Seems the kernel is
  unhappy about your cdrom drive :-). Any interesting message on
  console #4?
  

I see the correct initialisation and scanning of the SCSI controller, a
few lines about usbdevfs and a usb hub being registered (interesting, as
they are disabled on this machine).
Then that's it.

Andy





RE: [Cooker] Install Exited Abnormally

2002-07-30 Thread Andy Neillans


   Installing with network.img
  
  You didn't precise which network install you chose. Assuming NFS.

Tried HTTP, NFS and FTP. All same error.
 
   Network adapter was autodetected correctly.
   Specified DHCP
   Supplied host and domain name.
   
   Install Exited Abnormally
   Received Signal 11
  
  Humm, a segfault, nice :-).
  
  The problem being that we don't have a segfault here when we try
  the exact same install path, so it's hard to understand  fix
  :-(.
  
  Anything special you're doing? Any special hardware?

Network Adapter is a Pcnet/PCI II 79C970A in the VMWare session (worked
since Mdk 7.2 AFAIK).
Realtek 8139 (normally use 8139too module) in another.

Both same error.

  
   configuring device eth0 ip: 192.168.44.129 nm: 255.255.255.0 nw:
   192.168.44.0 bc: 192.168.44.255
  
  Hum, seems regular...
  
  After that, what's done is the DNS request. Any hope you have a
  bogus DNS server which may send malformed response? This might
  lead to a segfault, maybe. You can try disabling your DNS server,
  for example.

Can't shutdown the DNS as its used on our network for a lot of routing,
but I've checked its logs - there are no DNS requests being processed at
the time the installer segfaults.

Just tried latest build, same issue.

ALT+F4: (From VMWare session machine)
6pcnet32.c:v1.27a 10.02.2002 [EMAIL PROTECTED]
4PCI: Enabling device 00:11.0 (0001 - 0003)
6PCI: Assigned IRQ10 for device 00:11.0
6pcnet32: PCnet/PCI II 79C970A at 0x10a0, 00 50 56 59 3c 7a assigned
IRQ 10
6eth0: registered as Pcnet/PCI II 79C970A
6pcnet32: 1 cards_found

And that’s it.

I have tried two DNS / DHCP Servers - VMWare internal and whats running
on my Mdk 8.2 server.
I have also tried specifying a static IP.

Andy





Re: CDROM Install (RE: [Cooker] Install Exited Abnormally)

2002-07-30 Thread Warly

R. Scott Chevalley [EMAIL PROTECTED] writes:

 I also have been having a problem with the 9.0 beta iso images.  I've
 burned about 5 copies of it and none of them will install.  It will
 get to the Loading program box, the bar graph will go 60% across and
 then I'll get an error about not being able to execute
 /usr/bin/runinstall2.  I was able to get cooker install from a local
 hard drive mirror copy, but not from cd.  I think it may be the DMA
 settings for the IDE controller because I can get passed that point
 using the 2.2 kernel, but it doesn't recognize reiserfs partitions.  I
 have not found a way of disabling DMA on the CDROM drive
 yet... hdc=nodma or ide1=nodma doesn't work.

When you burn a iso image, do mkcd --checkmd5 /dev/cdrom to check if it
is burned right first.

You can also do it on your ISO image in case it is corrupted (mkcd
--checkmd5 isofile)

-- 
Warly




Re: CDROM Install (RE: [Cooker] Install Exited Abnormally)

2002-07-30 Thread Leon Brooks

On Wed, 31 Jul 2002 01:22, Andy Neillans wrote:
 few lines about usbdevfs and a usb hub being registered (interesting, as
 they are disabled on this machine).

Disabling BIOS access to a device is not the same as disabling the device. 
Linux will still use it.

However, some BIOSes do also disable the IRQ from the device, leaving you with 
a device visible to Linux but no way of getting IRQs from it. This can cause 
a problem with some USB interfaces. Better to either just enable it and 
ignore it, or alias the module for the driver for it to null to prevent Linux 
from initialising the controller.

Cheers; Leon





CDROM Install (RE: [Cooker] Install Exited Abnormally)

2002-07-29 Thread Andy Neillans

Well, I now have the ISO burnt, but now I get:

I can't acess a Mandrake Linux Installation disc in your CDROM drive
(Drive here). Retry?

|Yes| |No| |Back|

Console:
 Mounting /dev/hdc on /tmp/image as type iso9660
 have to insmod isofs
succeeded isofs
 Mount failed: Device or resource busy

Andy

(Might appear twice - problems with internal mail server)

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED]] On Behalf Of Andy Neillans
 Sent: 29 July 2002 20:18
 To: [EMAIL PROTECTED]
 Subject: [Cooker] Install Exited Abnormally
 
 
 Installing with network.img
 Network adapter was autodetected correctly.
 Specified DHCP
 Supplied host and domain name.
 
 Install Exited Abnormally
 Received Signal 11
 Sending Termination Signals
 
 looking at the console results, the dhcp was performed, and an ip
 obtained.
 Last line was:
 
 configuring device eth0 ip: 192.168.44.129 nm: 255.255.255.0 nw:
 192.168.44.0 bc: 192.168.44.255
 
 Andy
 
 
 





Re: CDROM Install (RE: [Cooker] Install Exited Abnormally)

2002-07-29 Thread R. Scott Chevalley

I also have been having a problem with the 9.0 beta iso images.  I've 
burned about 5 copies of it and none of them will install.  It will get 
to the Loading program box, the bar graph will go 60% across and then 
I'll get an error about not being able to execute /usr/bin/runinstall2.  

I was able to get cooker install from a local hard drive mirror copy, 
but not from cd.  I think it may be the DMA settings for the IDE 
controller because I can get passed that point using the 2.2 kernel, but 
it doesn't recognize reiserfs partitions.  I have not found a way of 
disabling DMA on the CDROM drive yet... hdc=nodma or ide1=nodma doesn't 
work.

Scott


Andy Neillans wrote:

Well, I now have the ISO burnt, but now I get:

I can't acess a Mandrake Linux Installation disc in your CDROM drive
(Drive here). Retry?

|Yes| |No| |Back|

Console:
 Mounting /dev/hdc on /tmp/image as type iso9660
 have to insmod isofs
succeeded isofs
 Mount failed: Device or resource busy

Andy

(Might appear twice - problems with internal mail server)

  

-Original Message-
From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED]] On Behalf Of Andy Neillans
Sent: 29 July 2002 20:18
To: [EMAIL PROTECTED]
Subject: [Cooker] Install Exited Abnormally


Installing with network.img
Network adapter was autodetected correctly.
Specified DHCP
Supplied host and domain name.

Install Exited Abnormally
Received Signal 11
Sending Termination Signals

looking at the console results, the dhcp was performed, and an ip
obtained.
Last line was:

configuring device eth0 ip: 192.168.44.129 nm: 255.255.255.0 nw:
192.168.44.0 bc: 192.168.44.255

Andy







  








Re: [Cooker] Install exited abnormally

2000-09-24 Thread Matias Griese

 P90 (Socket5 MB), 32M, ATI Rage 2+ / network.img
 on normal, vgalo and text installations (after long waiting):

Forgot to tell that this message come on Mandrake 7.2beta3..

Regards,
  Matias






Re: [Cooker] Install exited abnormally

2000-09-24 Thread Guillaume Cottenceau

Matias Griese [EMAIL PROTECTED] writes:

 P90 (Socket5 MB), 32M, ATI Rage 2+ / network.img
 on normal, vgalo and text installations (after long waiting):
 
 -- cut --
 
 in second stage install
 install exited abnormally -- received signal 9

Probably stage 2 not in sync with stage 1.. try the iso for example..



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