RE: MDK 9.1 Boot problem on PPC 9600

2003-07-31 Thread Ben Martin

Yes the '/' is ext3, I checked it with the mac version of pdisk.
Here is some of the output:
7: Apple_UNIX_SVR2 Linux ext3   6368832 @ 2098368 ( 3.0G)

Regards,

Ben Martin

-Original Message-
From: Stew Benedict [mailto:[EMAIL PROTECTED] 
Sent: Friday, 1 August 2003 12:00 PM
To: [EMAIL PROTECTED]
Subject: Re: MDK 9.1 Boot problem on PPC 9600


On Fri, 1 Aug 2003, Ben Martin wrote:

> Hello,
> 
> I have installed MDK 9,1 on my PPC 9600.
> It has a scsi 4GB HD and scsi CD-ROM with PCI ATA-100 control which
has
> a 20GB IDE HD attached.
> 
> I have installed the root '/' on the scsi hd with a 3GB partition
> '/dev/sda7'.  There is a 1GB partition for mac os 9.
> The 20GB ide hd has been setup for '/home'
> 
> I have setup BootX with the following settings:
> 
> Kernel: vmlinuz-2.4.21-0.13mdk
> ramdisk: initrd-2.4.21-0.13mdk.img
> arguments: root=/dev/sda7 devfs=mount
> 
> When MKD boots, the scsi drives are found with the mesh driver.
However
> the Kernel ends in a panic.
> Here is the output:
> 
> Mounting /proc filesystem
> Creating root device
> Mounting root filesystem with flags noatime
> mount: error 6 mounting ext3 flags noatime
> well, Retrying without the option flags
> mount: error 6 mounting ext3
> well, Retrying read-only without the option flags
> mount: error 6 mounting ext3
> pivotroot: pivot_root(/sysroot,/sysroot/initrd) failed: 2
> Remounting devfs at correct place if necessary
> Mounted devfs on /dev
> Freeing unused kernel memory: 160k init 4k chrp 8k prep
> Kernel panic: No init found.  Try passing init= option to kernel.
>   <0>Rebooting in 180 seconds..
> 

Is / ext3?  You should be using the appropriate initrd for the root 
filesystem.  I believe I shipped one for each filesystem.  Don't have
the 
CD handy to check atm.

-- 
Stew Benedict

--
MandrakeSoft





Re: PPC in sync with x86

2003-07-31 Thread Olivier Thauvin
Le Vendredi 01 Août 2003 01:44, Christiaan Welvaart a écrit :
> On Thu, 31 Jul 2003 [EMAIL PROTECTED] wrote:
> > So, if I rebuilt on my ibook with success rpm from a SRPM, should I try
> > to upload it somewhere for everyone else ? I though that most of the
> > stuff was automatically rebuild but I guess that I was wrong (since
> > gnome-packages are still mostly 2.2 ones). I'll be happy to learn how to
> > submit it if it may be useful for others.
>
> I assume you did check that your mirror is up-to-date, since mdk mirrors
> seem to be having some problems now.
>
> > I really would like to keep in sync. with all the goodies on the ibook.
> > Am I alone ?
>
> You're not alone (: I build some packages locally, so my ppc box is pretty
> close to cooker/i586. If someone knows how I can automatically remove
> old RPMs and SRPMs I may be able to generate a hdlist for this and make
> it available over http and/or ftp. It's not a complete set of packages,
> however - only packages I use (so no kde for example).
>
>
> Christiaan

I have to manage mdk tree for sparc/x86_64/sparc64, I can send you my upload 
script.
If you want, reply me directly with a subject like "hey guy, I want you upload 
scripts" ;)

BTW it manage only binary, no src.rpm because I rsync src.rpm from mandrake.

-- 
Linux pour Mac !? Enfin le moyen de transformer
une pomme en véritable ordinateur. - JL.
Olivier Thauvin - http://nanardon.homelinux.org/




Re: MDK 9.1 Boot problem on PPC 9600

2003-07-31 Thread Stew Benedict

On Fri, 1 Aug 2003, Ben Martin wrote:

> Hello,
> 
> I have installed MDK 9,1 on my PPC 9600.
> It has a scsi 4GB HD and scsi CD-ROM with PCI ATA-100 control which has
> a 20GB IDE HD attached.
> 
> I have installed the root '/' on the scsi hd with a 3GB partition
> '/dev/sda7'.  There is a 1GB partition for mac os 9.
> The 20GB ide hd has been setup for '/home'
> 
> I have setup BootX with the following settings:
> 
> Kernel: vmlinuz-2.4.21-0.13mdk
> ramdisk: initrd-2.4.21-0.13mdk.img
> arguments: root=/dev/sda7 devfs=mount
> 
> When MKD boots, the scsi drives are found with the mesh driver.  However
> the Kernel ends in a panic.
> Here is the output:
> 
> Mounting /proc filesystem
> Creating root device
> Mounting root filesystem with flags noatime
> mount: error 6 mounting ext3 flags noatime
> well, Retrying without the option flags
> mount: error 6 mounting ext3
> well, Retrying read-only without the option flags
> mount: error 6 mounting ext3
> pivotroot: pivot_root(/sysroot,/sysroot/initrd) failed: 2
> Remounting devfs at correct place if necessary
> Mounted devfs on /dev
> Freeing unused kernel memory: 160k init 4k chrp 8k prep
> Kernel panic: No init found.  Try passing init= option to kernel.
>   <0>Rebooting in 180 seconds..
> 

Is / ext3?  You should be using the appropriate initrd for the root 
filesystem.  I believe I shipped one for each filesystem.  Don't have the 
CD handy to check atm.

-- 
Stew Benedict

--
MandrakeSoft




MDK 9.1 Boot problem on PPC 9600

2003-07-31 Thread Ben Martin
Hello,

I have installed MDK 9,1 on my PPC 9600.
It has a scsi 4GB HD and scsi CD-ROM with PCI ATA-100 control which has
a 20GB IDE HD attached.

I have installed the root '/' on the scsi hd with a 3GB partition
'/dev/sda7'.  There is a 1GB partition for mac os 9.
The 20GB ide hd has been setup for '/home'

I have setup BootX with the following settings:

Kernel: vmlinuz-2.4.21-0.13mdk
ramdisk: initrd-2.4.21-0.13mdk.img
arguments: root=/dev/sda7 devfs=mount

When MKD boots, the scsi drives are found with the mesh driver.  However
the Kernel ends in a panic.
Here is the output:

Mounting /proc filesystem
Creating root device
Mounting root filesystem with flags noatime
mount: error 6 mounting ext3 flags noatime
well, Retrying without the option flags
mount: error 6 mounting ext3
well, Retrying read-only without the option flags
mount: error 6 mounting ext3
pivotroot: pivot_root(/sysroot,/sysroot/initrd) failed: 2
Remounting devfs at correct place if necessary
Mounted devfs on /dev
Freeing unused kernel memory: 160k init 4k chrp 8k prep
Kernel panic: No init found.  Try passing init= option to kernel.
<0>Rebooting in 180 seconds..


Regards,

Ben Martin




Re: PPC in sync with x86

2003-07-31 Thread Christiaan Welvaart
On Thu, 31 Jul 2003 [EMAIL PROTECTED] wrote:

> So, if I rebuilt on my ibook with success rpm from a SRPM, should I try
> to upload it somewhere for everyone else ? I though that most of the
> stuff was automatically rebuild but I guess that I was wrong (since
> gnome-packages are still mostly 2.2 ones). I'll be happy to learn how to
> submit it if it may be useful for others.

I assume you did check that your mirror is up-to-date, since mdk mirrors
seem to be having some problems now.

> I really would like to keep in sync. with all the goodies on the ibook.
> Am I alone ?

You're not alone (: I build some packages locally, so my ppc box is pretty
close to cooker/i586. If someone knows how I can automatically remove
old RPMs and SRPMs I may be able to generate a hdlist for this and make
it available over http and/or ftp. It's not a complete set of packages,
however - only packages I use (so no kde for example).


Christiaan




Re: PPC in sync with x86

2003-07-31 Thread Olivier Thauvin
Le Jeudi 31 Juillet 2003 18:30, Stew Benedict a écrit :
> On Thu, 31 Jul 2003 [EMAIL PROTECTED] wrote:
> > Anyone know the main-real-big reason why the ppc version took so much lag
> > behind the i586 one ? I run cooker on those both platform to be up to
> > date with the developpement of gnome (2.3) for example. But I'm definitly
> > not on ppc.
>
> I think Olivier builds as fast as his little TiBook can go.  There are a
> few reasons:
>
> 1) 1 measley PPC box vs the x86 build cluster is a losing battle.  Builds
> when I was doing them can take 10 times as long, and in the interim,
> another new release has come out.
>
> 2) Not everything builds cleanly on PPC, so then someone has to figure out
> why.  Since Olivier is doing this freely in his own spare time, he may not
> have time to do that, and then 1 failed build can block a whole series of
> other packages. Once you figure out why, you may have to negotiate a fix
> with the package owner, who may or may not be open to PPC patches.

Add to this cooker had lot of issue with rpm, the requires/provides naming 
about devel changed, so lot of devel package was not installable without 
--no-deps. During i586 was rebuild to fix, my powerbook was with me on rmll 
(in Metz).

Some package failed on build, but instead silently failed, process enter in a 
freeze mode and never terminate. I have to check if the powerbook is still 
working, if not, killing the process, imagine this happend the evening, all 
the night is waste. 

Normally, he is building 24 hours a day.

Things will be better now I hope, cooker will be freeze soon. 

-- 
Linux pour Mac !? Enfin le moyen de transformer
une pomme en véritable ordinateur. - JL.
Olivier Thauvin - http://nanardon.homelinux.org/




Re: PPC in sync with x86

2003-07-31 Thread Stew Benedict

On Thu, 31 Jul 2003 [EMAIL PROTECTED] wrote:

> So, if I rebuilt on my ibook with success rpm from a SRPM, should I try to upload it 
> somewhere for everyone else ? I though that most of the stuff was automatically 
> rebuild but I guess that I was wrong (since gnome-packages are still mostly 2.2 
> ones). I'll be happy to learn how to submit it if it may be useful for others.
> 

Forgot this bit.  I don't have any issue with you partipating in building 
PPC cooker.  There is a group of community people that are overseeing the 
builds for the alternate architectures.  Your best bet would be to get in 
touch with them and see where you can help.

If you follow main cooker, you've probably seen the folks involved 
posting there.

-- 
Stew Benedict

--
MandrakeSoft




Re: Re: Uncleanly shutdown message. more details...

2003-07-31 Thread Pablo E. Fernandez L.
Thank you Ben.

I will try that and post results here.
Regards

Pablo   

--- Mensaje Original --

De: Ben Reser [EMAIL PROTECTED]
Para: Cooker-PPC [EMAIL PROTECTED]
Cc: 
Asunto: Re: Uncleanly shutdown message. more details...
Fecha: 31/07/2003 14:19:10
Mensaje:


On Thu, Jul 31, 2003 at 07:22:45AM -0400, Pablo E. 
Fernandez L. wrote:
> Sorry for my question, but how do I perform a manually fcsk in a single
> user mode?
> Thank you very much, kindest regards

Probably the best way is to boot off the the CD and going to the console
and run:
fsck /dev/sda7

-- 
Ben Reser <[EMAIL PROTECTED]>
http://ben.reser.org

"What upsets me is not that you lied to me, but that from now on I can
no longer believe you." -- Nietzsche






Re: Uncleanly shutdown message. more details...

2003-07-31 Thread Ben Reser
On Thu, Jul 31, 2003 at 07:22:45AM -0400, Pablo E. Fernandez L. wrote:
> Sorry for my question, but how do I perform a manually fcsk in a single
> user mode?
> Thank you very much, kindest regards

Probably the best way is to boot off the the CD and going to the console
and run:
fsck /dev/sda7

-- 
Ben Reser <[EMAIL PROTECTED]>
http://ben.reser.org

"What upsets me is not that you lied to me, but that from now on I can
no longer believe you." -- Nietzsche



Re: PPC in sync with x86

2003-07-31 Thread Stew Benedict

On Thu, 31 Jul 2003 [EMAIL PROTECTED] wrote:

> Anyone know the main-real-big reason why the ppc version took so much lag behind the 
> i586 one ?
> I run cooker on those both platform to be up to date with the developpement of gnome 
> (2.3) for example. But I'm definitly not on ppc.
> 

I think Olivier builds as fast as his little TiBook can go.  There are a 
few reasons:

1) 1 measley PPC box vs the x86 build cluster is a losing battle.  Builds 
when I was doing them can take 10 times as long, and in the interim, another 
new release has come out.

2) Not everything builds cleanly on PPC, so then someone has to figure out 
why.  Since Olivier is doing this freely in his own spare time, he may not 
have time to do that, and then 1 failed build can block a whole series of 
other packages. Once you figure out why, you may have to negotiate a fix 
with the package owner, who may or may not be open to PPC patches.


-- 
Stew Benedict

--
MandrakeSoft




Build Evolution 1.4.3

2003-07-31 Thread pascal.gagnon
Anyone had more success that me to build evolution 1.4.3 for the ppc ?
I did it for the 1.3 version but I'm cursed by the POP3-server-seurity-bug (sympatico) 
so I need the 1.4.3 but so far not so good.

(sorry, english is not my first nature) 8-)

P.




Re: Re: Uncleanly shutdown message. more details...

2003-07-31 Thread Pablo E. Fernandez L.
Hello Ben,

Sorry for my question, but how do I perform a manually fcsk in a single
user mode?
Thank you very much, kindest regards

Pablo   

--- Mensaje Original --

De: Ben Reser [EMAIL PROTECTED]
Para: [EMAIL PROTECTED] [EMAIL PROTECTED]
Cc: 
Asunto: Re: Uncleanly shutdown message. more details...
Fecha: 30/07/2003 22:04:45
Mensaje:


On Wed, Jul 30, 2003 at 07:15:55PM -0400, Pablo E. 
Fernandez L. wrote:
> Hello to everyone, I am Using filesystem ext2.
> 
> After the message: " Unexpected incosistency: Failed to check
> filesystem. Do you want to repair? Y/N (beware you can loose data). 
> 
> If I select Yes:
> 
> e2fsck 1.27 (8-mar-2002)
> /dev/sda7 contains a file system with errors check forced
> 
> pass 1: checking inodes blocks and sizes warning ...
> fsck.ext2 /dev/sda7 exited with signal 11 [FAILED] in red.

ext2 doesn't journal it's actions.  This means if you uncleanly shutdown
and it is in the middle of writing to the disk you'll have file system
corruption.  You'll have to run fsck /dev/sda7 against the drive in
single user mode.

-- 
Ben Reser <[EMAIL PROTECTED]>
http://ben.reser.org

"What upsets me is not that you lied to me, but that from now on I can
no longer believe you." -- Nietzsche