Hi,
since round about one week we get the following error. The setup stands
in this state, autoinstall is broken.
2013-02-06 13:45:57 <1> hostname(7562) [YCP]
clients/inst_autoconfigure.ycp:41 current step: 26
2013-02-06 13:45:57 <1> hostname(7562) [wfm]
Y2CCWFM.cc(createInLevel):148 Parsing finished
2013-02-06 13:45:57 <1> hostname(7562) [Interpreter]
mail/widgets.ycp:121 Calling YaST client mail_auto
2013-02-06 13:45:57 <1> hostname(7562) [YCP] clients/mail_auto.ycp:31
----------------------------------------
2013-02-06 13:45:57 <1> hostname(7562) [YCP] clients/mail_auto.ycp:32
Mail auto started
2013-02-06 13:45:58 <1> hostname(7562) [YCP] SuSEFirewall.ycp:2522
Firewall configuration has been changed. Writing:
$["FW_ALLOW_FW_BROADCAST_DMZ":"no", "FW_ALLOW_FW_BROADCAST_EXT":"no",
"FW_ALLOW_FW_BROADCAST_INT":"no", "FW_CONFIGURATIONS_EXT":"sshd",
"FW_DEV_EXT":"any eth0", "FW_IGNORE_FW_BROADCAST_DMZ":"no",
"FW_IGNORE_FW_BROADCAST_EXT":"yes", "FW_IGNORE_FW_BROADCAST_INT":"no",
"FW_IPSEC_TRUST":"no", "FW_LOAD_MODULES":"nf_conntrack_netbios_ns",
"FW_LOG_ACCEPT_ALL":"no", "FW_LOG_ACCEPT_CRIT":"yes",
"FW_LOG_DROP_ALL":"no", "FW_LOG_DROP_CRIT":"yes", "FW_MASQUERADE":"no",
"FW_PROTECT_FROM_INT":"no", "FW_ROUTE":"no", "enable_firewall":false,
"start_firewall":false].
2013-02-06 13:45:58 <1> hostname(7562) [YCP] SuSEFirewall.ycp:2545
Disabling firewall services
2013-02-06 13:45:58 <1> hostname(7562) [YCP] Service.ycp:414 Disabling
service SuSEfirewall2_setup
2013-02-06 13:45:58 <1> hostname(7562) [YCP] Service.ycp:414 Disabling
service SuSEfirewall2_init
2013-02-06 13:45:58 <1> hostname(7562) [YCP] Service.ycp:403 Enabling
service postfix
2013-02-06 13:45:58 <3> hostname(7562) [agent-ini]
IniParser.cc(parse):556 Can not open /etc/sysconfig/amavis.
2013-02-06 13:45:58 <1> hostname(7562) [YCP] Service.ycp:82 Der Dienst
amavis existiert nicht.
2013-02-06 13:45:58 <3> hostname(7562) [YCP] Service.ycp:165 Service
amavis does not exist.
2013-02-06 13:45:58 <1> hostname(7562) [YCP] Service.ycp:82 Der Dienst
freshclam existiert nicht.
2013-02-06 13:45:58 <3> hostname(7562) [YCP] Service.ycp:165 Service
freshclam does not exist.
2013-02-06 13:45:58 <1> hostname(7562) [YCP] Service.ycp:82 Der Dienst
clamd existiert nicht.
2013-02-06 13:45:58 <3> hostname(7562) [YCP] Service.ycp:165 Service
clamd does not exist.
2013-02-06 13:45:58 <3> hostname(7562) [agent-ini]
IniParser.cc(getTimeStamp):925 Unable to stat '/etc/sysconfig/amavis':
Datei oder Verzeichnis nicht gefunden
2013-02-06 13:45:58 <3> hostname(7562) [bash]
ShellCommand.cc(shellcommand):78 Setting up postfix local as MDA...
2013-02-06 13:45:58 <3> hostname(7562) [bash]
ShellCommand.cc(shellcommand):78 Setting SPAM protection to "off"...
2013-02-06 13:46:00 <3> hostname(7562) [YCP] Report.ycp:523 Fehler bei
der Ausführung von SuSEconfig.
Can you help me with this issue? The file /etc/sysconfig/amavis exists
at this state.
Thank you.
--
To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-autoinstall+owner(a)opensuse.org
Hi Uwe,
Doing automated installation of server with / on ext3 on software RAID 1 mirror of /dev/sda2 and /dev/sdb2 and /home on xfs on software RAID 10 of /dev/sda3, /dev/sdb3, /dev/sdc3, /dev/sdd3.
I want to preserve /home when doing an automated reinstall of the machine. I can keep the existing partitions fine and they get assigned to MD devices correctly.
However whilst the partitions are being kept fine, I see the messages "deleting MD device" (or some such wording), followed by "creating MD device" (or similar wording) and indeed it then fails to mount /home as the xfs file system is not there any more. )-:
If I set <create config:type="boolean">false</create> for the partitions on the /dev/md device in the autoyast file then the md devices are still destroyed but then not created again so the install fails immediately as there is nowhere to install. )-:
Is this a bug or a feature?
Is there any way I can get autoyast to preserve the existing md devices?
If you want to see my autoyast partitioning section, this is it:
<partitioning config:type="list">
<drive>
<device>/dev/sda</device>
<initialize>false</initialize>
<disklabel>gpt</disklabel>
<partitions config:type="list">
<partition>
<create config:type="boolean">false</create>
<partition_nr config:type="integer">1</partition_nr>
<format config:type="boolean">false</format>
<resize config:type="boolean">false</resize>
<partition_type>primary</partition_type>
</partition>
<partition>
<create config:type="boolean">false</create>
<partition_id config:type="integer">253</partition_id>
<partition_nr config:type="integer">2</partition_nr>
<format config:type="boolean">false</format>
<resize config:type="boolean">false</resize>
<partition_type>primary</partition_type>
<raid_name>/dev/md0</raid_name>
<raid_type>raid1</raid_type>
</partition>
<partition>
<create config:type="boolean">false</create>
<partition_id config:type="integer">253</partition_id>
<partition_nr config:type="integer">3</partition_nr>
<format config:type="boolean">false</format>
<resize config:type="boolean">false</resize>
<partition_type>primary</partition_type>
<raid_name>/dev/md2</raid_name>
<raid_type>raid10</raid_type>
</partition>
</partitions>
<use>1,2,3</use>
</drive>
<drive>
<device>/dev/sdb</device>
<initialize>false</initialize>
<disklabel>gpt</disklabel>
<partitions config:type="list">
<partition>
<create config:type="boolean">false</create>
<partition_nr config:type="integer">1</partition_nr>
<format config:type="boolean">false</format>
<resize config:type="boolean">false</resize>
<partition_type>primary</partition_type>
</partition>
<partition>
<create config:type="boolean">false</create>
<partition_id config:type="integer">253</partition_id>
<partition_nr config:type="integer">2</partition_nr>
<format config:type="boolean">false</format>
<resize config:type="boolean">false</resize>
<partition_type>primary</partition_type>
<raid_name>/dev/md0</raid_name>
<raid_type>raid1</raid_type>
</partition>
<partition>
<create config:type="boolean">false</create>
<partition_id config:type="integer">253</partition_id>
<partition_nr config:type="integer">3</partition_nr>
<format config:type="boolean">false</format>
<resize config:type="boolean">false</resize>
<partition_type>primary</partition_type>
<raid_name>/dev/md2</raid_name>
<raid_type>raid10</raid_type>
</partition>
</partitions>
<use>1,2,3</use>
</drive>
<drive>
<device>/dev/sdc</device>
<initialize>false</initialize>
<disklabel>gpt</disklabel>
<partitions config:type="list">
<partition>
<create config:type="boolean">false</create>
<partition_nr config:type="integer">1</partition_nr>
<format config:type="boolean">false</format>
<resize config:type="boolean">false</resize>
<partition_type>primary</partition_type>
</partition>
<partition>
<create config:type="boolean">false</create>
<partition_id config:type="integer">253</partition_id>
<partition_nr config:type="integer">2</partition_nr>
<format config:type="boolean">false</format>
<resize config:type="boolean">false</resize>
<partition_type>primary</partition_type>
<raid_name>/dev/md1</raid_name>
<raid_type>raid1</raid_type>
</partition>
<partition>
<create config:type="boolean">false</create>
<partition_id config:type="integer">253</partition_id>
<partition_nr config:type="integer">3</partition_nr>
<format config:type="boolean">false</format>
<resize config:type="boolean">false</resize>
<partition_type>primary</partition_type>
<raid_name>/dev/md2</raid_name>
<raid_type>raid10</raid_type>
</partition>
</partitions>
<use>1,2,3</use>
</drive>
<drive>
<device>/dev/sdd</device>
<initialize>false</initialize>
<disklabel>gpt</disklabel>
<partitions config:type="list">
<partition>
<create config:type="boolean">false</create>
<partition_nr config:type="integer">1</partition_nr>
<format config:type="boolean">false</format>
<resize config:type="boolean">false</resize>
<partition_type>primary</partition_type>
</partition>
<partition>
<create config:type="boolean">false</create>
<partition_id config:type="integer">253</partition_id>
<partition_nr config:type="integer">2</partition_nr>
<format config:type="boolean">false</format>
<resize config:type="boolean">false</resize>
<partition_type>primary</partition_type>
<raid_name>/dev/md1</raid_name>
<raid_type>raid1</raid_type>
</partition>
<partition>
<create config:type="boolean">false</create>
<partition_id config:type="integer">253</partition_id>
<partition_nr config:type="integer">3</partition_nr>
<format config:type="boolean">false</format>
<resize config:type="boolean">false</resize>
<partition_type>primary</partition_type>
<raid_name>/dev/md2</raid_name>
<raid_type>raid10</raid_type>
</partition>
</partitions>
<use>1,2,3</use>
</drive>
<drive>
<device>/dev/md</device>
<initialize>false</initialize>
<partitions config:type="list">
<partition>
<create config:type="boolean">false</create>
<filesystem config:type="symbol">ext3</filesystem>
<format config:type="boolean">true</format>
<resize config:type="boolean">false</resize>
<mount>/</mount>
<mountby config:type="symbol">device</mountby>
<partition_nr config:type="integer">0</partition_nr>
<raid_options>
<chunk_size>4</chunk_size>
<raid_type>raid1</raid_type>
</raid_options>
</partition>
<partition>
<create config:type="boolean">false</create>
<filesystem config:type="symbol">swap</filesystem>
<format config:type="boolean">true</format>
<resize config:type="boolean">false</resize>
<mount>swap</mount>
<mountby config:type="symbol">device</mountby>
<partition_nr config:type="integer">1</partition_nr>
<raid_options>
<chunk_size>4</chunk_size>
<raid_type>raid1</raid_type>
</raid_options>
</partition>
<partition>
<create config:type="boolean">false</create>
<filesystem config:type="symbol">xfs</filesystem>
<fstopt>relatime,barrier,largeio,logbufs=8,logbsize=256k,swalloc</fstopt>
<format config:type="boolean">false</format>
<resize config:type="boolean">false</resize>
<mount>/home</mount>
<mountby config:type="symbol">device</mountby>
<partition_nr config:type="integer">2</partition_nr>
<raid_options>
<chunk_size>64</chunk_size>
<raid_type>raid10</raid_type>
</raid_options>
</partition>
</partitions>
<use>all</use>
</drive>
</partitioning>
Btw. the disks are gpt as they are 3TiB disks...
PS. I am installing SLES 11 SP2 x86_64 if that matters.
Thanks a lot in advance!
Best regards,
Anton
--
Anton Altaparmakov <aia21 at cam.ac.uk> (replace at with @)
Unix Support, Computing Service, University of Cambridge, CB2 3QH, UK
Linux NTFS maintainer, http://www.linux-ntfs.org/
--
To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-autoinstall+owner(a)opensuse.org
Hello members of list,
I encountered the same problem with the auto-installation of OpenSuSE 12.3 ,
as described in BUG 811452
using the same successful tools as for installing 12.1 last year.
Xorg is looping when system should halt!!!
Who knows a workaround?
What are you doing in the meantime , Mr.Brauchle?
Best regards
+----------------------------------------------------------------------+
| Marianne Frerichs |
| Juelich Supercomputing Centre (JSC) |
| Institute for Advanced Simulation (IAS) |
| Forschungszentrum Juelich GmbH |
| D-52425 Juelich |
| Phone: +49 02461 61-1466 |
| Email: M.Frerichs(a)fz-juelich.de Fax: +49 02461 61-6656 |
+----------------------------------------------------------------------+
:~ # ps -ef | grep 746
root 746 1 0 10:29 tty1 00:00:00 /bin/sh
/usr/lib/YaST2/startup/YaST2.Second-Stage
root 3076 746 0 10:30 tty1 00:00:00 /bin/sh
/usr/lib/YaST2/startup/YaST2.call installation continue
:~ # ps -ef | grep 3076
root 3076 746 0 10:30 tty1 00:00:00 /bin/sh
/usr/lib/YaST2/startup/YaST2.call installation continue
root 3702 3076 0 10:30 tty7 00:00:06 Xorg -noreset -br
-deferglyphs 16 vt07
root 10560 3076 0 10:43 tty1 00:00:00 sleep 1
------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------
Forschungszentrum Juelich GmbH
52425 Juelich
Sitz der Gesellschaft: Juelich
Eingetragen im Handelsregister des Amtsgerichts Dueren Nr. HR B 3498
Vorsitzender des Aufsichtsrats: MinDir Dr. Karl Eugen Huthmacher
Geschaeftsfuehrung: Prof. Dr. Achim Bachem (Vorsitzender),
Karsten Beneke (stellv. Vorsitzender), Prof. Dr.-Ing. Harald Bolt,
Prof. Dr. Sebastian M. Schmidt
------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------
--
To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-autoinstall+owner(a)opensuse.org
Hi,
I just run into the following problem. We have to use still SLES11SP1
and tried to install it on new hardware.
Problem: Either the network card and/or the raidcontroller was not detected.
There are updated drivers. I but it into the initrd file and can do the
installation.
But I have to copy the files at the end (just before the system reboots)
onto the disk.
What is the best solution for this kind of problem ?
How to integrate new drivers into the system ?
In this case (tg3, megaraid_sas) ...
--
Bye,
Peer
_________________________________________________________
Max-Planck-Institut fuer Biogeochemie
Dr. Peer-Joachim Koch
Hans-Knöll Str.10 Telefon: ++49 3641 57-6705
D-07745 Jena Telefax: ++49 3641 57-7705
Hi,
We are doing automatic installation of our nodes from install server
via PXE netboot in ip v4 environment.
Our customer wants to switch to ipv6 setup.
Is there any hardware BIOS which can initiate PXE over ipv6?
Is there any dhcp server with PXE ipv6 support?
Does pxelinux supports ipv6?
Thanks,
Vladimir Ondrus
--
To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-autoinstall+owner(a)opensuse.org
Hi List,
I have used Autoyast for 7 years or so. First SuSE 9.0 and then openSuSE 11.1
Now I'm trying to set up Autoyast with openSuSE 12.3 .
I have downloaded all of openSuSE 12.3 repo and updates/12.3.
Since we install several machines over several years I need to have a fixed install source so
all machines have exactly the same sw.
When I try to make updatesource with create_update_source.sh it is looking for
EXTRA_PROV but that is not included anywhere in repo or updates directory.
Can the EXTRA_PROV file be created in any way?
I do a create_package_descr in the updtes directory but then I have to give PATH_TO_EXTRA_PROV
and that path I don't have since there is no EXTRA_PROV in the updates directory either.
I have probably misunderstood something here ..
Any help is much appreciated.
Best Regards,
Ragnar Skaret
ragnar.skaret(a)mcp.com
Maritime Communications Partner - part of Telenor Group
Phone +47 917 27 142/ +47 370 90 000
Empower You to Reach Further www.mcp.com<https://mail.telenor.no/owa/UrlBlockedError.aspx>
--
To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-autoinstall+owner(a)opensuse.org