| Summary: | Установка останавливается с ошибкой | ||
|---|---|---|---|
| Product: | Sisyphus | Reporter: | Slava Dubrovskiy <dubrsl> |
| Component: | alterator-autoinstall | Assignee: | Nobody's working on this, feel free to take it <nobody> |
| Status: | CLOSED WONTFIX | QA Contact: | qa-sisyphus |
| Severity: | blocker | ||
| Priority: | P2 | CC: | grenka, mike |
| Version: | unstable | ||
| Hardware: | all | ||
| OS: | Linux | ||
В autoinstall.scm при этом:
(("net-eth" "eth0") action "constraints" orig_action "write" language ("en_US")
dhcp #f ip "192.168.1.35" mask "24" hw_bindin
g "mac" default "192.168.1.1" restart #f)
(("net-eth" "eth0") action "write" language ("en_US") dhcp #f ip "192.168.1.35"
mask "24" hw_binding "mac" default "192.168.1
.1" restart #f)
(("net-eth") language ("en_US") action "restart")
autoinstall.scm взят с этого же сервера при предыдущей инсталяции
В сизифе такого пакета давно нет. |
При автоустановке, установка останавливается с ошибкой: ------(("net-eth" "eth0") action "constraints" orig_action "write" language ("en_US") dhcp #f ip "192.168.1.35" mask "24" hw_ binding "mac" default "192.168.1.1" restart #f)... ------ANSWER:(("/net-eth/eth0" info (label "Interface state") dhcp (exclude (#t ip) exclude (#t default) exclude (#t mask) default #f label "Use DHCP") ip (required #t ipv4-address #t label "IP address") d efault (ipv4-address #t label "Default gateway") mask (label "NetMask") hw_binding (label "Hardware binding"))) ------DONE ------(("net-eth" "eth0") action "write" language ("en_US") dhcp #f ip "192.168.1.35" mask "24" hw_binding "mac" default "192 .168.1.1" restart #f)... ------ANSWER:() ------DONE ------(("net-eth") language ("en_US") action "restart")... ------FAILED REASON:"Constraints failed: IP address : required, but missing" autoinstall done: rc=1 /sbin/init: /usr/sbin/install2: terminated with exit code 1 This shell remains here for debug purposes. Press Ctrl-D to exit. Steps to Reproduce: 1.Запустить установку в автоматическом режиме. Настройки сети задаются вручную. 2. 3.