daily CVS update output

2019-01-18 Thread NetBSD source update
Updating src tree: P src/bin/sh/trap.c P src/distrib/sets/lists/base/ad.mips P src/distrib/sets/lists/base/shl.mi P src/distrib/sets/lists/comp/ad.aarch64 P src/distrib/sets/lists/comp/ad.arm P src/distrib/sets/lists/comp/ad.hppa P src/distrib/sets/lists/comp/ad.m68k P

Re: Install of 8.99.30 libcrypto.so.12 not found

2019-01-18 Thread Ron Georgia
Here is what I found and how I "solved" my missing lib issue. If during the installation process you select the option to install pkgin, pkgin does get installed; however, when it tries to pull pkg_summary.tgz it fails with the now infamous '/usr/pkg/bin/pkgin: Shared object "libcrypto.so.12"

Re: Install of 8.99.30 libcrypto.so.12 not found

2019-01-18 Thread Chavdar Ivanov
I had the same earlier. I added pkg_install using /usr/sbin/pkg_add, this brought the necessary libraries for pkgin, which I then installed and setup. Obviously it didn't work from the installation cd. On Fri, 18 Jan 2019 at 01:02, Ron Georgia wrote: > > I am installing NetBSD-8.99.03-amd64.

Re: What happened to lmc

2019-01-18 Thread Riccardo Mottola
Hi Martin, Martin Husemann wrote: I updated and am compiling a new kernel... /usr/src/sys/arch/amd64/conf/HP620:791: lmc*: unknown device `lmc' *** Stop. The code has been removed, just drop that line from your kernel config. thank you, jsut aksed a confirmation that it hasn't been renamed

Kernel crash trying to use union mount

2019-01-18 Thread Tom Ivar Helbekkmo
I just had a really weird crash on a NetBSD/amd64-current system, running a kernel 8.99.30 from January 2nd. Here's what happened: I was going to experiment with a rather large set of changes to the local copy of the source tree, which I'd want to revert afterwards, so I created a directory on

Re: tester need: MII PHY register read/write API change

2019-01-18 Thread Andrius V
Hi, I can test vge, vr on my EPIA board and partially vte (dmesg only, since media status is incorrect now and network is not working for it (PR/53494)). On Thu, Jan 17, 2019 at 7:27 AM Masanobu SAITOH wrote: > > Hi. > > I'll commit the following diff to -current in this weekend: > >

Re: Curl, fetch, wget Shared object "libssl.so.12" not found

2019-01-18 Thread Manuel Bouyer
On Thu, Jan 17, 2019 at 08:55:12PM -0500, Ron Georgia wrote: > I installed curl, fetch and wget using pkg_add, since pkgin is missing > libcrypto.so.12, but when I try to use any of those I get this error: > Shared object "libssl.so.12" not found > > $ uname -a > NetBSD clement.ronverbs.dev