Re: Bacula install and config help

2017-05-10 Thread Ganbold Tsagaankhuu
On Thu, May 11, 2017 at 1:36 AM, Andy Neustadter  wrote:

> Hi:
>
> I am trying to install and configure Bacula backup server on
> 12-current, if anyone has any procedures or "how to" documentation you
> could point me at it would be very much appreciated. Thanks in
> advance.
>

https://dan.langille.org/2015/01/10/bacula-on-freebsd-with-zfs/

Ganbold


>
>
> Regards,
>
> Andy
> ___
> freebsd-current@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-current
> To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"
>
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: make warning: ?: No such file or directory.

2017-05-10 Thread Ngie Cooper
On Wed, May 10, 2017 at 11:59 AM, Simon J. Gerraty  wrote:
> Bryan Drewery  wrote:
>> Oh now I get it too after updating system from head from r317177 to
>> r318116. So it seems to be a bug in bmake-20170420.
>
> What's in your env?
> Eg.
>
> env | grep MAKE
> ls

As I noted in the src commit, I think r318161 addresses the issue
(also identified by Coverity as CID: 1374641). Basically, buf2 was in
scope for the conditional as stack memory, `path` took the address
buf2 and used it out of scope (which may have triggered the compiler
to optimize/evaluate the code incorrectly since the case seemed
impossible).
Thanks,
-Ngie
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: make warning: ?: No such file or directory.

2017-05-10 Thread Simon J. Gerraty
Bryan Drewery  wrote:
> Oh now I get it too after updating system from head from r317177 to
> r318116. So it seems to be a bug in bmake-20170420.

What's in your env?
Eg.

env | grep MAKE
ls


> > ~/git/freebsd # make check-old
> > make warning: E No such file or directory.
> > make warning: E No such file or directory.
>  Checking for old files
> > make warning: E No such file or directory.

___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: make warning: ?: No such file or directory.

2017-05-10 Thread Bryan Drewery
On 5/10/17 9:56 AM, Renato Botelho wrote:
> On 10/05/17 13:02, Bryan Drewery wrote:
>> On 5/9/17 9:50 PM, Ngie Cooper (yaneurabeya) wrote:
>>>
 On May 9, 2017, at 21:37, O. Hartmann  wrote:

 On recent CURRENT, the source tree /usr/src seems to have issues on some 
 of my
 boxes and whenever I issue "make build", the message:

 make warning: �: No such file or directory.

 pops up. "svn st" doesn't reveal anything wrong.

 My locale settings are:

 LANG=
 LC_CTYPE="C"
 LC_COLLATE="C"
 LC_TIME="C"
 LC_NUMERIC="C"
 LC_MONETARY="C"
 LC_MESSAGES="C"
 LC_ALL=

 (just for the record). Those spooky non-printables are seen on xterm(s) of
 various other systems (11.0, 11-STABLE, 12-CURRENT) when connecting to the
 systems in question.

 What is this?

 Kind regards and thanks in advance,
>>>
>>> I see similar oddness when running some commands. It seems to be happening 
>>> as of the last month or two.
>>> Thanks,
>>> -Ngie
>>>
>>> $ make buildenv TARGET_ARCH=armv6
>>> make warning: I: No such file or directory.
>>> make warning: I: No such file or directory.
>>> Entering world for armv6:arm
>>> $
>>
>> "I"
>>
>> Do you have an "I" in your env somewhere? Though a later email makes it
>> look like uninitialized memory.
> 
> I've reported a similar issue in 04/21 [1] and I keep seeing the problem
> around:
> 
> # ❯❯❯ make check-old
> make warning: $5bZ�
> : No such file or directory.
> make warning: $5bZ�
> : No such file or directory.
 Checking for old files
> make warning: $5bZ�
> : No such file or directory.
 Checking for old libraries
> make warning: $5bZ�
> : No such file or directory.
 Checking for old directories
> make warning: $5bZ�
> : No such file or directory.
> To remove old files and directories run 'make delete-old'.
> To remove old libraries run 'make delete-old-libs'.
> 
> [1]
> https://lists.freebsd.org/pipermail/freebsd-current/2017-April/065690.html
> 

Oh now I get it too after updating system from head from r317177 to
r318116. So it seems to be a bug in bmake-20170420.

> ~/git/freebsd # make check-old
> make warning: E No such file or directory.
> make warning: E No such file or directory.
 Checking for old files
> make warning: E No such file or directory.



-- 
Regards,
Bryan Drewery



signature.asc
Description: OpenPGP digital signature


Re: make warning: ?: No such file or directory.

2017-05-10 Thread Renato Botelho
On 10/05/17 13:02, Bryan Drewery wrote:
> On 5/9/17 9:50 PM, Ngie Cooper (yaneurabeya) wrote:
>>
>>> On May 9, 2017, at 21:37, O. Hartmann  wrote:
>>>
>>> On recent CURRENT, the source tree /usr/src seems to have issues on some of 
>>> my
>>> boxes and whenever I issue "make build", the message:
>>>
>>> make warning: �: No such file or directory.
>>>
>>> pops up. "svn st" doesn't reveal anything wrong.
>>>
>>> My locale settings are:
>>>
>>> LANG=
>>> LC_CTYPE="C"
>>> LC_COLLATE="C"
>>> LC_TIME="C"
>>> LC_NUMERIC="C"
>>> LC_MONETARY="C"
>>> LC_MESSAGES="C"
>>> LC_ALL=
>>>
>>> (just for the record). Those spooky non-printables are seen on xterm(s) of
>>> various other systems (11.0, 11-STABLE, 12-CURRENT) when connecting to the
>>> systems in question.
>>>
>>> What is this?
>>>
>>> Kind regards and thanks in advance,
>>
>> I see similar oddness when running some commands. It seems to be happening 
>> as of the last month or two.
>> Thanks,
>> -Ngie
>>
>> $ make buildenv TARGET_ARCH=armv6
>> make warning: I: No such file or directory.
>> make warning: I: No such file or directory.
>> Entering world for armv6:arm
>> $
> 
> "I"
> 
> Do you have an "I" in your env somewhere? Though a later email makes it
> look like uninitialized memory.

I've reported a similar issue in 04/21 [1] and I keep seeing the problem
around:

# ❯❯❯ make check-old
make warning: $5bZ�
: No such file or directory.
make warning: $5bZ�
: No such file or directory.
>>> Checking for old files
make warning: $5bZ�
: No such file or directory.
>>> Checking for old libraries
make warning: $5bZ�
: No such file or directory.
>>> Checking for old directories
make warning: $5bZ�
: No such file or directory.
To remove old files and directories run 'make delete-old'.
To remove old libraries run 'make delete-old-libs'.

[1]
https://lists.freebsd.org/pipermail/freebsd-current/2017-April/065690.html
-- 
Renato Botelho
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Bacula install and config help

2017-05-10 Thread Andy Neustadter
Hi:

I am trying to install and configure Bacula backup server on
12-current, if anyone has any procedures or "how to" documentation you
could point me at it would be very much appreciated. Thanks in
advance.


Regards,

Andy
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: make warning: ?: No such file or directory.

2017-05-10 Thread O. Hartmann
Am Wed, 10 May 2017 13:56:47 -0300
Renato Botelho  schrieb:

> On 10/05/17 13:02, Bryan Drewery wrote:
> > On 5/9/17 9:50 PM, Ngie Cooper (yaneurabeya) wrote:  
> >>  
> >>> On May 9, 2017, at 21:37, O. Hartmann  wrote:
> >>>
> >>> On recent CURRENT, the source tree /usr/src seems to have issues on some 
> >>> of my
> >>> boxes and whenever I issue "make build", the message:
> >>>
> >>> make warning: �: No such file or directory.
> >>>
> >>> pops up. "svn st" doesn't reveal anything wrong.
> >>>
> >>> My locale settings are:
> >>>
> >>> LANG=
> >>> LC_CTYPE="C"
> >>> LC_COLLATE="C"
> >>> LC_TIME="C"
> >>> LC_NUMERIC="C"
> >>> LC_MONETARY="C"
> >>> LC_MESSAGES="C"
> >>> LC_ALL=
> >>>
> >>> (just for the record). Those spooky non-printables are seen on xterm(s) of
> >>> various other systems (11.0, 11-STABLE, 12-CURRENT) when connecting to the
> >>> systems in question.
> >>>
> >>> What is this?
> >>>
> >>> Kind regards and thanks in advance,  
> >>
> >> I see similar oddness when running some commands. It seems to be happening 
> >> as of the
> >> last month or two. Thanks,
> >> -Ngie
> >>
> >> $ make buildenv TARGET_ARCH=armv6
> >> make warning: I: No such file or directory.
> >> make warning: I: No such file or directory.
> >> Entering world for armv6:arm
> >> $  
> > 
> > "I"
> > 
> > Do you have an "I" in your env somewhere? Though a later email makes it
> > look like uninitialized memory.  
> 
> I've reported a similar issue in 04/21 [1] and I keep seeing the problem
> around:
> 
> # ❯❯❯ make check-old
> make warning: $5bZ�
> : No such file or directory.
> make warning: $5bZ�
> : No such file or directory.
> >>> Checking for old files  
> make warning: $5bZ�
> : No such file or directory.
> >>> Checking for old libraries  
> make warning: $5bZ�
> : No such file or directory.
> >>> Checking for old directories  
> make warning: $5bZ�
> : No such file or directory.
> To remove old files and directories run 'make delete-old'.
> To remove old libraries run 'make delete-old-libs'.
> 
> [1]
> https://lists.freebsd.org/pipermail/freebsd-current/2017-April/065690.html

make update (in /usr/src for instance)

reveals this weird issue, but "svn update" does not in the same folder!

-- 
O. Hartmann

Ich widerspreche der Nutzung oder Übermittlung meiner Daten für
Werbezwecke oder für die Markt- oder Meinungsforschung (§ 28 Abs. 4 BDSG).


pgp3Md4Talg6t.pgp
Description: OpenPGP digital signature


Re: filemon: weird full-time build although filemon enabled

2017-05-10 Thread Simon J. Gerraty
David Wolfskill  wrote:
> I placed it in /etc/src.conf; thus:
> 
> g1-252(11.0-S)[1] cat /etc/src.conf 
> KERNCONF=CANARY
> PORTS_MODULES=x11/nvidia-driver-340
> .MAKE.META.IGNORE_PATHS += /usr/local/etc/libmap.d
> WITHOUT_DEBUG_FILES=1
> IWN_DEBUG=1
> IEEE80211_DEBUG=1
> WITH_ELFCOPY_AS_OBJCOPY=1
> g1-252(11.0-S)[2] 
> 
> My morning updates (stable/11 & head, as well as installed ports (while
> running stavble/11), which had been getting to around 2 hours, were
> finished in 30 minutes this morning.  Thank you! :-)

Good to know, we should probably add this to share/mk/local.meta.sys.mk
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: make warning: ?: No such file or directory.

2017-05-10 Thread Renato Botelho
On 10/05/17 13:02, Bryan Drewery wrote:
> On 5/9/17 9:50 PM, Ngie Cooper (yaneurabeya) wrote:
>>
>>> On May 9, 2017, at 21:37, O. Hartmann  wrote:
>>>
>>> On recent CURRENT, the source tree /usr/src seems to have issues on some of 
>>> my
>>> boxes and whenever I issue "make build", the message:
>>>
>>> make warning: �: No such file or directory.
>>>
>>> pops up. "svn st" doesn't reveal anything wrong.
>>>
>>> My locale settings are:
>>>
>>> LANG=
>>> LC_CTYPE="C"
>>> LC_COLLATE="C"
>>> LC_TIME="C"
>>> LC_NUMERIC="C"
>>> LC_MONETARY="C"
>>> LC_MESSAGES="C"
>>> LC_ALL=
>>>
>>> (just for the record). Those spooky non-printables are seen on xterm(s) of
>>> various other systems (11.0, 11-STABLE, 12-CURRENT) when connecting to the
>>> systems in question.
>>>
>>> What is this?
>>>
>>> Kind regards and thanks in advance,
>>
>> I see similar oddness when running some commands. It seems to be happening 
>> as of the last month or two.
>> Thanks,
>> -Ngie
>>
>> $ make buildenv TARGET_ARCH=armv6
>> make warning: I: No such file or directory.
>> make warning: I: No such file or directory.
>> Entering world for armv6:arm
>> $
> 
> "I"
> 
> Do you have an "I" in your env somewhere? Though a later email makes it
> look like uninitialized memory.

I've reported a similar issue in 04/21 [1] and I keep seeing the problem
around:

# ❯❯❯ make check-old
make warning: $5bZ�
: No such file or directory.
make warning: $5bZ�
: No such file or directory.
>>> Checking for old files
make warning: $5bZ�
: No such file or directory.
>>> Checking for old libraries
make warning: $5bZ�
: No such file or directory.
>>> Checking for old directories
make warning: $5bZ�
: No such file or directory.
To remove old files and directories run 'make delete-old'.
To remove old libraries run 'make delete-old-libs'.

[1]
https://lists.freebsd.org/pipermail/freebsd-current/2017-April/065690.html
-- 
Renato Botelho
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: make warning: ?: No such file or directory.

2017-05-10 Thread Bryan Drewery
On 5/9/17 9:50 PM, Ngie Cooper (yaneurabeya) wrote:
> 
>> On May 9, 2017, at 21:37, O. Hartmann  wrote:
>>
>> On recent CURRENT, the source tree /usr/src seems to have issues on some of 
>> my
>> boxes and whenever I issue "make build", the message:
>>
>> make warning: �: No such file or directory.
>>
>> pops up. "svn st" doesn't reveal anything wrong.
>>
>> My locale settings are:
>>
>> LANG=
>> LC_CTYPE="C"
>> LC_COLLATE="C"
>> LC_TIME="C"
>> LC_NUMERIC="C"
>> LC_MONETARY="C"
>> LC_MESSAGES="C"
>> LC_ALL=
>>
>> (just for the record). Those spooky non-printables are seen on xterm(s) of
>> various other systems (11.0, 11-STABLE, 12-CURRENT) when connecting to the
>> systems in question.
>>
>> What is this?
>>
>> Kind regards and thanks in advance,
> 
> I see similar oddness when running some commands. It seems to be happening as 
> of the last month or two.
> Thanks,
> -Ngie
> 
> $ make buildenv TARGET_ARCH=armv6
> make warning: I: No such file or directory.
> make warning: I: No such file or directory.
> Entering world for armv6:arm
> $

"I"

Do you have an "I" in your env somewhere? Though a later email makes it
look like uninitialized memory.

> 


-- 
Regards,
Bryan Drewery



signature.asc
Description: OpenPGP digital signature


Re: make warning: ?: No such file or directory.

2017-05-10 Thread O. Hartmann
Am Wed, 10 May 2017 07:19:20 -0700
"Simon J. Gerraty"  schrieb:

> Ngie Cooper (yaneurabeya)  wrote:
> > I see similar oddness when running some commands. It seems to be happening 
> > as of the
> > last month or two.
> > 
> > $ make buildenv TARGET_ARCH=armv6
> > make warning: I: No such file or directory.
> > make warning: I: No such file or directory.
> > Entering world for armv6:arm
> > $  
> 
> That looks to be from Main_SetObjdir()
> what is make -V MAKE_VERSION ?
> ___
> freebsd-current@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-current
> To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

# make -V MAKE_VERSION
make warning: �: No such file or directory.
20170420

-- 
O. Hartmann

Ich widerspreche der Nutzung oder Übermittlung meiner Daten für
Werbezwecke oder für die Markt- oder Meinungsforschung (§ 28 Abs. 4 BDSG).


pgpWYyOQmZjsy.pgp
Description: OpenPGP digital signature


Re: make warning: ?: No such file or directory.

2017-05-10 Thread Simon J. Gerraty
Ngie Cooper (yaneurabeya)  wrote:
> I see similar oddness when running some commands. It seems to be happening as 
> of the last month or two.
> 
> $ make buildenv TARGET_ARCH=armv6
> make warning: I: No such file or directory.
> make warning: I: No such file or directory.
> Entering world for armv6:arm
> $

That looks to be from Main_SetObjdir()
what is make -V MAKE_VERSION ?
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: filemon: weird full-time build although filemon enabled

2017-05-10 Thread David Wolfskill
On Mon, May 08, 2017 at 07:32:58PM +0200, O. Hartmann wrote:
> Am Mon, 8 May 2017 10:17:05 -0700
> "Simon J. Gerraty"  schrieb:
> ... 
> > bmake has a set of knobs for telling it to ignore things.
> > OP try
> > 
> > .MAKE.META.IGNORE_PATHS += /usr/local/etc/libmap.d
> > 
> > --sjg
> 
> I suppose I have to set this flag in 
> 
> /etc/src-env.conf
> 
> ?
> 

I placed it in /etc/src.conf; thus:

g1-252(11.0-S)[1] cat /etc/src.conf 
KERNCONF=CANARY
PORTS_MODULES=x11/nvidia-driver-340
.MAKE.META.IGNORE_PATHS += /usr/local/etc/libmap.d
WITHOUT_DEBUG_FILES=1
IWN_DEBUG=1
IEEE80211_DEBUG=1
WITH_ELFCOPY_AS_OBJCOPY=1
g1-252(11.0-S)[2] 

My morning updates (stable/11 & head, as well as installed ports (while
running stavble/11), which had been getting to around 2 hours, were
finished in 30 minutes this morning.  Thank you! :-)

For reference, this morning's updates were:

stable/11:
  from:
FreeBSD g1-252.catwhisker.org 11.0-STABLE FreeBSD 11.0-STABLE #336  
r318019M/318019:1100512: Tue May  9 04:46:49 PDT 2017 
r...@g1-252.catwhisker.org:/common/S1/obj/usr/src/sys/CANARY  amd64

  to:
FreeBSD g1-252.catwhisker.org 11.0-STABLE FreeBSD 11.0-STABLE #337  
r318134M/318137:1100512: Wed May 10 04:09:32 PDT 2017 
r...@g1-252.catwhisker.org:/common/S1/obj/usr/src/sys/CANARY  amd64


Ports updated:
===>>> The following actions were performed:
Upgrade of librsvg2-2.40.16 to librsvg2-2.40.17
Upgrade of p5-Specio-0.36 to p5-Specio-0.37
Upgrade of spidermonkey170-17.0.0_5 to spidermonkey170-17.0.0_6
Upgrade of R-cran-bit64-0.9.5 to R-cran-bit64-0.9.7

head:
  from:
FreeBSD g1-252.catwhisker.org 12.0-CURRENT FreeBSD 12.0-CURRENT #340  
r318017M/318019:1200030: Tue May  9 05:46:27 PDT 2017 
r...@g1-252.catwhisker.org:/common/S4/obj/usr/src/sys/CANARY  amd64

  to:
FreeBSD g1-252.catwhisker.org 12.0-CURRENT FreeBSD 12.0-CURRENT #341  
r318137M/318137:1200030: Wed May 10 04:23:30 PDT 2017 
r...@g1-252.catwhisker.org:/common/S4/obj/usr/src/sys/CANARY  amd64

Peace,
david
-- 
David H. Wolfskill  da...@catwhisker.org
Does "conflict of interest" mean anything in the Trump administration?

See http://www.catwhisker.org/~david/publickey.gpg for my public key.


signature.asc
Description: PGP signature


zfs recv panic

2017-05-10 Thread Kristof Provost

Hi,

I have a reproducible panic on CURRENT (r318136) doing
(jupiter) # zfs send -R -v zroot/var@before-kernel-2017-04-26 | nc dual 
1234

(dual) # nc -l 1234 | zfs recv -v -F tank/jupiter/var

For clarity, the receiving machine is CURRENT r318136, the sending 
machine is running a somewhat older CURRENT version.


The receiving machine panics a few seconds in:

receiving full stream of zroot/var@before-kernel-2017-04-03 into 
tank/jupiter/var@before-kernel-2017-04-03
panic: solaris assert: dbuf_is_metadata(db) == arc_is_metadata(buf) (0x0 
== 0x1), file: 
/usr/src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dbuf.c, line: 
2007

cpuid = 0
time = 1494408122
KDB: stack backtrace:
db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 
0xfe0120cad930

vpanic() at vpanic+0x19c/frame 0xfe0120cad9b0
panic() at panic+0x43/frame 0xfe0120cada10
assfail3() at assfail3+0x2c/frame 0xfe0120cada30
dbuf_assign_arcbuf() at dbuf_assign_arcbuf+0xf2/frame 0xfe0120cada80
dmu_assign_arcbuf() at dmu_assign_arcbuf+0x170/frame 0xfe0120cadad0
receive_writer_thread() at receive_writer_thread+0x6ac/frame 
0xfe0120cadb70

fork_exit() at fork_exit+0x84/frame 0xfe0120cadbb0
fork_trampoline() at fork_trampoline+0xe/frame 0xfe0120cadbb0
--- trap 0, rip = 0, rsp = 0, rbp = 0 ---
KDB: enter: panic
[ thread pid 7 tid 100672 ]
Stopped at  kdb_enter+0x3b: movq$0,kdb_why
db>


kgdb backtrace:
#0  doadump (textdump=0) at pcpu.h:232
#1  0x803a208b in db_dump (dummy=, 
dummy2=, dummy3=, 
dummy4=) at /usr/src/sys/ddb/db_command.c:546
#2  0x803a1e7f in db_command (cmd_table=) 
at /usr/src/sys/ddb/db_command.c:453
#3  0x803a1bb4 in db_command_loop () at 
/usr/src/sys/ddb/db_command.c:506
#4  0x803a4c7f in db_trap (type=, 
code=) at /usr/src/sys/ddb/db_main.c:248
#5  0x80a93cb3 in kdb_trap (type=3, code=-61456, tf=optimized out>) at /usr/src/sys/kern/subr_kdb.c:654
#6  0x80ed3de6 in trap (frame=0xfe0120cad860) at 
/usr/src/sys/amd64/amd64/trap.c:537
#7  0x80eb62f1 in calltrap () at 
/usr/src/sys/amd64/amd64/exception.S:236
#8  0x80a933eb in kdb_enter (why=0x8143d8f5 "panic", 
msg=) at cpufunc.h:63
#9  0x80a51cf9 in vpanic (fmt=, 
ap=0xfe0120cad9f0) at /usr/src/sys/kern/kern_shutdown.c:772
#10 0x80a51d63 in panic (fmt=) at 
/usr/src/sys/kern/kern_shutdown.c:710
#11 0x8262b26c in assfail3 (a=, lv=optimized out>, op=, rv=, 
f=, l=)
at 
/usr/src/sys/cddl/compat/opensolaris/kern/opensolaris_cmn_err.c:91
#12 0x822ad892 in dbuf_assign_arcbuf (db=0xf8008f23e560, 
buf=0xf8008f09fcc0, tx=0xf8008a8d5200) at 
/usr/src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dbuf.c:2007
#13 0x822b87f0 in dmu_assign_arcbuf (handle=out>, offset=0, buf=0xf8008f09fcc0, tx=0xf8008a8d5200) at 
/usr/src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dmu.c:1542
#14 0x822bf7fc in receive_writer_thread (arg=0xfe0120a1d168) 
at 
/usr/src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dmu_send.c:2284
#15 0x80a13704 in fork_exit (callout=0x822bf150 
, arg=0xfe0120a1d168, 
frame=0xfe0120cadbc0) at /usr/src/sys/kern/kern_fork.c:1038
#16 0x80eb682e in fork_trampoline () at 
/usr/src/sys/amd64/amd64/exception.S:611

#17 0x in ?? ()

Let me know if there’s any other information I can provide, or things 
I can test.
Fortunately the target machine is not a production machine, so I can 
panic it as often as required.


Regards,
Kristof
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

make release: how utilise filemon?

2017-05-10 Thread O. Hartmann
hello,

building a release of most recent 12-CURRENT seems to be at some point very
annoying. When building the main host's system out of /usr/src
using /etc/src-env.conf set with WITH_META_MODE=yes, build time decreases
significantly. Now I perform some tasks building release. The source tree is
11-STABLE.

In release.conf, I tried setting

## Set to use world- and kernel-specific make(1) flags.
WORLD_FLAGS="-DNO_CLEAN -j $(sysctl -n hw.ncpu)"
KERNEL_FLAGS="-DNO_CLEAN -j $(( $(( $(sysctl -n hw.ncpu) + 1 )) / 2 ))"

without any noticable effect - make release always build release fully, no
matter wether there has been new sources checked out or not. It takes a lot of
time compiling llvm/clang. Using 11-stable on a NanoBSD installation,
-DNO_CLEAN seems to take effect on the very same source revision, while it
doesn't on "make release". The target (obj-directory) is always properly set,
the same and not deleted by a run of "make release", so I'm quite sure this
portion of the setting is correct.

release(7) does have some tags setting src.conf, but I miss src-env.conf
settings as this can be customised in the "ordinary" /usr/src world.

What am I doing or thinking wrong in this matter?

Kind regards,

Oliver
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"