Re: SUSE-12.3 weirdness
Robert Klein <[email protected]>
| Newsgroups | gmane.linux.suse.autoinstall |
|---|---|
| Message-ID | <[email protected]> |
Hi, On 03/17/2013 12:30 AM, Lonni J Friedman wrote: > On Sat, Mar 16, 2013 at 2:41 AM, Robert Klein > <[email protected]> wrote: >> On 03/15/2013 08:36 PM, Lonni J Friedman wrote: >>> I'm trying to get autoyast working with OpenSUSE-12.3. The actual OS >>> installation seems to work fine, but after the reboot (when it does a >>> bunch of post-install stuff), its consistently hanging at: >>> Preparing System for Automatic Instlallation >>> Install required packages >>> Checking for packages required for runlevel ---> 33% >>> >>> Or more accurately, it just stalls. The system isn't hung, I can >>> switch between virtual consoles, but the actual installation never >>> progresses at all. Load is 0.00. [ y2log excerpt deleted ] >>> >>> It seems like maybe its unhappy about something related to the >>> runlevel? My autoyast.xml has the following: >>> ######### >>> <configure> >>> <runlevel> >>> <default>3</default> >>> </runlevel> >>> ######### >> >> >> I sure don't have any "<configure>" tag in my autoyast profile. But >> then, I guess, neither have you :) > > I tried removing the <runlevel> tag and that seems to have fixed the > problem. Of course now I have no way of easily enforcing a default > runlevel. Regardless this seems like a huge bug. Has anyone gotten > this working with 12.3 ? Did you try to minimize the number of packages installed? Is there a difference in the output of rpm -qa | sort ? awk -F'|' '{print $3 "-" $4}' </var/log/zypp/history | grep -v ^- | sort does also, just in case rpm doesn't want to on the non-progressing runlevel 3 system. This is a bit far-fetched: I'm thinking, maybe "runlevel 5" has some dependencies, "runlevel 3" also has, but arent't reflected in rpm/yast. Best regards Robert -- To unsubscribe, e-mail: [email protected] To contact the owner, e-mail: [email protected]