Re: tweaks needed for 10 branch

2023-07-12 Thread Andrew Cagney
gin/trunk, origin/HEAD) Author: mrg Date: Wed Jul 12 07:35:15 2023 + don't force gnu++98 here. fixes build issues seen with GCC 10.5, as well as hopefully ones reported by Andrew Cagney on current-users. thanks

Re: tweaks needed for 10 branch

2023-07-10 Thread Andrew Cagney
On Sun, 2 Jul 2023 at 11:54, Jason Thorpe wrote: > > > > > On Jul 2, 2023, at 7:41 AM, Martin Husemann wrote: > > > > On Sat, Jul 01, 2023 at 05:47:53PM -0400, Andrew Cagney wrote: > >> just fyi, had to tweak this when building; to be honest I'm

tweaks needed for 10 branch

2023-07-01 Thread Andrew Cagney
just fyi, had to tweak this when building; to be honest I'm a bit puzzled Index: external/apache2/llvm/dist/llvm/include/llvm/Support/Signals.h === RCS file:

modifying 9.9999 boot-com.iso using growisofs made init panic

2022-11-29 Thread Andrew Cagney
I'm trying to automate a KVM install. With 9.3 I've got two ISOs: boot-com.iso - unchanged install.iso - modified to contain a script that does a 1.5 style install the framework boots the VM from the unmodified boot-com.iso, and then sends commands to mount install.iso and run the script With

Re: .gdbinit files in the repository

2022-11-23 Thread Andrew Cagney
On Tue, 22 Nov 2022 at 11:49, Thomas Klausner wrote: > > Hi! > > Should these files be there? > > /usr/src> find . -name .gdbinit > ./external/gpl3/binutils/dist/gprof/.gdbinit > ./external/gpl3/binutils.old/dist/gprof/.gdbinit >

Re: github.com/NetBSD/src 5 days old?

2020-05-21 Thread Andrew Cagney
On Mon, 27 Apr 2020 at 23:25, Greg A. Woods wrote: > > At Mon, 27 Apr 2020 21:32:11 +0200, Thomas Klausner wrote: > Subject: Re: github.com/NetBSD/src 5 days old? > > > > This is an old discussion. If you are interested in this, read the > > archives of the tech-repository mailing list. > > > >

Re: File sharing over virtio-9p

2019-05-21 Thread Andrew Cagney
On Tue, 21 May 2019 at 03:28, Ryota Ozaki wrote: > > Hi, > > The following two patches enables a NetBSD guest running > on a Linux KVM to share files with its host over virtio-9p. > Have fun, > ozaki-r Thanks.

Re: patch for build.sh to guess native MACHINE_ARCH

2019-04-30 Thread Andrew Cagney
On Tue, 30 Apr 2019 at 05:17, matthew green wrote: > > hi folks. > > > anyone ever tried to run build.sh on a system like evbarm > and it defaulted to "earm", even on arm64 systems? > > this simple patch makes build.sh guess MACHINE_ARCH with > MACHINE, instead of then finding a default on the

Re: $ sudo ifconfig run0 up list scan

2018-02-21 Thread Andrew Cagney
FYI, I reproduced this on an amd64 box where the builtin wifi worked (so I know it isn't my wpa_supplicant config :-). I filed kern/53047. I guess I should still find an unlocked hub. On 3 February 2018 at 04:11, Tom Ivar Helbekkmo <t...@hamartun.priv.no> wrote: > Andrew Cagney &l

$ sudo ifconfig run0 up list scan

2018-02-02 Thread Andrew Cagney
I'm guessing it should list both my and a few near by networks? I'm getting no output and wpa_supplicant never gets past scanning. (I guess I get to find a base station with _no_ encryption and try that ...) Andrew NetBSD 8.0_BETA (ODROID-C1) #3: Wed Jan 17 22:30:46 EST 2018

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

2017-11-19 Thread Andrew Cagney
On 19 November 2017 at 13:14, wrote: > I still think that we should remove offensive quotes, and if people > cannot agree on it, all of fortune. > > Don't confuse my interest in de-escalation with giving up. > Yes, remove. Be it the file or the entire program. NetBSD is

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

2017-11-19 Thread Andrew Cagney
On 19 November 2017 at 15:16, Hisashi T Fujinaka wrote: > On Sun, 19 Nov 2017, Andy Ruhl wrote: > >> On Sun, Nov 19, 2017 at 8:44 AM, Joerg Sonnenberger wrote: >>> >>> choice in the tonal sense, he was a brilliant orator and there are many >>> useful quotes from

Re: nick-nhusb merge coming soon

2016-04-28 Thread Andrew Cagney
On 28 April 2016 at 06:56, Paul Goyette wrote: > On Wed, 13 Apr 2016, Paul Goyette wrote: > >> Does this include xhci support for USB3 (ie, removal of the "experimental" >> tag)? > > > FWIW, I finally got around to checking the status of USB3 on my machine. > > Firstly, let me

Re: console=fb ignored when root=sd0a on pi (model Bv2)

2016-02-29 Thread Andrew Cagney
On 29 February 2016 at 04:48, Michael van Elst <mlel...@serpens.de> wrote: > andrew.cag...@gmail.com (Andrew Cagney) writes: > >>has any one else tried or noticed this? > >>root=ld0a console=fb - things work as expected and shortly after >>starting switch to hdm

Re: root on sd0a on odroid-c1

2016-02-25 Thread Andrew Cagney
On 22 February 2016 at 12:46, Andrew Cagney <andrew.cag...@gmail.com> wrote: > On 20 February 2016 at 17:14, Michael van Elst <mlel...@serpens.de> wrote: >> andrew.cag...@gmail.com (Andrew Cagney) writes: >> >>>so I simply added root=sd0a to /boot/

root on sd0a on odroid-c1

2016-02-20 Thread Andrew Cagney
I've an odroid-c1 running current. I'm trying to get the root file system onto a USB disk and, I suspect, missing something obvious. The default kernel has something like: config netbsd root on ? type ? so I simply added root=sd0a to /boot/boot.ini's boot line. That resulted in: sdmmc1:

Re: Ways to report trace when boot panics [Was NetBSD 7.0 i386 panic during boot]

2015-10-13 Thread Andrew Cagney
On 12 October 2015 at 10:32, Robert Elz wrote: > Long long ago I did an implementation of config code (more or less a console) > for a device that had nothing but ethernet. For that (and to avoid the > issue that would arise here, of needing specialised client code) I used

Fwd: snprintf?

2015-06-08 Thread Andrew Cagney
FYI, want a bug report? -- Forwarded message -- From: Andrew Cagney andrew.cag...@gmail.com Date: 8 June 2015 at 12:22 Subject: snprintf? To: lu...@lists.lua.org Hi, I just found a bug in an embedded port of lua which didn't support sprintf(). Specifically, the work-around

Re: installboot: Old BPB too big, use -f (may invalidate file system)

2015-01-22 Thread Andrew Cagney
On 22 January 2015 at 14:12, Michael van Elst mlel...@serpens.de wrote: andrew.cag...@gmail.com (Andrew Cagney) writes: Ah, but the installer does know this. in fact I believe it: - first formatted wd0a with ffsv2 - then tried to do the installboot on wd0a and failed so if wd0a was set up wrong

installboot: Old BPB too big, use -f (may invalidate file system)

2015-01-21 Thread Andrew Cagney
Hi, While trying to squeeze a NetBSD-7 snapshot into a newly created partition on a disk that already contains several other OSs, things died with: installboot -o console=pc,speed=9600 /dev/rwd0a /usr/mdec/bootxx_ffsv2 Old BPB too bug, use -f (may invalidate file system) Huh? Searching

Re: installboot: Old BPB too big, use -f (may invalidate file system)

2015-01-21 Thread Andrew Cagney
It probably wasn't clear from my e-mail - I'm using sysinst so I was expecting things to to go smoothly On 21 January 2015 at 15:22, Michael van Elst mlel...@serpens.de wrote: andrew.cag...@gmail.com (Andrew Cagney) writes: While trying to squeeze a NetBSD-7 snapshot into a newly created

Re: netbsd-7, xorg and intel

2014-11-29 Thread Andrew Cagney
Perhaps try a current kernel? I needed that to get netbsd-7 userland working. pci0 at mainbus0 bus 0: configuration mode 1 pci0: i/o space, memory space enabled, rd/line, rd/mult, wr/inv ok pchb0 at pci0 dev 0 function 0: vendor 8086 product 0104 (rev. 0x09) i915drmkms0 at pci0 dev 2 function 0:

Re: Intel HD Graphics 3000 support/getting started

2014-11-22 Thread Andrew Cagney
Just to expand a little, I've the same built in graphics and my screen should do 720p, so this is what I did: - I tried 6.1.5 and, like you, found it couldn't do 720p; yes painful I did notice, though, that while Xorg was loading the correct driver, it wasn't detecting that the screen could do