panic: SPL NOT LOWERED

2013-07-02 Thread Thomas Klausner
Jul 2 13:22:39 yt savecore: reboot after panic: ERXNIITN G6: 0S PL NOT LOWERED ON TRAP EXIT 6 0 WARNING: SPL NOT LOWERED ON TRAP EXIT 6 0 WARNING: SPL NOT LOWERED ON TRAP EXIT 6W A0R NING: SPL NOT LOWERED ON TRAP EXIT 6 0 WARNING: SPL NOT LOWERED ON TRAP EXIT 6 0 WARNING: SPL NOT LOWEWRAERDN

Re: emacs-24.3: test request

2013-09-08 Thread Thomas Klausner
On Sun, Sep 08, 2013 at 11:59:51AM +0400, Valeriy E. Ushakov wrote: On Sat, Sep 07, 2013 at 18:15:40 +0200, Thomas Klausner wrote: On Thu, Aug 15, 2013 at 07:53:55PM +0200, Thomas Klausner wrote: On Wed, Aug 14, 2013 at 10:43:59PM +0200, Thomas Klausner wrote: To confirm if an emacs24

Re: emacs-24.3: test request

2013-09-08 Thread Thomas Klausner
On Sun, Sep 08, 2013 at 10:13:13AM +0100, Robert Swindells wrote: Thomas Klausner wrote: On Sun, Sep 08, 2013 at 11:59:51AM +0400, Valeriy E. Ushakov wrote: Haven't you or someone else complained about problems with emacs24 vs. environ a few months ago? This is still the same issue I've

Re: emacs-24.3: test request

2013-09-09 Thread Thomas Klausner
On Mon, Sep 09, 2013 at 10:56:35PM +0400, Valeriy E. Ushakov wrote: On Mon, Sep 09, 2013 at 20:15:51 +0200, Matthias Drochner wrote: On Mon, 9 Sep 2013 18:04:44 +0100 Matthias Scheler t...@zhadum.org.uk wrote: cvs rdiff -u -r1.7 -r1.8 src/lib/libc/stdlib/_env.c [...] I would

openzfs launched

2013-09-24 Thread Thomas Klausner
Hi! I just stumbled over this: http://www.open-zfs.org/wiki/Announcement Today we announce OpenZFS: the truly open source successor to the ZFS project... Thomas

Re: gtk3, libXi vs xextproto

2013-09-25 Thread Thomas Klausner
On Wed, Sep 25, 2013 at 12:38:56PM +0200, Riccardo Mottola wrote: posting now here to current, I can't believe I am the only one with this problem, but I got no answers on users! This is with current pkgsrc. How did you build emacs? How did you install the dependencies? Are you perhaps mixing

Re: Problem building current from sources

2013-09-30 Thread Thomas Klausner
See Christos email about the binutils import: Expect the tree to be broken for some archs for a few days. (There are too many archs to build and test). I guess this is one of them. Thomas On Mon, Sep 30, 2013 at 10:39:18AM +0200, Łukasz Jakub Siemiradzki wrote: Hello, sources updated

Re: link problems

2013-10-06 Thread Thomas Klausner
On Sun, Oct 06, 2013 at 05:28:03AM +0200, Joerg Sonnenberger wrote: On Sat, Oct 05, 2013 at 07:30:14PM +0200, Rhialto wrote: On Fri 04 Oct 2013 at 18:51:26 +, Christos Zoulas wrote: Does adding: --no-copy-dt-needed-entries to the link line fix the problem for you? Perhaps we should

editors/Sigil vs. binutils-2.23

2013-10-12 Thread Thomas Klausner
Hi! I'm confused by editors/Sigil breakage: Linking CXX executable ../../bin/sigil ld: /scratch/editors/Sigil/work/.buildlink/qt4/lib/libQtCore.so: undefined reference to symbol 'pthread_cancel' ld: note: 'pthread_cancel' is defined in DSO /usr/lib/libpthread.so.1 so try adding it to the

Re: something's wrong

2013-11-05 Thread Thomas Klausner
On Tue, Nov 05, 2013 at 10:22:29AM +, Chavdar Ivanov wrote: I'll try some bisection. My bisection so far points to a change on the 23rd. I couldn't reproduce the problem (yet?) with a kernel from 'cvs up -D 20131023', but I had a hang with one from 'cvs up -D 20131024'. The changes from

amd64/-current doesn't compile with clang

2013-11-29 Thread Thomas Klausner
--- toom44_mul.o --- /archive/foreign/src/external/lgpl3/gmp/lib/libgmp/../../dist/mpn/generic/toom44_mul.c:209:52: error: '' within '|' [-Werror,-Wbitwise-op-parentheses] flags = (enum toom7_flags) (flags | toom7_w3_neg mpn_toom_eval_dgr3_pm1 (apx, amx, ap, n, s, tp));

Re: amd64/-current doesn't compile with clang

2013-11-29 Thread Thomas Klausner
On Fri, Nov 29, 2013 at 10:13:46AM +0100, Thomas Klausner wrote: --- toom44_mul.o --- /archive/foreign/src/external/lgpl3/gmp/lib/libgmp/../../dist/mpn/generic/toom44_mul.c:209:52: error: '' within '|' [-Werror,-Wbitwise-op-parentheses] flags = (enum toom7_flags) (flags | toom7_w3_neg

libpthread missing pthread_mutexattr_setpshared, pthread_condattr_setpshared

2013-11-29 Thread Thomas Klausner
Hi! The POSIX functions pthread_condattr_setpshared and pthread_mutexattr_setpshared are needed by libxshmfence, which will be part of a future xserver. They are currently missing in our libpthread. Can someone please implement them? Thomas

Re: libpthread missing pthread_mutexattr_setpshared, pthread_condattr_setpshared

2013-11-29 Thread Thomas Klausner
On Fri, Nov 29, 2013 at 10:42:25PM +0100, Joerg Sonnenberger wrote: Not easily. The mutex primitive can't be extended beyond the scope of a process without essentially switching to a completely different implementation. So do you see a way to implement libxshmfence (see wip) on NetBSD? Thomas

Re: amd64/-current doesn't compile with clang

2013-11-30 Thread Thomas Klausner
On Sat, Nov 30, 2013 at 11:15:35AM +1100, Matthew Green wrote: --- toom53_mul.o --- /archive/foreign/src/external/lgpl3/gmp/lib/libgmp/../../dist/mpn/generic/toom53_mul.c:102:52: error: '' within '|' [-Werror,-Wbitwise-op-parentheses] flags = (enum toom7_flags) (flags | toom7_w1_neg

gdbm-1.11 weirdness in gdbmtool.o

2014-01-02 Thread Thomas Klausner
Can someone please try building databases/gdbm version 1.11 (just update Makefile.common from 1.10 to 1.11, 'make mdi', 'make package')? For me on NetBSD-6.99.28/amd64, with gcc I see a nearly unkillable 100% CPU gcc process, while with clang I just get one 100% CPU process (both while compiling

build installs file it then removes

2014-01-04 Thread Thomas Klausner
Hi! I just saw this (not an update build) while building current-amd64 with clang: Removed obsolete file /archive/build/amd64.clang.20140104//usr/include/g++/complex.h So it seems to me the build installs a file that's marked as obsolete. Thomas

Re: compiling kern/atomic_and_64_cas.o failed

2014-01-27 Thread Thomas Klausner
On Mon, Jan 27, 2014 at 12:44:48PM -0800, Matt Thomas wrote: On Jan 27, 2014, at 12:43 PM, Kurt Schreiner k...@ub.uni-mainz.de wrote: On Mon, Jan 27, 2014 at 12:02:07PM -0800, Matt Thomas wrote: On Jan 27, 2014, at 11:25 AM, Kurt Schreiner k...@ub.uni-mainz.de wrote: Hi, with

Re: firefox 27 compile error (Was: Re: Re: compat linux exec arguments weirdness)

2014-02-09 Thread Thomas Klausner
On Sun, Feb 09, 2014 at 10:47:46PM +0100, Onno van der Linden wrote: /usr/obj/www/firefox/work/mozilla-release/security/manager/ssl/src/CertVerifier.cpp: In member function 'SECStatus mozilla::psm::CertVerifier::VerifyCert(CERTCertificate*, SECCertificateUsage, __int64_t,

6.99.32: panic when starting X

2014-02-23 Thread Thomas Klausner
Hi! After updating from 6.99.31/20140215 to 6.99.31/20140221, I started X and got a panic: fatal protection fault in supervisor mode trap type 4 code 0 rip 808dbe2c cs 8 rflags 13286 cr2 80023b989000 ilevel 0 rsp fe813ba2e9b0 curlwp 0xfe813ba139c0 pid 328.1 lowest kstack

Re: panic in Linux emulation [was Re: 6.99.32: panic when starting X]

2014-02-23 Thread Thomas Klausner
On Sun, Feb 23, 2014 at 12:32:05PM +0100, Thomas Klausner wrote: panic: kernel diagnostic assertion len = LINUX32_ELF_AUX_ENTRIES failed: file /archive/foreign/src/sys/compat/linux32/common/linux32_exec_elf32.c, line 244 cpu7: Begin traceback... vpanic() at netbsd:vpanic+0x1cd kern_assert

Re: 6.99.32: panic when starting X

2014-02-23 Thread Thomas Klausner
On Sun, Feb 23, 2014 at 10:26:21PM +, David Laight wrote: On Sun, Feb 23, 2014 at 09:56:55PM +0100, Thomas Klausner wrote: On Sun, Feb 23, 2014 at 10:34:32AM +, Nick Hudson wrote: On 02/23/14 09:41, Thomas Klausner wrote: Also, x/i in ddb/crash that address and show registers

Re: 6.99.32: panic when starting X

2014-02-24 Thread Thomas Klausner
On Mon, Feb 24, 2014 at 08:01:58AM +, Nick Hudson wrote: On 02/23/14 23:19, Thomas Klausner wrote: David took a closer look and told me: It has blown up in this loop reading block-tag 1.53 mrg 313:mutex_enter(usb_blk_lock); 1.1 augustss 314

gdb problem: dies while quitting

2014-02-25 Thread Thomas Klausner
Hi! I was just looking at an I think single-threaded program. Just attached to a running process and did 'thread apply all bt' which just gave me one thread's backtrace. Then I tried leaving gdb: (gdb) quit A debugging session is active. Inferior 1 [LWP 0] will be detached. Quit

Re: 6.99.32: panic when starting X

2014-02-28 Thread Thomas Klausner
On Mon, Feb 24, 2014 at 08:01:58AM +, Nick Hudson wrote: Trying kmem_guard_depth might pick something up - see kmem(9) I've tried a kernel with options DEBUG options KMEM_GUARD_DEPTH=3 but that doesn't even finish boot. In 2/2 tries it stops with: cd0 at atapibus0 drive 0: ...

Re: 6.99.32: panic when starting X

2014-02-28 Thread Thomas Klausner
On Fri, Feb 28, 2014 at 05:38:53PM +0100, Thomas Klausner wrote: On Fri, Feb 28, 2014 at 05:02:40PM +0100, Thomas Klausner wrote: On Mon, Feb 24, 2014 at 08:01:58AM +, Nick Hudson wrote: Trying kmem_guard_depth might pick something up - see kmem(9) I've tried a kernel with options

missing symbol in NetBSD's openssl

2014-03-21 Thread Thomas Klausner
Hi! NetBSD's openssl up to a few minutes ago had d1_meth.c missing and thus no symbol DTLSv1_method. Usually, noone cares, but two packages really need it: asterisk and py-cryptography. We could perhaps force these packages to use the pkgsrc version of the library, but I fear that we might end

Re: missing symbol in NetBSD's openssl

2014-03-21 Thread Thomas Klausner
On Fri, Mar 21, 2014 at 09:52:15AM -0400, Greg Troxel wrote: Make py-cryptography be able to cope with this missing and just not support the wrappers, or make functions that need them throw an exception, or just roll back to pyOpenSSL 0.13.1, which doesn't use py-cryptography. I've

Re: NetBSD current native xorg's freetype2.pc

2014-03-23 Thread Thomas Klausner
On Sun, Mar 23, 2014 at 08:17:40AM +0900, Ryo ONODERA wrote: freetype2.pc (pkg-config) of NetBSD current native xorg has wrong xx string in its flags. And it causes build error with pkgsrc packages that use freetype2. With following patch, I can build firefox etc. (Patches in

Re: gen-transform: Cannot fork (Resource temporarily unavailable)

2014-03-29 Thread Thomas Klausner
On Sat, Mar 29, 2014 at 07:24:18AM +0100, Martin Husemann wrote: On Sat, Mar 29, 2014 at 07:19:08AM +0100, Thomas Klausner wrote: === Creating toolchain wrappers for pango-1.36.0nb1 /scratch/devel/pango/work/.wrapper/tmp/gen-transform: Cannot fork (Resource temporarily unavailable) I've

Re: build breakage

2014-04-12 Thread Thomas Klausner
On Sat, Apr 12, 2014 at 09:09:29PM +0200, Joerg Sonnenberger wrote: On Sat, Apr 12, 2014 at 09:01:36PM +0200, Thomas Klausner wrote: Is there an easy way to tell build.sh to use clang as bootstrap compiler? Set HOST_CC / HOST_CXX? Now I get farther, but still: --- compatibility.o

Re: gdb fails w/ internal-error assertion (frame-unwind == NULL)

2014-04-21 Thread Thomas Klausner
On Mon, Apr 21, 2014 at 11:37:26AM -0700, B Harder wrote: I've been getting this lately -- have there been changes made that stand out to anybody as Ah!!! That makes sense why that'd happen!, or is there something I can do to help chase this down ? $ gdb ./prog ./prog.core Program

CD not recognized after swap

2014-04-24 Thread Thomas Klausner
Hi! I've used abcde to extract audio from a CD, successfully. Then I swapped the CD for another one and tried again. I now get: cd-discid: /dev/rcd0d: CDROMREADTOCHDR: Input/output error [ERROR] abcde: CD could not be read. Perhaps there's no CD in the drive? I've retried multiple times, even

Re: CD not recognized after swap

2014-05-08 Thread Thomas Klausner
the DVD, or even use cdrecord to write to it. I *think* it is cd-discid which causes the trouble. Chavdar On 24 April 2014 19:54, Thomas Klausner t...@giga.or.at wrote: Hi! I've used abcde to extract audio from a CD, successfully. Then I swapped the CD for another one and tried

Re: CD not recognized after swap

2014-05-08 Thread Thomas Klausner
On Thu, May 08, 2014 at 08:44:35PM +0200, Thomas Klausner wrote: Unplugging and replugging it worked, I could use abcde again. This is repeatable for me. Now that I can play around with it a bit easier, I found that it's as easy as this; Put audio cd in drive run eject cd1 close tray try abcde

Re: CD not recognized after swap

2014-05-08 Thread Thomas Klausner
On Thu, May 08, 2014 at 02:58:22PM -0400, g...@duzan.org wrote: I've encountered this multiple times in the past when I was backing up my CD collection. It would work several times, but then refuse to recognize a new disc until I rebooted. (I saw this with SATA and IDE drives; never tried

Re: failure to build current

2014-05-12 Thread Thomas Klausner
On Mon, May 12, 2014 at 09:10:07AM +0200, Riccardo Mottola wrote: nobody has a clue on this? I tried to build twice... getting the same error... Forgotten -Pd when updating your source tree? Thomas

old firefox binary broken: version GCC_3.3 not found

2014-05-24 Thread Thomas Klausner
Hi! A firefox built on NetBSD from source of 20140510 doesn't start on a NetBSD built from source of 20140524, with: XPCOMGlueLoad error for file /usr/pkg/lib/firefox/libxul.so: /usr/lib/libgcc_s.so.1: version GCC_3.3 required by /usr/pkg/lib/firefox/libxul.so not found Couldn't load XPCOM.

Re: old firefox binary broken: version GCC_3.3 not found

2014-05-25 Thread Thomas Klausner
On Sun, May 25, 2014 at 10:48:26PM +0200, Joerg Sonnenberger wrote: On Sun, May 25, 2014 at 12:27:04AM +0200, Thomas Klausner wrote: A firefox built on NetBSD from source of 20140510 doesn't start on a NetBSD built from source of 20140524, with: What build options? official-mozilla

Re: old firefox binary broken: version GCC_3.3 not found

2014-05-26 Thread Thomas Klausner
On Mon, May 26, 2014 at 12:24:50AM +0200, Joerg Sonnenberger wrote: On Sun, May 25, 2014 at 11:25:35PM +0200, Thomas Klausner wrote: On Sun, May 25, 2014 at 10:48:26PM +0200, Joerg Sonnenberger wrote: On Sun, May 25, 2014 at 12:27:04AM +0200, Thomas Klausner wrote: A firefox built

Re: Finding version from src tree in HEAD

2014-06-12 Thread Thomas Klausner
On Thu, Jun 12, 2014 at 12:43:53AM -0700, Thomas Mueller wrote: How do you find the NetBSD version to be built, like 6.99.43 or whatever it happens to be at the time, from the source tree? grep ^.define.*NetBSD_Version /usr/src/sys/sys/param.h Thomas

out of threads

2014-06-12 Thread Thomas Klausner
Something changed in -current or firefox recently. Other programs like unrar or go or gnome programs sometimes don't start because no threads are available. When I quit firefox, the problem is solved. This happens also when firefox only has 5 tabs open, so my first assumption is a thread leak (if

6.99.44 - 6.99.47 upgrade broke c++ binary compatibility

2014-07-20 Thread Thomas Klausner
Hi! After upgrading kernel + userland from 6.99.44 (from around June 20) to 6.99.47 (from last night) without reinstalling pkgsrc packages yet, at least two pkgsrc programs don't work any longer. libreoffice: # soffice javaPathHelper: not found terminate called after throwing an instance of

Re: 6.99.44 - 6.99.47 upgrade broke c++ binary compatibility

2014-07-20 Thread Thomas Klausner
On Sun, Jul 20, 2014 at 10:15:29AM -0700, Paul Goyette wrote: Hmmm. I upgraded to 6.99.47 just last week, and then rebuild all of my packages. The newly-rebuilt libreoffice works fine (I don't have a copy of the old package any more). I hope so. My point was that the old binary doesn't work

boost-libs broken on -current (exceptions again?)

2014-07-21 Thread Thomas Klausner
Hi! Is boost-libs building for anyone on -current? I've tried on 6.99.47 with both clang and gcc (in both cases starting a bulk build without any existing binary packages, independently for clang and gcc), and it failed building with many errors, some of them are:

lua update leftovers

2014-07-21 Thread Thomas Klausner
I think these directories and their contents should be added to the obsolete lists: /usr/lib/i386/lua/5.1 /usr/lib/lua/5.1 /usr/share/lua/5.1 Thomas

Re: boost-libs broken on -current (exceptions again?)

2014-07-22 Thread Thomas Klausner
On Mon, Jul 21, 2014 at 09:28:13AM +0200, Thomas Klausner wrote: Is boost-libs building for anyone on -current? For others in this situation: After updating to a -current with joerg's fix for libunwind, I had to rebuild boost-headers before boost-libs started building again. Then it built fine

Re: lua update leftovers

2014-07-22 Thread Thomas Klausner
On Mon, Jul 21, 2014 at 10:38:26PM -0300, Lourival Vieira Neto wrote: Can you check if this patch is right? Thanks. Visually, it looks good (haven't done a build with it). Thanks, Thomas

Re: nfs got worse

2014-07-29 Thread Thomas Klausner
On Wed, Jul 30, 2014 at 03:29:24AM +, David Holland wrote: The only change to NFS itself was -r1.305 of sys/nfs/nfs_vnops.c. It doesn't look too likely a culprit to me, but who knows... I've backed out this one particular change and rebooted, and I already have 2831 wiz 850

Re: nfs got worse

2014-07-30 Thread Thomas Klausner
On Wed, Jul 30, 2014 at 12:43:33PM +0100, Robert Swindells wrote: Thomas Klausner wrote: On Tue, Jul 29, 2014 at 10:36:30PM +0100, Robert Swindells wrote: What network controllers are being used ? Any offload options ? Are you using IPv4 or IPv6 ? wm0: flags=8843UP,BROADCAST,RUNNING

Re: nfs got worse

2014-07-31 Thread Thomas Klausner
On Thu, Jul 31, 2014 at 04:56:42AM +0200, Tom Ivar Helbekkmo wrote: That reminds me: the problem machine doesn't happen to use ipf, does it? I've observed this kind of trouble with ipf, and it was for some reason much worse on a wm interface than on an sk one. In the end, I switched to pf

Re: nfs got worse

2014-07-31 Thread Thomas Klausner
Ok, I was told I'm off due to localtime: /Makefile/1.79/Sun Mar 3 15:52:53 2013//D2014.07.23.22.00.00 However, there were no interesting commits between 23. 22:00 and 24. 00:00 and the ones cited below are all before 24. 22:00. Thomas On Thu, Jul 31, 2014 at 11:03:01PM +0200, Thomas Klausner

Re: nfs got worse

2014-08-07 Thread Thomas Klausner
On Fri, Aug 01, 2014 at 03:49:45PM +0200, Thomas Klausner wrote: I've had no problems with a kernel from D2014.07.24.14.00.00 but did see the problem quickly with one from D2014.07.24.16.06.00 The only changes between these are: cvs rdiff -u -r1.33 -r1.34 src/sys/arch/luna68k/dev/lunafb.c

Re: Wedges enabled on -current

2014-08-18 Thread Thomas Klausner
On Mon, Aug 18, 2014 at 03:54:00PM +, Christos Zoulas wrote: In article 20140818155038.gq3...@mail.duskware.de, Martin Husemann mar...@duskware.de wrote: On Mon, Aug 18, 2014 at 08:41:35AM -0700, Brian Buhrow wrote: Hello. Could you provide an example of what you expect an /etc/fstab

Re: Wedges enabled on -current

2014-08-21 Thread Thomas Klausner
On Mon, Aug 18, 2014 at 02:28:02AM -0400, Christos Zoulas wrote: Now that we have branched 7, I am planning to enable full wedge support for kernels that used wedges before. What this means is that disks with mbr and bsd labels will now create dkN devices for each partition in found. This

Re: cgdconfig: ioctl: Device busy

2014-09-03 Thread Thomas Klausner
On Wed, Sep 03, 2014 at 07:57:07PM +0100, trebol wrote: I have this error or 'Inappropiate ioctl for device' (depends on the device I try to use) with any kernel since 'NetBSD 6.99.46'. I update the userland (and etc files) too, but the problem persists. Luckily I don't have any error using

uvmfault (7.99.1/amd64)

2014-09-13 Thread Thomas Klausner
My main machine suddenly hung last night and then rebooted. There was no big load on it at that time. dmesg contains: uvm_fault(0x810157c0, 0x8003393c8000, 1) - e fatal page fault in supervisor mode trap type 6 code 0 rip 80264fc5 cs 8 rflags 10202 cr2 8003393c8000 ilevel

Re: uvmfault (7.99.1/amd64)

2014-09-13 Thread Thomas Klausner
On Sat, Sep 13, 2014 at 09:40:35AM +0100, Robert Swindells wrote: #8 0x804c3b5e in in_delayed_cksum (m=0x8003393c8000) at /archive/foreign/src/sys/netinet/ip_output.c:791 Backtrace stopped: previous frame inner to this frame (corrupt stack?) This does not really look like

Re: uvmfault (7.99.1/amd64)

2014-09-13 Thread Thomas Klausner
On Sat, Sep 13, 2014 at 07:57:20AM +0100, Nick Hudson wrote: On 09/13/14 07:55, Thomas Klausner wrote: My main machine suddenly hung last night and then rebooted. There was no big load on it at that time. dmesg contains: uvm_fault(0x810157c0, 0x8003393c8000, 1) - e fatal page

Removing openldap?

2014-10-02 Thread Thomas Klausner
Hi! lukem imported openldap into NetBSD in 2008 and had big plans for working on it, but they didn't materialize; and as I understood him last weekend, he doesn't have these plans any longer. (Correct me if I'm wrong, Luke.) I think there is no particular need to have openldap in the base

USB disk not completely configured

2014-11-01 Thread Thomas Klausner
Hi! When I plug in a new disk I bought recently, I get: umass1 at uhub4 port 8 configuration 1 interface 0 umass1: Samsung D3 Station, rev 2.10/2.02, addr 5 umass1: using SCSI over Bulk-Only scsibus1 at umass1: 2 targets, 1 lun per target inquire: addlen=71, not retrying sd5 at scsibus1 target 0

libffi: ~500 of ~1200 tests fail

2014-12-01 Thread Thomas Klausner
Hi! I've just wanted to look at upstreaming the pkgsrc libffi patches to https://github.com/atgreen/libffi when I found that currently over 500 of the 1200 tests fail (in an unmodified upstream code) on 7.99.1/amd64. Is someone here knowledgeable enough on this topic to reduce this to a

Re: terminal spreadsheet - sc fork

2014-12-02 Thread Thomas Klausner
Hi! On Tue, Dec 02, 2014 at 10:03:16AM -0300, Andrés Martinelli wrote: I am working on a terminal spreadsheet based on sc, compatible with NetBSD, and also with some add-ons like undo/redo.. Anyone interested can take a look at: https://github.com/andmarti1424/scim/ Any new ideas and/or

Re: terminal spreadsheet - sc fork

2014-12-02 Thread Thomas Klausner
On Wed, Dec 03, 2014 at 01:00:17AM +0100, Thomas Klausner wrote: I've tried building it; a preliminary package (for the git version) is in wip/scim-git. However, it does not build for me, neither with yacc nor bison's yacc. I usually see Makefile:187: recipe for target 'gram.c' failed

Re: terminal spreadsheet - sc fork

2014-12-03 Thread Thomas Klausner
On Wed, Dec 03, 2014 at 09:57:37AM -0300, Andrés Martinelli wrote: That is good to hear. I will check your patch during weekend. About the package. Is it neccesary to update the code regularly, or it gets updated from git? This package tracks git. Please do make regular releases, because

linux emulation problem: net/skype21 not starting

2014-12-04 Thread Thomas Klausner
Hi! Since skype21 was just removed due to incompatibility, I wanted to make sure that it's really not working before deinstalling it. But then I noted that it doesn't start any longer: zsh: segmentation fault (core dumped) skype That's on 7.99.2/amd64. ktrace/kdump ends with: 10920 10920

shutdown -r not rebooting

2014-12-17 Thread Thomas Klausner
Since a couple of weeks (I'm not sure exactly when), 'shutdown -r now' doesn't reboot any longer for me. It writes the usual detach messages but then stops with atabus12: detached rebootin and that's it. Has anyone else seen this? I noted that my dmesg output now contains a newer ACPI version

kernel panic: uvm_fault

2014-12-22 Thread Thomas Klausner
Hi! I had a kernel panic today with a amd64/7.99.3 kernel from Dec 20. The last activity I had started was downloading a file from network to an NFS directory mounted from a Synology. I don't know if that's related, but there was no particular load on the machine. From dmesg after reboot:

Re: kernel panic: uvm_fault

2014-12-22 Thread Thomas Klausner
On Mon, Dec 22, 2014 at 03:29:58PM +, Robert Swindells wrote: Thomas Klausner wrote: I had a kernel panic today with a amd64/7.99.3 kernel from Dec 20. The last activity I had started was downloading a file from network to an NFS directory mounted from a Synology. last activity I had

X11/DRI artifacts with Radeo HD 4650/RV730 Pro

2014-12-23 Thread Thomas Klausner
Hi! After updating to 7.99.x with the new DRM code, I see black artifacts on the screen. These didn't happen with the old DRM code. I haven't found out how to trigger them, because there are phases when it works fine, and then there are phases where it happens on every second mouse move

Re: kernel panic: uvm_fault

2014-12-25 Thread Thomas Klausner
On Mon, Dec 22, 2014 at 03:49:20PM +0100, Thomas Klausner wrote: I had a kernel panic today with a amd64/7.99.3 kernel from Dec 20. The last activity I had started was downloading a file from network to an NFS directory mounted from a Synology. I just saw that the Synology had installed

Re: kernel panic: uvm_fault

2015-01-26 Thread Thomas Klausner
On Mon, Dec 22, 2014 at 03:56:43PM +, Robert Swindells wrote: Thomas Klausner wrote: On Mon, Dec 22, 2014 at 03:29:58PM +, Robert Swindells wrote: Thomas Klausner wrote: I had a kernel panic today with a amd64/7.99.3 kernel from Dec 20. The last activity I had started

Re: kernel panic: uvm_fault

2015-01-26 Thread Thomas Klausner
/arch/amd64/compile/obj/KERNELNAME/bus_dma.o matches Thomas On Mon, Jan 26, 2015 at 02:47:55PM +0100, Thomas Klausner wrote: On Mon, Dec 22, 2014 at 03:56:43PM +, Robert Swindells wrote: Thomas Klausner wrote: On Mon, Dec 22, 2014 at 03:29:58PM +, Robert Swindells wrote

Re: Kernel RNG

2015-02-05 Thread Thomas Klausner
On Thu, Feb 05, 2015 at 02:53:17PM -0800, bch wrote: For posterity (transcribed): Kernel RNG 5118 2849 161 long run test FAILURE: Run of 27 0s found cprng 5118 2849 161: failed statistical RNG test Kernel RNG 5118 2997 5 long run test FAILURE: Run of 32 0s found cprng 5118 2997 5: failed

pf--?

2015-01-16 Thread Thomas Klausner
Is there still much point in keeping pf(4) in NetBSD now that we have npf(4) (and also ipfilter(4))? The last time it was updated was, according to the CHANGES files, in 2008, to the version coming with OpenBSD 4.2. Thomas

Re: pf--?

2015-01-17 Thread Thomas Klausner
On Sat, Jan 17, 2015 at 12:58:03PM +0100, Hauke Fath wrote: We run a busy pf based router @work, and it generally just works where ipf(4) broke - has http://gnats.netbsd.org/cgi-bin/query-pr-single.pl?number=27164 ever been fixed? And npf(4) - no offense meant to its authors - is neither

lost files/dirs without reboot

2015-01-07 Thread Thomas Klausner
Hi! On a WAPBL-enabled root file system on 7.99.3/amd64, I have checkouts of various repositories, including the NetBSD ones. I have a script to update those, basically just a collection of 'cd somewhere cvs up'. Today it failed, because one repository had lost its main CVS directory and one

Re: lost files/dirs without reboot

2015-01-07 Thread Thomas Klausner
Hi Greg! Thanks for your datapoint. On Wed, Jan 07, 2015 at 12:24:18PM -0500, Greg Troxel wrote: I have had some lossage that might be similar. But it may also be that my missing files (and wrong contents of files) are associated with crashes. Lately, I have not been experiencing corruption

firefox eats threads

2015-03-18 Thread Thomas Klausner
Hi! Over the last months I have noticed a pattern. When I leave a firefox process running for some time, it reduces the available threads for other programs. The symptom is that other programs (like git, gnucash, or anything that needs threads) don't start or have weird failure modes. When I

Re: firefox eats threads

2015-03-20 Thread Thomas Klausner
On Wed, Mar 18, 2015 at 04:01:15PM +0100, Tobias Nygren wrote: Firefox names all it's threads by type with pthread_setname_np(3). The following command is useful to find out what kind of threads are in use: $ ps -sp 12501 -O lname Here's what this looked like today when I killed it after

Re: language lawyering: ftello/fseek/pread edition

2015-03-23 Thread Thomas Klausner
On Mon, Mar 23, 2015 at 04:56:11PM +0200, Alan Barrett wrote: I think the issue is: After #define _POSIX_C_SOURCE 200112L and #include stdio.h, fseeko() and ftello() should be declared, but in some unspecified version of NetBSD they are not declared. Similarly, after #define _POSIX_C_SOURCE

Re: language lawyering: ftello/fseek/pread edition

2015-03-24 Thread Thomas Klausner
On Mon, Mar 23, 2015 at 07:53:19PM -0400, Christos Zoulas wrote: On Mar 23, 11:18pm, w...@netbsd.org (Thomas Klausner) wrote: -- Subject: Re: language lawyering: ftello/fseek/pread edition | There is no need for _LARGEFILE_SOURCE here, please remove it. | | New version attached

Re: language lawyering: ftello/fseek/pread edition

2015-03-23 Thread Thomas Klausner
On Mon, Mar 23, 2015 at 10:05:22PM +, Christos Zoulas wrote: In article 20150323162935.ga20...@netbsd.org, David Holland dholland-curr...@netbsd.org wrote: On Mon, Mar 23, 2015 at 04:55:52PM +0100, Thomas Klausner wrote: Thanks. So if it survives a build, can I commit the attached patch

wm0: wm0: ROM image version 3.11 is older than 3.25

2015-06-27 Thread Thomas Klausner
Hi! I noted this message today: wm0: ROM image version 3.11 is older than 3.25 What does it want to tell me? Thomas

Re: time for MKDTRACE=yes for some ports?

2015-07-17 Thread Thomas Klausner
On Fri, Jul 17, 2015 at 02:01:22PM -0400, Greg Troxel wrote: Jeff Rizzo r...@netbsd.org writes: I propose to enable MKDTRACE by default for the following ports: amd64 i386 (some subset of?) arm It's made a lot of progress, recently, and will be easier to work on going forward

Re: -current build failure: table has too many members

2015-10-26 Thread Thomas Klausner
On Wed, Oct 14, 2015 at 11:54:41PM +0200, Thomas Klausner wrote: > I haven't seen this one before, but just now it popped up: > > > --- glapi_gentable.po --- > ERROR: glapi_gentable.c: sou _glapi_table has too many members: 1155 > 1023 > Removing glapi_gentable.po > *** [

Re: in-system dtrace ".d" failure

2015-10-27 Thread Thomas Klausner
On Tue, Oct 27, 2015 at 12:14:15PM -0700, bch wrote: > > "/usr/lib/dtrace/psinfo.d", line 46: syntax error near "u_int" > > I'm trying to build a userland app w/ dtrace support, and a dtrace > compilation is failing w/ the above error... Is anybody having success > instrumenting userland code w/

Re: go vs. NetBSD ELF

2015-11-01 Thread Thomas Klausner
On Sun, Nov 01, 2015 at 10:17:14PM +0700, Robert Elz wrote: > I'd suggest ... (src/sys/kern/exec_elf.c) Well, I rather hoped that the go toolchain could get fixed to not create executables that have this issue :) Thomas

Migrating from MBR to GPT?

2015-11-02 Thread Thomas Klausner
Hi! I've recently noticed that I have a 4TB disk in use of which I'm only using 2TB. # disklabel wd0 | tail -5 5 partitions: #sizeoffset fstype [fsize bsize cpg/sgs] a: 4294965247 2048 RAID # (Cyl. 2*- 4294967295*) c: 4294965247 2048

panic in if_arp.c

2015-10-14 Thread Thomas Klausner
Hi! I've upgraded my kernel from a version of end of September (28th or 30th, not quite sure) to one from yesterday, Oct 12. Since then I've had two panics, both in: panic: kernel diagnostic assertion "rw_write_held(&(la)->lle_lock)" failed: file "...sys/netinet/if_arp.c", line 931 The second

Set list problems with MKDEBUG, MKDEBUGLIB

2015-10-14 Thread Thomas Klausner
Hi! I've tried switching from DBG="-O2 -g" to MKDEBUG=yes MKDEBUGLIB=yes, but I had the following set list problems then: === 2 extra files in DESTDIR = Files in DESTDIR but missing from flist. File is obsolete or flist is out of date ? --

-current build failure: table has too many members

2015-10-14 Thread Thomas Klausner
I haven't seen this one before, but just now it popped up: --- glapi_gentable.po --- ERROR: glapi_gentable.c: sou _glapi_table has too many members: 1155 > 1023 Removing glapi_gentable.po *** [glapi_gentable.po] Error code 1 nbmake[6]: stopped in /archive/foreign/src/external/mit/xorg/lib/libGL

kqueue: SIGIO?

2015-09-29 Thread Thomas Klausner
Hi! During the XDC last week, Keith Packard talked about a select(2) issue in xserver he would like to fix with epoll and its support for SIGIO. Is there a similar feature in kqueue in NetBSD? Thomas

ssp(3) problem?

2015-12-03 Thread Thomas Klausner
Hi! A user tried following the ssp man page and got unexpected results. I'd like to know if the man page is wrong or implementation. Here's his translated message: Take any program using stdio.h, say #include #include as the only lines, and use gcc as described in ssp(3): gcc

Re: Strange error resolving non-existent hostname

2015-12-05 Thread Thomas Klausner
On Wed, Dec 02, 2015 at 11:51:17AM +0200, Andreas Gustafsson wrote: > Joerg Sonnenberger wrote: > > >$ telnet nosuch > > >nosuch: No address associated with hostname > > > > > > I get the above (incorrect) output on both 6.1.4 and -current. > > > > > > > Any ideas what could be the

Strange error resolving non-existent hostname

2015-12-01 Thread Thomas Klausner
Hi! Recently, a mercurial test has started failing for me (7.99.21/amd64): @@ -80,7 +80,7 @@ $ echo 'http://does.not.exist/bundle.hg' > server/.hg/clonebundles.manifest $ hg clone http://localhost:$HGPORT 404-url applying clone bundle from http://does.not.exist/bundle.hg - error

libc++ leakage when building with MKLLVM=yes

2015-12-23 Thread Thomas Klausner
While testing MKREPRO builds, by oversight I built one version with MKLLVM=yes and one without. (I didn't set HAVE_LLVM in either build.) I noticed because the list of installed files and the mtree contents differed -- so far, so good. However, /usr/lib/libproc.so.0.0 also has a non-trivial

Re: libc++ leakage when building with MKLLVM=yes

2015-12-23 Thread Thomas Klausner
On Wed, Dec 23, 2015 at 11:11:04AM +0100, Thomas Klausner wrote: > While testing MKREPRO builds, by oversight I built one version with > MKLLVM=yes and one without. (I didn't set HAVE_LLVM in either build.) Henning pointed out to me that libproc's Makefile has a MKLIBCXX conditional

ip6addrctl not set

2015-12-26 Thread Thomas Klausner
I got a boot warning about $ip6addrctl not being set. I see that ip6addrctl_enable=NO is set in the defaults file, but this name looks strange. I guess it should be "ip6addrctl=NO" instead? Thomas

Re: libc++ leakage when building with MKLLVM=yes

2015-12-23 Thread Thomas Klausner
On Wed, Dec 23, 2015 at 11:20:19PM +0100, Joerg Sonnenberger wrote: > On Wed, Dec 23, 2015 at 06:14:18PM +0100, Thomas Klausner wrote: > > On Wed, Dec 23, 2015 at 11:11:04AM +0100, Thomas Klausner wrote: > > > While testing MKREPRO builds, by oversight I built one version wit

  1   2   3   4   5   6   >