Re: [OpenIndiana-discuss] system hang

2011-03-30 Thread gonczi
Hi Ben, The first thing I usually try when a hang happens, is loading the kernel debugger (before the hang happens, or course) First, make sure you shut off the graphic console ( svcadm disable gdm) This is a critical step, otherwise the mdb window pops open in Hyperspace and you will not

Re: [OpenIndiana-discuss] system hang

2011-03-30 Thread Michael Schuster
On Wed, Mar 30, 2011 at 13:54, Ben Taylor wrote: > Hi Michael, > > LTNS true :-) >> you don't define "hang" - was it pingable (the usual "dead" vs "very, >> very busy" test)? from your prstat output I'd guess "yes", but it's >> only a guess :-) > > No, it's dead.  not pingable (wifi), hmm ... I

Re: [OpenIndiana-discuss] system hang

2011-03-30 Thread Roy Sigurd Karlsbakk
> I'm doing a fairly large git fetch (qt) and it seems to hang while > the merge is happening. > > I'm trying now to do the git fetch nice'd down 15 since it's clear > that the git-index-pack is a pretty intensive process. Just a wild guess, but have you tried to run a memory test on this one? V

Re: [OpenIndiana-discuss] system hang

2011-03-30 Thread Ben Taylor
Hi Michael, LTNS On Wed, Mar 30, 2011 at 7:15 AM, Michael Schuster wrote: > Hi Ben, > > On Wed, Mar 30, 2011 at 09:39, Ben Taylor wrote: >> just installed oi148 on my old AthlonXP 2600 with 1GB of ram. >> >> Had to put -B cpuid_features_edx_exclude='0x4000' >> on the initial boot, as I used to

Re: [OpenIndiana-discuss] system hang

2011-03-30 Thread Michael Schuster
Hi Ben, On Wed, Mar 30, 2011 at 09:39, Ben Taylor wrote: > just installed oi148 on my old AthlonXP 2600 with 1GB of ram. > > Had to put -B cpuid_features_edx_exclude='0x4000' > on the initial boot, as I used to do when it was running Solaris 10. > > Three times in the last day, the system has har

[OpenIndiana-discuss] system hang

2011-03-30 Thread Ben Taylor
just installed oi148 on my old AthlonXP 2600 with 1GB of ram. Had to put -B cpuid_features_edx_exclude='0x4000' on the initial boot, as I used to do when it was running Solaris 10. Three times in the last day, the system has hard hung while pulling a git tree from gitorious.org. I managed to tra