Re: trouble installing on t2000

2010-04-22 Thread Wagstaff, Jason
I have two spare t2000 machines that I am setting up load  balancing on.
Is there anything I can test to confirm this?  I tried the snapshot
dated 2010-04-20.



Jason Wagstaff
System Administrator - Specialist
Information Technology Services (ITS)
University of Missouri St.Louis
One University Blvd., Suite 441 CCB
St.Louis, MO 63121
(314) 516-4067


-Original Message-
From: Theo de Raadt [mailto:dera...@cvs.openbsd.org]
Sent: Tuesday, April 20, 2010 1:51 PM
To: Wagstaff, Jason
Cc: misc@openbsd.org
Subject: Re: trouble installing on t2000

 I am trying to install the version sparc64 4.7 openBSD on a T2000
Enterprise.
 It will let me get all the way through to installingn sets.  I have
tried to
 install the sets from cd, ftp, http, rsync and it never finishes.
Does
 anyone have any ideas why this might be?   It usually gets about 90%
through
 before freezing up.

A possible fix for this has been commited recently.

RCS file: /cvs/src/sys/arch/sparc64/sparc64/intr.c,v
revision 1.35
date: 2010/04/16 22:35:24;  author: kettenis;  state: Exp;  lines: +11
-3
Fix handling of shared interrupts.  Make sure we use the lowest priority
of
all the interrupt handles when reprioritizing the interrupt on
reception,
but always run the handler at the desired priority.  Make sure
ci_handled_intr_level is set correctly.  Gets rid of splassert warnings
seem on many of the PCIe systems with mpi(4).

tested by deraadt@, jbg@

It seems to only affect some machines, and none of us had a T2000...



trouble installing on t2000

2010-04-20 Thread Wagstaff, Jason
I am trying to install the version sparc64 4.7 openBSD on a T2000 Enterprise.
It will let me get all the way through to installingn sets.  I have tried to
install the sets from cd, ftp, http, rsync and it never finishes.   Does
anyone have any ideas why this might be?   It usually gets about 90% through
before freezing up.

--
Jason Wagstaff - Systems Administrators
University of Missouri - St.Louis
One University Boulevard
CCB 451
St.Louis, MO 63121-4400
Work 314.516.4067



Re: trouble installing on t2000

2010-04-20 Thread Theo de Raadt
 I am trying to install the version sparc64 4.7 openBSD on a T2000 Enterprise.
 It will let me get all the way through to installingn sets.  I have tried to
 install the sets from cd, ftp, http, rsync and it never finishes.   Does
 anyone have any ideas why this might be?   It usually gets about 90% through
 before freezing up.

A possible fix for this has been commited recently.

RCS file: /cvs/src/sys/arch/sparc64/sparc64/intr.c,v
revision 1.35
date: 2010/04/16 22:35:24;  author: kettenis;  state: Exp;  lines: +11 -3
Fix handling of shared interrupts.  Make sure we use the lowest priority of
all the interrupt handles when reprioritizing the interrupt on reception,
but always run the handler at the desired priority.  Make sure
ci_handled_intr_level is set correctly.  Gets rid of splassert warnings
seem on many of the PCIe systems with mpi(4).

tested by deraadt@, jbg@

It seems to only affect some machines, and none of us had a T2000...