12.0 - (zpool upgrade ) /bootpool/boot/* new location for /boot/* ?

2018-12-14 Thread miltonott
On Sat Dec 15 00:45:35 UTC 2018 Bruce Cantrall wrote:
> Did the location for the files in /boot move to /bootpool/boot but the zpool
> upgrade did not know this in 12.0?

  O right and honourable member, this puzzles me. Moving  forward  I  will  be
researching: /usr/src/usr.sbin/bsdinstall/scripts/zfsboot.
___
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"


12.0 - (zpool upgrade ) /bootpool/boot/* new location for /boot/* ?

2018-12-14 Thread Bruce Cantrall
Hi, First time poster.
Did the location for the files in /boot move to /bootpool/boot but the zpool 
upgrade did not know this in 12.0?

# uname -a
FreeBSD filestore1b.phishline.com 12.0-RELEASE FreeBSD 12.0-RELEASE r341666 
GENERIC  amd64

# zpool upgrade zroot
This system supports ZFS pool feature flags.

Enabled the following features on 'zroot':
  large_dnode
  spacemap_v2

If you boot from pool 'zroot', don't forget to update boot code.
Assuming you use GPT partitioning and da0 is your boot disk
the following command will do it:

gpart bootcode -b /boot/pmbr -p /boot/gptzfsboot -i 1 da0

?
(/boot does not exist but is now in /bootpool/boot)

#  gpart bootcode -b /bootpool/boot/pmbr -p /bootpool/boot/gptzfsboot -i 1 da0

(SNIP)
This system supports ZFS pool feature flags.

Enabled the following features on 'bootpool':
  large_dnode
  spacemap_v2

# freebsd-update upgrade
src component not installed, skipped
Cannot identify running kernel

Worked Ok when I added the /bootpool directory to the path.
--
Bruce Cantrall, DevOps Associate
Mobile: 267.559.4700
My email address has changed to: 
bcantr...@barracuda.com
www.barracuda.com/products/phishline

===
Forrester names Barracuda WAF a Strong Performer!
Get the free report here!
https://www.barracuda.com/WAFWave

DISCLAIMER:
This e-mail and any attachments to it contain confidential and proprietary 
material of Barracuda, its affiliates or agents, and is solely for the use of 
the intended recipient. Any review, use, disclosure, distribution or copying of 
this transmittal is prohibited except by or on behalf of the intended 
recipient. If you have received this transmittal in error, please notify the 
sender and destroy this e-mail and any attachments and all copies, whether 
electronic or printed.
===
___
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"


vnet_alloc: panic: Memory modified after free 0xfffffe002efc8ed0(8) val=deadc0df

2018-12-14 Thread Andriy Gapon


I wonder if people are aware of this issue and if anyone is looking into it.
I got notified about it by Jenkins after an unrelated commit (ichwd).

panic: Memory modified after free 0xfe002efc8ed0(8) val=deadc0df @
0xfe002efc8ed0


11:51:33 cpuid = 0
11:51:33 time = 1544788293
11:51:33 KDB: stack backtrace:
11:51:33 db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame
0xfe002634d4e0
11:51:33 vpanic() at vpanic+0x1b4/frame 0xfe002634d540
11:51:33 panic() at panic+0x43/frame 0xfe002634d5a0
11:51:33 trash_ctor() at trash_ctor+0x4c/frame 0xfe002634d5b0
11:51:33 uma_zalloc_arg() at uma_zalloc_arg+0x886/frame 0xfe002634d630
11:51:33 uma_zalloc_pcpu_arg() at uma_zalloc_pcpu_arg+0x23/frame 
0xfe002634d660
11:51:33 vnet_icmpstat_init() at vnet_icmpstat_init+0x1a/frame 
0xfe002634d680
11:51:33 vnet_alloc() at vnet_alloc+0x144/frame 0xfe002634d6b0
11:51:33 kern_jail_set() at kern_jail_set+0x1b32/frame 0xfe002634d940
11:51:33 sys_jail_set() at sys_jail_set+0x40/frame 0xfe002634d970
11:51:33 amd64_syscall() at amd64_syscall+0x272/frame 0xfe002634dab0
11:51:33 fast_syscall_common() at fast_syscall_common+0x101/frame 
0xfe002634dab0
11:51:33 --- syscall (507, FreeBSD ELF64, sys_jail_set), rip = 0x80031da7a, rsp
= 0x7fffe618, rbp = 0x7fffe700 ---
11:51:33 KDB: enter: panic
11:51:33 [ thread pid 65285 tid 100146 ]
11:51:33 Stopped at  kdb_enter+0x3b: movq$0,kdb_why
11:51:33 db:0:kdb.enter.panic> show pcpu
11:51:33 cpuid= 0
11:51:33 dynamic pcpu = 0xb7fb00
11:51:33 curthread= 0xf800059e5000: pid 65285 tid 100146 "jail"
11:51:33 curpcb   = 0xfe002634db80
11:51:33 fpcurthread  = 0xf800059e5000: pid 65285 "jail"
11:51:33 idlethread   = 0xf8000327a000: tid 13 "idle: cpu0"
11:51:33 curpmap  = 0xf80005b04130
11:51:33 tssp = 0x821cafa0
11:51:33 commontssp   = 0x821cafa0
11:51:33 rsp0 = 0xfe002634db80
11:51:33 gs32p= 0x821d1bd8
11:51:33 ldt  = 0x821d1c18
11:51:33 tss  = 0x821d1c08
11:51:33 curvnet  = 0xf80003242b80

-- 
Andriy Gapon
___
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: src committer please

2018-12-14 Thread rb
Hi,

> On 14 Dec 2018, at 00:03, Cy Schubert  wrote:
> 
> Have you tried -CURRENT?

Yes, as noted in my update to the bug yesterday. Problem is still there, patch 
still applies and workaround still works.

> ---
> Sent using a tiny phone keyboard.
> Apologies for any typos and autocorrect.
> Also, this old phone only supports top post. Apologies.
> 
> Cy Schubert
>  or 
> The need of the many outweighs the greed of the few.
> ---
> From: Bob Bishop
> Sent: 13/12/2018 05:17
> To: FreeBSD CURRENT
> Subject: src committer please
> 
> Hi,
> 
> Please could somebody take a look at 
> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221350
> 
> It’s been open for over a year with a patch that solves the problem.
> 
> Failing to install out of the box on commodity HP kit is not a good look.
> 
> Thanks
> 
> --
> Bob Bishop
> r...@gid.co.uk
> 
> 
> 
> 
> ___
> 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"


/usr/doc: make fails: parser error : Failure to process ...

2018-12-14 Thread O. Hartmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512


I'm loosing hair over trying over and over building the FreeBSD documentation 
from /usr
doc via

cd /usr/doc ; make update ; make all

The tree of /usr/doc is at Revision: 52685 and taken from URL:
https://svn.freebsd.org/doc/head.

I always face on every box around here (FreeBSD 12-STABLE, 13-CURRENT, most 
recent
buildworld as of today, ports tree up to date ...) the same error as shown 
below, and
this is now for a couple of months - if not years.

The last revision I have a complete and full build is 

[...]

The FreeBSD Documentation Project
Revision: 50277

Copyright © 1995-2017 The FreeBSD Documentation Project
Copyright
Legal Notice
Last modified on 2017-05-23 21:06:09 by gjb.
[...]


This message above is taken from the local website, refering to the
installation of /usr/share/doc.

I followed the instructions I could find, I have textproc/docproj installed 
(FOP and
DBLATEX enabled, as it seems they are needed by some PDF tools necessary to aim 
for the
PDF build).

What is wrong?

Thanks in advance and kind regards,

O. Hartmann



[...]
dbook/imagelib/callouts/'" --maxdepth 12000  -o eresources.xml.www.index.inc
- --param 'type' "'www'"  --param 'proto' "'http'"  --param 'target' "'index'"  
--param
transtable.xml
"'/usr/doc/share/xml/transtable.xml'"  /usr/doc/share/xml/mirrors-local.xsl 
/usr/doc/en_US.ISO8859-1/share/xml/mirrors.xml
env
XML_CATALOG_FILES="file:///usr/obj/usr/doc/en_US.ISO8859-1/books/handbook/catalog-cwd.xml
file:///usr/doc/en_US.ISO8859-1/share/xml/catalog.xml
file:///usr/doc/share/xml/catalog.xml
file:///usr/local/share/xml/catalog" /usr/local/bin/xmllint --nonet --noent 
--valid
- --dropdtd --xinclude /usr/doc/en_US.ISO8859-1/books/handbook/book.xml >
book.parsed.xml.tmp warning: failed to load external entity
"/usr/doc/en_US.ISO8859-1/books/handbook/mirrors.xml.ftp.index.inc" 
/usr/doc/en_US.ISO8859-1/books/handbook/mirrors/chapter.xml:100:
parser error : Failure to process entity chap.mirrors.ftp.index.inc

^ /usr/doc/en_US.ISO8859-1/books/handbook/mirrors/chapter.xml:100: parser error 
: Entity
'chap.mirrors.ftp.index.inc' not defined 

- -- 
O. Hartmann

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

iLUEARMKAB0WIQQZVZMzAtwC2T/86TrS528fyFhYlAUCXBNv4wAKCRDS528fyFhY
lIYbAf9n0Lwd8V2UTDmfacHs4VkWur9l3/TlXAKEBOtQuVur+xVhFY7HSTWPdSKh
/H90CgJ2MksyhZk6+z8Z1g9QcGePAf9FeP9PX9+br7acKht7obCK0+IIBLIswQvd
fkOOjy7DGqTqtW0fhyGoHWg4NsipSXzW+/Cles9mwVAPQK9vdnpd
=cNrB
-END PGP SIGNATURE-
___
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"