Chris Nehren
2016-Jan-16 00:33 UTC
mtree hanging on upgrade from 10.1-STABLE to 10.2-RELEASE
Trying to upgrade a 10.1-STABLE (kern.osreldate == 1001517) system to 10.2-RELEASE this morning. buildworld + buildkernel finished without any issue, but now the installworld is stuck on mtree and has been for a few hours: -------------------------------------------------------------->>> Making hierarchy-------------------------------------------------------------- cd /usr/src; make -f Makefile.inc1 LOCAL_MTREE= hierarchy cd /usr/src/etc && PATH=/usr/obj/usr/src/tmp/legacy/usr/sbin:/usr/obj/usr/src/tmp/legacy/usr/bin:/usr/obj/usr/src/tmp/legacy/usr/games:/usr/obj/usr/src/tmp/legacy/bin:/usr/obj/usr/src/tmp/usr/sbin:/usr/obj/usr/src/tmp/usr/bin:/usr/obj/usr/src/tmp/usr/games:/usr/obj/usr/src/tmp/legacy/usr/sbin:/usr/obj/usr/src/tmp/legacy/usr/bin:/usr/obj/usr/src/tmp/legacy/usr/games:/usr/obj/usr/src/tmp/legacy/bin:/usr/obj/usr/src/tmp/usr/sbin:/usr/obj/usr/src/tmp/usr/bin:/usr/obj/usr/src/tmp/usr/games:/tmp/install.b1sHRYLs make LOCAL_MTREE= distrib-dirs mtree -deU -f /usr/src/etc/mtree/BSD.root.dist -p / I tried trussing the process, but don't see any output. It's not using excessive CPU; the machine is actually mostly idle right now. I'm not sure what else I can look at to figure out what it's doing (or more accurately, not doing, in this case). -- Thanks, Chris
alex.burlyga.ietf alex.burlyga.ietf
2016-Jan-16 03:06 UTC
mtree hanging on upgrade from 10.1-STABLE to 10.2-RELEASE
What is the output of Ctrl+T in that terminal? Do you have some unresponsive mounts by any chance? Alex. On Jan 15, 2016 4:34 PM, "Chris Nehren" <cnehren+freebsd-stable at pobox.com> wrote:> Trying to upgrade a 10.1-STABLE (kern.osreldate == 1001517) system to > 10.2-RELEASE this morning. buildworld + buildkernel finished without any > issue, but now the installworld is stuck on mtree and has been for a few > hours: > > -------------------------------------------------------------- > >>> Making hierarchy > -------------------------------------------------------------- > cd /usr/src; make -f Makefile.inc1 LOCAL_MTREE= hierarchy > cd /usr/src/etc && > PATH=/usr/obj/usr/src/tmp/legacy/usr/sbin:/usr/obj/usr/src/tmp/legacy/usr/bin:/usr/obj/usr/src/tmp/legacy/usr/games:/usr/obj/usr/src/tmp/legacy/bin:/usr/obj/usr/src/tmp/usr/sbin:/usr/obj/usr/src/tmp/usr/bin:/usr/obj/usr/src/tmp/usr/games:/usr/obj/usr/src/tmp/legacy/usr/sbin:/usr/obj/usr/src/tmp/legacy/usr/bin:/usr/obj/usr/src/tmp/legacy/usr/games:/usr/obj/usr/src/tmp/legacy/bin:/usr/obj/usr/src/tmp/usr/sbin:/usr/obj/usr/src/tmp/usr/bin:/usr/obj/usr/src/tmp/usr/games:/tmp/install.b1sHRYLs > make LOCAL_MTREE= distrib-dirs > mtree -deU -f /usr/src/etc/mtree/BSD.root.dist -p / > > I tried trussing the process, but don't see any output. It's not using > excessive CPU; the machine is actually mostly idle right now. I'm not > sure what else I can look at to figure out what it's doing (or more > accurately, not doing, in this case). > > -- > Thanks, > Chris > _______________________________________________ > freebsd-stable at freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe at freebsd.org" >