From owner-freebsd-current@freebsd.org Mon Dec 3 13:06:01 2018 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7E75B1327B21 for ; Mon, 3 Dec 2018 13:06:01 +0000 (UTC) (envelope-from rleigh@codelibre.net) Received: from a-painless.mh.aa.net.uk (a-painless.mh.aa.net.uk [81.187.30.51]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8DFD7817D8 for ; Mon, 3 Dec 2018 13:06:00 +0000 (UTC) (envelope-from rleigh@codelibre.net) Received: from 9.c.0.5.8.a.e.f.f.f.e.5.5.d.2.e.d.b.d.d.0.6.8.0.0.b.8.0.1.0.0.2.ip6.arpa ([2001:8b0:860:ddbd:e2d5:5eff:fea8:50c9]) by a-painless.mh.aa.net.uk with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.89) (envelope-from ) id 1gTnvD-00021m-JQ for freebsd-current@freebsd.org; Mon, 03 Dec 2018 13:05:59 +0000 To: freebsd-current@freebsd.org From: Roger Leigh Subject: Warnings on upgrade from 11.2-RELEASE to 12.0-RC3 Message-ID: <0120dc60-a774-c5a6-a52d-86c25e44f647@codelibre.net> Date: Mon, 3 Dec 2018 13:05:50 +0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 8DFD7817D8 X-Spamd-Result: default: False [-1.65 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; NEURAL_HAM_MEDIUM(-0.91)[-0.909,0]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-0.97)[-0.969,0]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; DMARC_NA(0.00)[codelibre.net]; AUTH_NA(1.00)[]; RCPT_COUNT_ONE(0.00)[1]; RCVD_IN_DNSWL_MED(-0.20)[51.30.187.81.list.dnswl.org : 127.0.5.2]; MX_GOOD(-0.01)[c.secondary-mx.co.uk,c.secondary-mx.co.uk]; NEURAL_HAM_SHORT(-0.44)[-0.441,0]; R_SPF_NA(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; IP_SCORE(-0.02)[country: GB(-0.10)]; ASN(0.00)[asn:20712, ipnet:81.187.30.0/23, country:GB]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_TLS_ALL(0.00)[]; RCVD_COUNT_TWO(0.00)[2] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Dec 2018 13:06:01 -0000 Hello, I did a test upgrade from 11.2-RELEASE to 12.-RC3 and got these warnings. They look mostly harmless, but mentioning them in case the installer could do something to suppress them if this is the case. % sudo freebsd-update -r 12.0-RC3 upgrade % sudo freebsd-update install [reboot] % sudo freebsd-update install Password: src component not installed, skipped Installing updates...install: chown 0:0 ///proc: Operation not supported install: chmod 555 ///proc: Operation not supported % grep proc /etc/fstab proc /proc procfs rw 0 0 % sudo freebsd-update install Password: src component not installed, skipped Installing updates...rmdir: ///var/db/etcupdate/current/usr/share/openssl/man/en.ISO8859-1: Directory not empty rmdir: ///var/db/etcupdate/current/usr/share/openssl/man: Directory not empty rmdir: ///var/db/etcupdate/current/usr/share/openssl: Directory not empty rmdir: ///var/db/etcupdate/current/usr/share/man/en.UTF-8: Directory not empty rmdir: ///var/db/etcupdate/current/usr/share/man/en.ISO8859-1: Directory not empty rmdir: ///var/db/etcupdate/current/usr/share/man: Directory not empty I'm fairly certain that I got the /proc warning in the past for 11.0-RC on the same system. Is the installation aware of and handling mountpoints correctly? Likewise the manpages: % ls -l /var/db/etcupdate/current/usr/share/openssl/man/en.ISO8859-1 total 1 lrwxr-xr-x 1 root wheel 7 15 Nov 2014 man1 -> ../man1 lrwxr-xr-x 1 root wheel 7 15 Nov 2014 man3 -> ../man3 % ls -l /var/db/etcupdate/current/usr/share/man/en.UTF-8 total 5 lrwxr-xr-x 1 root wheel 7 15 Nov 2014 man1 -> ../man1 lrwxr-xr-x 1 root wheel 7 15 Nov 2014 man2 -> ../man2 lrwxr-xr-x 1 root wheel 7 15 Nov 2014 man3 -> ../man3 lrwxr-xr-x 1 root wheel 7 15 Nov 2014 man4 -> ../man4 lrwxr-xr-x 1 root wheel 7 15 Nov 2014 man5 -> ../man5 lrwxr-xr-x 1 root wheel 7 15 Nov 2014 man6 -> ../man6 lrwxr-xr-x 1 root wheel 7 15 Nov 2014 man7 -> ../man7 lrwxr-xr-x 1 root wheel 7 15 Nov 2014 man8 -> ../man8 lrwxr-xr-x 1 root wheel 7 15 Nov 2014 man9 -> ../man9 broken symlinks (self-referencing) in both cases. Not sure what has made this happen now or at some time in the past, but it's certainly not been due to manual intervention; this system has always been updated via freebsd-update since back to 10.0. Should it be noticing and fixing such broken links? Any ideas what caused them in the first place? Regards, Roger