SMP option does not do anything

Bug #595447 reported by robinl
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
origami (Ubuntu)
New
Undecided
Unassigned

Bug Description

Binary package hint: origami

On Lucid with Origami 0.7.3-0ubuntu1 the switch -p smp for origami install does not invoke the SMP client to be installed. This is due to this section of the script

    # running installer on auto-pilot
    echo "INSTALLING... PLEASE BE PATIENT"
    if [ "${PROCESSOR}" == "amd64" ]; then
        su - origami -c "./finstall auto smp skip3rd" &>/dev/null || origami_show_error 'SMP INSTALLER FAILED'
    else
        su - origami -c "./finstall auto skip3rd" &>/dev/null || origami_show_error 'INSTALLER FAILED'
    fi

So only -p amd64 will get the SMP client, and not -p smp, which defeats the purpose of its existence and create confusing results.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.