[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: lh_config confused about losetup?



tomas@tuxteam.de wrote:
> Hi,

Hi,

> this is in Debian testing, lh_config version 1.0.0, from live-helper
> 1.0.1-1.

general note: please use live-helper from sid.

> It's a pretty "fresh" install and losetup seems not to have been
> diverted by loop-aes or whomever usually does it.

well, if there would not have been any 'losetup.orig' arround, lh_config
 would not have set it to it, citing from functions/defaults.sh:

[...]
        # Setting losetup
        if [ -z "${LH_LOSETUP}" ] || [ ! -x /sbin/${LH_LOSETUP} ]
        then
                # Workaround for loop-aes-utils divertion
                # (loop-aes-utils' losetup lacks features).
                if [ -x /sbin/losetup.orig ]
                then
                        LH_LOSETUP="losetup.orig"
                elif [ -x /sbin/losetup ]
                then
                        LH_LOSETUP="losetup"
                else
                        Echo_error "Can't process file /sbin/losetup"
                fi
        fi
[...]

Please check again your host system. The error imho must lay there.

Regards,
Daniel

-- 
Address:        Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:          daniel.baumann@panthera-systems.net
Internet:       http://people.panthera-systems.net/~daniel-baumann/


Reply to: