Re: No MS-DOS partition table on bootup

2004-04-18 Thread Mustafa Hussein
JLB I just installed Debian 3.0 on my Sun Ultra 1. I set it up with a nice neat Sun disklabel ('s' in fdisk). It boots great. It works great. Then I try compiling my own kernel-- 2.4.26, from the stock Linux kernel sources available at ftp.kernel.org. I modify silo.conf appropriately, run

Re: Can't boot linux on sun blade 2000

2004-04-13 Thread Mustafa Hussein
Patrick Finnegan Has anyone gotten a version of 2.6 to boot on any Ultrasparc hardware? I've been using the latest kernel (2.6.0 through 2.6.4) with the latest toolchain in testing to compile it, yet it doesn't boot... the last time I tried it, it spit out a bunch of whitespace to my serial

Re: libgimp2.0 fails to install

2004-04-06 Thread Mustafa Hussein
Euan Maxwell I'm running Debian unstable on my Ultra 2 (2x300Mhz 768MB). I ran apt-get -u dist-upgrade this morning and got a failure on the libgimp2.0 package. Bar uninstalling gimp, is there anyway to resolve this problem?? There is a bug report filed against libgimp2.0

Re: error compiling 2.6.5-rc2

2004-03-22 Thread Mustafa Hussein
/bin/sh: line 1: scripts/bin2c: No such file or directory There is a scripts/bin2c.c if that what you mean. I also removed the CONFIG_IKCONFIG option, now I get another error: [EMAIL PROTECTED]:/usr/src/linux$ cat image.err /bin/sh: line 1: scripts/conmakehash: No such file or directory

Re: error compiling 2.6.5-rc2

2004-03-20 Thread Mustafa Hussein
On Fri, Mar 19, 2004 at 09:56:56PM -0600, Mustafa Hussein wrote: I'm getting this error while trying to compile 2.6.5-rc2: CC kernel/compat.o IKCFG kernel/ikconfig.h GZIPkernel/config_data.gz IKCFG kernel/config_data.h /bin/sh: line 1: scripts/bin2c

error compiling 2.6.5-rc2

2004-03-19 Thread Mustafa Hussein
I'm getting this error while trying to compile 2.6.5-rc2: CC kernel/compat.o IKCFG kernel/ikconfig.h GZIPkernel/config_data.gz IKCFG kernel/config_data.h /bin/sh: line 1: scripts/bin2c: No such file or directory make[1]: *** [kernel/config_data.h] Error 1 make: *** [kernel]

Re: Building custom kernel

2004-03-03 Thread Mustafa Hussein
need to switch to it: sparc32 bash make ARCH=sparc64 menuconfig or just from your current shell: sparc32 make ARCH=sparc64 menuconfig Same thing for make vmlinux, modules, modules_install. HTH Mustafa Hussein