Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Aug 2018 15:36:02 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 229346] freebsd-update install return code changed
Message-ID:  <bug-229346-227-3ncZDBAWjX@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-229346-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-229346-227@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229346

ilyushkeane@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ilyushkeane@gmail.com

--- Comment #3 from ilyushkeane@gmail.com ---
@topical as for ezjail the loop is:

while [ $? -eq 0 ]; do
  env UNAME_r="${ezjail_osversion_source}" PAGER=/bin/cat freebsd-update -b
${DESTDIR} -r ${ezjail_osversion_target} install
done

which (I assume) means, that ezjail-admin stucks in loop AFTER `freebsd-update
install` run at least once. Check basejail version -- in my case it's updated.

-- 
You are receiving this mail because:
You are the assignee for the bug.

help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-229346-227-3ncZDBAWjX>