Displaying 3 results from an estimated 3 matches for "883905".
2013 Jan 17
2
Centos 6.3: load average strangeness
Hi, on my c6.3 server (guest of a vmware host) I have a strange load
average value:
w command:
> [root at s-doc ~]# w
> 11:19:23 up 41 days, 23:15, 1 user, load average: 4,03, 4,03, 4,00
> USER TTY FROM LOGIN@ IDLE JCPU PCPU WHAT
> root pts/2 dodo:S.0 11:15 0.00s 0.02s 0.00s w
top command:
> top - 12:13:31 up 42 days, 9 min, 1
2013 Mar 06
2
maintaining patches across releases
...have what might be a foolish question about patching packages. I am
not sure exactly how to phrase the question, so please follow up if it
seems as though I'm not being clear.
I was looking at this bug which my machines are currently experiencing:
https://bugzilla.redhat.com/show_bug.cgi?id=883905
The proposed patch is literally one new line in the XFS codebase. So
since the patch is so straightforward, I had a crazy idea that I would
build my own kernel with this patch, and test it out to see if it
worked. (It's been many years since I built my own kernel, so that
would be an adventu...
2010 Feb 11
2
Inconsistent Hash#to_xml Method
I have a unit test that demonstrates some inconsistent behavior with a
Hash being converted to XML with the :root option. Sometimes it works
fine:
Hash.new.to_xml(:root => ''test'')
"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<test>\n</test>\n"
But sometimes I get an argument error:
Hash.new.to_xml(:root =>