search for: rebulid

Displaying 3 results from an estimated 3 matches for "rebulid".

Did you mean: rebuild
2006 Nov 20
22
Index only partially built
I have an application which I''m running using Mongrel and Apache as described here http://www.napcs.com/howto/rails/deploy/. I have a model Person which I am attempting to use acts_as_ferret with. When I first try to do a search the index begins to get built but it its fails halfway through with the following error in the browser: === Proxy Error The proxy server received an invalid
2008 Apr 17
2
Question about RAID 5 array rebuild with mdadm
...me-clean for i in c d e f g h i j ; do mdadm --zero-superblock /dev/sd$i ; done mdadm --create /dev/md2 --assume-clean --level=5 --raid-devices=8 /dev/ sdc /dev/sdd /dev/sde /dev/sdf /dev/sdg /dev/sdh /dev/sdi /dev/sdj ok, now it says that the array is recovering and will take about 10 hours to rebulid. /dev/sd[c-i] say that they are "active sync" and /dev/sdj says it's a spare that's rebuilding. But now I scroll back in my history and see that oops, the chunk size is WRONG. Not only that, but I don't stop the array until the rebuild is at around 8% Ok, I stop the ar...
2006 Jul 11
0
klibc and what's the next step?
...o to fancier initramfs. If we say "you must claim to provide these features" at build, then if it doesn't work its the fault of the tool who claimed that feature. I'm not convinced the build needs to be integrated. The distros seem to want it separate. From a kbuild sequence, rebuliding klibc means I might get a new hash, so I have to run make on anything I want dynamically linked. I should be able use klcc with configure if that is how the package is normally built, but that is not kbuild. It ties dissimilar build systems together. And I still doesn't solve the "yo...