Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Apr 2015 17:03:27 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 199669] freebsd-update break sshd
Message-ID:  <bug-199669-8@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199669

            Bug ID: 199669
           Summary: freebsd-update break sshd
           Product: Base System
           Version: 9.3-RELEASE
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: bin
          Assignee: freebsd-bugs@FreeBSD.org
          Reporter: slw@zxy.spb.ru

On 9.2-RC3 do:
====
freebsd-update fetch
freebsd-update install
reboot
====
After this do:
====
freebsd-update upgrade -r 9.3
freebsd-update install
reboot
freebsd-update install
====
Got next error messages:

=====
Installing updates...ln: ///usr/lib/private/libssh.so: No such file or
directory
install: ///usr/lib/private/libssh.so.5: No such file or directory
ln: ///usr/lib/private/libucl.so: No such file or directory
install: ///usr/lib/private/libucl.so.1: No such file or directory
install: ///usr/src/contrib/bind9/libtool.m4 exists but is not a directory
install: ///usr/src/contrib/bind9/libtool.m4/libtool.m4: Not a directory
install: ///usr/src/contrib/bind9/libtool.m4/ltoptions.m4: Not a directory
install: ///usr/src/contrib/bind9/libtool.m4/ltsugar.m4: Not a directory
install: ///usr/src/contrib/bind9/libtool.m4/ltversion.m4: Not a directory

Completing this upgrade requires removing old shared object files.
Please rebuild all installed 3rd party software (e.g., programs
installed from the ports tree) and then run "/usr/sbin/freebsd-update install"
again to finish installing updates.
=====

After this sshd don't start:

=====
# /etc/rc.d/sshd start
Generating ED25519 host key.
key_generate: unknown type 9
/etc/ssh/ssh_host_ed25519_key.pub: No such file or directory
Performing sanity check on sshd configuration.
/usr/sbin/sshd: Undefined symbol "ssh_explicit_bzero"
/etc/rc.d/sshd: WARNING: failed precmd routine for sshd
=====

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-199669-8>