Re-posting as requested (due to formatting issue trying to use text mode, hope this time formatting will not go away):
My Openindiana VM based on OI ver 0.5.11, on running "pkg image-update", it does the routine refreshes/caching catalogs, Solver setup, apply updated packages/ At the end after creating new BE it asks for reboot. But it never comes up again after reboot. Console shows error "Nested trap, press any key to reboot", after any key press the same trap condition comes again & again. ~# pkg info kernel Name: system/kernel Summary: Core Solaris Kernel Description: core kernel software for a specific instruction-set architecture Category: System/Core State: Installed Publisher: openindiana.org Version: 0.5.11 Branch: 2018.0.0.17292 Packaging Date: April 27, 2018 at 01:01:22 AM Size: 27.33 MB FMRI: pkg://openindiana.org/system/[email protected]:20180427T010122Z # pkg image-update Packages to install: 45 Packages to update: 498 Mediators to change: 1 Create boot environment: Yes Create backup boot environment: No DOWNLOAD PKGS FILES XFER (MB) SPEED Completed 543/543 29589/29589 540.6/540.6 870k/s PHASE ITEMS Removing old actions 8348/8348 Installing new actions 13110/13110 Updating modified actions 23602/23602 Updating package state database Done Updating package cache 498/498 Updating image state Done Creating fast lookup database Done A clone of openindiana exists and has been updated and activated. On the next boot the Boot Environment openindiana-1 will be mounted on '/'. Reboot when ready to switch to this updated BE. --------------------------------------------------------------------------- NOTE: Please review release notes posted at: http://wiki.openindiana.org/display/oi/oi_hipster --------------------------------------------------------------------------- # reboot After reboot VM never comes back, console from openstack horizon shows kernel trap was invoked. Please advice any workaround/fix. We are using image based on 2018 release, we though to go for pkg update as we were facing failure in installing any new package from openindiana repository e.g if we try to install gcc-7 the installation is rejected, same happened when we tried installing libfuse. # pkg install libfuse Creating Plan (Solver setup): - pkg install: No matching version of library/libfuse can be installed: Reject: pkg://openindiana.org/library/[email protected] Reason: This version is excluded by installed incorporation consolidation/userland/[email protected] Thanks Sanjay Pokhriyal On Thursday, May 23, 2019, 5:30:06 PM GMT+5:30, [email protected] <[email protected]> wrote: Send openindiana-discuss mailing list submissions to [email protected] To subscribe or unsubscribe via the World Wide Web, visit https://openindiana.org/mailman/listinfo/openindiana-discuss or, via email, send a message with subject or body 'help' to [email protected] You can reach the person managing the list at [email protected] When replying, please edit your Subject line so it is more specific than "Re: Contents of openindiana-discuss digest..." Today's Topics: 1. Re: Not able to boot after pkg image-update (Michal Nowak) 2. Re: Not able to boot after pkg image-update (Till Wegm?ller) 3. Re: Not able to boot after pkg image-update (Michal Nowak) ---------------------------------------------------------------------- Message: 1 Date: Wed, 22 May 2019 17:07:13 +0200 From: Michal Nowak <[email protected]> To: [email protected] Subject: Re: [OpenIndiana-discuss] Not able to boot after pkg image-update Message-ID: <[email protected]> Content-Type: text/plain; charset=utf-8; format=flowed Sanjay, do you mind sending the post again? I see it misformated, everything is almost one long line and thus barely readable. Thanks, Michal On 5/22/19 4:45 PM, Sanjay Pokhriyal via openindiana-discuss wrote: > ?My Openindiana VM based on OI ver 0.5.11,? on running "pkg image-update", >it does the routine refreshes/caching catalogs, Solver setup, apply updated >packages/?At the end after creating new BE it asks for reboot. But it never >comes up again after reboot.??Console shows error "Nested trap, press any key >to reboot", after any key press the same trap condition comes again & again. > ~# pkg info kernel? ? ? ? ? Name: system/kernel? ? ? ?Summary: Core Solaris > Kernel? ?Description: core kernel software for a specific instruction-set > architecture? ? ? Category: System/Core? ? ? ? ?State: Installed? ? > ?Publisher: openindiana.org? ? ? ?Version: 0.5.11? ? ? ? Branch: > 2018.0.0.17292Packaging Date: April 27, 2018 at 01:01:22 AM? ? ? ? ? Size: > 27.33 MB? ? ? ? ? FMRI: > pkg://openindiana.org/system/[email protected]:20180427T010122Z > > # pkg image-update? ? ? ? ? ?Packages to install:? 45? ? ? ? ? ? Packages to > update: 498? ? ? ? ? ?Mediators to change:? ?1? ? ? ?Create boot environment: > YesCreate backup boot environment:? No > DOWNLOAD? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? PKGS? ? ? ? ?FILES? ? XFER (MB)? > ?SPEEDCompleted? ? ? ? ? ? ? ? ? ? ? ? ? ? 543/543? ?29589/29589? > 540.6/540.6? 870k/s > PHASE? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ITEMSRemoving old actions? ? ? > ? ? ? ? ? ? ? ? ?8348/8348Installing new actions? ? ? ? ? ? ? ? ? > ?13110/13110Updating modified actions? ? ? ? ? ? ? ? 23602/23602Updating > package state database? ? ? ? ? ? ? ? ?DoneUpdating package cache? ? ? ? ? ? > ? ? ? ? ? ?498/498Updating image state? ? ? ? ? ? ? ? ? ? ? ? ? ? > DoneCreating fast lookup database? ? ? ? ? ? ? ? ? ?Done > A clone of openindiana exists and has been updated and activated.On the next > boot the Boot Environment openindiana-1 will bemounted on '/'.? Reboot when > ready to switch to this updated BE. > > ---------------------------------------------------------------------------NOTE: > Please review release notes posted at: > http://wiki.openindiana.org/display/oi/oi_hipster--------------------------------------------------------------------------- > # reboot > After reboot VM never comes back, console from openstack horizon shows trap > was invoked.Attached is screen capture from console. > Please advice any workaround/fix. > ThanksSanjay Pokhriyal > > > _______________________________________________ > openindiana-discuss mailing list > [email protected] > https://openindiana.org/mailman/listinfo/openindiana-discuss > ------------------------------ Message: 2 Date: Wed, 22 May 2019 17:23:08 +0200 From: Till Wegm?ller <[email protected]> To: [email protected] Subject: Re: [OpenIndiana-discuss] Not able to boot after pkg image-update Message-ID: <[email protected]> Content-Type: text/plain; charset=utf-8 My guess would be that the bootadm command from the old Boot Environment was not able to generate a proper boot archive to load the Kernel Modules thus the Panic at kobj_load_module. We had this bug some time ago and your Last Update is from April 2018 thus I am guessing you have that bug. Try Updating the Boot archive with the bootadm command from the new Boot Environment. See man(1) bootadm for options how to specify alternative roots etc. Hope this helps Greetings Till On 22.05.19 17:07, Michal Nowak wrote: > Sanjay, do you mind sending the post again? I see it misformated, > everything is almost one long line and thus barely readable. > > Thanks, > Michal > > On 5/22/19 4:45 PM, Sanjay Pokhriyal via openindiana-discuss wrote: >> ??My Openindiana VM based on OI ver 0.5.11,? on running "pkg >> image-update", it does the routine refreshes/caching catalogs, Solver >> setup, apply updated packages/?At the end after creating new BE it >> asks for reboot. But it never comes up again after reboot.??Console >> shows error "Nested trap, press any key to reboot", after any key >> press the same trap condition comes again & again. >> ~# pkg info kernel? ? ? ? ? Name: system/kernel? ? ? ?Summary: Core >> Solaris Kernel? ?Description: core kernel software for a specific >> instruction-set architecture? ? ? Category: System/Core? ? ? ? ?State: >> Installed? ? ?Publisher: openindiana.org? ? ? ?Version: 0.5.11? ? ? ? >> Branch: 2018.0.0.17292Packaging Date: April 27, 2018 at 01:01:22 AM? ? >> ? ? ? Size: 27.33 MB? ? ? ? ? FMRI: >> pkg://openindiana.org/system/[email protected]:20180427T010122Z >> >> >> # pkg image-update? ? ? ? ? ?Packages to install:? 45? ? ? ? ? ? >> Packages to update: 498? ? ? ? ? ?Mediators to change:? ?1? ? ? >> ?Create boot environment: YesCreate backup boot environment:? No >> DOWNLOAD? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? PKGS? ? ? ? ?FILES? ? XFER >> (MB)? ?SPEEDCompleted? ? ? ? ? ? ? ? ? ? ? ? ? ? 543/543? >> ?29589/29589? 540.6/540.6? 870k/s >> PHASE? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ITEMSRemoving old >> actions? ? ? ? ? ? ? ? ? ? ? ?8348/8348Installing new actions? ? ? ? ? >> ? ? ? ? ?13110/13110Updating modified actions? ? ? ? ? ? ? ? >> 23602/23602Updating package state database? ? ? ? ? ? ? ? >> ?DoneUpdating package cache? ? ? ? ? ? ? ? ? ? ? ?498/498Updating >> image state? ? ? ? ? ? ? ? ? ? ? ? ? ? DoneCreating fast lookup >> database? ? ? ? ? ? ? ? ? ?Done >> A clone of openindiana exists and has been updated and activated.On >> the next boot the Boot Environment openindiana-1 will bemounted on >> '/'.? Reboot when ready to switch to this updated BE. >> >> ---------------------------------------------------------------------------NOTE: >> Please review release notes posted at: >> http://wiki.openindiana.org/display/oi/oi_hipster--------------------------------------------------------------------------- >> >> # reboot >> After reboot VM never comes back, console from openstack horizon shows >> trap was invoked.Attached is screen capture from console. >> Please advice any workaround/fix. >> ThanksSanjay Pokhriyal >> >> >> _______________________________________________ >> openindiana-discuss mailing list >> [email protected] >> https://openindiana.org/mailman/listinfo/openindiana-discuss >> > > > _______________________________________________ > openindiana-discuss mailing list > [email protected] > https://openindiana.org/mailman/listinfo/openindiana-discuss ------------------------------ Message: 3 Date: Wed, 22 May 2019 17:41:52 +0200 From: Michal Nowak <[email protected]> To: [email protected] Subject: Re: [OpenIndiana-discuss] Not able to boot after pkg image-update Message-ID: <[email protected]> Content-Type: text/plain; charset=utf-8; format=flowed On 5/22/19 5:23 PM, Till Wegm?ller wrote: > My guess would be that the bootadm command from the old Boot Environment > was not able to generate a proper boot archive to load the Kernel > Modules thus the Panic at kobj_load_module. > > We had this bug some time ago and your Last Update is from April 2018 > thus I am guessing you have that bug. > > Try Updating the Boot archive with the bootadm command from the new Boot > Environment. See man(1) bootadm for options how to specify alternative > roots etc. > > Hope this helps > Greetings > Till My notes say that we have that update problem for snapshots before 2017.10: https://github.com/OpenIndiana/os-autoinst-distri-openindiana/blob/master/tests/update/pkg_update_to_latest_packages.pm#L32. But I can't read much from what was sent, so not sure about the guest version. Michal ------------------------------ Subject: Digest Footer _______________________________________________ openindiana-discuss mailing list [email protected] https://openindiana.org/mailman/listinfo/openindiana-discuss ------------------------------ End of openindiana-discuss Digest, Vol 106, Issue 26 **************************************************** _______________________________________________ openindiana-discuss mailing list [email protected] https://openindiana.org/mailman/listinfo/openindiana-discuss
