我有一个14.04预置,错误和保释,这是报告给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通过这样做,我能够在本地机器上再现错误:
[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我不知道预置器在哪里提供这些信息,因为tasksel启动的唯一时间是在pkgsel之前,在这里:
tasksel tasksel/first multiselect standard看着安装程序,它到达popcon,然后给我这个错误。预设中唯一在popcon选项之后的东西是引导加载程序。我完全糊涂了,我会感谢你的帮助!
谢谢
发布于 2015-09-25 13:18:55
您找到了解决这个问题的方法吗?我在Ubuntu12.04使用本地HTTP源代码时也遇到了同样的问题。
如果我用
d-i mirror/http/hostname select dk.archive.ubuntu.com而不是我们自己的本地存储库
d-i mirror/http/hostname select srv-wds-nsb1
d-i mirror/http/directory string /LinuxDist/Ubuntu/12.04_x64_LTS一切都很好。
https://askubuntu.com/questions/501678
复制相似问题