* [ANNOUNCE] Aurora SPARC Linux Build 2.99 (Beta 2 for 3.0)
@ 2007-11-30 20:28 Tom "spot" Callaway
2007-12-01 12:12 ` David Miller
` (5 more replies)
0 siblings, 6 replies; 7+ messages in thread
From: Tom "spot" Callaway @ 2007-11-30 20:28 UTC (permalink / raw)
To: sparclinux
The Aurora SPARC Linux project is proud to finally drag Build 2.99
kicking and screaming into the light.
Took us long enough, huh? Beta 1 was in April. Barring some sort of miracle,
Aurora 3.0 will be the last sparc32 supporting release. So, if you're still
clinging to your sparc32 systems, please test this beta out. After 3.0,
we're not even going to think about sparc32 (unless well bribed).
This is a BETA release, for what will become 3.0. In fact, we're going to
give this release a short period of time to uncover any really nasty bugs,
and then we're going to call it 3.0.
Here are some of the key features in this release:
- Fedora Core 6 based tree of packages (some things are newer)
- Support for Niagara hardware (Sun T1000, T2000)
- gcc-4.1.1
- gnome 2.16
- KDE 3.5.5
- kernel 2.6.23.1 (with patches!)
- Full support for LVM at installtime (no more crashes!)
Like all BETAs, this one has some bugs. Here are the ones we know about:
- Installs on sparc32 hardware usually work, but they're very touchy.
If you're installing to a sparc32 system, use text mode. If it fails to find
the cdrom, try: linux expert text
- Smartd seems to make systems using the esp.ko SCSI driver very very
unhappy. If your system is esp based, we highly recommend that you
disable the smartd service in single-user before fully booting after
install.
- cpuspeed seems to hardlock some sparc64 systems (the V120 is an
example). Again, if your system locks up at cpuspeed, we suggest that
you disable the cpuspeed service in single-user mode.
- Parted was doing incorrect things in previous Aurora releases. This is
the source of the odd cylinder-head error messages that have popped up
in the past. Sometimes these error messages are harmless, sometimes they
are not. Either way, you can get rid of them by booting to rescue mode,
then, at the shell prompt, run:
dd if=/dev/zero of=/dev/$DRIVE bs=1M count=1
Where $DRIVE is your harddrive, likely sda or hda.
Then, reinstall. The errors will vanish (for good!). Be aware that
running this command will wipe out all the data and partitions on that
disk.
- E10000 systems are not yet supported. :/
- Most IDE based SPARC systems need to boot with ide=nodma.
Specifically, Ultra 5/10 and Sun Blade 100s need this for sure.
- Systems that boot off qlogic attached disks are not supported, because
there is no working firmware loader in anaconda, and the qlogic driver
needs firmware.
- The graphical installer on some sparc32 systems doesn't enable the mouse.
Post installation, the mouse works fine in X.
- We haven't spun the security updates into this yet. We'll do this before
3.0 final.
- Upgrades from 2.98 might not work. We found more errors in how we were
handling partitions at installtime, and unfortunately, the best way to fix
them is to destroy the partition tables entirely and reinstall from scratch.
If you find other bugs, please report them at
http://bugzilla.auroralinux.org/
If you install 2.99 on a system, success or fail, we wanna know! Please
take a moment and add your system to the table on our wiki:
http://wiki.auroralinux.net/wiki/Build2.99TestMatrix
You can download the files from our primary location:
ftp://ibiblio.org/pub/linux/distributions/aurora/build-2.99
http://distro.ibiblio.org/pub/linux/distributions/aurora/build-2.99
The mirror sites should pick it up in a few hours/days, depending on
whether they still remember that we exist. :)
Many thanks to the folks in #aurora on freenode for their help in
getting this release out.
~spot
^ permalink raw reply [flat|nested] 7+ messages in thread* Re: [ANNOUNCE] Aurora SPARC Linux Build 2.99 (Beta 2 for 3.0)
2007-11-30 20:28 [ANNOUNCE] Aurora SPARC Linux Build 2.99 (Beta 2 for 3.0) Tom "spot" Callaway
@ 2007-12-01 12:12 ` David Miller
2007-12-01 12:43 ` Bernd Zeimetz
` (4 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: David Miller @ 2007-12-01 12:12 UTC (permalink / raw)
To: sparclinux
From: "Tom \"spot\" Callaway" <tcallawa@redhat.com>
Date: Fri, 30 Nov 2007 15:28:55 -0500
> - Smartd seems to make systems using the esp.ko SCSI driver very very
> unhappy. If your system is esp based, we highly recommend that you
> disable the smartd service in single-user before fully booting after
> install.
Didn't we spend half of last year fixing this via my
completely rewritten new driver? :-)
> - Most IDE based SPARC systems need to boot with ide=nodma.
> Specifically, Ultra 5/10 and Sun Blade 100s need this for sure.
I'll try to hit this and fix it when I get back from Korea.
> - Systems that boot off qlogic attached disks are not supported, because
> there is no working firmware loader in anaconda, and the qlogic driver
> needs firmware.
That's very unfortunate, how are qlogic device handled on other
platforms?
^ permalink raw reply [flat|nested] 7+ messages in thread* Re: [ANNOUNCE] Aurora SPARC Linux Build 2.99 (Beta 2 for 3.0)
2007-11-30 20:28 [ANNOUNCE] Aurora SPARC Linux Build 2.99 (Beta 2 for 3.0) Tom "spot" Callaway
2007-12-01 12:12 ` David Miller
@ 2007-12-01 12:43 ` Bernd Zeimetz
2007-12-01 12:57 ` David Miller
` (3 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: Bernd Zeimetz @ 2007-12-01 12:43 UTC (permalink / raw)
To: sparclinux
>> - Systems that boot off qlogic attached disks are not supported, because
>> there is no working firmware loader in anaconda, and the qlogic driver
>> needs firmware.
>
> That's very unfortunate, how are qlogic device handled on other
> platforms?
In Debian you just install the firmware package, udevl will handle it
then. If you have to boot from it, you need to rebuild your initrd after
installing the firmware package.
The installer doesn't support non-free modules yet unfortunately, but
with some not too complicated tricks you can install Debian without
problems.
--
Bernd Zeimetz
<bernd@bzed.de> <http://bzed.de/>
^ permalink raw reply [flat|nested] 7+ messages in thread* Re: [ANNOUNCE] Aurora SPARC Linux Build 2.99 (Beta 2 for 3.0)
2007-11-30 20:28 [ANNOUNCE] Aurora SPARC Linux Build 2.99 (Beta 2 for 3.0) Tom "spot" Callaway
2007-12-01 12:12 ` David Miller
2007-12-01 12:43 ` Bernd Zeimetz
@ 2007-12-01 12:57 ` David Miller
2007-12-01 13:29 ` Tom "spot" Callaway
` (2 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: David Miller @ 2007-12-01 12:57 UTC (permalink / raw)
To: sparclinux
From: Bernd Zeimetz <bernd@bzed.de>
Date: Sat, 01 Dec 2007 13:43:30 +0100
>
> >> - Systems that boot off qlogic attached disks are not supported, because
> >> there is no working firmware loader in anaconda, and the qlogic driver
> >> needs firmware.
> >
> > That's very unfortunate, how are qlogic device handled on other
> > platforms?
>
> In Debian you just install the firmware package, udevl will handle it
> then. If you have to boot from it, you need to rebuild your initrd after
> installing the firmware package.
> The installer doesn't support non-free modules yet unfortunately, but
> with some not too complicated tricks you can install Debian without
> problems.
I said "other platforms" as in x86, x86_64, powerpc.
I know debian can do it, as I run ubuntu on most of my
qlogic based sparc64 systems just fine.
^ permalink raw reply [flat|nested] 7+ messages in thread* Re: [ANNOUNCE] Aurora SPARC Linux Build 2.99 (Beta 2 for 3.0)
2007-11-30 20:28 [ANNOUNCE] Aurora SPARC Linux Build 2.99 (Beta 2 for 3.0) Tom "spot" Callaway
` (2 preceding siblings ...)
2007-12-01 12:57 ` David Miller
@ 2007-12-01 13:29 ` Tom "spot" Callaway
2007-12-01 13:40 ` Bernd Zeimetz
2007-12-02 15:50 ` Adam Kropelin
5 siblings, 0 replies; 7+ messages in thread
From: Tom "spot" Callaway @ 2007-12-01 13:29 UTC (permalink / raw)
To: sparclinux
On Sat, 2007-12-01 at 04:12 -0800, David Miller wrote:
> From: "Tom \"spot\" Callaway" <tcallawa@redhat.com>
> Date: Fri, 30 Nov 2007 15:28:55 -0500
>
> > - Smartd seems to make systems using the esp.ko SCSI driver very very
> > unhappy. If your system is esp based, we highly recommend that you
> > disable the smartd service in single-user before fully booting after
> > install.
>
> Didn't we spend half of last year fixing this via my
> completely rewritten new driver? :-)
Yes, and we think it is fixed, but we were still getting erratic failure
reports, so I noted it. I think most of those failure reports were
PEBKAC, though.
> > - Systems that boot off qlogic attached disks are not supported, because
> > there is no working firmware loader in anaconda, and the qlogic driver
> > needs firmware.
>
> That's very unfortunate, how are qlogic device handled on other
> platforms?
To be fair, its a Fedora/Red Hat problem. They never implemented a
firmware loader in anaconda because they thought that the only drivers
which needed userspace firmware were wireless devices (and they didn't
support wireless devices as installation mechanisms).
It works fine in after installation, but if you're trying to install to
qlogic-attached disks, the installer won't be able to get to them at
all.
Fedora is now very aware of the problem, and plans on fixing it for
Fedora 9 (which shows how very very few people were installing to qlogic
attached disks as a sole storage option).
~spot
^ permalink raw reply [flat|nested] 7+ messages in thread* Re: [ANNOUNCE] Aurora SPARC Linux Build 2.99 (Beta 2 for 3.0)
2007-11-30 20:28 [ANNOUNCE] Aurora SPARC Linux Build 2.99 (Beta 2 for 3.0) Tom "spot" Callaway
` (3 preceding siblings ...)
2007-12-01 13:29 ` Tom "spot" Callaway
@ 2007-12-01 13:40 ` Bernd Zeimetz
2007-12-02 15:50 ` Adam Kropelin
5 siblings, 0 replies; 7+ messages in thread
From: Bernd Zeimetz @ 2007-12-01 13:40 UTC (permalink / raw)
To: sparclinux
David Miller wrote:
> From: Bernd Zeimetz <bernd@bzed.de>
> Date: Sat, 01 Dec 2007 13:43:30 +0100
>
>>>> - Systems that boot off qlogic attached disks are not supported, because
>>>> there is no working firmware loader in anaconda, and the qlogic driver
>>>> needs firmware.
>>> That's very unfortunate, how are qlogic device handled on other
>>> platforms?
>> In Debian you just install the firmware package, udevl will handle it
>> then. If you have to boot from it, you need to rebuild your initrd after
>> installing the firmware package.
>> The installer doesn't support non-free modules yet unfortunately, but
>> with some not too complicated tricks you can install Debian without
>> problems.
>
> I said "other platforms" as in x86, x86_64, powerpc.
Just the same. You can even install the firmware on hardware where you
wouldn't be able use a qlogic card. It's only loaded if an appropriate
device is detected.
--
Bernd Zeimetz
<bernd@bzed.de> <http://bzed.de/>
^ permalink raw reply [flat|nested] 7+ messages in thread* Re: [ANNOUNCE] Aurora SPARC Linux Build 2.99 (Beta 2 for 3.0)
2007-11-30 20:28 [ANNOUNCE] Aurora SPARC Linux Build 2.99 (Beta 2 for 3.0) Tom "spot" Callaway
` (4 preceding siblings ...)
2007-12-01 13:40 ` Bernd Zeimetz
@ 2007-12-02 15:50 ` Adam Kropelin
5 siblings, 0 replies; 7+ messages in thread
From: Adam Kropelin @ 2007-12-02 15:50 UTC (permalink / raw)
To: sparclinux
David Miller wrote:
> From: "Tom \"spot\" Callaway" <tcallawa@redhat.com>
> Date: Fri, 30 Nov 2007 15:28:55 -0500
>
>> - Smartd seems to make systems using the esp.ko SCSI driver very very
>> unhappy. If your system is esp based, we highly recommend that you
>> disable the smartd service in single-user before fully booting after
>> install.
>
> Didn't we spend half of last year fixing this via my
> completely rewritten new driver? :-)
Agreed. I was one of the testers on this esp/smartd problem, and I can
confirm that (for me, anyway) it's still fixed.
--Adam
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2007-12-02 15:50 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-30 20:28 [ANNOUNCE] Aurora SPARC Linux Build 2.99 (Beta 2 for 3.0) Tom "spot" Callaway
2007-12-01 12:12 ` David Miller
2007-12-01 12:43 ` Bernd Zeimetz
2007-12-01 12:57 ` David Miller
2007-12-01 13:29 ` Tom "spot" Callaway
2007-12-01 13:40 ` Bernd Zeimetz
2007-12-02 15:50 ` Adam Kropelin
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.