Custom Query (684 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (184 - 186 of 684)

Ticket Owner Reporter Resolution Summary
#235 Bruno Cornec heinkonijn wontfix FTP support
Description

Can FTP destination support be added?

#236 Bruno Cornec ppazera fixed unrecognizable initrd magic on openSuse 10.3
Description

proposed fix is to replace one line in /usr/sbin/mindi:

local lcMagicInitfs=" initramfs..."

more details:

was using v1.2.4-r1532 from mindi-1.2.4-1.suse10.2

and getting

FATAL ERROR. Filesystem UNSUPPORTED not supported for initrd image. Terminating.

log file:

... Call GetInitrdFilesystemToUse() with parameter /boot/vmlinuz-2.6.22.13-0.3-default to get filesystem to use for initrd.

GetInitrdFilesystemToUse(): called with parameter: /boot/vmlinuz-2.6.22.13-0.3-default.\n GetInitrdFilesystemToUse(): gzip magic found at lvOffset 8322.\n GetInitrdFilesystemToUse(): Filesytem to use for initrd is UNSUPPORTED.\n

FATAL ERROR. Filesystem UNSUPPORTED not supported for initrd image. Terminating. ...

then did:

dd ibs=1 skip=$lvOffset if=$lvKernelImage obs=1M 2>/dev/null | gunzip -c 2> /dev/null | strings > /tmp/mindi-unupported-magic

grep ramfs /tmp/mindi-unupported-magic

and the results were:

<6>Unpacking initramfs... ramfs ACPI: Override [%4.4s-%8.8s] from initramfs - tainting kernel

so it looks like " initramfs..." magic should cover both old and new signatures

#238 Bruno Cornec Bruno Cornec wontfix update of debian packages fails
Description

When updating the official debian packages with the beta of 2.2.5, some files are not let in place under /usr/lib/mindi

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