Re: [PATCH] Detect GNU/kFreeBSD in user-visible kernel headers

2011-11-22 Thread Larry Rosenman
> happens with __FreeBSD__. > > Correct. I don't believe that is the case since normally one has > to check for __FreeBSD__ before using __FreeBSD_version. > Let me know if I can help on the lsof front. I'm the maintainer of the FreeBSD lsof port, and have

clang (__builtin_ffs) vs /usr/include/string.h

2011-12-20 Thread Larry Rosenman
something that needs to change in clang/FreeBSD headers. - -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 512-248-2683 E-Mail: l...@lerctr.org US Mail: 430 Valona Loop, Round Rock, TX 78681-3893 -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.17 (Ming

Re: clang (__builtin_ffs) vs /usr/include/string.h

2011-12-21 Thread Larry Rosenman
Lsof.. And this seems like a contradiction between the string.h declaration and the built-in one. -- Sent from my Android phone with K-9 Mail. Please excuse my brevity. Benjamin Kaduk wrote: Hi Larry, On Tue, 20 Dec 2011, Larry Rosenman wrote: > -BEGIN PGP SIGNED MESSAGE- >

scheduler panic

2011-12-23 Thread Larry Rosenman
KDB: enter: panic Ideas? (repost without the screenshot). - -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 512-248-2683 E-Mail: l...@lerctr.org US Mail: 430 Valona Loop, Round Rock, TX 78681-3893 -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.1

Re: scheduler panic

2011-12-23 Thread Larry Rosenman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12/23/2011 7:31 AM, Ivan Klymenko wrote: > В Fri, 23 Dec 2011 07:21:41 -0600 Larry Rosenman > пишет: > >> -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 >> >> I've been getting these in a VirtualBox VM. I'm

Re: scheduler panic

2011-12-23 Thread Larry Rosenman
On Fri, 23 Dec 2011, Ivan Klymenko wrote: ? Fri, 23 Dec 2011 07:38:21 -0600 Larry Rosenman ?: BORG-DTRACE Show, please, the kernel config BORG-DTRACE include GENERIC ident BORG-DTRACE options KDTRACE_HOOKS# all architectures - enable general DTrace hooks options DDB_CTF

scheduler panic

2011-12-23 Thread Larry Rosenman
KDB: enter: panic Ideas? - -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 512-248-2683 E-Mail: l...@lerctr.org US Mail: 430 Valona Loop, Round Rock, TX 78681-3893 -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.17 (MingW32) Comment: Using GnuPG wi

Re: scheduler panic

2011-12-23 Thread Larry Rosenman
ling the guest kernel (hopefully it'll stay up long enough...). I'll report back. Do y'all (FreeBSD Devs) want a PR? - -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 512-248-2683 E-Mail: l...@lerctr.org US Mail: 430 Valona Loop, Round R

Re: scheduler panic

2011-12-25 Thread Larry Rosenman
On Fri, 23 Dec 2011, Larry Rosenman wrote: On 12/23/2011 8:54 AM, John Baldwin wrote: The sloppiest fix might be to do this: Index: sched_ule.c === - --- sched_ule.c (revision 228777) +++ sched_ule.c (working copy

detecting clang from source code?

2012-11-06 Thread Larry Rosenman
Are there any defines that code can use in #ifdef/#if et al to tell it's being compiled with clang? Vic Abell (lsof author) is cleaning up lsof to compile cleanly with clang and would like to know, since the default is now clang on -CURRENT. Thanks! Larry Rosenman Maintainer sysutils

sysutils/lsof Author Question (for CLANG)....

2012-11-07 Thread Larry Rosenman
Vic Abell (the lsof author) asked me the following: In adjusting for clang I have come up with an unanswered question. Where is the VOP_UNLOCK() macro defined? I've done a full search of all the files in /usr/src/sys and can't find its definition, but I find many, many uses. Perhaps someone on

Re: sysutils/lsof Author Question (for CLANG)....

2012-11-07 Thread Larry Rosenman
On 2012-11-07 15:39, Greg 'groggy' Lehey wrote: On Wednesday, 7 November 2012 at 10:32:23 -0500, Benjamin Kaduk wrote: Once again, attempting to use kernel internals outside of the supported interfaces is just asking for trouble; I do not understand why this message is not sinking in over the

Re: sysutils/lsof Author Question (for CLANG)....

2012-11-07 Thread Larry Rosenman
We've asked before and Vic (lsof author) have asked and it always stalls out. I'll cc Vic on this email. Eitan Adler wrote: >On 7 November 2012 17:35, Larry Rosenman wrote: >> On 2012-11-07 15:39, Greg 'groggy' Lehey wrote: >>> >>> On Wednesda

Re: sysutils/lsof Author Question (for CLANG)....

2012-11-08 Thread Larry Rosenman
On 2012-11-08 09:20, Edward Tomasz Napierała wrote: Wiadomość napisana przez Andriy Gapon w dniu 8 lis 2012, o godz. 15:17: on 08/11/2012 01:00 Greg 'groggy' Lehey said the following: On Wednesday, 7 November 2012 at 16:35:22 -0600, Larry Rosenman wrote: On 2012-11-07 15:39, Gr

Re: sysutils/lsof Author Question (for CLANG)....

2012-11-08 Thread Larry Rosenman
On 2012-11-08 16:41, Greg 'groggy' Lehey wrote: [Text formatting recovered] On Thursday, 8 November 2012 at 9:23:11 -0600, Larry Rosenman wrote: On 2012-11-08 09:20, Edward Tomasz Napiera??a wrote: Wiadomo napisana przez Andriy Gapon w dniu 8 lis 2012, o godz. 15:17: Just c

sysutils/lsof author: API work?

2012-11-08 Thread Larry Rosenman
Continuing from my thread with clang questions from Vic Abell for lsof: Larry, Thanks for forwarding the comments. I would be happy to engage anyone interested in improving lsof's interface to FreeBSD. After having participated in three previous efforts -- HP-UX, Linux and MacOS X -- I thin

Re: clang 3.2 RC2 miscompiles libgcc?

2013-01-11 Thread Larry Rosenman
, and it now works correctly. Thanks Dimitry! -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 214-642-9640 (c) E-Mail: l...@lerctr.org US Mail: 430 Valona Loop, Round Rock, TX 78681-3893 ___ freebsd-current@freebsd.org

panic: pmap_insert_pt_page: pindex already inserted (r245473)

2013-01-15 Thread Larry Rosenman
se do you need? I do have the core. -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 512-248-2683 E-Mail: l...@lerctr.org US Mail: 430 Valona Loop, Round Rock, TX 78681-3893 ___ freebsd-current@freebsd.org ma

Re: panic: pmap_insert_pt_page: pindex already inserted (r245473)

2013-01-17 Thread Larry Rosenman
On Tue, 15 Jan 2013, Larry Rosenman wrote: I've just gotten this panic on a -CURRENT (r245473): freebsd10-zfs dumped core - see /var/crash/vmcore.0 Tue Jan 15 20:32:15 CST 2013 FreeBSD freebsd10-zfs 10.0-CURRENT FreeBSD 10.0-CURRENT #2 r245473: Tue Jan 15 19:45:27 CST 2013

My panic in amd64/pmap

2013-01-17 Thread Larry Rosenman
er/core.txt.0 (10.0) http://www.lerctr.org/~ler/core.txt.2 (9.1-S) I'm not sure what other debug info you need. I can provide SSH access to both VM's as well as the host. These are all in VirtualBox 4.2.6 VM's Any help would be appreciated. -- Larry Rosenman

Re: My panic in amd64/pmap

2013-01-18 Thread Larry Rosenman
On 2013-01-18 08:17, Andriy Gapon wrote: on 17/01/2013 21:50 Larry Rosenman said the following: I've now seen this panic: pmap_insert_pt_page: pindex already inserted on 9.1-RELEASE, 9.1-STABLE, and 10.0-CURRENT I've got vmcore's from the 9.1-STABLE and 10.0-CURRENT VM's

Re: My panic in amd64/pmap

2013-01-18 Thread Larry Rosenman
On 2013-01-18 09:09, Larry Rosenman wrote: On 2013-01-18 08:17, Andriy Gapon wrote: on 17/01/2013 21:50 Larry Rosenman said the following: I've now seen this panic: pmap_insert_pt_page: pindex already inserted on 9.1-RELEASE, 9.1-STABLE, and 10.0-CURRENT I've got vmcore'

Re: My panic in amd64/pmap

2013-01-20 Thread Larry Rosenman
On Fri, 18 Jan 2013, Larry Rosenman wrote: Never mind, it's in VirtualBox itself. The line is at ~~line 8020 in the same file. I've patched it and am recompiling VirtualBox. If I don't see the panic for a few days, I'll submit a PR. I've submitted the PR, bec

Re: My panic in amd64/pmap

2013-01-24 Thread Larry Rosenman
On Sun, 20 Jan 2013, Larry Rosenman wrote: On Fri, 18 Jan 2013, Larry Rosenman wrote: Never mind, it's in VirtualBox itself. The line is at ~~line 8020 in the same file. I've patched it and am recompiling VirtualBox. If I don't see the panic for a few days, I'll

Re: My panic in amd64/pmap

2013-01-25 Thread Larry Rosenman
On 2013-01-25 04:45, Andriy Gapon wrote: on 25/01/2013 03:11 Larry Rosenman said the following: I've moved all the core.txt's to: http://www.lerctr.org/~ler/FreeBSD-PMAP/ I got another one on FreeBSD9 today Is there ANYONE interested in this? These always seem to be Z

r232623 breaks buildworld (or a recent commit...)B

2012-03-06 Thread Larry Rosenman
/BORG-DTRACE amd64 -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 512-248-2683 E-Mail: l...@lerctr.org US Mail: 430 Valona Loop, Round Rock, TX 78681-3893 ___ freebsd-current@freebsd.org mailing list http://lists

make world failure r232929

2012-03-13 Thread Larry Rosenman
svn://svn.freebsd.org/base Repository UUID: ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f Revision: 232929 Node Kind: directory Schedule: normal Last Changed Author: theraven Last Changed Rev: 232929 Last Changed Date: 2012-03-13 12:32:55 -0500 (Tue, 13 Mar 2012) -- Larry Rosenman http://www

SIGBUS in BUILDWORLD on libc

2012-05-09 Thread Larry Rosenman
d.org/base/head Repository Root: svn://svn.freebsd.org/base Repository UUID: ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f Revision: 235173 Node Kind: directory Schedule: normal Last Changed Author: avg Last Changed Rev: 235158 Last Changed Date: 2012-05-09 03:23:24 -0500 (Wed, 09 May 2012) -- Larry Ros

Re: SIGBUS in BUILDWORLD on libc

2012-05-09 Thread Larry Rosenman
full buildworld is still running, but I suspect it will be fine now. - -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 512-248-2683 E-Mail: l...@lerctr.org US Mail: 430 Valona Loop, Round Rock, TX 78681-3893 -BEGIN PGP SIGNATURE- Version: GnuPG

No reboot on shutdown -r?

2012-05-14 Thread Larry Rosenman
like a USB keyboard). What can I do when I'm local to the box to see why it's hanging? Current SVN: r235453 See attached picture. -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 512-248-2683 E-Mail: l...@lerctr.org US Mail: 430 Valona L

Re: No reboot on shutdown -r?

2012-05-14 Thread Larry Rosenman
On Mon, May 14, 2012 2:34 pm, Larry Rosenman wrote: > In the last week or 3 I've seen a regression where my FreeBSD 10.0-CURRENT > system will NOT reboot. It'll hang at "all buffers synced". > > Usually I do this remote, and do have an IPMI card in it, but that &g

No reboot on shutdown -r

2012-05-30 Thread Larry Rosenman
2012 r...@borg.lerctr.org:/usr/obj/usr/src/sys/BORG-DTRACE amd64 I can provide anything else needed. Thanks! -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 512-248-2683 E-Mail: l...@lerctr.org US Mail: 430 Valona Loop, Round Rock, TX

Re: No reboot on shutdown -r

2012-05-31 Thread Larry Rosenman
On Thu, May 31, 2012 10:46 am, John Baldwin wrote: > On Wednesday, May 30, 2012 2:31:06 pm Larry Rosenman wrote: >> For the last month or so, when I reboot via shtudown -r the machine >> sits at "All Buffers Flushed", and I have to hit it with a IPMI reset. >> >

unbound? -- Conf file?

2013-09-16 Thread Larry Rosenman
access-control: 2001:DB8::/64 allow $ So, what's the real problem, as the syntax error message is useless. Thanks! -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 214-642-9640 E-Mail: l...@lerctr.org U

exec on /usr/src?

2013-09-22 Thread Larry Rosenman
Is it intended that we need to set exec=on for /usr/src after the include/mk-osreldate.sh addition? -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 214-642-9640 (c) E-Mail: l...@lerctr.org US Mail: 108 Turvey Cove, Hutto, TX 78634-5688

Re: exec on /usr/src?

2013-09-22 Thread Larry Rosenman
On 2013-09-22 10:41, Ian Lepore wrote: On Sun, 2013-09-22 at 09:37 -0500, Larry Rosenman wrote: Is it intended that we need to set exec=on for /usr/src after the include/mk-osreldate.sh addition? Are you saying you have /usr/src mounted with the noexec option and that's preventin

unbound: start BEFORE ntpd?

2013-09-24 Thread Larry Rosenman
DES, When I rebooted my box today after the latest rc.d changes for unbound, I noted that ntpd started BEFORE unbound therefore could NOT look up hosts. Are there more tweaks needed here? -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 214-642-9640 (c

mergemaster: broke with the BIND change

2013-09-30 Thread Larry Rosenman
emproot make[4]: "/usr/src/etc/periodic/daily/Makefile" line 27: Malformed conditional (${MK_BIND_NAMED} != "no") make[4]: Fatal errors encountered -- cannot continue *** FATAL ERROR: Cannot 'cd' to /usr/src and install files to the temproot environment #

ZFS: Invalid SEND/RECV stream still

2013-10-25 Thread Larry Rosenman
-CURRENT #80 r257016: Wed Oct 23 17:36:15 CDT 2013 r...@borg.lerctr.org:/usr/obj/usr/src/sys/BORG-DTRACE amd64 $ ssh tbh uname -a FreeBSD thebighonker.lerctr.org 10.0-BETA1 FreeBSD 10.0-BETA1 #1 r256791: Sun Oct 20 12:28:55 CDT 2013 r...@thebighonker.lerctr.org:

Re: ZFS: Invalid SEND/RECV stream still

2013-10-25 Thread Larry Rosenman
On 2013-10-25 12:33, Ian Lepore wrote: On Fri, 2013-10-25 at 12:07 -0500, Larry Rosenman wrote: between 10.0-BETA1 and 11.0-CURRENT. I've been fighting this battle for a LONG time. I had hoped(!) that it would be solved by the systems being closer in rev but that didn't happen.

Re: ZFS: Invalid SEND/RECV stream still

2013-10-25 Thread Larry Rosenman
On 2013-10-25 14:33, Garrett Wollman wrote: In article , Larry Rosenman wrote: Error Message: received 320KB stream in 1 seconds (320KB/sec) receiving incremental stream of vault/var@2013-10-25 into zroot/backups/TBH/var@2013-10-25 cannot receive incremental stream: invalid backup stream

Re: ZFS: Invalid SEND/RECV stream still

2013-10-25 Thread Larry Rosenman
On 2013-10-25 17:09, J David wrote: On Fri, Oct 25, 2013 at 3:36 PM, Larry Rosenman wrote: cannot receive incremental stream: invalid backup stream It may help to decouple the steps. I.e. do a "zfs send blah blah file" then copy the file and do a "zfs recv blah blah s

Re: ZFS: Invalid SEND/RECV stream still

2013-10-25 Thread Larry Rosenman
On 2013-10-25 17:17, J David wrote: On Fri, Oct 25, 2013 at 6:11 PM, Larry Rosenman wrote: we've tried this, and still the same issue. Post that and the shorter local-only reproduction then, so people don't spend time looking at the network layer. So. I'm not sure how to di

[Newcons] EDID message every second or 2?

2013-12-07 Thread Larry Rosenman
usbus3 ugen3.2: at usbus3 ukbd0: on usbus3 kbd2 at ukbd0 Trying to mount root from zfs:zroot/ROOT/default []... ugen0.2: at usbus0 error: [drm:pid0:drm_edid_block_valid] *ERROR* EDID checksum is invalid, remainder is 128 ffclock reset: HPET (14318180 Hz), time = 1386436312.5 error: [

Re: [Newcons] EDID message every second or 2?

2013-12-07 Thread Larry Rosenman
able to do that, but we still no, IIRC. Thanks! WBW -- Aleksandr Rybalko I don't see a DRM debug flag in GENERIC or my config. Ideas? -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 214-642-9640 (c) E-Mail: l...@lerctr.org US Mail: 108 Turvey Cove, Hutt

[R259110] kernel compile fail

2013-12-08 Thread Larry Rosenman
Repository UUID: ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f Revision: 259110 Node Kind: directory Schedule: normal Last Changed Author: ray Last Changed Rev: 259110 Last Changed Date: 2013-12-08 16:49:12 -0600 (Sun, 08 Dec 2013) -- Larry Rosenman http://www.lerctr.org/~ler Phone:

[R259114/Newcons] Compile failure

2013-12-08 Thread Larry Rosenman
.freebsd.org/base Repository UUID: ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f Revision: 259114 Node Kind: directory Schedule: normal Last Changed Author: alfred Last Changed Rev: 259114 Last Changed Date: 2013-12-08 20:06:52 -0600 (Sun, 08 Dec 2013) # -- Larry Rosenman http://www.lerct

Re: panic with -CURRENT @Boot [r259130]

2013-12-09 Thread Larry Rosenman
On 2013-12-09 16:04, Aleksandr Rybalko wrote: On Mon, 9 Dec 2013 10:36:34 -0600 Larry Rosenman wrote: Path: . Working Copy Root Path: /usr/src URL: svn://svn.freebsd.org/base/head Relative URL: ^/head Repository Root: svn://svn.freebsd.org/base Repository UUID: ccf9f872-aa2e-dd11-9fc8

Re: svn commit: r259221 - head/sys/dev/vt

2013-12-11 Thread Larry Rosenman
IVAL(data); > data = (caddr_t)&ival; > +skip_thunk: > #endif > > switch (cmd) { > ___ > svn-src-...@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/svn-src-all > To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

[ZFS][PANIC] Solaris Assert/zio.c:2548

2014-07-20 Thread Larry Rosenman
fork_trampoline () at /usr/src/sys/amd64/amd64/exception.S:605 #11 0x in ?? () Current language: auto; currently minimal (kgdb) vmcore is available. I re-ran the rsync, and no panic. Ideas? -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 214-642-9

Re: [ZFS][PANIC] Solaris Assert/zio.c:2548

2014-07-20 Thread Larry Rosenman
On 2014-07-20 14:18, Steven Hartland wrote: Can you provide the details of the zio which caused the panic? Also does any of your pools support trim? No, on the trim. Can you walk me through getting the zio you need? Regards Steve - Original Message - From: "Larry Ros

Re: [ZFS][PANIC] Solaris Assert/zio.c:2548

2014-07-20 Thread Larry Rosenman
On 2014-07-20 18:21, Steven Hartland wrote: Can you try reverting r265321 and see if you still see the same crash? Regards Steve I'll do the revert, but it's been a ONE TIME hit. There was a followup to mine with a reproducible poudriere crash like mine. -- Larr

Re: [ZFS][PANIC] Solaris Assert/zio.c:2548

2014-07-20 Thread Larry Rosenman
On 2014-07-20 18:46, Steven Hartland wrote: - Original Message - From: "Larry Rosenman" To: "Steven Hartland" Cc: ; Sent: Monday, July 21, 2014 12:22 AM Subject: Re: [ZFS][PANIC] Solaris Assert/zio.c:2548 On 2014-07-20 18:21, Steven Hartland wrote: Can you t

Re: [ZFS][PANIC] Solaris Assert/zio.c:2548

2014-07-21 Thread Larry Rosenman
On 2014-07-21 00:24, Florian Smeets wrote: On 21/07/14 01:46, Steven Hartland wrote: - Original Message - From: "Larry Rosenman" To: "Steven Hartland" Cc: ; Sent: Monday, July 21, 2014 12:22 AM Subject: Re: [ZFS][PANIC] Solaris Assert/zio.c:2548 On 2014

[PANIC][vboxdrv] use afer free/iprtheap

2014-07-21 Thread Larry Rosenman
/usr/src/sys/amd64/amd64/exception.S:605 #11 0x in ?? () Current language: auto; currently minimal (kgdb) Ideas? virtualbox-ose-4.3.12_1A general-purpose full virtualizer for x86 hardware virtualbox-ose-kmod-4.3.12 VirtualBox kernel module for FreeBSD -- Larry Rosenm

Re: [PANIC][vboxdrv] use afer free/iprtheap

2014-07-21 Thread Larry Rosenman
full virtualizer for x86 hardware virtualbox-ose-kmod-4.3.12 VirtualBox kernel module for FreeBSD Ideas? -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 214-642-9640 E-Mail: l...@lerctr.org US Mail: 10

zfs send/recv: STILL invalid Backup Stream

2014-07-24 Thread Larry Rosenman
ssh tbh uname -a FreeBSD thebighonker.lerctr.org 10.0-STABLE FreeBSD 10.0-STABLE #39 r269019M: Wed Jul 23 11:44:35 CDT 2014 r...@thebighonker.lerctr.org:/usr/obj/usr/src/sys/GENERIC amd64 borg.lerctr.org /home/ler $ -- Larry Rosenman http://www.lerctr.org/~ler Phone

Re: zfs send/recv: STILL invalid Backup Stream

2014-07-24 Thread Larry Rosenman
On 2014-07-24 12:38, Allan Jude wrote: On 2014-07-24 13:33, Larry Rosenman wrote: TRYING to use zfs send/recv between a 10-STABLE and an 11-CURRENT system, and receive the non-descript "invalid backup stream". borg.lerctr.org /home/ler $ sudo bin/backup-TBH-ZFS-initial.sh Password:

Re: zfs send/recv: STILL invalid Backup Stream

2014-07-24 Thread Larry Rosenman
On 2014-07-24 12:43, Larry Rosenman wrote: On 2014-07-24 12:38, Allan Jude wrote: On 2014-07-24 13:33, Larry Rosenman wrote: TRYING to use zfs send/recv between a 10-STABLE and an 11-CURRENT system, and receive the non-descript "invalid backup stream". borg.lerctr.org /home/ler

Re: zfs send/recv: STILL invalid Backup Stream

2014-07-24 Thread Larry Rosenman
On 2014-07-24 13:45, Allan Jude wrote: On 2014-07-24 14:25, Larry Rosenman wrote: On 2014-07-24 12:43, Larry Rosenman wrote: On 2014-07-24 12:38, Allan Jude wrote: On 2014-07-24 13:33, Larry Rosenman wrote: TRYING to use zfs send/recv between a 10-STABLE and an 11-CURRENT system, and receive

Re: zfs send/recv: STILL invalid Backup Stream

2014-07-24 Thread Larry Rosenman
On 2014-07-24 13:46, Larry Rosenman wrote: I notice you are doing a deduplicated stream. Does it work without deduplication (zfs send -D)? I will try that after this zxfer test I'm running finishes, but IIRC it doesn't matter.. borg.lerctr.org /home/ler # zxfer -dFkPvs -

Re: zfs send/recv: STILL invalid Backup Stream

2014-07-24 Thread Larry Rosenman
On 2014-07-24 14:53, Mark Martinec wrote: 2014-07-24 21:31, Larry Rosenman wrote: borg.lerctr.org /home/ler # zxfer -dFkPvs -g 376 -O r...@tbh.lerctr.org -R zroot zroot/backups/TBH Creating recursive snapshot zroot@zxfer_26699_20140724135840. Checking grandfather status of all snapshots marked

Re: zfs send/recv: STILL invalid Backup Stream

2014-07-24 Thread Larry Rosenman
On 2014-07-24 15:07, Allan Jude wrote: On 2014-07-24 15:57, Larry Rosenman wrote: On 2014-07-24 14:53, Mark Martinec wrote: 2014-07-24 21:31, Larry Rosenman wrote: borg.lerctr.org /home/ler # zxfer -dFkPvs -g 376 -O r...@tbh.lerctr.org -R zroot zroot/backups/TBH Creating recursive snapshot

Re: zfs send/recv: STILL invalid Backup Stream

2014-07-24 Thread Larry Rosenman
On 2014-07-24 15:26, Mark Martinec wrote: 2014-07-24 21:57, Larry Rosenman wrote: Sending zroot/home@zxfer_26699_20140724135840 to zroot/backups/TBH/zroot/home. Write failed: Cannot allocate memory cannot receive new filesystem stream: invalid backup

Re: zfs send/recv: STILL invalid Backup Stream

2014-07-24 Thread Larry Rosenman
On 2014-07-24 15:44, Larry Rosenman wrote: On 2014-07-24 15:26, Mark Martinec wrote: 2014-07-24 21:57, Larry Rosenman wrote: Sending zroot/home@zxfer_26699_20140724135840 to zroot/backups/TBH/zroot/home. Write failed: Cannot allocate memory cannot

Re: zfs send/recv: STILL invalid Backup Stream

2014-07-24 Thread Larry Rosenman
On 2014-07-24 18:56, Allan Jude wrote: On 2014-07-24 16:11, Larry Rosenman wrote: On 2014-07-24 15:07, Allan Jude wrote: On 2014-07-24 15:57, Larry Rosenman wrote: On 2014-07-24 14:53, Mark Martinec wrote: 2014-07-24 21:31, Larry Rosenman wrote: borg.lerctr.org /home/ler # zxfer -dFkPvs -g

Re: zfs send/recv: STILL invalid Backup Stream

2014-07-24 Thread Larry Rosenman
On 2014-07-24 19:56, Allan Jude wrote: On 2014-07-24 20:46, Mark Martinec wrote: 2014-07-25 01:36 Larry Rosenman wrote: #!/bin/sh DATE=`date "+%Y-%m-%d"` #DATE2=2013-03-24 #DATE2=`date -v "-1d" "+%Y-%m-%d"` # snap the source ssh r...@tbh.lerctr.org zfs snapshot -

Re: zfs send/recv: STILL invalid Backup Stream

2014-07-25 Thread Larry Rosenman
On 2014-07-25 08:41, Larry Rosenman wrote: On Fri, Jul 25, 2014 at 11:58:48AM +0200, Mark Martinec wrote: Don't know, I'd guess some network-related memory limit is being hit on the sending site. Why not try to decouple the 'zfs send' from a network copy and ssh: Login to

Re: zfs send/recv: STILL invalid Backup Stream

2014-07-25 Thread Larry Rosenman
On 2014-07-25 09:03, Allan Jude wrote: On 2014-07-25 09:49, Larry Rosenman wrote: On 2014-07-25 08:41, Larry Rosenman wrote: On Fri, Jul 25, 2014 at 11:58:48AM +0200, Mark Martinec wrote: Don't know, I'd guess some network-related memory limit is being hit on the sending site. Why

DEADLKRES crash

2014-08-18 Thread Larry Rosenman
0bff1c00) at /usr/src/sys/kern/kern_fork.c:977 #6 0x80df785e in fork_trampoline () at /usr/src/sys/amd64/amd64/exception.S:605 #7 0x in ?? () Current language: auto; currently minimal (kgdb) What info do folks need? Might have been NFS related. -- Larry Ros

Re: DEADLKRES crash

2014-08-18 Thread Larry Rosenman
On 2014-08-18 12:56, Benjamin Kaduk wrote: On Mon, 18 Aug 2014, Larry Rosenman wrote: I got the following: borg.lerctr.org dumped core - see /var/crash/vmcore.8 Mon Aug 18 07:30:42 CDT 2014 FreeBSD borg.lerctr.org 11.0-CURRENT FreeBSD 11.0-CURRENT #63 r269784M: Sun Aug 10 12:33:07 CDT 2014

Re: DEADLKRES crash

2014-08-18 Thread Larry Rosenman
On 2014-08-18 15:45, Ryan Stone wrote: On Mon, Aug 18, 2014 at 11:21 AM, Larry Rosenman wrote: I got the following: borg.lerctr.org dumped core - see /var/crash/vmcore.8 Mon Aug 18 07:30:42 CDT 2014 FreeBSD borg.lerctr.org 11.0-CURRENT FreeBSD 11.0-CURRENT #63 r269784M: Sun Aug 10 12:33:07

Re: DEADLKRES crash

2014-08-19 Thread Larry Rosenman
ys/amd64/amd64/exception.S:390 #17 0x0008010fc83a in ?? () Previous frame inner to this frame (corrupt stack?) (kgdb) -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 214-642-9640 (c) E-Mail: l...@lerctr.org US Mail: 108 Turvey Cove, Hutto, TX 78634-5688 _

Solaris Assert: How to fix?

2014-08-30 Thread Larry Rosenman
80931) at /usr/src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/spa.c:6610 #13 0x803b332d in txg_sync_thread (arg=0xf80024095000) at /usr/src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/txg.c:517 #14 0x809e3694 in fork_exit ( callout=0x803b30e0 , arg=0x

Re: Solaris Assert: How to fix?

2014-08-30 Thread Larry Rosenman
On 2014-08-30 13:02, Garrett Cooper wrote: On Aug 30, 2014, at 10:29, Larry Rosenman wrote: I'm getting: Hi Larry, Please file a bug on bugs.freebsd.org so this can be tracked and resolved appropriately. Please be sure to include relevant details like the last kernel that booted pro

Re: ddb_enable="YES" by default?

2014-09-05 Thread Larry Rosenman
sh dumps in the installer, they will have a nice /var/crash/core.txt.N that they can post to the mailing lists just as easily as the text dump you envision. And in fact, I've seen our users already doing this. (Have you looked at a /var/crash/core.txt.N file yet?) I've in fact done

Re: HEADS UP: Capsicum overhaul.

2013-03-01 Thread Larry Rosenman
t move '/usr/ports/.svn/tmp/svn-Bb1iSM' to '/usr/ports/databases/py-sqlite3/Makefile': Capabilities insufficient # -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 512-248-2683 E-Mail: l...@lerctr.org US Mail: 430 Valona Loop, Round Rock, TX

Fwd: Re: zfs send/recv invalid data

2013-03-06 Thread Larry Rosenman
sides. If I copy the stream it works, but piping through ssh does NOT. Original Message Subject: Re: zfs send/recv invalid data Date: 2013-03-06 04:46 From: Larry Rosenman To: Steven Hartland Cc: Ronald Klop , On 2013-03-06 02:38, Steven Hartland wrote: - Original

Re: [CRASH] ZFS recv (fwd)/CURRENT

2013-04-02 Thread Larry Rosenman
On 2013-04-02 16:26, Martin Matuska wrote: On 1. 4. 2013 22:33, Martin Matuska wrote: This error seems to be limited to sending deduplicated streams. Does sending without "-D" work ok? This might be a vendor error as well. On 1.4.2013 20:05, Larry Rosenman wrote: Re-Sending. Any i

Re: [CRASH] ZFS recv (fwd)/CURRENT

2013-04-05 Thread Larry Rosenman
On 2013-04-02 16:26, Martin Matuska wrote: On 1. 4. 2013 22:33, Martin Matuska wrote: This error seems to be limited to sending deduplicated streams. Does sending without "-D" work ok? This might be a vendor error as well. On 1.4.2013 20:05, Larry Rosenman wrote: Re-Sending. Any i

Re: [CRASH] ZFS recv (fwd)/CURRENT

2013-04-05 Thread Larry Rosenman
x27;s dmu_send)? (which in my case is 8-STABLE) mm On 5.4.2013 16:49, Larry Rosenman wrote: On 2013-04-02 16:26, Martin Matuska wrote: On 1. 4. 2013 22:33, Martin Matuska wrote: This error seems to be limited to sending deduplicated streams. Does sending without "-D" work ok? This mi

Re: [CRASH] ZFS recv (fwd)/CURRENT

2013-04-05 Thread Larry Rosenman
also be part of the invalid datastream issue I was seeing? Is there anything I can provide to help Illumos with this issue? Thanks! -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 214-642-9640 (c) E-Mail: l...@lerctr.org US Mail: 430 Valona Loop, Round Rock, TX 78681

Re: openjdk6 broken on current

2013-05-08 Thread Larry Rosenman
g [1] Seems some of it broke openjdk6 (more in java@ list archive). Thanks. 2013/5/7 Larry Rosenman On 2013-05-07 02:10, Alexander Yerenkow wrote: Then seems that's it - swapcontext change probably culprit. I got rechecked generated classes at other pc - classes are fine, same command wit

Re: openjdk6 broken on current

2013-05-08 Thread Larry Rosenman
Daniel Eischen wrote: >On Wed, 8 May 2013, Larry Rosenman wrote: > >> Can SOMEONE please look at this? >> >> I have a real need to get java back on my -CURRENT server soon. > >Did/can you try just backing out r249606? > >-- >DE How can I generate a patch

Re: openjdk6 broken on current

2013-05-08 Thread Larry Rosenman
On 2013-05-08 12:00, Daniel Eischen wrote: On Wed, 8 May 2013, Daniel Eischen wrote: On Wed, 8 May 2013, Larry Rosenman wrote: Daniel Eischen wrote: On Wed, 8 May 2013, Larry Rosenman wrote: Can SOMEONE please look at this? I have a real need to get java back on my -CURRENT server soon

Re: openjdk6 broken on current

2013-05-08 Thread Larry Rosenman
On 2013-05-08 12:46, Larry Rosenman wrote: On 2013-05-08 12:00, Daniel Eischen wrote: On Wed, 8 May 2013, Daniel Eischen wrote: On Wed, 8 May 2013, Larry Rosenman wrote: Daniel Eischen wrote: On Wed, 8 May 2013, Larry Rosenman wrote: Can SOMEONE please look at this? I have a real need to

Re: openjdk6 broken on current

2013-05-08 Thread Larry Rosenman
On 2013-05-08 13:37, Larry Rosenman wrote: On 2013-05-08 12:46, Larry Rosenman wrote: On 2013-05-08 12:00, Daniel Eischen wrote: On Wed, 8 May 2013, Daniel Eischen wrote: On Wed, 8 May 2013, Larry Rosenman wrote: Daniel Eischen wrote: On Wed, 8 May 2013, Larry Rosenman wrote: Can SOMEONE

Re: openjdk6 broken on current

2013-05-09 Thread Larry Rosenman
On 2013-05-09 06:16, Damjan Jovanovic wrote: On Wed, May 8, 2013 at 8:52 PM, Larry Rosenman wrote: On 2013-05-08 13:37, Larry Rosenman wrote: On 2013-05-08 12:46, Larry Rosenman wrote: On 2013-05-08 12:00, Daniel Eischen wrote: On Wed, 8 May 2013, Daniel Eischen wrote: On Wed, 8 May 2013

Re: openjdk6 broken on current

2013-05-13 Thread Larry Rosenman
-MHz K8-class CPU) Origin = "GenuineIntel" Id = 0x10676 Family = 0x6 Model = 0x17 Stepping = 6 Features=0xbfebfbff Features2=0xce3bd AMD Features=0x20100800 AMD Features2=0x1 TSC: P-state invariant, performance statistics real memory = 68719476736 (65536 MB) -- Larry Rosen

Re: crash with cpucontrol/microcode update : Today's -CURRENT

2013-08-10 Thread Larry Rosenman
/share/cpucontrol/m401067660F.fw: updating cpu /dev/cpuctl6 from rev 0x60c to rev 0x60f... done. /usr/local/share/cpucontrol/m401067660F.fw: updating cpu /dev/cpuctl7 from rev 0x60c to rev 0x60f... done. Done. # ^D$ -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 214-642-9

ZFS Crashes

2013-08-11 Thread Larry Rosenman
e are all available at: http://www.lerctr.org/~ler/FreeBSD Any help would be appreciated. -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 214-642-9640 E-Mail: l...@lerctr.org US Mail: 108 Turvey Cove, Hutto, TX 78634

Re: ZFS Crashes

2013-08-11 Thread Larry Rosenman
he svn rev). -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 214-642-9640 (c) E-Mail: l...@lerctr.org US Mail: 108 Turvey Cove, Hutto, TX 78634-5688 ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailma

Re: ZFS Crashes

2013-08-11 Thread Larry Rosenman
On 2013-08-11 12:29, Steven Hartland wrote: You seem to be getting a selection of random looking issues bad hardware would be my first guess. Run a memtest and see if it turns up anything. Regards Steve same hardware was ROCK STABLE till this weekend. -- Larry Rosenman

Re: ZFS Crashes

2013-08-11 Thread Larry Rosenman
fixed my problem atleast... The SVN rev was AWOL from the uname till this AM. This is still crashing with current HEAD. :( I have a memtest86+ running just on general principles. It's 64G -- It'll take a while :) -- Larry Rosenman http://www.lerctr.org/~ler Pho

Re: Still seeing random vmem(?) crashes

2013-08-16 Thread Larry Rosenman
On 2013-08-16 10:05, Konstantin Belousov wrote: On Fri, Aug 16, 2013 at 09:51:31AM -0500, Larry Rosenman wrote: I'm still seeing random crashes. I have the vmcore as well Ideas? What if you remove any modules not coming from the base system, does the problem still stay there ?

Re: Still seeing random vmem(?) crashes

2013-08-17 Thread Larry Rosenman
I've removed it as well Konstantin Belousov wrote: >On Fri, Aug 16, 2013 at 02:27:08PM -0500, Larry Rosenman wrote: >> On 2013-08-16 10:05, Konstantin Belousov wrote: >> > On Fri, Aug 16, 2013 at 09:51:31AM -0500, Larry Rosenman wrote: >> >> I'm still see

2 crashes.... (today's -CURRENT)

2013-08-24 Thread Larry Rosenman
r/src/sys/vm/vm_pageout.c:1360 #10 0x804f118a in fork_exit (callout=0x80715070 , arg=0x0, frame=0xfe100d0d9c00) at /usr/src/sys/kern/kern_fork.c:989 #11 0x8077375e in fork_trampoline () at /usr/src/sys/amd64/amd64/exception.S:606 #12 0x0000 in

Re: 2 crashes.... (today's -CURRENT)

2013-08-24 Thread Larry Rosenman
0044f75a in ?? () Previous frame inner to this frame (corrupt stack?) Current language: auto; currently minimal (kgdb) On Sat, 24 Aug 2013, Larry Rosenman wrote: Both full core.txt's are available at: http://www.lerctr.org/~ler/FreeBSD/ borg.lerctr.org dumped core - see /var/crash/vmc

Re: 2 crashes.... (today's -CURRENT)

2013-08-24 Thread Larry Rosenman
6c93a, traced=0) at subr_syscall.c:134 #17 0x8077350b in Xfast_syscall () at /usr/src/sys/amd64/amd64/exception.S:391 #18 0x00080280290a in ?? () Previous frame inner to this frame (corrupt stack?) Current language: auto; currently minimal (kgdb) On Sat, 24 Aug 2013, Larry Rosenman

Re: 2 crashes.... (today's -CURRENT)

2013-08-26 Thread Larry Rosenman
On Mon, 26 Aug 2013, Sam Fourman Jr. wrote: On Sat, Aug 24, 2013 at 6:47 PM, Larry Rosenman wrote: Both full core.txt's are available at: http://www.lerctr.org/~ler/**FreeBSD/<http://www.lerctr.org/~ler/FreeBSD/> Larry, I am not certain I can be of much help but i am c

<    1   2   3   4   5   6   >