Re: HEADS-UP: Recent atari install floppy overflow

2018-09-18 Thread maya
I'd like to propose the following to remove dead code intended for modules, which are not enabled. Index: Makefile.amiga === RCS file: /cvsroot/src/sys/arch/amiga/conf/Makefile.amiga,v retrieving revision 1.110 diff -u -r1.110

Re: usb panic

2018-09-03 Thread maya
On Sat, Sep 01, 2018 at 05:45:48PM +0100, Patrick Welche wrote: > On Sat, Sep 01, 2018 at 04:47:32PM +0100, Patrick Welche wrote: > > Just tried today's source on the usual -current/amd64 laptop, and: > > > > fatal breakpoint trap in supervisor mode > > trap type 1 code 0 rip 0x8021cd05

Re: new kernel fails to boot due to DRM lock issue (intel)

2018-09-02 Thread maya
On Thu, Aug 30, 2018 at 12:35:02PM +0200, Riccardo Mottola wrote: > Hi, > > as Martin > > yesterday I anticipated that the new DRI causes my kernel to panic while > booting. tue do an already initialized mutex. > > I attach  screenshot. Here an extract: > > lockdebug_alloc() > _mutex_init() >

Re: HEADS UP: drmkms update incoming

2018-08-27 Thread maya
On Tue, Aug 28, 2018 at 05:51:46AM +0800, Paul Goyette wrote: > Do we get support for new(er) graphics cards (if so,which ones)? Do i915 up to Skylake. Any AMDGPU support. I don't imagine many changes in radeon, it's now "the driver for older AMD cards". So far it is a degradation for nouveau

Re: panic when removing a file in current

2018-07-18 Thread maya
On Thu, Jul 19, 2018 at 03:54:17AM +0200, Johnny Billquist wrote: > Anyone seen this, or know what it's about? > > On NetBSD/vax, with 8.99.22 from today. > > Removing any file that has disk blocks allocated to it: > > [ 653.3285523] ufs_inactive: unlinked ino 50313 on "/home" has non zero size

Re: SEGV from init in AMD64 Xen DomU current system

2018-07-13 Thread maya
On Fri, Jul 13, 2018 at 04:07:01PM +0700, Robert Elz wrote: > I just built and booted a Xen DomU system (kernel and system from sources > from a few hours ago) and the result is a seemingly infinite stream of: > > [ 2.0131873] Process (pid 1) got sig 11 > > (with the time increasing, of

Re: ThinkPad T42 w/-current, no mouse in X

2018-07-01 Thread maya
On Sat, Jun 30, 2018 at 09:12:07AM -0500, John D. Baker wrote: > Recently, I've only been using text console or SSH on my ThinkPad T42 > when using -current (via netboot). > > I finally got around to starting X on it and was surprised when the mouse > didn't work. No motion either through the

Re: sparc-current xsrc freetype2 vs fonts/fontconfig?

2018-06-13 Thread maya
Sorry perhaps I should have pulled up the x11-links change. current x11-links (no need for anything else from pkgsrc-current) will suffice. On Tue, Jun 12, 2018 at 05:20:55PM -0500, John D. Baker wrote: > On Tue, 12 Jun 2018, John D. Baker wrote: > > > I was going to assert that my

Re: More build.sh ctf fallout on a linux host

2018-06-12 Thread maya
blah, oops. Given the comment I'm not sure ulonglong_t is even necessary, it doesn't appear anywhere. Does reverting the previous and adding this (which upstream might accept, they seem to just forget to remove it) help? Works for building tools under netbsd. Index:

Re: sparc-current xsrc freetype2 vs fonts/fontconfig?

2018-06-12 Thread maya
You need x11-links 1.11 (or higher)

Re: More build.sh ctf fallout on a linux host

2018-06-11 Thread maya
On Thu, Jun 07, 2018 at 06:47:13AM -0400, Chuck Zmudzinski wrote: > Hello, Thanks, I committed that. I tried to match compat_defs.h's existing style better.

Re: polkit/spidermonkey build failure (fixed)

2018-05-20 Thread maya
On Sun, May 20, 2018 at 07:28:05PM +0200, Riccardo Mottola wrote: > Hi Maya, > > m...@netbsd.org wrote: > > Does this behave correctly? > > (It's because spidermonkey52 is new and the person to commit it > > tested amd64) > > > yes indeed with your workar

Re: polkit/spidermonkey build failure

2018-05-18 Thread maya
Does this behave correctly? (It's because spidermonkey52 is new and the person to commit it tested amd64) Index: Makefile === RCS file: /cvsroot/pkgsrc/lang/spidermonkey52/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile ---

Re: USB "bwfm" users -- seeking victims^Wvolunteers

2018-04-29 Thread maya
to elaborate, it boots & attaches and I can read the console but I think communication on msgbuf is not working. maybe something like power management. I am not very good at drivers. It looks like this on my end with way too much debug messages: http://coypu.sdf.org/bwfm-dmesg

Re: USB "bwfm" users -- seeking victims^Wvolunteers

2018-04-29 Thread maya
I have this that I still haven't got to work. https://github.com/coypoop/drm/tree/bwfm-pci I have a PCI BCM43602.

Re: Two fatal errors with yesterday's -current

2018-04-21 Thread maya
Me too. I figured I screwed up something with the update because nobody else complained.

Re: HEADS UP: switch to GCC 6.4 coming

2018-03-02 Thread maya
my mips64eb (erlite) booted fine with gcc6, and ran atf until it overheated. the results were a lot worse than other ports, but I don't know how much of it is new. I had to revert sys/uvm to 20 days ago to avoid the changes that broke it.

Re: kernels w/built-in "pf" don't build on netbsd-7 host?

2018-02-14 Thread maya
fixed, thanks for the heads up. i'll ask for pullups and upstream.

NetBSD taking part in Google Summer of Code 2018

2018-02-12 Thread maya
can see the others that do here: https://summerofcode.withgoogle.com/organizations/ Feel free to contact, or chat around on IRC: irc.freenode.org #netbsd #netbsd-code #pkgsrc - Maya

Re: Lockups in a Ryzen 7 1800X ASUS Crosshair Hero VI system

2018-02-06 Thread maya
I want to get this patch in http://coypu.sdf.org/xsaveopt for PR 52966, which might be related

Re: failure when building a static-linked emacs25 (-nox11 on amd64)

2018-02-05 Thread maya
This sounds related: https://v4.freshbsd.org/commit/netbsd/src/ipHBgqsQ9q17WJVz

Re: drm/ttm assert

2018-01-07 Thread maya
Looks like this is an unconditional kassert if bus_dmamap_load_pglist ever fails in ttm_bus_dma_populate. I will file a bug, but possibly it just needs to unset the flag before, or set the flag after.

Re: libsigsegv self test hanging

2017-11-22 Thread maya
Are both with GCC 5.5 or did you try 5.4 too?

Re: iwn failure on -current (XEN3_DOM0)

2017-11-19 Thread maya
On Sun, Nov 19, 2017 at 11:11:44AM +, Chavdar Ivanov wrote: > Here my point was that iwn used to work under XEN3_DOM0 a few months > ago and is not working now, which may indicate some problem or > regression elsewhere, which was the main reason for my question. 'Git bisect' is a good way to

Re: Remove fortune quotes attributed to or providing admiration of Adolf Hitler [pr bin/52735]

2017-11-19 Thread maya
The quotes I removed personally offend me. I assume I've done enough for netbsd to not be considered an evil outsider company who is here to spoil fun. I'm not too excited to contribute to a project that insists on keeping a quote on how women should be stupid by a man who tried to exterminate my

Re: Remove fortune quotes attributed to or providing admiration of Adolf Hitler [pr bin/52735]

2017-11-18 Thread maya
Hi, I thought a bit about this after seeing FreeBSD remove the database. I do agree there are offensive things, but it would be nice not to have a daily debate for all of eternity about whether every single quote is offensive enough to be removed. The FreeBSD method is tempting, but I know a lot

Re: Any actions regarding WPA2 vulnerabilities

2017-10-16 Thread maya
On Mon, Oct 16, 2017 at 06:26:09PM +0200, Dmitry Salychev wrote: > Hi, guys. > > Are there patches for these WPA2 vulnerabilities? Are there affected ports? > I haven't seen any message regarding the subject. Thanks. > > Regards, > > - Dmitry Hi, We rely on wpa_supplicant/hostapd for WPA2.

netbsd-current: major bump of libi386

2017-08-12 Thread maya
Hi current-users, port-i386. If you are using NetBSD-current on i386, you may want to know that libi386's major number was increased following the removal of functions: i386_vm86: for virtual 8086 mode (kernel code removed) i386_pmc: hardware performance counters (now only functional for

Re: AMD Ryzen and NetBSD?

2017-06-30 Thread maya
On Fri, Jun 30, 2017 at 09:25:19AM +0100, Patrick Welche wrote: > I'm happily running -current on a Ryzen 7 1700 / Asus PRIME X370-PRO. > I wonder about its i/o though: I remember dd'ing zeros over old disks, and > thought "this is slow", so I dd'd over 3 disks at once, with no change > in

Re: -current binary packages

2017-06-28 Thread maya
On Wed, Jun 28, 2017 at 07:52:02AM -0400, Ian D. Leroux wrote: > On Wed, 28 Jun 2017 12:25:57 +0200 Radim Hor??ek wrote: > > I want install netbsd-current, but I cannot locate ?-current? pkgin > > and binary packages. I have ?-current? pkgsrc source packages, but no > > binary.

Re: Dark screen with nouveau

2017-06-28 Thread maya
On Wed, Jun 28, 2017 at 02:34:55PM +, Chavdar Ivanov wrote: > It would be a bit tedious to do bisecting from 20th of November until now, > so I hoped someone would remember some change for this. > Most likely I broke it with this change:

Re: building a kernel "the old way"

2017-05-24 Thread maya
On Wed, May 24, 2017 at 04:59:58PM +0200, Christian Groessler wrote: > So source code isn't under /usr/src, but /local/netbsd-src/src due to tight > space in the /usr partition. you can work around the space issue with null mounts mkdir /usr/src mount -t null /local/netbsd-src/src /usr/src my

<    1   2