Mailinglist Archive: opensuse-autoinstall (72 mails)

< Previous Next >
[opensuse-autoinstall] Proliant and Autoyast Issue
  • From: "Mies, Christian" <cmies@xxxxxxxxxx>
  • Date: Fri, 29 Feb 2008 09:12:13 +0100
  • Message-id: <FB7CBAC8C916CD40A03367E1DA5EBA9A0115CC1F@xxxxxxxxxxxxxxxxxxx>
Hi List,
it's me again. I'm searching 2 days for my failure and found following
issues, where I need your Help.

I have a xml File for my HP Server ( look @ attached hp.xml) and a file
rules.xml (attached).
If I start the hp.xml nativly on grub boot line, everything working
fine.
Do I use the rules.xml, I get an Error in the Partition Section:
'Adding 2104472k swap on /dev/cciss/c0d0p2 Priority: -4 extends:1 across
2104472k'

Any Idea?

regards
Christian
it-novum GmbH
Ein Unternehmen der Mehler AG

Christian Mies
Consultant Systemmanagement

Edelzeller Stra?e 44
36043 Fulda

FON: +49 (661) 103-874 (-333)
FAX: +49 (661) 103-17874 (-334)
MAIL: cmies@xxxxxxxxxx
WEB: http://www.itnovum.de

Handelsregister: Amtsgericht Fulda, HRB 1934
Geschaftsfuhrer: Michael Kienle
Sitz der Gesellschaft: Fulda, Deutschland/Germany
UstID-Nr: DE813211784
Steuernr.: 018/225/03095

Der Inhalt dieser E-Mail ist vertraulich. Wenn Sie nicht der eigentliche
Empfanger sein sollten, informieren Sie bitte sofort den Absender oder
vernichten umgehend diese Mail. Jegliche unerlaubte Vervielfaltigung oder
Weiterleitung dieser Mail ist strengstens verboten.

This e-mail may contain confidential and/or privileged information. If you are
not the intended recipient (or have received this e-mail in error) please
notify the sender immediately and destroy this e-mail. Any unauthorised
copying, disclosure or distribution of material in this e-mail is strictly
forbidden.

<?xml version="1.0"?>
<!DOCTYPE autoinstall SYSTEM "/usr/share/autoinstall/dtd/rules.dtd">
<autoinstall xmlns="http://www.suse.com/1.0/yast2ns";
xmlns:config="http://www.suse.com/1.0/configns";>
<rules config:type="list">
<rule>
<custom1>
<script>
if fdisk -l | grep -i /dev/cciss > /dev/null; then
echo -n "hp"
else
echo -n "siemens"
fi;
</script>
<match>*</match>
<match_type>exact</match_type>
</custom1>
<result>
<profile>/autoinst/@custom1@.xml</profile>
<continue config:type="boolean">true</continue>
</result>
</rule>


</rules>
</autoinstall>
<?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>hd0</firmware>
<linux>/dev/cciss/c0d0</linux>
</device_map_entry>
</device_map>
<global>
<activate>true</activate>
<boot_boot>true</boot_boot>
<default>SUSE Linux Enterprise Server 10 SP1</default>
<gfxmenu>/boot/message</gfxmenu>
<lines_cache_id>2</lines_cache_id>
<timeout config:type="integer">3</timeout>
</global>
<initrd_modules config:type="list">
<initrd_module>
<module>piix</module>
</initrd_module>
<initrd_module>
<module>cciss</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>reiserfs</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/cciss/c0d0p3 splash=silent showopts</append>
<image>/boot/vmlinuz-2.6.16.46-0.12-smp</image>
<initial>1</initial>
<initrd>/boot/initrd-2.6.16.46-0.12-smp</initrd>
<kernel>/boot/vmlinuz</kernel>
<lines_cache_id>0</lines_cache_id>
<name>SUSE Linux Enterprise Server 10 SP1</name>
<original_name>linux</original_name>
<root>/dev/cciss/c0d0p3</root>
<type>image</type>
<vga>0x317</vga>
<vgamode>0x317</vgamode>
</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.46-0.12-smp</image>
<initrd>/boot/initrd-2.6.16.46-0.12-smp</initrd>
<kernel>/boot/vmlinuz</kernel>
<lines_cache_id>1</lines_cache_id>
<name>Failsafe -- SUSE Linux Enterprise Server 10 SP1</name>
<original_name>failsafe</original_name>
<root>/dev/cciss/c0d0p3</root>
<type>image</type>
<vga>normal</vga>
<vgamode>normal</vgamode>
</section>
</sections>
</bootloader>
<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 eth-id-00:1f:29:07:89:fc</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></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>
</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>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>mysql</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>127.0.0.2</host_address>
<names config:type="list">
<name>itcmilupa.master.dns itcmilupa</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>
<keyboard>
<keymap>german</keymap>
</keyboard>
<language>
<language>de_DE</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>
<nss_base_group></nss_base_group>
<nss_base_passwd></nss_base_passwd>
<nss_base_shadow></nss_base_shadow>
<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>master.dns</domain>
<hostname>itcmilupa</hostname>
<nameservers config:type="list">
<nameserver>172.16.101.23</nameserver>
</nameservers>
<searchlist config:type="list">
<search>master.dns</search>
</searchlist>
</dns>
<interfaces config:type="list">
<interface>
<bootproto>dhcp</bootproto>
<device>eth-id-00:1f:29:07:89:fc</device>
<name>Hewlett-Packard Company NetXtreme II BCM5708 Gigabit
Ethernet</name>
<netmask>255.255.255.0</netmask>
<startmode>auto</startmode>
<usercontrol>no</usercontrol>
</interface>
</interfaces>
<managed config:type="boolean">false</managed>
<modules config:type="list">
<module_entry>
<device>bus-pci-0000:03:00.0</device>
<module>bnx2</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_other_domain>
<nis_broadcast config:type="boolean">true</nis_broadcast>
<nis_domain>master.dns</nis_domain>
<nis_servers config:type="list"/>
</nis_other_domain>
</nis_other_domains>
<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/cciss/c0d0</device>
<initialize config:type="boolean">true</initialize>
<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>156247552</size>
</partition>
<partition>
<create config:type="boolean">true</create>
<filesystem config:type="symbol">swap</filesystem>
<filesystem_id config:type="integer">130</filesystem_id>
<format config:type="boolean">true</format>
<mount>swap</mount>
<mountby config:type="symbol">id</mountby>
<partition_id config:type="integer">130</partition_id>
<partition_nr config:type="integer">2</partition_nr>
<partition_type>primary</partition_type>
<size>2G</size>
</partition>
<partition>
<create config:type="boolean">true</create>
<filesystem config:type="symbol">ext3</filesystem>
<format config:type="boolean">true</format>
<mount>/</mount>
<mountby config:type="symbol">device</mountby>
<partition_id config:type="integer">131</partition_id>
<partition_nr config:type="integer">3</partition_nr>
<partition_type>primary</partition_type>
<size>32210164224</size>
</partition>
<partition>
<create config:type="boolean">true</create>
<filesystem config:type="symbol">ext3</filesystem>
<format config:type="boolean">true</format>
<mount>/var</mount>
<mountby config:type="symbol">device</mountby>
<partition_id config:type="integer">131</partition_id>
<partition_nr config:type="integer">4</partition_nr>
<partition_type>primary</partition_type>
<size>38823289344</size>
</partition>
</partitions>
<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">false</enabled>
<ftp_proxy></ftp_proxy>
<http_proxy></http_proxy>
<https_proxy></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>libgimpprint</package>
<package>libicu</package>
<package>libgdiplus</package>
<package>perl-Compress-Zlib</package>
<package>slang</package>
<package>rrdtool</package>
<package>gnutls</package>
<package>perl-XML-Parser</package>
<package>perl-Crypt-DES</package>
<package>fontconfig-devel</package>
<package>perl-HTML-Tagset</package>
<package>perl-Net-Telnet</package>
<package>perl-URI</package>
<package>fping</package>
<package>php5-gd</package>
<package>esound</package>
<package>libidl</package>
<package>libapr1</package>
<package>libmudflap</package>
<package>perl-HTML-Parser</package>
<package>perl-Bootloader</package>
<package>perl-Date-Calc</package>
<package>perl-Net-SNMP</package>
<package>mono-winforms</package>
<package>libart_lgpl</package>
<package>perl-Config-Crontab</package>
<package>perl-Carp-Clan</package>
<package>mysql-client</package>
<package>python</package>
<package>libpng-devel</package>
<package>mm</package>
<package>audiofile</package>
<package>yast2-trans-de</package>
<package>php5-mysql</package>
<package>apache2-mod_perl</package>
<package>gettext-devel</package>
<package>gd</package>
<package>mysql-shared</package>
<package>boost</package>
<package>libmcrypt</package>
<package>libstdc++-devel</package>
<package>yast2-control-center-qt</package>
<package>cyrus-sasl-devel</package>
<package>libnl</package>
<package>libgnome</package>
<package>apache2-mod_php5</package>
<package>startup-notification</package>
<package>php5-zlib</package>
<package>shared-mime-info</package>
<package>lzo</package>
<package>openldap2-devel</package>
<package>zlib-devel</package>
<package>php5-sockets</package>
<package>libjpeg-devel</package>
<package>giflib-devel</package>
<package>xorg-x11-devel</package>
<package>glibc-devel</package>
<package>net-snmp-devel</package>
<package>php5-pear-log</package>
<package>net-snmp</package>
<package>gnome-mime-data</package>
<package>perl-XML-SAX</package>
<package>mc</package>
<package>perl-XML-LibXML</package>
<package>perl-gettext</package>
<package>php5</package>
<package>perl-XML-NamespaceSupport</package>
<package>perl-XML-RegExp</package>
<package>sles-admin_de</package>
<package>freetype2-devel</package>
<package>bison</package>
<package>gd-devel</package>
<package>perl-DBD-mysql</package>
<package>apache2-prefork</package>
<package>libgcj</package>
<package>pciutils-ids</package>
<package>perl-Digest-MD4</package>
<package>perl-Net-IP</package>
<package>perl-Config-IniFiles</package>
<package>perl-XML-LibXML-Common</package>
<package>perl-TermReadKey</package>
<package>perl-XML-Writer</package>
<package>fam</package>
<package>perl-Data-ShowTable</package>
<package>perl-Convert-ASN1</package>
<package>perl-Digest-SHA1</package>
<package>perl-Parse-RecDescent</package>
<package>perl-Net-Server</package>
<package>perl-Net-Daemon</package>
<package>dbus-1-mono</package>
<package>apache2</package>
<package>mDNSResponder-lib</package>
<package>orbit2</package>
<package>perl-libwww-perl</package>
<package>libsmbclient</package>
<package>irqbalance</package>
<package>flex</package>
<package>libbonoboui</package>
<package>gconf2</package>
<package>sles-startup_de</package>
<package>perl-Bit-Vector</package>
<package>perl-X500-DN</package>
<package>perl-Net_SSLeay</package>
<package>perl-Digest-HMAC</package>
<package>zypper</package>
<package>libzypp-zmd-backend</package>
<package>libopencdk</package>
<package>perl-PlRPC</package>
<package>mysql-devel</package>
<package>perl-Crypt-SmbHash</package>
<package>php5-mcrypt</package>
<package>plotutils</package>
<package>sensors</package>
<package>gnuplot</package>
<package>libxml2-python</package>
<package>libapr-util1</package>
<package>qt-qt3support</package>
<package>fltk</package>
<package>freeradius-devel</package>
<package>gcc</package>
<package>openssl-devel</package>
<package>php5-gettext</package>
<package>perl-ldap</package>
<package>libgnomecanvas</package>
<package>rpm-devel</package>
<package>update-alternatives</package>
<package>popt-devel</package>
<package>php5-mbstring</package>
<package>desktop-file-utils</package>
<package>dbus-1-python</package>
<package>perl-Tie-IxHash</package>
<package>perl-DBI</package>
<package>limal-nfs-server</package>
<package>limal-nfs-server-perl</package>
<package>perl-Net-DNS</package>
<package>php5-pear</package>
<package>libbonobo</package>
<package>gnome-keyring</package>
<package>libglade2</package>
<package>apache2-mod_python</package>
<package>mysql</package>
<package>php5-snmp</package>
<package>gnome-vfs2</package>
<package>libgnomeui</package>
</packages>
<patterns config:type="list">
<pattern>x11</pattern>
<pattern>base</pattern>
</patterns>
<remove-packages config:type="list">
<package>sles-preparation-zseries_en</package>
<package>libpfm</package>
<package>linux32</package>
<package>mcelog</package>
<package>numactl</package>
<package>pdisk</package>
<package>powerpc32</package>
<package>pfmon</package>
<package>s390-32</package>
<package>salinfo</package>
<package>s390-tools</package>
<package>sles-preparation-power_en</package>
</remove-packages>
</software>
<timezone>
<hwclock>localtime</hwclock>
<timezone>Europe/Berlin</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>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$gM3SN5wLauf/iJ4Z32J8Bu2WhP/9voMJd95A33mAwY0WwtCU./Exe</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>MySQL database admin</fullname>
<gid>104</gid>
<home>/var/lib/mysql</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>60</uid>
<user_password>!</user_password>
<username>mysql</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>xdm</display_manager>
<enable_3d config:type="boolean">false</enable_3d>
<monitor>
<display>
<max_hsync config:type="integer">62</max_hsync>
<max_vsync config:type="integer">75</max_vsync>
<min_hsync config:type="integer">30</min_hsync>
<min_vsync config:type="integer">43</min_vsync>
</display>
<monitor_device>TRL/RIC LCD MONITOR</monitor_device>
<monitor_vendor>TRL</monitor_vendor>
</monitor>
<resolution>1024x768 (XGA)</resolution>
<window_manager></window_manager>
</x11>
</profile>
< Previous Next >
List Navigation
This Thread
  • No further messages