Custom Query (684 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (13 - 15 of 684)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Ticket Resolution Summary Owner Reporter
#17 fixed /proc/mdstat parser bug Bruno Cornec roelof@…
Description

I think I found a bug in the mdstat raidlevel parser. For md0, the raidlevel is merged with the device name of the last raid member, resulting in an illegal 'raid1ed1' raidlevel name.

mondoarchive v2.0.8-666
RHEL4 rpm under CENTOS 4.3.
mdadm - v1.6.0 - 4 June 2004
kernel 2.6.9-34.0.2.ELsmp

[root@magrathea /]# cat /proc/mdstat
Personalities : [raid1] [raid5]
md1 : active raid1 hdi3[2] hdg3[1] hde3[0]
10008384 blocks [3/3] [UUU]

md2 : active raid5 hdi4[2] hdg4[1] hde4[0]
346570112 blocks level 5, 64k chunk, algorithm 2 [3/3] [UUU]

md0 : active raid1 hdi1[2] hdg1[1] hde1[0]
10008384 blocks [3/3] [UUU]

unused devices: <none>

relevant part of mondo-archive.log:

running: parted2fdisk -l | grep -i raid > /tmp/mondo-run-prog-thing.tmp 2> /tmp/mondo-run-prog-thing.err
--------------------------------start of output-----------------------------
/dev/hde1 * 1 1246 10008463+ fd Linux raid autodetect
/dev/hde3 1497 2742 10008495 fd Linux raid autodetect
/dev/hde4 2743 24315 173285122+ fd Linux raid autodetect
/dev/hdg1 * 1 1246 10008463+ fd Linux raid autodetect
/dev/hdg3 1497 2742 10008495 fd Linux raid autodetect
/dev/hdg4 2743 24315 173285122+ fd Linux raid autodetect
/dev/hdi1 * 1 1246 10008463+ fd Linux raid autodetect
/dev/hdi3 1497 2742 10008495 fd Linux raid autodetect
/dev/hdi4 2743 24315 173285122+ fd Linux raid autodetect
--------------------------------end of output------------------------------
...ran just fine. :-)
You have RAID partitions but no /etc/raidtab - creating one from /proc/mdstat
[Main] libmondo-raid.c->parse_mdstat#1100: Unknown RAID level 'raid1ed1'.

Sorry, cannot read /proc/mdstat
Done.
#19 fixed Failsafe kernel installs where Mondo can't find it Bruno Cornec difdif@…
Description

Trying to solve another problem I installed the mindi-kernel package from here:

ftp://ftp.mondorescue.org/src/mindi-kernel-1.0.tgz

This installed fine, but Mondo complained that it could not find the kernel when using the -k FAILSAFE option. It seems that the kernel is installed here:

/usr/local/share/mindi/

whereas mondo is looking here:

/usr/local/lib/mindi/

giving the error message:

bzip2: Can't open input file /usr/local/lib/mindi/lib.tar.bz2: No such
file or directory.
Fatal error. Please install mindi-kernel package. You need it. Go to
http://www.mondorescue.org and download it, then install it.
---------------------------------------------------------------------

Solution:
Copying the files across solves the problem. Alternativly, the install script in the mindi-kernel package could be altered to install in the right place.

#20 fixed During restore there is pollution on screen Bruno Cornec Bruno Cornec
Description

Loading of modules should be more silent there is a ps command called with wrong options

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.