Custom Query (684 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (19 - 21 of 684)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
Ticket Resolution Summary Owner Reporter
#124 fixed /tmp does not automatically get excluded Bruno Cornec Bruno Cornec
Description

We should revert rev [332] back as per StandardsCompliance

#163 fixed 3ware driver still not recognized; 3x_9xxx 3w-9xxx Bruno Cornec mac_7
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

#392 fixed A memory leakage in mondo-2.2.9.1-1 Bruno Cornec robert lin
Description

mondoarchive doesn't work on backing up Windows
A memory leakage occurrs at below line marked as ##. Just delete this could be ok.

src/common/libmondo-archive.c

:
:

default:

log_msg(2,

"feed_into_ntfsprog() called in background --- pid=%ld",
(long int) (pid));

mr_free(sz_devfile); ## delete this line

}

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