Re: about PowerPc - offtopic

2000-01-10 Thread David Welton
On Mon, Jan 10, 2000 at 05:17:02AM -0600, Shiryu wrote: > I have powerbook 333Mhz, and it runs like 1/2 of the speed of my PII > 400 Mhz, wasnt G3 supose to be much faster? ( I tested compilations > on Debian, using time command). Compiling is not a very good way of benchmarking a processor - the

Re: gcc 2.95.2 vs 2.91

1999-11-30 Thread David Welton
On Tue, Nov 30, 1999 at 04:38:06AM -0500, Justin McKillican wrote: > _any_ kernels? i just compiled 2.2.13 on gccf 2.95.1 and 2.95.2. I haven't had problems on x86, but I have had very few kernels work on the ppc box. Ciao, -- David N. Welton -+- [EMAIL PROTECTED] -+- http://www.efn.org/~da

Re: gcc 2.95.2 vs 2.91

1999-11-30 Thread David Welton
On Tue, Nov 30, 1999 at 09:32:39AM +0100, VALETTE Eric wrote: > There were two serious bugs in gcc-2.95.1 for PPC. I found them > while working on RTEMS on MCP750 (PowerPC Compaq PCI borad where I > also ported linux). I reported them and they are now fixed in > gcc-2.95.2. One was fixed within a

gcc 2.95.2 vs 2.91

1999-11-30 Thread David Welton
So, I was talking with Cort regarding my ongoing RS6K troubles, and he mentioned that trying an older compiler might help. I did indeed have a better time of getting a v2.2.14-preX going with the 2.91 on my yellow dog partition. If we don't have a compiler that can generate good code for kernels,

Re: iMac kernel?

1999-11-16 Thread David Welton
On Mon, Nov 15, 1999 at 09:12:18PM -0900, Ethan Benson wrote: > On 15/11/99 David Welton wrote: > >Looking for a kernel image to netboot an iMac with... > i don't think there is one, iMac (and any colored mac) OF requires a > header in the elf note section, without whi

iMac kernel?

1999-11-16 Thread David Welton
Looking for a kernel image to netboot an iMac with... Any suggestions? Eventually, I'd like to run the whole thing off of a netboot (ie, NFS mounted root), so that I can get rid of the OS from Cupertino. Thanks, -- David N. Welton(Circa mea pectora [EMAIL PROTECTED]

Re: RS6K

1999-11-11 Thread David Welton
On Wed, Nov 10, 1999 at 05:08:08PM -0700, Cort Dougan wrote: > Ack! I don't get this with that drop on the F50 I have. Hmm:-/ > Grab the latest us.kernel.org (2.2.14-pre4) and do a make > common_config and you'll have the .config for 'em (just add smp in > xconfig). Tried a number of configurat

Re: RS6K

1999-11-11 Thread David Welton
On Wed, Nov 10, 1999 at 04:06:18PM -0700, Cort Dougan wrote: > Try the 99-10-15 drop. It should work better. Starts looping when loading "SCSI SCRIPTS": sym53c875-2: restart (scsi reset). scsi: aborting command due to timeout: pid 68, scsi2, channel 0 id 8, lun 0, Read (6) 00 00 00 02 02 and s

RS6K

1999-11-10 Thread David Welton
Ok, progress... I finally managed to get it netbooting (I'd never done this before with any machine, so had I messed a few things up). I used the kernels zImage.chrp and zImage.chrp.smp in ftp.ppc.kernel.org:/pub/linuxppc/kernel-images/v2.2.13-991019/ The non smp one barfs with: Unable to loa

pmac-fdisk required?

1999-11-09 Thread David Welton
Any reason why this is required? I can't see using it on my RS6K. pmac-fdisk - Apple disk partition manipulation tool for PowerPC The fdisk utilities from the MkLinux project, adopted for Linux/ppc. Pmac-fdisk allows you to create a

Re: PowerMac kernels with GCC 2.95.1

1999-11-03 Thread David Welton
On Wed, Nov 03, 1999 at 08:35:26AM +0100, Hartmut Koptein wrote: > > another data point: chrp appears to have problems with the new gcc. > No, it isn't gcc2.95, it is the kernel, the 2.2.x one. 2.3.x will > boot, but the curent kernel versions are so buggy with so many > compile errors :-(( > >

Re: Unable to fsync updated status of 'xxxxxx': Input/output error

1999-10-27 Thread David Welton
On Tue, Oct 26, 1999 at 10:56:30PM -0700, Joel Klecker wrote: > At 18:34 -0500 1999-10-26, David Welton wrote: > >Any idea why I might be getting this error from dpkg when trying to > >install packages? It seems to be sort of random... > > > >I straced it and

Unable to fsync updated status of 'xxxxxx': Input/output error

1999-10-26 Thread David Welton
Any idea why I might be getting this error from dpkg when trying to install packages? It seems to be sort of random... I straced it and it is indeed fsync failing. This is on an unstable system that was brute force installed (uncompress base*.tgz). I have a feeling that this is the cause of the

PPC instructions

1999-10-21 Thread David Welton
So, today my book arrived on the PPC instruction set, from Motorola (MPCFPE32B/AD Rev. 1), and it makes no mention of the 'li' and 'mr' instructions that I see in the kernel sources. What is the story with this - just a failure to note something in the docs, or...? Thanks, -- David N. Welton

Re: RS/6000

1999-10-21 Thread David Welton
Hmmm, so, I am not having much luck installing Debian. I'd just like to get a big tarball of the base system, and config it myself. Would anybody have a spare partition they could do that on? I just need enough to chroot it or boot it and start going on my own, apt-getting things, etc.. Thanks,

Re: RS/6000

1999-09-14 Thread David Welton
Ok, I am stumped. I have been trying to build an SMP kernel for my F50, and have hit a wall. It is stopping somewhere after prom_init (I added a prom_print that shows it is exiting this), and before printing anything else. It is still in OF. From what I can see in the code, after prom_init, it i

Re: console-apt

1999-09-14 Thread David Welton
On Tue, Sep 14, 1999 at 03:35:07PM -0400, Josh Huber wrote: > Daniel Jacobowitz writes: > > Chris, any thoughts on a non-experimental upload of binutils in the > > near future? Powerpc is somewhat broken at present. As is ARM. > Yes, speaking of which, emacs20 is still broken at the moment, > be

Re: RS/6000

1999-09-13 Thread David Welton
On Mon, Sep 13, 1999 at 02:58:07PM -0600, Cort Dougan wrote: > I think this machine is a prep, not a chrp so you would need to dd the > prep image onto the floppy. What kernel were you trying? I've never tried > the system on one of these machines. > } > The problem is that the machine doesn't s

Kernel hacking

1999-09-13 Thread David Welton
So I've been taking some random stabs at the kernel running on this thing (the RS6000), and I'm wondering what lists I should be on to get informed about what the status of things is, what is happening, etc.. I noticed, for instance, that 2.3.18 doesn't compile out of the box. Thanks, -- David N.

Re: RS/6000

1999-09-10 Thread David Welton
On Fri, Sep 10, 1999 at 07:17:46PM -0300, Douglas S. Vieira wrote: > David Welton writes: > > On Fri, Sep 10, 1999 at 06:38:01PM -0300, Douglas S. Vieira wrote: > > > > > The problem is that the machine doesn't seem to recognize the zImage > > > floppy a

Re: RS/6000

1999-09-10 Thread David Welton
On Fri, Sep 10, 1999 at 06:38:01PM -0300, Douglas S. Vieira wrote: > The problem is that the machine doesn't seem to recognize the zImage > floppy as a valid boot disk. Multiple floppies have been tried, so > it's most likely not the disks themselves. There is something tricky that isn't readily

Re: RS6000

1999-09-09 Thread David Welton
So, I actually got the machine to boot (thanks to images provided by the guys at Yellow Dog Linux) and install Y.D. Linux (which is what we are officially supporting). Is there a good way to install by just taking a tarball and expanding it anywhere? Also, any hints on booting from the HD on this

Re: RS6000

1999-09-04 Thread David Welton
Progress: ftp://ftp.fh-bingen.de/pub/linux/linuxppc/kernel_rs6000/zImage2.1.125.working Actually tries to load and barfs up an error code about Prep. Since this is indeed a CHRP machine, that's legitimate. Now, if anyone has a clue where this image came from, I would be very happy. Thanks, --

Re: RS6000

1999-09-01 Thread David Welton
On Wed, Sep 01, 1999 at 01:04:01PM -0700, Alexander S. Guy wrote: > David> Hi, at the office (Linuxcare) we got a new toy: RS6000, 4 > David> processors, 2 gigs of memory, 6x9 gig scsi disks. > > Is this one of IBM's new Pizzaz boxes? No, it's an F50. > The steps should be something lik

RS6000

1999-09-01 Thread David Welton
Hi, at the office (Linuxcare) we got a new toy: RS6000, 4 processors, 2 gigs of memory, 6x9 gig scsi disks. Naturally, I'd like to put Debian on it (in addition to Yellow Dog, that we are officialy supporting). So... I looked at: http://www.debian.org/ports/powerpc/install/rs6k Which appears t

Usable state?

1998-12-08 Thread David Welton
, -- David Welton http://www.efn.org/~davidw Debian GNU/Linux - www.debian.org