[Bug 248502] Running multiple concurrent instances of freebsd-update(8) cause weird errors

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Aug 6 16:42:34 UTC 2020


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

            Bug ID: 248502
           Summary: Running multiple concurrent instances of
                    freebsd-update(8) cause weird errors
           Product: Base System
           Version: 12.1-STABLE
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: bin
          Assignee: bugs at FreeBSD.org
          Reporter: moviuro+freebsd at gmail.com

I tried using freebsd-update(8) at once to update both my system (on /) and my
basejail. It did not end well.

  # freebsd-update fetch
  # freebsd-update -b /usr/jails/basejails/12.1_amd64 fetch # at the same time

This will cause lots of weird errors (but it didn't actually break anything,
which is a relief):

* Checksum mismatch
* Missing files (patchlist, files.wanted, filelist)
* Patch count errors (was that 21 patches? or 278?)
* etc.

Expected behavior:

* Either fail "another instance of freebsd-update(8) is running in workdir:
[...] Remove the lockfile (/path) if you're sure about it."
* Or gracefully handle multiple concurrent freebsd-update(8) by using a
specific subdirectory in workdir (e.g. /var/db/freebsd-update/Lw== and
L3Vzci9qYWlscy9iYXNlamFpbHMvMTIuMV9hbWQ2NA==, respectively - just a base64
encode of the basedir)

https://github.com/freebsd/freebsd/blob/6b0fd688d5fee8dfd4e0a28ae52741be85dc80ea/usr.sbin/freebsd-update/freebsd-update.sh#L137-L143

https://github.com/freebsd/freebsd/blob/6b0fd688d5fee8dfd4e0a28ae52741be85dc80ea/usr.sbin/freebsd-update/freebsd-update.sh#L1139-L1142

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


More information about the freebsd-bugs mailing list