Bug 14620 - Установка останавливается с ошибкой
Summary: Установка останавливается с ошибкой
Status: CLOSED WONTFIX
Alias: None
Product: Sisyphus
Classification: Development
Component: alterator-autoinstall (show other bugs)
Version: unstable
Hardware: all Linux
: P2 blocker
Assignee: Nobody's working on this, feel free to take it
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-22 22:45 MSK by Slava Dubrovskiy
Modified: 2018-11-29 20:28 MSK (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Slava Dubrovskiy 2008-02-22 22:45:54 MSK
При автоустановке, установка останавливается с ошибкой:

------(("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.
Comment 1 Slava Dubrovskiy 2008-02-22 22:51:49 MSK
В 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 взят с этого же сервера при предыдущей инсталяции
Comment 2 Grigory Ustinov 2018-11-29 20:28:40 MSK
В сизифе такого пакета давно нет.