Custom Query (684 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (37 - 39 of 684)

3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
Ticket Owner Reporter Resolution Summary
#679 Bruno Cornec rue duplicate RHEL3 : kernel panic : VFS : Unable to mount fs
Description

RHEL3 : "kernel panic : VFS : Unable to mount fs" during boot time on mondorescue.iso. Problem seems to be in GetInitrdFilesystemToUse function in mindi that returns initramfs instead of ext2fs.

#686 victor gattegno victor gattegno fixed mindi grub files content
Description

In rev [3121], device.map.lst is used, but it is device.map

So :

if [ -r /boot/grub/device.map.lst ]; then
	LogFile "-------------"
	LogFile "INFO: /boot/grub/device.map content"
	LogFile "-------------"
	cat /boot/grub/menu.lst >> $LOGFILE

Should be replaced by :

if [ -r /boot/grub/device.map ]; then
	LogFile "-------------"
	LogFile "INFO: /boot/grub/device.map content"
	LogFile "-------------"
	cat /boot/grub/device.map >> $LOGFILE
	LogFile "-------------"

And, as in some distribs, menu.lst is named grub.conf (RHEL) or grub.cfg (Ubuntu), should be added :

if [ -r /boot/grub/grub.conf ]; then
	LogFile "-------------"
	LogFile "INFO: /boot/grub/grub.conf content"
	LogFile "-------------"
	cat /boot/grub/grub.conf >> $LOGFILE
	LogFile "-------------"
if [ -r /boot/grub/grub.cfg ]; then
	LogFile "-------------"
	LogFile "INFO: /boot/grub/grub.cfg content"
	LogFile "-------------"
	cat /boot/grub/grub.cfg >> $LOGFILE
	LogFile "-------------"
#786 Bruno Cornec Bruno Cornec fixed signature issues for rhel7
Description

It looks like package perl-Module-ScanDeps-1.10-3.el7.noarch is signed with the wrong key.

Downloading packages:
warning:
/var/cache/yum/x86_64/7/mondorescue/packages/perl-Module-ScanDeps-1.10-3.el7.noarch.rpm:
Header V3 RSA/SHA256 Signature, key ID f4a80eb5: NOKEY
Retrieving key from
ftp://ftp.mondorescue.org//rhel/7/x86_64/mondorescue.pubkey
3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.