Displaying 20 results from an estimated 8279 matches for "rebuilding".
2020 Nov 05
2
ssacli start rebuild?
Hi,
is there a way to rebuild an array using ssacli with a P410?
A failed disk has been replaced and now the array is not
rebuilding like it should:
Array A (SATA, Unused Space: 1 MB)
logicaldrive 1 (14.55 TB, RAID 1+0, Ready for Rebuild)
physicaldrive 1I:0:1 (port 1I:box 0:bay 1, SATA HDD, 4 TB, OK)
physicaldrive 1I:0:2 (port 1I:box 0:bay 2, SATA HDD, 4 TB, OK)
physicaldrive 1I:0:3 (port 1I:box 0...
2007 May 31
5
complete index rebuild using AAF trunk
I am using AAF trunk, and I want a way to rebuild an index on a
production site with little or no interruption to service. The Drb
Server documentation* states that when an index is rebuilt, it is
done in a separate location and then swapped into place when
finished, and so to do a complete rebuild on a live site, one must
take into consideration objects which have been created or
2007 Sep 05
6
aaf index rebuild problems on windows
hello list!
i''m still having massive problems with index rebuilds.
after i recently switched to the DRb mode i was hoping to get rid of the
problems with locked files and such.
but even with DRb and the latest stable version of acts_as_ferret my
index rebuilds are failing
C:\Informer>ruby script/console production
Loading production environment.
>> LegacyInfobase.rebuild_index
2004 Jun 21
1
rebuilding errata src rpms
I am running centos-3 and have a question about
rebuilding errata srpms from redhat.
Do all i have to do is run
rpmbuild --rebuild filename.src.rpm
to rebuild the rpm for use on my centos system?
I am talking about the src.rpms that dont have a
a filename change for example the rpm file name
change for kernels, etc that add c0 to the rpm filename
I...
2020 Nov 06
2
ssacli start rebuild?
...needs to be adjusted to your configuration.
Yes, I've set it to high:
ssacli ctrl slot=3 show config detail | grep Prior
Rebuild Priority: High
Expand Priority: Medium
Some search results indicate that it's possible that other disks in the
array have read errors and might prevent rebuilding for RAID 5. I don't
know if there are read errors, and if it's read errors, I think it would
mean that these errors would have to affect just the disk which is
mirroring the disk that failed, this being a RAID 1+0. But if the RAID
is striped across all the disks, that could be any or all...
2019 Mar 04
2
[supermin PATCH] rebuild the output it when SUPERMIN_KERNEL or SUPERMIN_MODULES are defined
...un d -> (lstat d).st_mtime) inputs in
- let pdate = (get_package_handler ()).ph_get_package_database_mtime () in
- if List.for_all (fun idate -> idate < odate) (pdate :: idates) then (
- if debug >= 1 then
- printf "supermin: if-newer: output does not need rebuilding\n%!";
- exit 0
+ let kernel = try getenv "SUPERMIN_KERNEL" with Not_found -> "" in
+ let modules = try getenv "SUPERMIN_MODULES" with Not_found -> "" in
+ if kernel = "" && modules = "" then (
+...
2009 Jun 11
3
OT: rebuild kmod rpm package from src.rpm
Hi all,
I would like to rebuild a kmod.src.rpm package for a specific kernel.
When I try to do it, this message appears:
Building target platforms: i686
Building for target i686
error: Failed build dependencies:
kernel-xen-devel-i686 = 2.6.18-98.el5 is needed by
mymodule-kmod-0.1.5-2.i686
kernel-PAE-devel-i686 = 2.6.18-98.el5 is needed by
mymodule-kmod-0.1.5-2.i686.
Is
2013 Mar 07
1
[dovecot-2.1.15] mdbox corruption, doveadm force-resync can't repair it (throws segfault)
...Warning: fscking
index file
/dane/domeny/mejor.pl/mail/marcin//.mdbox/mailinglists/storage/dovecot.map.index
2013-03-07T12:12:52.285176+01:00 meteor dovecot:
imap(marcinxxx at kolekcja.mejor.pl) <7sRXtFPXYAA+eX93>: Warning: mdbox
/dane/domeny/mejor.pl/mail/marcin//.mdbox/mailinglists/storage:
rebuilding indexes
2013-03-07T12:12:55.618752+01:00 meteor dovecot:
imap(marcinxxx at kolekcja.mejor.pl) <7sRXtFPXYAA+eX93>: Fatal: master:
service(imap): child 25626 killed with signal 11 (core dumped)
Here is backtrace:
echo -e "bt\nbt full" |gdb -q /usr/libexec/dovecot/imap
'core-13626...
2008 Dec 10
6
Miredo 1.1.5
I found a src.rpm for 1.1.5-1 for fc8 (not rh8!). I was able to rebuild
it on my Centos build system.
The rpms are identified as 1.1.5-1.i386.rpm, no el5 or other
identification was placed in the files. I don't see how to control this
when you rebuild from an existing src.rpm. Interestingly the fc8
designation was lost.
I also rebuild it on my fc10 system. It worked, and the rpms have
2011 Jan 17
1
[PATCH] Unconditionally always rebuild the transfer iso
Conditionally rebuilding the transfer iso saved relatively little execution
time, and was a trickling source of bugs. This change simply removes the
shortcut code, which means that the transfer iso will always be rebuild.
Resolves RHBZ#618965
---
lib/Sys/VirtV2V/Config.pm | 45 +-----------------------------------------...
2004 May 11
3
MC
I've tried to install midnight commander on centos3.1 final. No luck in
installing it via yum install. When I download src.rpm from centos2 updates
SRPMS I couldn't rebuild it. RPM --rebuild mc*.src.rpm didn't work (no
rebuild option). What can I do then ?
Best Regards
Cooba
2008 Apr 17
2
Question about RAID 5 array rebuild with mdadm
...-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 array and rebuild with
mdadm --create /dev/md2 --assume-clean --level=5 --chunk --raid-
devices=8 /dev/sdc /dev/sdd...
2010 Dec 23
1
tomcat errors starting after upgrade from cent5.3 to 5.5 (/rebuild-jar-repository: error: Could not find)
We just upgraded Cent from 5.3 to 5.5 on a bunch of servers with
little to no issues (kudos to you guys) except on a few servers where
it appears we are having a problem w/ the Tomcat upgrade. Previously
our application server was working fine under 5.3 with Tomcat/Java
installed as such:
java-1.4.2-gcj-compat-1.4.2.0-40jpp.115
java-1.6.0-openjdk-1.6.0.0-0.30.b09.el5
2006 Nov 10
2
backgroundrb and ferret
...he wrong way to do it as it
completly kills the site during the rebuild. So question is how do
people handle index rebuilds on sites with large indexes and keep them
live? I have come accross backgroundrb and think this is the way to go
but am unsure about some things. E.g. if you have backgroundrb
rebuilding the index, what happens in the meantime with the old index?
Is it still accessable while the index is rebuilt? What happens if
someone adds a new record during the index getting rebuilt? Id anyone
has experience using backgroundrb and ferret then i would really
appreciate your comments or code.
Tha...
2005 Nov 11
3
Rebuilding RPMs
I am trying to install the Cluster RPMS from rpm.karan.org. But since I
have updated my kernel with yum, I have the wrong kernel for a couple of the
packages.
# rpm -i --test cman-kernel-smp-2.6.9-36.0.i686.rpm
error: Failed dependencies:
/lib/modules/2.6.9-11.ELsmp is needed by
cman-kernel-smp-2.6.9-36.0.i686
kernel-smp = 2.6.9-11.EL is needed by
cman-kernel-smp-2.6.9-36.0.i686
2006 May 30
3
Rebuild Indexes Issue
Hi,
I have some code to rebuild my ferret indexes but occasionally some
stale documents remain in the index even after rebuilding. The only
way I could find around this is to manually delete the index files
from the filesystem. Here is the code I have for rebuilding one of my
indexes for Gifts:
# delete existing entries
INDEX.size.times {|i| INDEX.delete(i)}
gifts = Gift.find(:all)
if (gifts)
gift...
2020 Mar 26
1
doveadm rebuild: Failed to add attachment keywords
...1f4-e94b170ff8bb685e943f0000162bf795-5d0b3129034c8957284d00007dfcf92d-6200) failed: No such file or directory (read reason=)
6200 error
Assuming the attachments are still there, what would I need to do to 'fix'
that? And if I can't fix it, can 'rebuild' skip the error and go on rebuilding
the rest?
TIA,
p at rick
--
[*] sys4 AG
https://sys4.de, +49 (89) 30 90 46 64
Schlei?heimer Stra?e 26/MG,80333 M?nchen
Sitz der Gesellschaft: M?nchen, Amtsgericht M?nchen: HRB 199263
Vorstand: Patrick Ben Koetter, Marc Schiffbauer, Wolfgang Stief
Aufsichtsratsvorsitzender: Florian Kirstein
2006 Nov 09
1
bacula rpm --rebuild on x86_64?
I tried to install the latest bacula last night, rebuilding from the
source rpm ... this is the command line I used, following the
instructions at bacula.org:
# rpmbuild --rebuild --define "build_centos4 1" \
--define "build_x86_64 1" --define "build_mysql4 1" bacula-1.39.26-1.src.rpm
but the rebuild fails, citing all sorts o...
2019 Oct 20
3
How to configure cmake to not rebuild .inc (tablegen) files?
Dear all,
I’m developing Clang&LLVM on MacOS Catalina 10.15.
Now every time I "make clang", the building systems rebuilds
all the .inc files generated by cmake, which essentially
rebuilds all the tablegen files in llvm, although I did not
change any of the tablegen files. The building is unnecessary
and slow, especially when it builds the X86GenSubtargetInfo.inc.
Is there a way to
2009 Aug 20
1
what is RAID "background initialization" ??
we have DELL server (CENTOS 4.X) with MD1000 connect on it. One of Raid5 (internal 4 disks) has hard disk bad and I replace it. I saw /var/log/messages have following entry:
=======================================
Aug 18 15:33:20 host1 Server Administrator: Storage Service EventID: 2049 Array disk removed: Array Disk 0:11 Controller 1, Connector 0
Aug 18 15:34:09 host1 Server Administrator: