daily CVS update output

2019-08-14 Thread NetBSD source update


Updating src tree:
P src/distrib/evbarm/instkernel/sshramdisk/Makefile
P src/distrib/evbarm/instkernel/sshramdisk/list
cvs update: `src/distrib/evbarm/instkernel/sshramdisk/ssh_host_dsa_key' is no 
longer in the repository
U src/distrib/evbarm/instkernel/sshramdisk/ssh_host_rsa_key
P src/distrib/evbarm/instkernel/sshramdisk/sshd_config
P src/libexec/telnetd/sys_term.c
P src/libexec/telnetd/telnetd.c
P src/sys/arch/arm/amlogic/files.meson
U src/sys/arch/arm/amlogic/meson6_timer.c
P src/sys/arch/arm/amlogic/meson8b_pinctrl.c
P src/sys/arch/arm/cortex/a9ptmr.c
P src/sys/arch/arm/dts/meson8b-odroidc1.dts
P src/sys/arch/arm/dts/meson8b.dtsi
P src/sys/arch/evbarm/conf/GENERIC
P src/sys/dev/pci/radeonfb.c
P src/sys/dev/usb/if_axe.c
P src/sys/dev/usb/if_axen.c
P src/sys/dev/usb/if_cdce.c
P src/sys/dev/usb/if_smsc.c
P src/sys/dev/usb/if_udav.c
P src/sys/dev/usb/if_ure.c
P src/sys/dev/usb/if_urndis.c
P src/sys/dev/usb/usbnet.c
P src/sys/dev/usb/usbnet.h
P src/sys/external/bsd/drm2/i915drm/intelfb.c
P src/sys/netinet6/nd6.c
P src/sys/sys/param.h
U src/usr.sbin/sysinst/README.md_defs
P src/usr.sbin/sysinst/disklabel.c
P src/usr.sbin/sysinst/gpt.c
P src/usr.sbin/sysinst/mbr.c
P src/usr.sbin/sysinst/msg.mi.de
P src/usr.sbin/sysinst/msg.mi.en
P src/usr.sbin/sysinst/msg.mi.es
P src/usr.sbin/sysinst/msg.mi.fr
P src/usr.sbin/sysinst/msg.mi.pl
P src/usr.sbin/sysinst/partitions.c
P src/usr.sbin/sysinst/partitions.h
P src/usr.sbin/sysinst/arch/arc/md.c
P src/usr.sbin/sysinst/arch/bebox/md.c
P src/usr.sbin/sysinst/arch/cobalt/md.c
P src/usr.sbin/sysinst/arch/evbarm/md.c
P src/usr.sbin/sysinst/arch/evbmips/md.c
P src/usr.sbin/sysinst/arch/evbppc/md.c
P src/usr.sbin/sysinst/arch/hpcarm/md.c
P src/usr.sbin/sysinst/arch/hpcmips/md.c
P src/usr.sbin/sysinst/arch/hpcsh/md.c
P src/usr.sbin/sysinst/arch/i386/md.c
P src/usr.sbin/sysinst/arch/landisk/md.c
P src/usr.sbin/sysinst/arch/ofppc/md.c
P src/usr.sbin/sysinst/arch/playstation2/md.c
P src/usr.sbin/sysinst/arch/prep/md.c
P src/usr.sbin/sysinst/arch/sandpoint/md.c
P src/usr.sbin/sysinst/arch/zaurus/md.c

Updating xsrc tree:


Killing core files:




Updating file list:
-rw-rw-r--  1 srcmastr  netbsd  43064085 Aug 15 03:04 ls-lRA.gz


Re: NetBSD on a wireless router?

2019-08-14 Thread nia
On Wed, Aug 14, 2019 at 04:33:41PM +0100, Sevan Janiyan wrote:
> Just need a suitable wireless card that performs well in hostap mode on
> NetBSD (I have no recommendations as I haven't played).

Unfortunately I experienced some performance problems with the wle200nx
the hardware comes bundled with, so I can at least put in a recommendation
against that (unless I was doing something wrong, or there's a workaround).


support for Intel NIC

2019-08-14 Thread 6bone

Hello,

is it planed to add the support for Intel NIC XXV710-DA2 (vendor 8086, 
product 0x158b)?


Thank you for your efforts

Regards
Uwe



Re: NetBSD on a wireless router?

2019-08-14 Thread Greg Troxel
r...@reedmedia.net writes:

> I want to replace a wifi router with a NetBSD solution.
>
> The posting at
> https://mail-index.netbsd.org/netbsd-advocacy/2016/02/29/msg000703.html
> links to a spreadsheet of hardward, but I don't know from that yet what 
> has wireless and how well supported.
>
> Ideas include Microtik Routerboard, OpenBlocks,  LinkIt Smart 7688, 
> Orange Pi.

You say "wireless router", but the concepts of "router" (internet and
LAN interfaces, does firewalling/NAT/dhcp and maybe dns) and "access
point" (does bridging from etherent to wifi) can be separated.  So, you
might also consider NetBSD on hardware with multiple ethernets, and
separate access hardware in bridge mode.

I will second the recommendation for the apu2, and in particular the
apu2d4 runs NetBDS-8/amd64 very well.  It has USB3 and an mSATA slot;
the performance of a mSATA card in an external Sabrent USB case is
excellent (215 MB/s read rate, which is plenty fast enough).

It has slots you could put in a wifi card that does host ap.  But you
can also connect an ethernet port to a Ubiquiti access point, or
something else.  For the most part, that just forwards ethernet frames,
so it is much less important to be able to control the details.


Re: Another exciting error building lang/mono...

2019-08-14 Thread maya
On Tue, Aug 13, 2019 at 12:00:31PM +0100, Chavdar Ivanov wrote:
> wip/mono6 built OK, but I get:
> 
> ~ csharp
> 
> Unhandled Exception:
> System.TypeInitializationException: The type initializer for
> 'System.Console' threw an exception. --->
> System.TypeInitializationException: The type initializer for
> 'System.ConsoleDriver' threw an exception. --->
> System.DllNotFoundException: System.Native

I kept seeing this. I finally have the answer.

There's a file in the Mono build directory, data/config.
This maps the upstream (Microsoft) DLL names to the ones used by Mono.

Run it as:

env MONO_CONFIG=./data/config csharp


Re: NetBSD on a wireless router?

2019-08-14 Thread Sevan Janiyan
On 14/08/2019 15:51, r...@reedmedia.net wrote:
> Is anyone using NetBSD for wireless routers?

I'm using NetBSD as a router but as a wireless client, not access point.
NetBSD works great on PC Engines ALIX (legacy) and APU2 boards
https://www.pcengines.ch
Just need a suitable wireless card that performs well in hostap mode on
NetBSD (I have no recommendations as I haven't played).


Sevan


NetBSD on a wireless router?

2019-08-14 Thread reed
I want to replace a wifi router with a NetBSD solution.

The posting at
https://mail-index.netbsd.org/netbsd-advocacy/2016/02/29/msg000703.html
links to a spreadsheet of hardward, but I don't know from that yet what 
has wireless and how well supported.

Ideas include Microtik Routerboard, OpenBlocks,  LinkIt Smart 7688, 
Orange Pi.

Is anyone using NetBSD for wireless routers?

Jeremy C. Reed

echo Ohl zl obbx uggc://errqzrqvn.arg/obbxf/csfrafr/ | \
 tr "Onoqrsuvxzabcefghl" "Babdefhikmnoprstuy"