[opensuse-autoinstall] Problems with prompted IP values
Pardon what seems to me to be a very simple question - I have saved some system configs for use by Autoyast however I need to manually do so some editing to prompt for: Nodename IP address IP mask IP default gateway The nodename is taking just fine. My default value for the mask is falling in place but I'm not so sure a non default will take. The other IP values of address and mask are not taking, It seems to be caused by the node believing it is going to get it's IP via DHCP (that is the active method after installation completes) I've searched the official documentation as well as reading some other folks primers on Autoyast but I am missing something. Could someone look over this profile and help me find what I'm missing? TIA Eric <?xml version="1.0"?> <!DOCTYPE profile> <profile xmlns="http://www.suse.com/1.0/yast2ns" xmlns:config="http://www.suse.com/1.0/configns"> <add-on> <add_on_products config:type="list"/> </add-on> <bootloader> <device_map config:type="list"> <device_map_entry> <firmware>fd0</firmware> <linux>/dev/fd0</linux> </device_map_entry> <device_map_entry> <firmware>hd0</firmware> <linux>/dev/sda</linux> </device_map_entry> </device_map> <global> <activate>true</activate> <boot_boot>true</boot_boot> <default>SUSE Linux Enterprise Server 10 SP2</default> <generic_mbr>true</generic_mbr> <gfxmenu>/boot/message</gfxmenu> <lines_cache_id>3</lines_cache_id> <timeout config:type="integer">8</timeout> </global> <initrd_modules config:type="list"> <initrd_module> <module>piix</module> </initrd_module> <initrd_module> <module>mptspi</module> </initrd_module> <initrd_module> <module>processor</module> </initrd_module> <initrd_module> <module>thermal</module> </initrd_module> <initrd_module> <module>fan</module> </initrd_module> <initrd_module> <module>jbd</module> </initrd_module> <initrd_module> <module>ext3</module> </initrd_module> <initrd_module> <module>dm_mod</module> </initrd_module> <initrd_module> <module>edd</module> </initrd_module> </initrd_modules> <loader_type>grub</loader_type> <sections config:type="list"> <section> <append>resume=/dev/sda2 splash=silent clock=pit showopts</append> <image>/boot/vmlinuz-2.6.16.60-0.21-default</image> <initial>1</initial> <initrd>/boot/initrd-2.6.16.60-0.21-default</initrd> <kernel>/boot/vmlinuz</kernel> <lines_cache_id>0</lines_cache_id> <name>SUSE Linux Enterprise Server 10 SP2</name> <original_name>linux</original_name> <root>/dev/system/slash</root> <type>image</type> <vga>0x32b</vga> <vgamode>0x32b</vgamode> </section> <section> <blockoffset>1</blockoffset> <chainloader>/dev/fd0</chainloader> <lines_cache_id>1</lines_cache_id> <name>Floppy</name> <noverifyroot>true</noverifyroot> <original_name>floppy</original_name> <root></root> <type>other</type> </section> <section> <append>showopts ide=nodma apm=off acpi=off noresume nosmp noapic maxcpus=0 edd=off 3</append> <image>/boot/vmlinuz-2.6.16.60-0.21-default</image> <initrd>/boot/initrd-2.6.16.60-0.21-default</initrd> <kernel>/boot/vmlinuz</kernel> <lines_cache_id>2</lines_cache_id> <name>Failsafe -- SUSE Linux Enterprise Server 10 SP2</name> <original_name>failsafe</original_name> <root>/dev/system/slash</root> <type>image</type> <vga>normal</vga> <vgamode>normal</vgamode> </section> </sections> </bootloader> <ca_mgm> <CAName>YaST_Default_CA</CAName> <ca_commonName>YaST Default CA (vmguest)</ca_commonName> <country>EN</country> <locality></locality> <organisation></organisation> <organisationUnit></organisationUnit> <password>ENTER PASSWORD HERE</password> <server_commonName>vmguest.meadwestvaco.com</server_commonName> <server_email>postmaster@meadwestvaco.com</server_email> <state></state> <takeLocalServerName config:type="boolean">false</takeLocalServerName> </ca_mgm> <firewall> <FW_ALLOW_FW_BROADCAST_DMZ>no</FW_ALLOW_FW_BROADCAST_DMZ> <FW_ALLOW_FW_BROADCAST_EXT>no</FW_ALLOW_FW_BROADCAST_EXT> <FW_ALLOW_FW_BROADCAST_INT>no</FW_ALLOW_FW_BROADCAST_INT> <FW_DEV_DMZ></FW_DEV_DMZ> <FW_DEV_EXT>any</FW_DEV_EXT> <FW_DEV_INT></FW_DEV_INT> <FW_FORWARD_ALWAYS_INOUT_DEV></FW_FORWARD_ALWAYS_INOUT_DEV> <FW_FORWARD_MASQ></FW_FORWARD_MASQ> <FW_IGNORE_FW_BROADCAST_DMZ>no</FW_IGNORE_FW_BROADCAST_DMZ> <FW_IGNORE_FW_BROADCAST_EXT>yes</FW_IGNORE_FW_BROADCAST_EXT> <FW_IGNORE_FW_BROADCAST_INT>no</FW_IGNORE_FW_BROADCAST_INT> <FW_IPSEC_TRUST>no</FW_IPSEC_TRUST> <FW_LOG_ACCEPT_ALL>no</FW_LOG_ACCEPT_ALL> <FW_LOG_ACCEPT_CRIT>yes</FW_LOG_ACCEPT_CRIT> <FW_LOG_DROP_ALL>no</FW_LOG_DROP_ALL> <FW_LOG_DROP_CRIT>yes</FW_LOG_DROP_CRIT> <FW_MASQUERADE>no</FW_MASQUERADE> <FW_PROTECT_FROM_INT>no</FW_PROTECT_FROM_INT> <FW_ROUTE>no</FW_ROUTE> <FW_SERVICES_ACCEPT_DMZ></FW_SERVICES_ACCEPT_DMZ> <FW_SERVICES_ACCEPT_EXT></FW_SERVICES_ACCEPT_EXT> <FW_SERVICES_ACCEPT_INT></FW_SERVICES_ACCEPT_INT> <FW_SERVICES_DMZ_IP></FW_SERVICES_DMZ_IP> <FW_SERVICES_DMZ_RPC></FW_SERVICES_DMZ_RPC> <FW_SERVICES_DMZ_TCP></FW_SERVICES_DMZ_TCP> <FW_SERVICES_DMZ_UDP></FW_SERVICES_DMZ_UDP> <FW_SERVICES_EXT_IP></FW_SERVICES_EXT_IP> <FW_SERVICES_EXT_RPC></FW_SERVICES_EXT_RPC> <FW_SERVICES_EXT_TCP>ssh</FW_SERVICES_EXT_TCP> <FW_SERVICES_EXT_UDP></FW_SERVICES_EXT_UDP> <FW_SERVICES_INT_IP></FW_SERVICES_INT_IP> <FW_SERVICES_INT_RPC></FW_SERVICES_INT_RPC> <FW_SERVICES_INT_TCP></FW_SERVICES_INT_TCP> <FW_SERVICES_INT_UDP></FW_SERVICES_INT_UDP> <enable_firewall config:type="boolean">false</enable_firewall> <start_firewall config:type="boolean">false</start_firewall> </firewall> <general> <mode> <confirm config:type="boolean">false</confirm> </mode> <mouse> <id>none</id> </mouse> <signature-handling> <accept_file_without_checksum config:type="boolean">true</accept_file_without_checksum> <accept_non_trusted_gpg_key config:type="boolean">true</accept_non_trusted_gpg_key> <accept_unknown_gpg_key config:type="boolean">true</accept_unknown_gpg_key> <accept_unsigned_file config:type="boolean">true</accept_unsigned_file> <accept_verification_failed config:type="boolean">false</accept_verification_failed> <import_gpg_key config:type="boolean">true</import_gpg_key> </signature-handling> <ask-list config:type="list"> <ask> <path>networking,dns,hostname</path> <question>Enter Hostname (server name)</question> <stage>initial</stage> <default>enter your hostname here</default> </ask> <ask> <path>networking,interfaces,interface,ipaddr</path> <question>Enter the primary IP Address:</question> <stage>initial</stage> <default>127.0.0.1</default> </ask> <ask> <path>networking,interfaces,interface,netmask</path> <question>Enter the network mask:</question> <stage>initial</stage> <default>255.255.255.0</default> </ask> <ask> <path>networking,routing,route,gateway</path> <question>Enter the network mask:</question> <stage>initial</stage> <default>255.255.255.0</default> </ask> </ask-list> </general> <groups config:type="list"> <group> <group_password>x</group_password> <groupname>users</groupname> <userlist></userlist> </group> <group> <group_password>x</group_password> <groupname>floppy</groupname> <userlist></userlist> </group> <group> <group_password>x</group_password> <groupname>bin</groupname> <userlist>daemon</userlist> </group> <group> <group_password>x</group_password> <groupname>xok</groupname> <userlist></userlist> </group> <group> <group_password>x</group_password> <groupname>nobody</groupname> <userlist></userlist> </group> <group> <group_password>x</group_password> <groupname>modem</groupname> <userlist></userlist> </group> <group> <group_password>x</group_password> <groupname>lp</groupname> <userlist></userlist> </group> <group> <group_password>x</group_password> <groupname>tty</groupname> <userlist></userlist> </group> <group> <group_password>!</group_password> <groupname>postfix</groupname> <userlist></userlist> </group> <group> <group_password>!</group_password> <groupname>gdm</groupname> <userlist></userlist> </group> <group> <group_password>x</group_password> <groupname>nogroup</groupname> <userlist>nobody</userlist> </group> <group> <group_password>!</group_password> <groupname>maildrop</groupname> <userlist></userlist> </group> <group> <group_password>!</group_password> <groupname>messagebus</groupname> <userlist></userlist> </group> <group> <group_password>x</group_password> <groupname>video</groupname> <userlist></userlist> </group> <group> <group_password>x</group_password> <groupname>sys</groupname> <userlist></userlist> </group> <group> <group_password>x</group_password> <groupname>shadow</groupname> <userlist></userlist> </group> <group> <group_password>x</group_password> <groupname>console</groupname> <userlist></userlist> </group> <group> <group_password>x</group_password> <groupname>cdrom</groupname> <userlist></userlist> </group> <group> <group_password>!</group_password> <groupname>haldaemon</groupname> <userlist></userlist> </group> <group> <group_password>x</group_password> <groupname>trusted</groupname> <userlist></userlist> </group> <group> <group_password>x</group_password> <groupname>dialout</groupname> <userlist></userlist> </group> <group> <group_password>x</group_password> <groupname>wheel</groupname> <userlist></userlist> </group> <group> <group_password>x</group_password> <groupname>www</groupname> <userlist></userlist> </group> <group> <group_password>x</group_password> <groupname>games</groupname> <userlist></userlist> </group> <group> <group_password>x</group_password> <groupname>disk</groupname> <userlist></userlist> </group> <group> <group_password>x</group_password> <groupname>audio</groupname> <userlist></userlist> </group> <group> <group_password>!</group_password> <groupname>suse-ncc</groupname> <userlist></userlist> </group> <group> <group_password>x</group_password> <groupname>ftp</groupname> <userlist></userlist> </group> <group> <group_password>!</group_password> <groupname>at</groupname> <userlist></userlist> </group> <group> <group_password>x</group_password> <groupname>kmem</groupname> <userlist></userlist> </group> <group> <group_password>x</group_password> <groupname>public</groupname> <userlist></userlist> </group> <group> <group_password>x</group_password> <groupname>root</groupname> <userlist></userlist> </group> <group> <group_password>x</group_password> <groupname>mail</groupname> <userlist></userlist> </group> <group> <group_password>x</group_password> <groupname>daemon</groupname> <userlist></userlist> </group> <group> <group_password>!</group_password> <groupname>ntp</groupname> <userlist></userlist> </group> <group> <group_password>x</group_password> <groupname>uucp</groupname> <userlist></userlist> </group> <group> <group_password>!</group_password> <groupname>ntadmin</groupname> <userlist></userlist> </group> <group> <group_password>x</group_password> <groupname>man</groupname> <userlist></userlist> </group> <group> <group_password>x</group_password> <groupname>utmp</groupname> <userlist></userlist> </group> <group> <group_password>x</group_password> <groupname>news</groupname> <userlist></userlist> </group> <group> <group_password>!</group_password> <groupname>sshd</groupname> <userlist></userlist> </group> </groups> <host> <hosts config:type="list"> <hosts_entry> <host_address>127.0.0.1</host_address> <names config:type="list"> <name>localhost</name> </names> </hosts_entry> <hosts_entry> <host_address>192.168.254.254</host_address> <names config:type="list"> <name>vmguest.meadwestvaco.com vmguest</name> </names> </hosts_entry> <hosts_entry> <host_address>::1</host_address> <names config:type="list"> <name>localhost ipv6-localhost ipv6-loopback</name> </names> </hosts_entry> <hosts_entry> <host_address>fe00::0</host_address> <names config:type="list"> <name>ipv6-localnet</name> </names> </hosts_entry> <hosts_entry> <host_address>ff00::0</host_address> <names config:type="list"> <name>ipv6-mcastprefix</name> </names> </hosts_entry> <hosts_entry> <host_address>ff02::1</host_address> <names config:type="list"> <name>ipv6-allnodes</name> </names> </hosts_entry> <hosts_entry> <host_address>ff02::2</host_address> <names config:type="list"> <name>ipv6-allrouters</name> </names> </hosts_entry> <hosts_entry> <host_address>ff02::3</host_address> <names config:type="list"> <name>ipv6-allhosts</name> </names> </hosts_entry> </hosts> </host> <iscsi-client> <initiatorname></initiatorname> <targets config:type="list"/> <version>1.0</version> </iscsi-client> <keyboard> <keymap>english-us</keymap> </keyboard> <language> <language>en_US</language> <languages></languages> </language> <ldap> <base_config_dn></base_config_dn> <bind_dn></bind_dn> <create_ldap config:type="boolean">false</create_ldap> <file_server config:type="boolean">false</file_server> <ldap_domain></ldap_domain> <ldap_server></ldap_server> <ldap_tls config:type="boolean">false</ldap_tls> <ldap_v2 config:type="boolean">false</ldap_v2> <member_attribute></member_attribute> <pam_password></pam_password> <start_autofs config:type="boolean">false</start_autofs> <start_ldap config:type="boolean">false</start_ldap> </ldap> <ldap-server> <allowList config:type="list"/> <loglevel>256</loglevel> <schemaIncludeList config:type="list"/> <serviceEnabled>0</serviceEnabled> <tlsSettings/> </ldap-server> <networking> <dhcp_options> <dhclient_additional_options></dhclient_additional_options> <dhclient_client_id></dhclient_client_id> <dhclient_hostname_option>AUTO</dhclient_hostname_option> </dhcp_options> <dns> <dhcp_hostname config:type="boolean">false</dhcp_hostname> <dhcp_resolv config:type="boolean">true</dhcp_resolv> <domain>meadwestvaco.com</domain> <nameservers config:type="list"> <nameserver>10.197.102.45</nameserver> <nameserver>10.197.38.45</nameserver> <nameserver>10.197.18.45</nameserver> </nameservers> </dns> <interfaces config:type="list"> <interface> <bootproto>static</bootproto> <device>eth-id-00:50:56:94:13:7e</device> <name>AMD PCnet - Fast 79C971</name> <startmode>auto</startmode> <usercontrol>no</usercontrol> </interface> </interfaces> <managed config:type="boolean">false</managed> <modules config:type="list"> <module_entry> <device>bus-pci-0000:00:11.0</device> <module>pcnet32</module> <options></options> </module_entry> <module_entry> <device>static-printer</device> <module>lp</module> <options></options> </module_entry> <module_entry> <device>vpid-1000-0030</device> <module></module> <options></options> </module_entry> <module_entry> <device>vpid-1000-0040</device> <module></module> <options></options> </module_entry> <module_entry> <device>vpid-1000-0050</device> <module></module> <options></options> </module_entry> <module_entry> <device>vpid-1000-0054</device> <module></module> <options></options> </module_entry> <module_entry> <device>vpid-1000-0056</device> <module></module> <options></options> </module_entry> <module_entry> <device>vpid-1000-0058</device> <module></module> <options></options> </module_entry> <module_entry> <device>vpid-1000-0062</device> <module></module> <options></options> </module_entry> <module_entry> <device>vpid-1000-0621</device> <module></module> <options></options> </module_entry> <module_entry> <device>vpid-1000-0622</device> <module></module> <options></options> </module_entry> <module_entry> <device>vpid-1000-0624</device> <module></module> <options></options> </module_entry> <module_entry> <device>vpid-1000-0626</device> <module></module> <options></options> </module_entry> <module_entry> <device>vpid-1000-0628</device> <module></module> <options></options> </module_entry> <module_entry> <device>vpid-1000-0640</device> <module></module> <options></options> </module_entry> <module_entry> <device>vpid-1000-0642</device> <module></module> <options></options> </module_entry> <module_entry> <device>vpid-1000-0646</device> <module></module> <options></options> </module_entry> </modules> <routing> <ip_forward config:type="boolean">false</ip_forward> </routing> </networking> <nis> <nis_broadcast config:type="boolean">false</nis_broadcast> <nis_broken_server config:type="boolean">false</nis_broken_server> <nis_by_dhcp config:type="boolean">false</nis_by_dhcp> <nis_domain></nis_domain> <nis_local_only config:type="boolean">false</nis_local_only> <nis_options></nis_options> <nis_other_domains config:type="list"/> <nis_servers config:type="list"/> <start_autofs config:type="boolean">false</start_autofs> <start_nis config:type="boolean">false</start_nis> </nis> <partitioning config:type="list"> <drive> <device>/dev/sda</device> <partitions config:type="list"> <partition> <create config:type="boolean">true</create> <filesystem config:type="symbol">ext3</filesystem> <format config:type="boolean">true</format> <mount>/boot</mount> <mountby config:type="symbol">device</mountby> <partition_id config:type="integer">131</partition_id> <partition_nr config:type="integer">1</partition_nr> <partition_type>primary</partition_type> <size>411231744</size> </partition> <partition> <create config:type="boolean">true</create> <filesystem config:type="symbol">swap</filesystem> <format config:type="boolean">true</format> <mount>swap</mount> <mountby config:type="symbol">device</mountby> <partition_id config:type="integer">130</partition_id> <partition_nr config:type="integer">2</partition_nr> <partition_type>primary</partition_type> <size>1069285888</size> </partition> <partition> <create config:type="boolean">true</create> <lvm_group>system</lvm_group> <partition_id config:type="integer">142</partition_id> <partition_nr config:type="integer">3</partition_nr> <partition_type>primary</partition_type> <size>25062428160</size> </partition> </partitions> <use>all</use> </drive> <drive> <device>/dev/system</device> <lvm2 config:type="boolean">true</lvm2> <partitions config:type="list"> <partition> <create config:type="boolean">true</create> <filesystem config:type="symbol">ext3</filesystem> <format config:type="boolean">true</format> <lv_name>slash</lv_name> <mount>/</mount> <mountby config:type="symbol">device</mountby> <size>3221225472</size> </partition> <partition> <create config:type="boolean">true</create> <filesystem config:type="symbol">ext3</filesystem> <format config:type="boolean">true</format> <lv_name>tmp</lv_name> <mount>/tmp</mount> <mountby config:type="symbol">device</mountby> <size>3221225472</size> </partition> <partition> <create config:type="boolean">true</create> <filesystem config:type="symbol">ext3</filesystem> <format config:type="boolean">true</format> <lv_name>usr-novell</lv_name> <mount>/usr/novell</mount> <mountby config:type="symbol">device</mountby> <size>3221225472</size> </partition> <partition> <create config:type="boolean">true</create> <filesystem config:type="symbol">ext3</filesystem> <format config:type="boolean">true</format> <lv_name>var</lv_name> <mount>/var</mount> <mountby config:type="symbol">device</mountby> <size>3221225472</size> </partition> </partitions> <pesize>4M</pesize> <type config:type="symbol">CT_LVM</type> <use>all</use> </drive> </partitioning> <printer> <cups_installation config:type="symbol">client</cups_installation> <default></default> <printcap config:type="list"/> <server_hostname></server_hostname> <spooler>cups</spooler> </printer> <proxy> <enabled config:type="boolean">true</enabled> <ftp_proxy></ftp_proxy> <http_proxy>http://borderna.ha.mwv:8080</http_proxy> <https_proxy>http://borderna.ha.mwv:8080</https_proxy> <no_proxy>localhost, 127.0.0.1</no_proxy> <proxy_password></proxy_password> <proxy_user></proxy_user> </proxy> <report> <errors> <log config:type="boolean">true</log> <show config:type="boolean">true</show> <timeout config:type="integer">0</timeout> </errors> <messages> <log config:type="boolean">true</log> <show config:type="boolean">true</show> <timeout config:type="integer">0</timeout> </messages> <warnings> <log config:type="boolean">true</log> <show config:type="boolean">true</show> <timeout config:type="integer">0</timeout> </warnings> <yesno_messages> <log config:type="boolean">true</log> <show config:type="boolean">true</show> <timeout config:type="integer">0</timeout> </yesno_messages> </report> <runlevel> <default>3</default> </runlevel> <software> <packages config:type="list"> <package>zlib-devel</package> <package>libvorbis</package> <package>flac</package> <package>yast2-trans-en_US</package> <package>libgsm</package> <package>limal-nfs-server</package> <package>sysstat</package> <package>taglib</package> <package>libsvg-cairo</package> <package>perl-Date-Calc</package> <package>cifs-mount</package> <package>cairo-devel</package> <package>perl-TermReadKey</package> <package>perl-Digest-SHA1</package> <package>boost</package> <package>mDNSResponder-lib</package> <package>perl-DBI</package> <package>OpenEXR</package> <package>perl-X500-DN</package> <package>aalib</package> <package>aspell-en</package> <package>fontconfig-devel</package> <package>limal-nfs-server-perl</package> <package>gcc</package> <package>susehelp_en</package> <package>libgimpprint</package> <package>zypper</package> <package>pkgconfig</package> <package>unrar</package> <package>libogg</package> <package>perl-Parse-RecDescent</package> <package>perl-File-Tail</package> <package>mpt-firmware</package> <package>dmapi</package> <package>samba-client</package> <package>gtk-devel</package> <package>perl-Bit-Vector</package> <package>libmudflap</package> <package>libicu</package> <package>perl-Crypt-SmbHash</package> <package>atk-devel</package> <package>dbus-1-mono</package> <package>mono-winforms</package> <package>perl-DBD-SQLite</package> <package>xorg-x11-devel</package> <package>perl-Digest-MD4</package> <package>perl-Config-Crontab</package> <package>perl-Carp-Clan</package> <package>acct</package> <package>iso-codes</package> <package>pango-devel</package> <package>gtk2-devel</package> <package>libssui</package> <package>net-snmp</package> <package>libpng-devel</package> <package>perl-Compress-Zlib</package> <package>freetype2-devel</package> <package>libzypp-zmd-backend</package> <package>xorg-x11-Xnest</package> <package>qt-qt3support</package> <package>libnl</package> <package>libiniparser</package> <package>glib2-devel</package> <package>glitz-devel</package> <package>dbus-1-qt</package> <package>python-cairo</package> <package>perl-PlRPC</package> <package>audiofile</package> <package>esound</package> <package>update-alternatives</package> <package>makedumpfile</package> <package>glib-devel</package> <package>glibc-devel</package> <package>libsvg</package> <package>perl-Net-Daemon</package> <package>perl-URI</package> <package>perl-Config-IniFiles</package> <package>pciutils-ids</package> <package>perl-libapparmor</package> <package>perl-XML-Writer</package> <package>perl-Bootloader</package> <package>perl-TimeDate</package> <package>perl-XML-Parser</package> <package>perl-gettext</package> <package>Mesa-devel</package> <package>libgdiplus</package> </packages> <patterns config:type="list"> <pattern>Documentation</pattern> <pattern>apparmor</pattern> <pattern>gnome</pattern> <pattern>base</pattern> <pattern>x11</pattern> </patterns> <remove-packages config:type="list"> <package>sles-preparation-power_en</package> <package>sles-preparation-zseries_en</package> <package>gnome2-SuSE</package> <package>mDNSResponder</package> <package>evolution</package> <package>gnome2-SLES</package> <package>pdisk</package> <package>s390-32</package> <package>powerpc32</package> <package>s390-tools</package> <package>salinfo</package> <package>pfmon</package> <package>numactl</package> <package>linux32</package> <package>mcelog</package> <package>libpfm</package> </remove-packages> </software> <timezone> <hwclock>UTC</hwclock> <timezone>US/Eastern</timezone> </timezone> <user_defaults> <expire></expire> <group>100</group> <groups>video,dialout</groups> <home>/home</home> <inactive>-1</inactive> <shell>/bin/bash</shell> <skel>/etc/skel</skel> </user_defaults> <users config:type="list"> <user> <encrypted config:type="boolean">true</encrypted> <fullname>Games account</fullname> <gid>100</gid> <home>/var/games</home> <password_settings> <expire></expire> <flag></flag> <inact></inact> <max></max> <min></min> <warn></warn> </password_settings> <shell>/bin/bash</shell> <uid>12</uid> <user_password>*</user_password> <username>games</username> </user> <user> <encrypted config:type="boolean">true</encrypted> <fullname>bin</fullname> <gid>1</gid> <home>/bin</home> <password_settings> <expire></expire> <flag></flag> <inact></inact> <max></max> <min></min> <warn></warn> </password_settings> <shell>/bin/bash</shell> <uid>1</uid> <user_password>*</user_password> <username>bin</username> </user> <user> <encrypted config:type="boolean">true</encrypted> <fullname>nobody</fullname> <gid>65533</gid> <home>/var/lib/nobody</home> <password_settings> <expire></expire> <flag></flag> <inact></inact> <max></max> <min></min> <warn></warn> </password_settings> <shell>/bin/bash</shell> <uid>65534</uid> <user_password>*</user_password> <username>nobody</username> </user> <user> <encrypted config:type="boolean">true</encrypted> <fullname>Printing daemon</fullname> <gid>7</gid> <home>/var/spool/lpd</home> <password_settings> <expire></expire> <flag></flag> <inact></inact> <max></max> <min></min> <warn></warn> </password_settings> <shell>/bin/bash</shell> <uid>4</uid> <user_password>*</user_password> <username>lp</username> </user> <user> <encrypted config:type="boolean">true</encrypted> <fullname>Postfix Daemon</fullname> <gid>51</gid> <home>/var/spool/postfix</home> <password_settings> <expire></expire> <flag></flag> <inact></inact> <max>99999</max> <min>0</min> <warn>7</warn> </password_settings> <shell>/bin/false</shell> <uid>51</uid> <user_password>!</user_password> <username>postfix</username> </user> <user> <encrypted config:type="boolean">true</encrypted> <fullname>Novell Customer Center User</fullname> <gid>105</gid> <home>/var/lib/YaST2/suse-ncc-fakehome</home> <password_settings> <expire></expire> <flag></flag> <inact></inact> <max>99999</max> <min>0</min> <warn>7</warn> </password_settings> <shell>/bin/bash</shell> <uid>102</uid> <user_password>!</user_password> <username>suse-ncc</username> </user> <user> <encrypted config:type="boolean">true</encrypted> <fullname>FTP account</fullname> <gid>49</gid> <home>/srv/ftp</home> <password_settings> <expire></expire> <flag></flag> <inact></inact> <max></max> <min></min> <warn></warn> </password_settings> <shell>/bin/bash</shell> <uid>40</uid> <user_password>*</user_password> <username>ftp</username> </user> <user> <encrypted config:type="boolean">true</encrypted> <fullname>Gnome Display Manager daemon</fullname> <gid>104</gid> <home>/var/lib/gdm</home> <password_settings> <expire></expire> <flag></flag> <inact></inact> <max>99999</max> <min>0</min> <warn>7</warn> </password_settings> <shell>/bin/false</shell> <uid>50</uid> <user_password>!</user_password> <username>gdm</username> </user> <user> <encrypted config:type="boolean">true</encrypted> <fullname>Batch jobs daemon</fullname> <gid>25</gid> <home>/var/spool/atjobs</home> <password_settings> <expire></expire> <flag></flag> <inact></inact> <max>99999</max> <min>0</min> <warn>7</warn> </password_settings> <shell>/bin/bash</shell> <uid>25</uid> <user_password>!</user_password> <username>at</username> </user> <user> <encrypted config:type="boolean">true</encrypted> <fullname>root</fullname> <gid>0</gid> <home>/root</home> <password_settings> <expire></expire> <flag></flag> <inact></inact> <max></max> <min></min> <warn></warn> </password_settings> <shell>/bin/bash</shell> <uid>0</uid> <user_password>$2a$05$1Beaheuhg.Qz1e04/tseDu3dtH7r/cC2svGKiDeIyAxNG9O1HA20K</user_password> <username>root</username> </user> <user> <encrypted config:type="boolean">true</encrypted> <fullname>Mailer daemon</fullname> <gid>12</gid> <home>/var/spool/clientmqueue</home> <password_settings> <expire></expire> <flag></flag> <inact></inact> <max></max> <min></min> <warn></warn> </password_settings> <shell>/bin/false</shell> <uid>8</uid> <user_password>*</user_password> <username>mail</username> </user> <user> <encrypted config:type="boolean">true</encrypted> <fullname>Daemon</fullname> <gid>2</gid> <home>/sbin</home> <password_settings> <expire></expire> <flag></flag> <inact></inact> <max></max> <min></min> <warn></warn> </password_settings> <shell>/bin/bash</shell> <uid>2</uid> <user_password>*</user_password> <username>daemon</username> </user> <user> <encrypted config:type="boolean">true</encrypted> <fullname>NTP daemon</fullname> <gid>103</gid> <home>/var/lib/ntp</home> <password_settings> <expire></expire> <flag></flag> <inact></inact> <max>99999</max> <min>0</min> <warn>7</warn> </password_settings> <shell>/bin/false</shell> <uid>74</uid> <user_password>!</user_password> <username>ntp</username> </user> <user> <fullname>User for D-BUS</fullname> <gid>101</gid> <home>/var/run/dbus</home> <shell>/bin/false</shell> <uid>100</uid> </user> <user> <encrypted config:type="boolean">true</encrypted> <fullname>Unix-to-Unix CoPy system</fullname> <gid>14</gid> <home>/etc/uucp</home> <password_settings> <expire></expire> <flag></flag> <inact></inact> <max></max> <min></min> <warn></warn> </password_settings> <shell>/bin/bash</shell> <uid>10</uid> <user_password>*</user_password> <username>uucp</username> </user> <user> <fullname>User for haldaemon</fullname> <gid>102</gid> <home>/var/run/hal</home> <shell>/bin/false</shell> <uid>101</uid> </user> <user> <encrypted config:type="boolean">true</encrypted> <fullname>WWW daemon apache</fullname> <gid>8</gid> <home>/var/lib/wwwrun</home> <password_settings> <expire></expire> <flag></flag> <inact></inact> <max></max> <min></min> <warn></warn> </password_settings> <shell>/bin/false</shell> <uid>30</uid> <user_password>*</user_password> <username>wwwrun</username> </user> <user> <encrypted config:type="boolean">true</encrypted> <fullname>Manual pages viewer</fullname> <gid>62</gid> <home>/var/cache/man</home> <password_settings> <expire></expire> <flag></flag> <inact></inact> <max></max> <min></min> <warn></warn> </password_settings> <shell>/bin/bash</shell> <uid>13</uid> <user_password>*</user_password> <username>man</username> </user> <user> <encrypted config:type="boolean">true</encrypted> <fullname>News system</fullname> <gid>13</gid> <home>/etc/news</home> <password_settings> <expire></expire> <flag></flag> <inact></inact> <max></max> <min></min> <warn></warn> </password_settings> <shell>/bin/bash</shell> <uid>9</uid> <user_password>*</user_password> <username>news</username> </user> <user> <encrypted config:type="boolean">true</encrypted> <fullname>SSH daemon</fullname> <gid>65</gid> <home>/var/lib/sshd</home> <password_settings> <expire></expire> <flag></flag> <inact></inact> <max>99999</max> <min>0</min> <warn>7</warn> </password_settings> <shell>/bin/false</shell> <uid>71</uid> <user_password>!</user_password> <username>sshd</username> </user> </users> <x11> <color_depth>16</color_depth> <display_manager>gdm</display_manager> <enable_3d config:type="boolean">false</enable_3d> <monitor> <display> <max_hsync config:type="integer">38</max_hsync> <max_vsync config:type="integer">60</max_vsync> <min_hsync config:type="integer">31</min_hsync> <min_vsync config:type="integer">50</min_vsync> </display> <monitor_device>800X600@60HZ</monitor_device> <monitor_vendor>--> VESA</monitor_vendor> </monitor> <resolution>800x600 (SVGA)</resolution> <window_manager>gnome</window_manager> </x11> </profile> -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
on Monday 24 August 2009 Eric Rothweiler wrote:
I've searched the official documentation as well as reading some other folks primers on Autoyast but I am missing something. Could someone look over this profile and help me find what I'm missing?
your path is wrong:
<ask-list config:type="list"> <ask> <path>networking,dns,hostname</path> <question>Enter Hostname (server name)</question> <stage>initial</stage> <default>enter your hostname here</default> </ask>
that's correct
<ask> <path>networking,interfaces,interface,ipaddr</path> <question>Enter the primary IP Address:</question> <stage>initial</stage> <default>127.0.0.1</default> </ask>
that's wrong. <interfaces config:type="list"> is a list of <interface> elements. if you would just say (like you did): <path>networking,interfaces,interface,ipaddr</path> how should autoyast know which interface in the list of interfaces you mean? The first one? The second? The third? So you have to tell autoyast which element number in the list of <interfaces> you mean by: <path>networking,interfaces,0,ipaddr</path> if it's the first <interface> in the list of <interfaces> <path>networking,interfaces,2,ipaddr</path> if it's the third ... and so on ... In your case you only have one <interface> in that list so it's obviously "0" but I think you can see the point. btw, I don't know which version of SUSE Linux you use but <path> is deprecated with the latest versions and was replaced by <pathlist>. <path> still works but only because of compatibility code that might be removed in the future. -- ciao, Uwe Gansert Uwe Gansert SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg) Business: http://www.suse.de/~ug -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
I will try to straighten this out and try it today (early morning on the left side of the big pond :-) Like I said, I'm sure it's something too simple. In my case I'm using the Autoyast with SLES10 sp2. These servers will get OES2 placed on top of most of them but since the OES2 config is relatively straightforward I am leaving that portion manual. I very much appreciate the patience of everyone on this list- everyone here is wonderful! Eric On Tue, Aug 25, 2009 at 6:17 AM, Uwe Gansert<ug@suse.de> wrote:
on Monday 24 August 2009 Eric Rothweiler wrote:
I've searched the official documentation as well as reading some other folks primers on Autoyast but I am missing something. Could someone look over this profile and help me find what I'm missing?
your path is wrong:
<ask-list config:type="list"> <ask> <path>networking,dns,hostname</path> <question>Enter Hostname (server name)</question> <stage>initial</stage> <default>enter your hostname here</default> </ask>
that's correct
<ask> <path>networking,interfaces,interface,ipaddr</path> <question>Enter the primary IP Address:</question> <stage>initial</stage> <default>127.0.0.1</default> </ask>
that's wrong. <interfaces config:type="list"> is a list of <interface> elements. if you would just say (like you did): <path>networking,interfaces,interface,ipaddr</path> how should autoyast know which interface in the list of interfaces you mean? The first one? The second? The third? So you have to tell autoyast which element number in the list of <interfaces> you mean by: <path>networking,interfaces,0,ipaddr</path> if it's the first <interface> in the list of <interfaces> <path>networking,interfaces,2,ipaddr</path> if it's the third ... and so on ...
In your case you only have one <interface> in that list so it's obviously "0" but I think you can see the point.
btw, I don't know which version of SUSE Linux you use but <path> is deprecated with the latest versions and was replaced by <pathlist>. <path> still works but only because of compatibility code that might be removed in the future.
-- ciao, Uwe Gansert
Uwe Gansert SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg) Business: http://www.suse.de/~ug
-- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
-- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
participants (2)
-
Eric Rothweiler
-
Uwe Gansert