Custom Query (684 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (61 - 63 of 684)

Ticket Owner Reporter Resolution Summary
#146 Bruno Cornec jey.sundararaj@… fixed USB keyboard stops responding during mondorestore
Description

Subject http://www.mondorescue.org/cgi-bin/trac.cgi/ticket/72

Hi Bruno, I have tried the latest version of Mondo,Mindi on Sunfire x4600, I noticed the same issue(above ticket) of USB keyboard not recognised when I boot from mondorescue.iso. I see the mondorestore screen gets loaded but the USB keyboard stops working at this point,

Is this a known issue? As per the above ticket it was closed 6 months ago and verified mindi script and looks exactly same as it is mentioend in the ticket.

Can you please confirm. [attachment "mondo-archive.log" deleted by Jey Sundararaj/Intdata] [attachment "mindi.log" deleted by Jey Sundararaj/Intdata] Thanks Jey

#151 Bruno Cornec HobbyMan fixed Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(1,0) FC6
Description

Hi,

I have this problem on Fedora6. Can some help my to fix this problem.

Ron

#163 Bruno Cornec mac_7 fixed 3ware driver still not recognized; 3x_9xxx 3w-9xxx
Description

REMINDER FOR VERY OLD BUGS AND VERY EASY TO FIX

http://copilotconsulting.com/mail-archives/mondo.2006/msg00559.html

Hi, dear developers,

Just want to report a bug that I've found with the new bash script for Mindi with 3ware driver.

It turns out that the Mindi has problem locating the 3ware driver because the script it uses:

find /lib/....$kernel |grep ...$module|tail -n1 ....

The problem occurs when the module name isn't the file name for the driver.

In this case, the module name is 3w_xxxx, and the file name is 3w-xxxx.ko . For the new 3ware hardware, you'll have 3x_9xxx instead of 3w-9xxx.

The quick and dirty fix is to add the file name for the driver in the EXTRA_MODS section. This will force Mindi to load the driver during the boot image creation.

For example:

The original line:

EXTRA_MODS="$CDROM_MODS vfat fat loop linear raid0 raid1 raid5 lvm-mod dm-mod jfs xfs xfs_support pagebuf reiserfs ext2 ext3 minix nfs nfs_acl nfsd lockd sunrpc jbd"

The quick fix:

EXTRA_MODS="$CDROM_MODS vfat fat loop linear raid0 raid1 raid5 lvm-mod dm-mod jfs xfs xfs_support pagebuf reiserfs ext2 ext3 minix nfs nfs_acl nfsd lockd sunrpc jbd 3w-xxxx"

Best regards,

Poe

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.