Re: nick-nhusb merge coming soon

2016-04-13 Thread Paul Goyette
er herculean effort... :) +--+--+----+ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired)| FA29 0E3B 35AF E8AE 6651 | paul at whooppee.com | | Kernel Developer | 0786 F758 55DE 53BA 7731 | pgoyette at netbsd.org | +--+--++

amd64 -current fails to boot in qemu?

2016-04-05 Thread Paul Goyette
ntf() at netbsd:snprintf exit1() at netbsd:exit1+0x6e0 sys_exit() at netbsd:sys_exit+0x3d syscall() at netbsd:syscall+0x15b --- syscall (number 1) --- 7f7ff7119afa: db{0}> Is anyone else seeing anything similar? +--+--+----+ | Paul Goyett

Re: ***Problem solved*** mount options noexec,nosuid,nodev

2016-04-04 Thread Paul Goyette
x27;ll remove that line from .cshrc +--+--+----+ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired)| FA29 0E3B 35AF E8AE 6651 | paul at whooppee.com | | Kernel Developer | 0786 F758 55DE 53BA 7731 | pgoyette at netbsd.org | +--+--++

Re: mount options noexec,nosuid,nodev

2016-04-04 Thread Paul Goyette
On Mon, 4 Apr 2016, Michael van Elst wrote: p...@whooppee.com (Paul Goyette) writes: # mount /build *** The flags were cleared on the remount! # /build/TEST.sh /build/TEST.sh: Permission denied. So what is in /etc/fstab ? As I indicated in the previous Email (yes, it was rather

Re: mount options noexec,nosuid,nodev

2016-04-03 Thread Paul Goyette
en remount with explicit flags set # umount /build # mount -o exec,suid,dev /build # /build/TEST.sh This is /build/TEST.sh # *** Yup, it works again. On 26 Mar 2016 11:20 pm, "Paul Goyette" wrote: I always seem to get bitten by this! I had a power-outage yesterday, and at res

mount options noexec,nosuid,nodev

2016-03-26 Thread Paul Goyette
nt is invoked during /etc/rc.d startup processing, but only after the system is up.) Where is this documented? And perhaps the mount(8) man page might benefit if these options included an appropriate cross-ref? +--+--+--------

Re: Identifying the NetBSD shell

2016-03-21 Thread Paul Goyette
On Mon, 21 Mar 2016, Paul Goyette wrote: On Mon, 21 Mar 2016, Robert Elz wrote: I sent a message to tech-userlevel a week or so ago, asking about a few things that I was considering changing in NetBSD's sh (which can't be categorised really as being bug fixes), but got no respon

Re: Identifying the NetBSD shell

2016-03-20 Thread Paul Goyette
se one thing only to change it a month or two (or more) later. Once released, that will be it, so get your opinions in before that happens. !DSPAM:56ef954d25218757515768! +--+--++ | Paul Goyette | PGP Key fingerprint: | E-mail

Re: Build failure on amd64 (C++11 specific?)

2016-02-27 Thread Paul Goyette
Never mind - for some strange reason my local sources contained Rev. 1.1.1.1 of nouveau_debug.h - not sure why my cvs update didn't catch this. Sorry for the noise. On Sun, 28 Feb 2016, Paul Goyette wrote: With sources updated via anoncvs on 2016-02-28 at 00:31:41 UTC # compile ga

Build failure on amd64 (C++11 specific?)

2016-02-27 Thread Paul Goyette
bsd-local/src/external/mit/xorg/lib/${dir}" ;; esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" && /build/netbsd-local/tools/x86_64/amd64/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; _makedirtarget ga

Sets-list error?

2016-02-20 Thread Paul Goyette
(Interestingly, the man-page entries for ctfconvert and ctfmerge are already conditional on ctf ...) +--+--++ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired)| FA29 0E3B 35AF E8AE 6651 | paul at

Re: Revert CTF/DTRACE? (was: Re: Automated report: NetBSD-current/i386 build failure)

2016-02-10 Thread Paul Goyette
Obviously, this should have been cc'd to and not to :) On Thu, 11 Feb 2016, Paul Goyette wrote: Perhaps we should revert the commit that made CTF/DTRACE on by default? At least then we could continue testing everything else? (Of course, once we figure out and fix the problem

Revert CTF/DTRACE? (was: Re: Automated report: NetBSD-current/i386 build failure)

2016-02-10 Thread Paul Goyette
on, g...@gson.org !DSPAM:56ba3df154578286514747! +--+--+--------+ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired)| FA29 0E3B 35AF E8AE 6651 | paul at whooppee.com | | Kernel Developer | 0786 F758 55D

NOCTF vs NOPIE in src/share/mk/bsd.README

2016-02-07 Thread Paul Goyette
? +--+--++ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired)| FA29 0E3B 35AF E8AE 6651 | paul at whooppee.com | | Kernel Developer | 0786 F758 55DE 53BA 7731 | pgoyette at netbsd.org | +--+--++

Re: Using sysinst to add additional distribution sets?

2016-02-05 Thread Paul Goyette
On Thu, 4 Feb 2016, John Nemeth wrote: On Feb 5, 2:09pm, Paul Goyette wrote: } } I've previously done a minimal install, and now I want to add the } "man.tgz" distribution set. This is on a qemu virtual system, so I } simply used vndconfig to access the "system disk"

Using sysinst to add additional distribution sets?

2016-02-04 Thread Paul Goyette
No, how is one expected to add more sets after an initial install?) TIA... +----------+--++ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired)| FA29 0E3B 35AF E8AE 6651 | paul at whooppee.com | | Kernel Developer | 0786 F758 55DE 53BA 7731 | pgoyette at netbsd.org | +--+--++

Re: build.sh failure

2016-02-04 Thread Paul Goyette
Host is a few weeks old, 7.99.25 from Dec. 23rd. On Thu, 4 Feb 2016, Andreas Gustafsson wrote: Paul Goyette wrote: I did a clean build earlier today without any problems. How current was the host? -- Andreas Gustafsson, g...@gson.org !DSPAM:56b3225a139991696618383

Re: build.sh failure

2016-02-04 Thread Paul Goyette
build earlier today without any problems. +--+--++ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired)| FA29 0E3B 35AF E8AE 6651 | paul at whooppee.com | | Kernel Developer | 0786 F758 55DE

Re: /stand 10x grows

2016-02-02 Thread Paul Goyette
08af4122235131035579! +--+--+----+ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired)| FA29 0E3B 35AF E8AE 6651 | paul at whooppee.com | | Kernel Developer | 0786 F758 55DE 53BA 7731 | pgoyette at netbsd.org | +--+--++

Re: /stand 10x grows

2016-02-02 Thread Paul Goyette
t for diffs], Fri Jan 22 21:56:56 2016 UTC (10 days, 12 hours ago) by riz Branch: MAIN Changes since 1.421: +3 -3 lines Diff to previous 1.421 (colored) Enable KDTRACE_HOOKS on i386 and amd64 GENERIC. +--+--+----+ | Paul Goyette | PG

modular dtrace

2016-01-23 Thread Paul Goyette
uded in the standard GENERIC kernel for at least port-amd64). +--+------++ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired)| FA29 0E3B 35AF E8AE 6651 | paul at whooppee.com | | Kernel Developer | 0786 F758 55DE 53BA 7731 | pgoyette at netbsd.org | +--+--++

Re: Build break on port amd64 - recent header changes?

2016-01-22 Thread Paul Goyette
ach(struct gif_softc *sc) -{ - rtcache_free(&sc->gif_ro); - return 0; + return error; } void * On Sat, 23 Jan 2016, Paul Goyette wrote: With sources up-to-the-moment ... ... # compile libgif/in6_gif.o /build/netbsd-local/tools/x86_64/amd64/bin/x86_64--netb

Build break on port amd64 - recent header changes?

2016-01-22 Thread Paul Goyette
ror code 1 ... +--+--+----+ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired)| FA29 0E3B 35AF E8AE 6651 | paul at whooppee.com | | Kernel Developer | 0786 F758 55DE 53BA 7731 | pgoyette at netbsd.org | +--+--++

Awkward wording in directory(3) man page

2016-01-22 Thread Paul Goyette
eaker! Perhaps it could be better written as ... The IEEE Std 1003.1-2008(``POSIX.1'') standard no longer mandates that directory streams be implemented by using file descriptors. ... ?? +--+--+--------+

Re: root raidframe doesn't detach

2016-01-02 Thread Paul Goyette
nt in qemu...) +--+--+----+ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired)| FA29 0E3B 35AF E8AE 6651 | paul at whooppee.com | | Kernel Developer | 0786 F758 55DE 53BA 7731 | pgoyette at netbsd.org | +--+--++

Re: consistent crashes on NetBSD 7.99.24 amd64 built 19th Dec 15

2015-12-31 Thread Paul Goyette
811ded12c0 Have a core dump for this, but there is obviously some corruption. I can make the core dump/symbols available. Worth a pr? Dave -- = Phone: 07805784357 Open Source O/S: www.netbsd.org Caving: http://www.wirralcavinggroup.org.uk ======

Re: Strange SIGINFO behavior

2015-12-31 Thread Paul Goyette
On Thu, 31 Dec 2015, Martin Husemann wrote: On Thu, Dec 31, 2015 at 07:32:52PM +0800, Paul Goyette wrote: Now, when I press Control/T I frequently see something like one of the following, with a hex number instead of a wchan. load: 3.16 cmd: guile 23408 [0x7f7ff4c3cd4a/3] 0.56u 2.17s 10

Strange SIGINFO behavior

2015-12-31 Thread Paul Goyette
[0x7f7ff4c3cd4a/3] 0.56u 2.17s 10% 47440k load: 3.22 cmd: cc1plus 11444 [0x5fa7af/0] 0.71u 0.16s 3% 121552k Does anyone know why this is happening? Is it expected? +--+--++ | Paul Goyette | PGP Key fingerprint: | E-mail

Erroneous comment in GENERIC config file(s)?

2015-12-20 Thread Paul Goyette
e any reference to config(*) at all! +--+--+----+ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired)| FA29 0E3B 35AF E8AE 6651 | paul at whooppee.com | | Kernel Developer | 0786 F758 55DE 53BA

Re: mandoc build failure.

2015-12-18 Thread Paul Goyette
at_reallocarray.c +SRCS+= chars.c .endif .include +--+--+--------+ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired)| FA29 0E3B 35AF E8AE 6651 | paul at whooppee.com | | Kernel Developer | 0

Re: build failure on amd64

2015-12-18 Thread Paul Goyette
asn1_compile cksum compile_et db \ file lint1 slc \ On Sat, 19 Dec 2015, Paul Goyette wrote: I just got the following error while running build.sh (manually line wrapped for readability) --- beforedepend --- /build/netbsd-local/tools/x86_64/amd64/bin/x86_64--netbsd-install \ -d /buil

build failure on amd64

2015-12-18 Thread Paul Goyette
rtinfo 1 error nbmake[2]: stopped in /build/netbsd-local/src/tools/sortinfo *** Failed target: dependall-sortinfo Is there perhaps a sequencing issue that requires nbpax tool to be build before using it for sortinfo? +--+--+

ip6addrctl(8)

2015-12-14 Thread Paul Goyette
ally if there's been an unexpected reboot (aka crash)! +--+--+--------+ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired)| FA29 0E3B 35AF E8AE 6651 | paul at whooppee.com | | Kernel Develo

Re: clock_settime(2), gettimeofday(2) man page typo

2015-12-09 Thread Paul Goyette
Ooops! :) Thanks, wiz, for fixing. On Wed, 9 Dec 2015, ?~\~^?~P~M??~W?~I~[ wrote: Hi! In clock_settime(2), gettimeofday(2) .Dd December 8, 2016 ^ --- takeshi shinnashi +--+--++ | Paul

Re: clockctl(4) vs settimeofday(2)

2015-12-07 Thread Paul Goyette
syscall fails. This approach makes sense, so I will treat the code as "definitive" and I will update the man pages accordingly. +--+--+--------+ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired)

Re: Automated report: NetBSD-current/i386 build failure

2015-12-06 Thread Paul Goyette
ports/i386/commits-2015.12.html#2015.12.07.03.34.00 +--+--+----+ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired)| FA29 0E3B 35AF E8AE 6651 | paul at whooppee.com | | Kernel Developer | 0786 F758

clockctl(4) vs settimeofday(2)

2015-12-06 Thread Paul Goyette
these is correct? And which needs to be updated? :) +--+--++ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired)| FA29 0E3B 35AF E8AE 6651 | paul at whooppee.com | | Kernel Developer

Re: Crash on -current on i386 (NOT amd64)

2015-12-05 Thread Paul Goyette
On Sat, 5 Dec 2015, John Nemeth wrote: On Dec 6, 6:12am, Paul Goyette wrote: } On Sat, 5 Dec 2015, John Nemeth wrote: } } > } What's the backtrace? Ideally I'd like to remove the DIOCGPART code... } > } > I don't think there was a backtrace. ... } } Correct

Re: Crash on -current on i386 (NOT amd64)

2015-12-05 Thread Paul Goyette
t the backtrace. +--+--+----+ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired)| FA29 0E3B 35AF E8AE 6651 | paul at whooppee.com | | Kernel Developer | 0786 F758 55DE 53BA 7731 | pgoyette at netbsd.org | +--+--++

Re: Crash on -current on i386 (NOT amd64)

2015-12-05 Thread Paul Goyette
this patch, and sysinst will now complete the installation successfully. And the newly installed system also boots successfully. Thanks! Please commit! +--+------++ | Paul Goyette | PGP Key fingerprint: | E-mail addresses:

Re: Crash on -current on i386 (NOT amd64)

2015-12-04 Thread Paul Goyette
On Sat, 5 Dec 2015, Paul Goyette wrote: Let me try this again ... With up-to-the-minute sources, I got the following crash while trying to install i386-current in a qemu-VM. ioctl DIOCGMEDIASIZE failed 19ge media | uvm_fault(0xc2983d40, 0, 1) -> 0xe | fatal p

Re: Crash on -current on i386 (NOT amd64)

2015-12-04 Thread Paul Goyette
ry for confusion. +--+--+----+ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired)| FA29 0E3B 35AF E8AE 6651 | paul at whooppee.com | | Kernel Developer | 0786 F758 55DE 53BA 7731 | pgoyette at netbsd.org | +--+--++

Crash on -current amd64

2015-12-04 Thread Paul Goyette
(Resend with subject line) On Sat, 5 Dec 2015, Paul Goyette wrote: With up-to-the-minute sources, I got the following crash while trying to install amd64-current in a qemu-VM. ioctl DIOCGMEDIASIZE failed 19ge media | uvm_fault(0xc2983d40, 0, 1) -> 0xe | fatal p

[no subject]

2015-12-04 Thread Paul Goyette
a i386-current system, and I was able to install it successfully. FWIW, my source tree is time-stamped at "2015-12-05 at 03:08:57 UTC" +--+--+----+ | Paul Goyette | PGP Key fingerprint: | E-mail addresses:

Re: NetBSD-current/i386 install kernel panic (sysv_ipc related)

2015-12-04 Thread Paul Goyette
This should be fixed now, although I am still testing a few more combinations. On Sat, 5 Dec 2015, Paul Goyette wrote: (cc-ing current-users as a heads-up) Yes, I got another report of this as well. I am looking into it and will fix as quickly as possible. On Fri, 4 Dec 2015, Andreas

Re: NetBSD-current/i386 install kernel panic (sysv_ipc related)

2015-12-04 Thread Paul Goyette
/releng.netbsd.org/b5reports/i386/commits-2015.12.html#2015.12.03.02.57.47 -- Andreas Gustafsson, g...@gson.org +--+--+----+ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired)| FA29 0E3B 35AF

Re: How to build/load dtrace module?

2015-11-28 Thread Paul Goyette
On Sat, 28 Nov 2015, Kamil Rytarowski wrote: --[PinePGP]--[begin]-- On 28.11.2015 14:17, Paul Goyette wrote: I just did a complete 'build.sh -V MKDTRACE=yes release' and installed it in a QEMU virtual system. When I try to load the dtr

How to build/load dtrace module?

2015-11-28 Thread Paul Goyette
I need to do to make it happen? Thanks in advance! +--+--+---------+ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired)| FA29 0E3B 35AF E8AE 6651 | paul at whooppee.com| | Kernel Developer | 0786 F75

amd64 build failure

2015-11-25 Thread Paul Goyette
r code 1 +--+--+-+ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired)| FA29 0E3B 35AF E8AE 6651 | paul at whooppee.com| | Kernel Developer | 0786 F758 55DE 53BA 7731 | pgoyette at netbsd.org | +--+--+-+

Re: Automated report: NetBSD-current/i386 build failure

2015-11-23 Thread Paul Goyette
5210/ar5210_reset.c,v 1.6 Log files can be found at: http://releng.NetBSD.org/b5reports/i386/commits-2015.11.html#2015.11.23.23.46.33 +--+--+---------+ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired

Re: Should MAKEDEV be able to create /dev/filemon ?

2015-11-21 Thread Paul Goyette
upt environment.) +--+--+-----+ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired)| FA29 0E3B 35AF E8AE 6651 | paul at whooppee.com| | Kernel Developer | 0786 F758 55DE 53BA 7731 | pgoyette at netbsd.org | +--+--+-+

Re: Should MAKEDEV be able to create /dev/filemon ?

2015-11-21 Thread Paul Goyette
On Sat, 21 Nov 2015, Martin Husemann wrote: On Sat, Nov 21, 2015 at 12:16:33PM +0800, Paul Goyette wrote: While trying to test some recent changes to filemon(4), I discovered that not only does a default system installation not create a /dev/filemon but the supplied /dev/MAKEDEV script doesn&#

Should MAKEDEV be able to create /dev/filemon ?

2015-11-20 Thread Paul Goyette
lemon) mkdev filemon c 202 666 ;; to the big case statement? Is there some reason why this was not done? +--+--+-+ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired)| FA29 0E3B

Re: dtrace(1) man page missing

2015-11-18 Thread Paul Goyette
On Thu, 19 Nov 2015, Christos Zoulas wrote: In article , Paul Goyette wrote: While checking some updates I'm making for filemon(4), I discovered that there is no dtrace(1) man page, even though it is cross-referenced in both filemon(4) and mk.conf(5) Does anyone have a man page

dtrace(1) man page missing

2015-11-18 Thread Paul Goyette
handy? :) +--+--+-+ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired)| FA29 0E3B 35AF E8AE 6651 | paul at whooppee.com| | Kernel Developer | 0786 F758 55DE 53BA 7731 | pgoyette at netbsd.org | +--+--+-+

Re: mq_receive man-page error?

2015-11-18 Thread Paul Goyette
On Wed, 18 Nov 2015, Christos Zoulas wrote: In article , Paul Goyette wrote: SYNOPSIS says ssize_t mq_receive(mqd_t mqdes, char *msg_ptr, size_t msg_len, unsigned *msg_prio); RETURN VALUES says Upon successful completion, the mq_receive() and mq_timedreceive

mq_receive man-page error?

2015-11-17 Thread Paul Goyette
ssize_t, then it should be returning the size of the received message? :) +--+--+-+ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired)| FA29 0E3B 35AF E8AE 6651 | paul at whooppee.com

Re: Installing on LFS

2015-11-16 Thread Paul Goyette
On Mon, 16 Nov 2015, Eduardo Horvath wrote: On Sat, 14 Nov 2015, Paul Goyette wrote: On Sat, 14 Nov 2015, Paul Goyette wrote: I've been trying to install NetBSD on an LFS partition. sysinst allows me to set the partition table fstype to 4.4LFS but when I tell it that the partitions a

Re: Installing on LFS

2015-11-14 Thread Paul Goyette
On Sat, 14 Nov 2015, Paul Goyette wrote: I've been trying to install NetBSD on an LFS partition. sysinst allows me to set the partition table fstype to 4.4LFS but when I tell it that the partitions are OK, it reports No bootcode for specified FS type of root partition |

Obsolete comments in sets-lists files for modules?

2015-11-14 Thread Paul Goyette
these comments truly obsolete? If yes, I will be happy to remove them to avoid causing any future confusion. +--+--+-+ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired)| FA29 0E3B 35AF E8AE

Installing on LFS

2015-11-14 Thread Paul Goyette
n a qemu virtual machine.) +--+--+-+ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired)| FA29 0E3B 35AF E8AE 6651 | paul at whooppee.com| | Kernel Developer | 0786 F758 55DE 53BA 7731 | pgo

Re: PCI MSI for re(4)

2015-11-13 Thread Paul Goyette
On Fri, 13 Nov 2015, Paul Goyette wrote: On Thu, 12 Nov 2015, Jonathan A. Kollasch wrote: Hi, Attached is a patch that should enable PCI MSI for pci(4)-attached re(4) NICs. I would like both review of the code, and additional testing. I've tested it successfully on amd64 -current w

Re: PCI MSI for re(4)

2015-11-13 Thread Paul Goyette
t - I can give this a quick test-drive tomorrow. Is there anything specific I should be looking for? Or it is a simple Pass/Fail? :) +--+--+-+ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Re

Re: amd64-7.0_STABLE trap panic

2015-11-07 Thread Paul Goyette
On Sat, 7 Nov 2015, John D. Baker wrote: On Sun, 8 Nov 2015, Paul Goyette wrote: It might be useful if you could use gdb on the crash dump. Use the Perhaps I'm still quite the neophyte with 'gdb'. Is examining a system core dump much different from examining a process core

Re: amd64-7.0_STABLE trap panic

2015-11-07 Thread Paul Goyette
iggering the fault. (This is probably the reference to uc->uc_flags) Now, as for why this is broken, I have no idea. :( +--+--+-+ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired)| FA29 0E3B 35AF E8AE 6651 | paul at whooppee.com| | Kernel Developer | 0786 F758 55DE 53BA 7731 | pgoyette at netbsd.org | +--+--+-+

Re: Build broken - pcnfsd

2015-11-07 Thread Paul Goyette
On Sun, 8 Nov 2015, Christos Zoulas wrote: In article , Paul Goyette wrote: --- dependall-usr.sbin --- pcnfsd_svc.c: In function 'closedown': pcnfsd_svc.c:67:3: error: function declaration isn't a prototype [-Werror=strict-prototypes] extern fd_set svc_fdset; ^ cc1: all

Build broken - pcnfsd

2015-11-07 Thread Paul Goyette
o] Error code 1 +--+--+-----+ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired)| FA29 0E3B 35AF E8AE 6651 | paul at whooppee.com| | Kernel Developer | 0786 F758 55DE 53BA 7731 | pgoyette at netbsd.org | +--+--+-+

Re: amd64-7.0_STABLE trap panic

2015-11-06 Thread Paul Goyette
k at in the crashdump? -- |/"\ John D. Baker, KN5UKS NetBSD Darwin/MacOS X |\ / jdbaker[snail]mylinuxisp[flyspeck]comOpenBSDFreeBSD | X No HTML/proprietary data in email. BSD just sits there and works! |/ \ GPGkeyID: D703 4A7E 479F 63F8 D3F4 BD99 9572 8

Error on vndconfig(8) man page

2015-11-05 Thread Paul Goyette
and, including the name change. :) PS The sources for this command are still located in directory src/usr.sbin/vnconfig and will probably stay there (due to our innate aversion to repository moves). +--+--+---------+ | Paul Goyette | PGP

Re: After i386 7.0 -> amd64 7.0 changeover can't mount ext2 partition

2015-11-04 Thread Paul Goyette
Rerun /dev/MAKEDEV On Thu, 5 Nov 2015, Mayuresh wrote: On Thu, Nov 05, 2015 at 01:27:45PM +0800, Paul Goyette wrote: Did you check to make sure you have a /dev/sd0j and /dev/rsd0j in your /dev directory? And did you check to make sure that they have the correct major/minor numbers? (4/9

Re: After i386 7.0 -> amd64 7.0 changeover can't mount ext2 partition

2015-11-04 Thread Paul Goyette
not configured I have done fsck check on all 3 partitions on Linux system and they are all healthy. Not able to mount this partition breaks my system badly. Request help in resolution of this. Mayuresh. +--+--+-+ | Paul Goye

Re: Three failure modes seen with -current amd64 modular kernels (somewhat lengthy)

2015-11-02 Thread Paul Goyette
On Tue, 3 Nov 2015, Paul Goyette wrote: I'm still trying to figure out what's going on with all three of these issues, but i'm not making any progress. I have determined that, for issue #2, the problem can be masked by manually loading the nfs module, preventing it from being a

Re: Three failure modes seen with -current amd64 modular kernels (somewhat lengthy)

2015-11-02 Thread Paul Goyette
On Mon, 2 Nov 2015, Paul Goyette wrote: With current kernels, I am seeing three distinct failure modes when loading/unloading modules. (FWIW, my base kernel contains as few built-in modules as possible; everything is loaded as needed.) At least issues 1 and 3 have been uncovered as a result

Re: Three failure modes seen with -current amd64 modular kernels (somewhat lengthy)

2015-11-01 Thread Paul Goyette
On Tue, 27 Oct 2015, Paul Goyette wrote: With current kernels, I am seeing three distinct failure modes when loading/unloading modules. (FWIW, my base kernel contains as few built-in modules as possible; everything is loaded as needed.) At least issues 1 and 3 have been uncovered as a result

Re: in-system dtrace ".d" failure

2015-10-27 Thread Paul Goyette
comments on this ? You need a kernel compiled with MKCTF. Might we get someone to update src/BUILDING for this? +------+--+-+ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired)| FA29 0E3B 35A

[no subject]

2015-10-27 Thread Paul Goyette
eed a kernel compiled with MKCTF. Might we get someone to update src/BUILDING for this? +------+--+-+ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired)| FA29 0E3B 35AF E8AE 6651 | paul at whooppe

Three failure modes seen with -current amd64 modular kernels (somewhat lengthy)

2015-10-26 Thread Paul Goyette
log != NULL) sysctl_log_add(log, pnode); if (cnode != NULL) For issues 1 and 2, I have (relatively small) core dumps available, exported from the qemu environment, if anyone wants to look more closely. +--+--+-+ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired)| FA29 0E3B 35AF E8AE 6651 | paul at whooppee.com| | Kernel Developer | 0786 F758 55DE 53BA 7731 | pgoyette at netbsd.org | +--+--+-+

Using qemu with smp ?

2015-10-24 Thread Paul Goyette
and then qemu just hangs. +--+--+-----+ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired)| FA29 0E3B 35AF E8AE 6651 | paul at whooppee.com| | Kernel Developer | 0786 F758 55DE 53BA 7731 | pgoyette at netbsd.org | +--+--+-+

Possible error in kern_sysctl.c

2015-10-22 Thread Paul Goyette
ntain the wrong mib-name values, preventing proper operation of sysctl_teardown(). Comments? +--+--+-+ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired)| FA29 0E3B 35AF E8AE 6651 | paul at

Re: sysctl_teardown() with dynamic nodes?

2015-10-21 Thread Paul Goyette
On Thu, 22 Oct 2015, Paul Goyette wrote: A little bit of progress in the on-going saga of sysctl_teardown() not working as expected... I still can't determine what the problem is, but I can reproduce it at will. I put in some extra debugging stuff (a few calls to sysctl_log_print()

Re: sysctl_teardown() with dynamic nodes?

2015-10-21 Thread Paul Goyette
return (error); } I just don't see how this could return ENOTDIR for some entries and succeed for others. +--+------+-+ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired)| FA29 0E3B 35AF

sysctl_teardown() with dynamic nodes?

2015-10-20 Thread Paul Goyette
nger valid. I don't have enough sysctl(9) background to quickly figure out the sysctl_teardown() code, so I was hoping someone else could take a quick look. +--+--+---------+ | Paul Goyette | PGP Key fingerprint: | E-mail

Re: Crash on -current in pool_drain()

2015-10-20 Thread Paul Goyette
On Sun, 18 Oct 2015, Paul Goyette wrote: On Sun, 18 Oct 2015, Nick Hudson wrote: On 10/18/15 00:30, Paul Goyette wrote: Under heavy load, and after several hours of building packages, I am seeing the following crash. I'm doing a bisect to narrow down more, but it has been happening at

Re: Does wscons use compat syscalls to switch sessions

2015-10-18 Thread Paul Goyette
Yes, it sounds very familiar. On Sun, 18 Oct 2015, Valery Ushakov wrote: On Sun, Oct 18, 2015 at 11:03:37 +0800, Paul Goyette wrote: I just noticed that when switching console sessions from my X display (on ttyE4) to the console session (on ttyE0), the system auto-loads the "compat&qu

Re: Crash on -current in pool_drain()

2015-10-18 Thread Paul Goyette
On Sun, 18 Oct 2015, Nick Hudson wrote: On 10/18/15 00:30, Paul Goyette wrote: Under heavy load, and after several hours of building packages, I am seeing the following crash. I'm doing a bisect to narrow down more, but it has been happening at least a week ago, with kernel and all mo

Does wscons use compat syscalls to switch sessions

2015-10-17 Thread Paul Goyette
urrent" syscalls and/or ioctls? +--+--+-----+ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired)| FA29 0E3B 35AF E8AE 6651 | paul at whooppee.com| | Kernel Developer | 0786 F758 55DE 53BA 7731 | pgoyette at netbsd.org | +--+--+-+

Crash on -current in pool_drain()

2015-10-17 Thread Paul Goyette
ms to point to the end of the LIST at pool_head: (gdb) print drainpp $1 = (struct pool *) 0x8099fb40 (gdb) print pool_head $2 = {tqh_first = 0x80724880 , tqh_last = 0x8099fb40} I'm not good enough at x86 assembler to decode much further... Anyone got a clue

Heads up - crash/panic on -current when unloading mqueue module

2015-10-16 Thread Paul Goyette
lt-in, so this will not apply.) +--+--+-+ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired)| FA29 0E3B 35AF E8AE 6651 | paul at whooppee.com| | Kernel Developer | 0786 F758 55DE 53BA

Re: Missing boot blocks

2015-10-13 Thread Paul Goyette
On Wed, 14 Oct 2015, Paul Goyette wrote: OK, now I've really done it! :) I've used the same script for years to (occassionally? rarely?) update my boot-blocks. I hadn't done it for a while, so this morning I decided to update. Ouch - something went wrong, and the ma

Missing boot blocks

2015-10-13 Thread Paul Goyette
ble device. It just moves on to the next device (the network) and tries a PXE boot. Does anyone have a suggestion on how to recover from this? I think my last working boot-blocks were from back in the 6.99.7 time-frame! +--+--+-----+

Sets list update needed for nouveau?

2015-10-13 Thread Paul Goyette
=== +--+--+-+ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired)| FA29 0E3B 35AF E8AE 6651 | paul at whooppee.com| | Kernel Developer | 0786 F758 55DE 53BA 7731 | pgoyette at netbsd.org | +--+--+-+

Re: NetBSD 7.0 i386 panic during boot

2015-10-12 Thread Paul Goyette
tions DDB_COMMANDONENTER="bt"' in the INSTALL and GENERIC kernels. Of course you'd still need to manually transcribe the console display, or take a pic for screen capture. +--+--+-----+ | Paul Goyette | PGP Key

Strange crash

2015-10-07 Thread Paul Goyette
? +--+--+-+ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired)| FA29 0E3B 35AF E8AE 6651 | paul at whooppee.com| | Kernel Developer | 0786 F758 55DE 53BA 7731 | pgoyette at netbsd.org | +--+--+-+

Re: Killing a zombie process?

2015-10-04 Thread Paul Goyette
On Sun, 4 Oct 2015, Robert Elz wrote: Date:Sun, 4 Oct 2015 17:25:21 +0800 (PHT) From:Paul Goyette Message-ID: | I'm pretty much convinced that the p_nstopchild accounting is screwed up | somewhere. I think I agree. | I'm planning on adding the followi

Re: Killing a zombie process?

2015-10-04 Thread Paul Goyette
nxtchild, child); +/* XXX */ child = NULL; break; } +--+------+-+ | Paul Goyette | PGP Key fingerprint: | E-mail addresses:

Re: Problems with gdb?

2015-10-04 Thread Paul Goyette
On Sun, 4 Oct 2015, Andreas Gustafsson wrote: Paul Goyette wrote: In attempts to debug another problem (see the thread about "killing zombies"), I've twice forced crash dumps from ddb. Once with the 'sync' command, and once with 'reboot 0x104'. [...] Ye

Re: Killing a zombie process?

2015-10-03 Thread Paul Goyette
On Sun, 4 Oct 2015, Paul Goyette wrote: | 1. Is it correct for init's p_nstopchild to be zero when it has several | children whose p_state is SSTOP? Depends whether those children have previously been waited for or not. Stopped children don't go away when they're waite

Problems with gdb?

2015-10-03 Thread Paul Goyette
) Has something recently broken in gdb? My system is a complete kernel+userland amd64/7.99.21 built from sources updated via anoncvs on 2015-09-20 at 02:09:58 UTC. +--+--+-+ | Paul Goyette | PGP Key fingerprint: | E-mail

Re: Killing a zombie process?

2015-10-03 Thread Paul Goyette
On Sun, 4 Oct 2015, Robert Elz wrote: Date:Fri, 2 Oct 2015 15:26:42 +0800 (PHT) From:Paul Goyette Message-ID: | 1. Is it correct for init's p_nstopchild to be zero when it has several | children whose p_state is SSTOP? Depends whether those children

Re: Killing a zombie process?

2015-10-02 Thread Paul Goyette
On Fri, 2 Oct 2015, Paul Goyette wrote: On Fri, 2 Oct 2015, Paul Goyette wrote: For now, I took a quick look into the zombie's struct proc. p_exitsig = 0x14 = SIGCHILD p_flag= 0x0 p_sflag = 0x2000 = PS_WEXIT p_slflag = 0x0 p_lflag

<    1   2   3   4   5   6   7   8   9   10   >