Erro Tasksel em 14.04 preseed

1

Eu tenho um 14.04 preseed que erros e bata com isso sendo relatado para o syslog:

Jul 23 17:54:12 pkgsel: starting tasksel
Jul 23 17:54:13 in-target: Unknown option: debconf-apt-from
Jul 23 17:54:13 in-target: Unknown option: debconf-apt-to
Jul 23 17:54:13 in-target: Usage:
Jul 23 17:54:13 in-target: tasksel install <task>...
Jul 23 17:54:13 in-target: tasksel remove <task>...
Jul 23 17:54:13 in-target: tasksel [options]
Jul 23 17:54:13 in-target:  -t, --test          test mode; don't really do anything
Jul 23 17:54:13 in-target:      --new-install   automatically install some tasks
Jul 23 17:54:13 in-target:      --list-tasks    list tasks that would be displayed and exit
Jul 23 17:54:13 in-target:      --task-packages list available packages in a task
Jul 23 17:54:13 in-target:      --task-desc     returns the description of a task
Jul 23 17:54:13 main-menu[220]: WARNING **: Configuring 'pkgsel' failed with error code 1
Jul 23 17:54:13 main-menu[220]: WARNING **: Menu item 'pkgsel' failed.
Jul 23 17:54:16 main-menu[220]: INFO: Modifying debconf priority limit from 'high' to 'medium'
Jul 23 17:54:16 debconf: Setting debconf/priority to medium
Jul 23 17:54:21 main-menu[220]: INFO: Menu item 'save-logs' selected

Eu consegui reproduzir o erro na minha máquina local ao fazer isso:

[user@pc:~]
 tasksel --debconf-apt-to  
Unknown option: debconf-apt-to
Usage:
tasksel install <task>...
tasksel remove <task>...
tasksel [options]
-t, --test          test mode; don't really do anything
    --new-install   automatically install some tasks
    --list-tasks    list tasks that would be displayed and exit
    --task-packages list available packages in a task
    --task-desc     returns the description of a task

Não tenho certeza de onde o preseed está fornecendo essas informações, pois o único momento em que tasksel é iniciado é logo antes de pkgsel , aqui:

tasksel tasksel/first multiselect standard

Assistindo ao instalador, ele chega em popcon e depois me dá esse erro. A única coisa na pré-configuração que é depois da opção popcon é o material do carregador de inicialização. Estou completamente confuso e gostaria de receber ajuda!

Obrigado

    
por testing1234 23.07.2014 / 20:24

1 resposta

0

Você encontrou uma solução para isso? Eu tenho exatamente o mesmo problema ao usar uma fonte HTTP local para o Ubuntu 12.04.

Se eu usar

d-i     mirror/http/hostname select dk.archive.ubuntu.com

em vez de nosso próprio repositório local

d-i     mirror/http/hostname select srv-wds-nsb1

d-i     mirror/http/directory   string  /LinuxDist/Ubuntu/12.04_x64_LTS

tudo funciona bem.

    
por Staun 25.09.2015 / 15:18