Re: RaiserFS PPC status

2001-05-15 Thread Peter Cordes
On Fri, May 11, 2001 at 02:15:56PM -0700, Andrew Sharp wrote: David N. Welton wrote: Andrew Sharp [EMAIL PROTECTED] writes: That would make sense, since they do all the Linux XFS developemnt on ia32 and ia64 boxes! At least they did when I worked in that group. But XFS is a

Re: XFree86 on Wallstreet

2001-05-15 Thread Michel Dänzer
Vinod Kurup wrote: On Sun, May 13, 2001 at 07:02:45PM -0700, Peter Meilstrup wrote: Well, unsurprisingly, this config file didn't work. The next thing I'm going to try is to build X from source, using ani's drivers. Does anyone have a rough estimate of how much space a complete build will

Re: APUS Debian Boot-Floppies Images and bugs

2001-05-15 Thread Alan Buxey
hi, #if cpu(sparc) || #cpu(powerpc) const char *fs_type_tab[] = { ext2, NULL }; #else const char *fs_type_tab[] = { msdos, ext2, NULL }; #endif as you can understand is impossible for a powerpc machine to load a msdos partition, so i have modified it so: #if

Re: XFree86 on Wallstreet

2001-05-15 Thread Peter Meilstrup
Aha, this is what I needed to know. In the past I had been unable to build X due to a lack of disk space. So I built the drivers as per Vinod's instructions, and everything appears to be working fine. Thanks for the pointers, everyone. Cheers, Peter On Mon, 14 May 2001, Michel [ISO-8859-1]

Re: APUS Debian Boot-Floppies Images and bugs

2001-05-15 Thread Alan Buxey
hi, Can you boot from an external 1.76MB floppy ? yes. its treated just as the old classic external floppies that I'm sure most people had with their A500's but 1.76MB floppies would be easily supported, almost nothing needs to be changed, apart from the rescue disk creation. Does someone

Re: APUS Debian Boot-Floppies Images and bugs

2001-05-15 Thread Geert Uytterhoeven
On Tue, 15 May 2001, Alan Buxey wrote: Also, is there a way (under linux) to detect if the floppy is of the 1.76 or the 880 variety ? dont know - I always believe that floppies are too dumb..you only know what you can do when things you try fail ;-) grep FD_HD_3

Re: APUS Debian Boot-Floppies Images and bugs

2001-05-15 Thread Sven LUTHER
On Tue, May 15, 2001 at 11:57:11AM +0100, Alan Buxey wrote: hi, Can you boot from an external 1.76MB floppy ? yes. its treated just as the old classic external floppies that I'm sure most people had with their A500's but 1.76MB floppies would be easily supported, almost nothing needs

Re: APUS Debian Boot-Floppies Images and bugs

2001-05-15 Thread Sven LUTHER
On Tue, May 15, 2001 at 01:36:19PM +0200, Geert Uytterhoeven wrote: On Tue, 15 May 2001, Alan Buxey wrote: Also, is there a way (under linux) to detect if the floppy is of the 1.76 or the 880 variety ? dont know - I always believe that floppies are too dumb..you only know what

Re: APUS Debian Boot-Floppies Images and bugs

2001-05-15 Thread Sven LUTHER
On Tue, May 15, 2001 at 08:20:48AM -0500, Christian T. Steigies wrote: On Tue, May 15, 2001 at 02:45:28PM +0200, Sven LUTHER wrote: On Tue, May 15, 2001 at 11:57:11AM +0100, Alan Buxey wrote: hi, Can you boot from an external 1.76MB floppy ? yes. its treated just as the old

Re: APUS Debian Boot-Floppies Images and bugs

2001-05-15 Thread Alan Buxey
hi, Don't you need some part of AmigaOS to make a floppy bootable? no, and yes. Under AmigaOS you run 'install df0:' but this doesnt put any files onto the disk as such, it just writes a bootblock (a few hundred bytes) to the floppy. Theres no reason why we couldnt have an AmigaOS bootblock

Re: APUS Debian Boot-Floppies Images and bugs

2001-05-15 Thread Sven LUTHER
On Tue, May 15, 2001 at 03:15:14PM +0100, Alan Buxey wrote: hi, Don't you need some part of AmigaOS to make a floppy bootable? no, and yes. Under AmigaOS you run 'install df0:' but this doesnt put any files onto the disk as such, it just writes a bootblock (a few hundred bytes) to the

Re: installation

2001-05-15 Thread Andrew D Dixon
Thanks for your help so far but I'm still a bit stuck. Ethan Benson wrote: snip since you netbooted i am guessing this is a NewWorld powermac? perhaps a IBM RS/6000? actually it's a Briq from Total Impact http://www.totalimpact.com if its a powermac setup your bootp server to use

Re: APUS Debian Boot-Floppies Images and bugs

2001-05-15 Thread Geert Uytterhoeven
On Tue, 15 May 2001, Sven LUTHER wrote: On Tue, May 15, 2001 at 03:15:14PM +0100, Alan Buxey wrote: Don't you need some part of AmigaOS to make a floppy bootable? no, and yes. Under AmigaOS you run 'install df0:' but this doesnt put any files onto the disk as such, it just writes a

Re: APUS Debian Boot-Floppies Images and bugs

2001-05-15 Thread Sven LUTHER
On Tue, May 15, 2001 at 04:49:26PM +0200, Geert Uytterhoeven wrote: On Tue, 15 May 2001, Sven LUTHER wrote: On Tue, May 15, 2001 at 03:15:14PM +0100, Alan Buxey wrote: Don't you need some part of AmigaOS to make a floppy bootable? no, and yes. Under AmigaOS you run 'install df0:'

Re: APUS Debian Boot-Floppies Images and bugs

2001-05-15 Thread Alan Buxey
hi, no, and yes. Under AmigaOS you run 'install df0:' but this doesnt put any files onto the disk as such, it just writes a bootblock (a few hundred bytes) to the floppy. Theres no reason why we couldnt have an AmigaOS bootblock and write it to disk with 'dd' but you do get access to

Re: APUS Debian Boot-Floppies Images and bugs

2001-05-15 Thread Alan Buxey
hi, But the bootblock is code. Of course we can reverse engineer and clean room reimplement one (IIRC it justs opens dos.library and returns 1 or 0). over 10,000 coders have made their own bootblocks for Amiga floppies...either commercial games or demo disks. some even got sine-scrolling

Re: XFree86 4.0.3 and Voodoo

2001-05-15 Thread Michel Dänzer
Russell Hires wrote: Okay, after updating last night, I finally booted into X! (Yeah!!) Of course, now I have completely new propblems. Mainly, my keyboard and mouse don't work. The mouse is likely related to the new input layer, there's a lot about that in this list's archives and on the

Why can't yaboot work with oldworld as first stage?

2001-05-15 Thread Mike Fedyk
As I understand it, oldworlds will read hfs partitions and try to boot files from it. The only problem I can think of would be the executable format of the boot image, which is probably elf now, and would need to be another format for oldworlds. How hard would it be to just compile yaboot in

Re: APUS Debian Boot-Floppies Images and bugs

2001-05-15 Thread Duncan Gibb
On 15-May-01, Alan Buxey wrote: AB certainly boot-programs (such as the APUS/AF-booter (by Mr Duncan ) AB need MUI libraries, but the plain boothack/bootstrap for APUS just AB needs powerpc.library, which is in ROM Evening, Dr Buxley. That MUI-GUI is aeons out of date now, and really wants

manual install

2001-05-15 Thread Andrew D Dixon
Hi All, I've got a machine here that I'm trying to install Debian on. Right now it boots over the network but it does have a hard disk and I'd like to install Debian on the hard disk. My problem is that I can't get dbootstrap to run. I try passing yaboot the argument, initrd=root.bin

Booting PPC/Nubus

2001-05-15 Thread Fritz Jetzek
Hi - I'm in the somewhat frustrating situation of having to install Debian on a Powerbook 1400cs, which is a Nubus machine (and therefore not yet supported by Debian). To make things worse, it does not have a cdrom drive, just a serial connection to a Debian-PPC oldworld G3. I have found that

Executing shell scripts on the linux server from the mac-side.

2001-05-15 Thread Gjermund Gusland Thorsen
I would really like to execute some of my maintenance scripts (#?.sh-files) by double clicking on them in the netatalk shared volumes, kinda like launching a Mac app but to execute the remotely on the actual fileserver. Is there a present solution helping to accomplish this task? If so; does

Re: Executing shell scripts on the linux server from the mac-side.

2001-05-15 Thread Mike Fedyk
On Tue, May 15, 2001 at 10:21:06PM +0200, Gjermund Gusland Thorsen wrote: I would really like to execute some of my maintenance scripts (#?.sh-files) by double clicking on them in the netatalk shared volumes, kinda like launching a Mac app but to execute the remotely on the actual fileserver.

Re: manual install

2001-05-15 Thread Andrew D Dixon
Kevin van Haaren wrote: I probably won't be able to help, but before ANYONE can help they'll need to know exactly what machine you have. The more info you can provide on make/model/processor speed/etc... the more likely you're to get help. It's a Briq from total impact

Re: installation

2001-05-15 Thread Ethan Benson
On Tue, May 15, 2001 at 10:40:45AM -0500, Andrew D Dixon wrote: actually it's a Briq from Total Impact http://www.totalimpact.com i know nothing of this hardware. device=/[EMAIL PROTECTED]/[EMAIL PROTECTED]: partition=0 timeout=1 default=linux image = vmlinux-nfs label = linux

Re: ReiserFS on blank hard drive

2001-05-15 Thread Philipp von Weitershausen
On Sunday 13 May 2001 22:18, Jason E. Stewart wrote: Philipp von Weitershausen [EMAIL PROTECTED] writes: I installed Debian from the official Potato-CD-Set and distupgraded to woody. I've no idea though how to install Debian on a ReiserFS system on a blank hard drive. I mean, I obviously

Re: Why can't yaboot work with oldworld as first stage?

2001-05-15 Thread Ethan Benson
On Tue, May 15, 2001 at 10:25:42AM -0700, Mike Fedyk wrote: As I understand it, oldworlds will read hfs partitions and try to boot files from it. no. oldworld OpenFirmware does nothing more then activate the hardware MacOSROM, this is on a ROM chip and has nothing to do with any sort of disk

Re: manual install

2001-05-15 Thread Ethan Benson
On Tue, May 15, 2001 at 02:31:18PM -0500, Andrew D Dixon wrote: Hi All, I've got a machine here that I'm trying to install Debian on. Right now it boots over the network but it does have a hard disk and I'd like to install Debian on the hard disk. My problem is that I can't get dbootstrap

Re: Executing shell scripts on the linux server from the mac-side.

2001-05-15 Thread Ethan Benson
On Tue, May 15, 2001 at 10:21:06PM +0200, Gjermund Gusland Thorsen wrote: I would really like to execute some of my maintenance scripts (#?.sh-files) by double clicking on them in the netatalk shared volumes, kinda like launching a Mac app but to execute the remotely on the actual fileserver.

Re: ReiserFS on blank hard drive

2001-05-15 Thread Ethan Benson
On Wed, May 16, 2001 at 01:27:49AM +0200, Philipp von Weitershausen wrote: Okay, I didn't make it clear enough: I have a Pismo with the original 6 gig hard drive. Now, having to have both operating systems installed, that is way to small for the operations that I do. Thus I need a bigger

Re: Why can't yaboot work with oldworld as first stage?

2001-05-15 Thread Mike Fedyk
On Tue, May 15, 2001 at 03:14:29PM -0800, Ethan Benson wrote: On Tue, May 15, 2001 at 10:25:42AM -0700, Mike Fedyk wrote: As I understand it, oldworlds will read hfs partitions and try to boot files from it. no. oldworld OpenFirmware does nothing more then activate the hardware MacOSROM,

Re: PReP Blackhawk (Powerstack) question

2001-05-15 Thread Kaz Aoshima
Hi, PReP Blackhawk (Powerstack) question @ Fri, 11 May 2001 00:04:08 -0400 Jeremy T. Bouse wrote : Hopefully someone on here can answer this one for me... I install'd my PPC back during the Slink days and have just kept it updated all the way through Potato and now actually have it running

Re: PReP Blackhawk (Powerstack) question

2001-05-15 Thread Kaz Aoshima
Hi, There are much more useful post on the list that Mr. Pickering wrote. --- Original Message --- From:Stephen.Pickering [EMAIL PROTECTED] To: ay [EMAIL PROTECTED], debian-powerpc@lists.debian.org Date:Tue, 22 Aug 2000 23:33:04

debian-powerpc: g4 powerbook and writeable CD/DVD

2001-05-15 Thread Brendan J Simon
I'm going to buy a G4 PowerBook :) :) :) :) :) I currently run Debian Linux/PPC Testing with kernel 2.4.2 on my G3 PowerBook :) :) :) I want to buy a writeable CD or DVD drive so I can backup and also boot the machine from for installation and recovery purposes. Does anyone have a