Date: Thu, 4 Jun 2020 12:23:32 -0700 From: bob prohaska <fbsd@www.zefox.net> To: freebsd-current@freebsd.org Cc: bob prohaska <fbsd@www.zefox.net> Subject: Recovering after a crash during installworld Message-ID: <20200604192332.GB28358@www.zefox.net>
next in thread | raw e-mail | index | archive | help
A Raspberry Pi3B running -current near r360134 crashed during installworld. Installkernel completed in single-user mode, but it looks like something got corrupted in files related to svnlite: root@www:/usr/src # svnlite up . svn: E235000: In file '/usr/src/contrib/subversion/subversion/libsvn_wc/wc_db_wcroot.c' line 311: assertion failed (format >= 1) Abort (core dumped) root@www:/usr/src # svnlite cleanup . svn: E235000: In file '/usr/src/contrib/subversion/subversion/libsvn_wc/wc_db_wcroot.c' line 311: assertion failed (format >= 1) Abort (core dumped) The machine comes up multi-user without problems, but attempts to update or simply rebuild the system run afoul of the svnlite errors. Is there a practical way to recover? Thanks for reading, bob prohaska
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20200604192332.GB28358>