[Bug 1110426] New: The machine is halted at the end of Autoyast stage 2 while a reboot is requested
http://bugzilla.suse.com/show_bug.cgi?id=1110426 Bug ID: 1110426 Summary: The machine is halted at the end of Autoyast stage 2 while a reboot is requested Classification: openSUSE Product: openSUSE Distribution Version: Leap 15.0 Hardware: x86-64 OS: Other Status: NEW Severity: Normal Priority: P5 - None Component: AutoYaST Assignee: yast2-maintainers@suse.de Reporter: leila.zaghdoudi@sogeti.com QA Contact: qa-bugs@suse.de Found By: --- Blocker: --- Created attachment 784876 --> http://bugzilla.suse.com/attachment.cgi?id=784876&action=edit y2log installation file At the end of autoyast stage 2, the computer is shut down while a final reboot was requested in control file. see autoyast control file extract: <general> <ask-list config:type="list"/> <mode> <confirm config:type="boolean">true</confirm> <final_halt config:type="boolean">false</final_halt> <final_reboot config:type="boolean">true</final_reboot> <halt config:type="boolean">true</halt> <second_stage config:type="boolean">true</second_stage> </mode> Is there anything missing? Please, find attached /var/log/YaSt2/y2log and /var/log/messages files. Leila Z. -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.suse.com/show_bug.cgi?id=1110426 http://bugzilla.suse.com/show_bug.cgi?id=1110426#c1 --- Comment #1 from LEILA ZAGHDOUDI <leila.zaghdoudi@sogeti.com> --- Created attachment 784880 --> http://bugzilla.suse.com/attachment.cgi?id=784880&action=edit /var/log/messages file -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.suse.com/show_bug.cgi?id=1110426 Ladislav Slezák <lslezak@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - None |P3 - Medium Status|NEW |CONFIRMED URL| |https://trello.com/c/Fo9NNP | |OK Assignee|yast2-maintainers@suse.de |yast-internal@suse.de -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.suse.com/show_bug.cgi?id=1110426 http://bugzilla.suse.com/show_bug.cgi?id=1110426#c2 Stefan Schubert <schubi@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |leila.zaghdoudi@sogeti.com, | |schubi@suse.com Flags| |needinfo?(leila.zaghdoudi@s | |ogeti.com) --- Comment #2 from Stefan Schubert <schubi@suse.com> --- The problem is here: 2018-10-02 11:56:17 <1> linux-rqus(4037) [Ruby] modules/AutoinstScripts.rb:825 Writing init script into /var/adm/autoinstall/init.d/zzz_reboot 2018-10-02 11:56:17 <1> linux-rqus(4037) [Ruby] modules/AutoinstScripts.rb:825 Writing init script into /var/adm/autoinstall/init.d/zzz_halt 2018-10-02 11:56:17 <1> linux-rqus(4037) [Ruby] modules/AutoinstScripts.rb:825 Writing init script into /var/adm/autoinstall/init.d/zzz_halt 2018-10-02 11:56:17 <1> linux-rqus(4037) [Ruby] modules/AutoinstScripts.rb:825 Writing init script into /var/adm/autoinstall/init.d/zzz_reboot 2018-10-02 11:56:17 <1> linux-rqus(4037) [Ruby] modules/AutoinstScripts.rb:825 Writing init script into /var/adm/autoinstall/init.d/zzz_reboot I cannot reproduce this with the given AY-configuration snip. Could you please attach the complete AY configuration file ? -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.suse.com/show_bug.cgi?id=1110426 http://bugzilla.suse.com/show_bug.cgi?id=1110426#c3 --- Comment #3 from Stefan Schubert <schubi@suse.com> --- Can you reproduce it ? If yes, please run the installation with Y2DEBUG=1 -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.suse.com/show_bug.cgi?id=1110426 http://bugzilla.suse.com/show_bug.cgi?id=1110426#c4 --- Comment #4 from Stefan Schubert <schubi@suse.com> --- The complete /var/log/YaST2 would be nice too :-) -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.suse.com/show_bug.cgi?id=1110426 http://bugzilla.suse.com/show_bug.cgi?id=1110426#c5 --- Comment #5 from LEILA ZAGHDOUDI <leila.zaghdoudi@sogeti.com> --- Created attachment 788057 --> http://bugzilla.suse.com/attachment.cgi?id=788057&action=edit /var/log/Yast2 logs directory and autoyast profile (In reply to Stefan Schubert from comment #4)
The complete /var/log/YaST2 would be nice too :-)
Hello, The issue has been reproduced, please find attached the YaST2.tar.gz file. The autoyast configuration file (Leap15.xml) is available in the Yast2 directory, and Y2DEBUG has been set to 1. regards, Leila Z. -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.suse.com/show_bug.cgi?id=1110426 http://bugzilla.suse.com/show_bug.cgi?id=1110426#c6 Stefan Schubert <schubi@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CONFIRMED |RESOLVED Resolution|--- |INVALID Flags|needinfo?(leila.zaghdoudi@s | |ogeti.com) | --- Comment #6 from Stefan Schubert <schubi@suse.com> --- Thanks, now it is clear. You should cleanup your configuration file at first :-) <scripts> <init-scripts config:type="list"> <script> <debug config:type="boolean">true</debug> <filename>zzz_reboot</filename> <location><![CDATA[]]></location> <source><![CDATA[shutdown -r now]]></source> </script> <script> <debug config:type="boolean">true</debug> <filename>zzz_halt</filename> <location><![CDATA[]]></location> <source><![CDATA[shutdown -h now]]></source> </script> <script> <debug config:type="boolean">true</debug> <filename>zzz_halt</filename> <location><![CDATA[]]></location> <source><![CDATA[shutdown -h now]]></source> </script> </init-scripts> and zzz_halt will be called before zzz_reboot -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com