Re: [KORG] GITWEB doesn't show any DIFF's

From: Nathan Laredo
Date: Tue Jan 17 2006 - 13:53:52 EST


On Tue, Jan 17, 2006 at 01:27:08PM -0500, Michael Krufky wrote:
> >Also, try s/www/zeus2/ in the URL to see if it's a problem
> >specific to one server (I wonder if the reason some of us have
> >problems and others don't is that we are being http load
> >balanced).
> >
> Well, when I used zeus2 directly, I can see the diff...... I tried doing
> the same with zeus1, and in fact, the diff does not show.
>
> That solves it!
>
> Zeus2 is working correctly, Zeus1 isnt showing us any diff's ......
>
> Thanks for the help, now, can this be fixed?

A couple things were happening here...

zeus1 suffered a cpu fan failure and was shutdown by external
hardware that rebooted it into a different kernel (which ended
up resolving the 64-bit sendfile issue (older kernel)

load average on zeus1 was well over 150 with the older kernel--
and a bit of investigation went into whether or not the kernel
was the cause, but in the process of investigation, a third problem
was discovered...

Logwatch left 39GB of turds in /tmp filling up the entire root
filesystem causing gitweb to fail because it had nowhere to
write temp files (also why the bandwidth graph wasn't showing
up as well for zeus1).

The root filesystem is only 50GB on that machine while /var/log
is hundreds of gigabytes...

/tmp was cleared out, the system is now on a more stable kernel
that should resolve the 64-bit sendfile issues, and the system
load appears to now be at a reasonable level...

We will be updating the kernel on the other machine after the
current one proves stable with 64-bit sendfile support.

That should fix the problem with apache not being able to
serve DVD images...

-- Nathan Laredo
laredo@xxxxxxxxxx
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/