Re: panic after ifioctl/if_clone_destroy

2018-08-11 Thread Roman Bogorodskiy
imal (kgdb) Full core.txt is here: https://people.freebsd.org/~novel/misc/core.20180811.txt Roman Bogorodskiy signature.asc Description: PGP signature

Unexpected results with 'mergemaster -Ui'

2018-08-11 Thread Graham Perrin
line 133 onwards, for example. I never before found any potential change to /etc/group Please, is it unusual? Lack of experience here. I have updated the system only a few times (maybe less than a dozen), the result of mergemaster on this occasion took me by

Re: Unexpected results with 'mergemaster -Ui'

2018-08-11 Thread Kurt Jaeger
Hi! > line 133 onwards, for example. > > I never before found any potential change to > /etc/group > > Please, is it unusual? No, it is normal, that happens if you have local changes. I suggest you discard the incoming /etc/group and go with your current version

Re: ffs_truncate3 panics

2018-08-11 Thread Konstantin Belousov
On Sat, Aug 11, 2018 at 12:05:25PM +, Rick Macklem wrote: > Konstantin Belousov wrote: > >On Thu, Aug 09, 2018 at 08:38:50PM +, Rick Macklem wrote: > >> >BTW, does NFS server use extended attributes ? What for ? Can you, > >> >please, > >> >point out the code which does this ? > >> For

Re: Unexpected results with 'mergemaster -Ui'

2018-08-11 Thread David Wolfskill
On Sat, Aug 11, 2018 at 10:48:33AM +0200, Kurt Jaeger wrote: > Hi! > > > line 133 onwards, for example. > > > > I never before found any potential change to > > /etc/group > > > > Please, is it unusual? > > No, it is normal, that happens if you have local

Re: ffs_truncate3 panics

2018-08-11 Thread Rick Macklem
Konstantin Belousov wrote: >On Thu, Aug 09, 2018 at 08:38:50PM +, Rick Macklem wrote: >> >BTW, does NFS server use extended attributes ? What for ? Can you, please, >> >point out the code which does this ? >> For the pNFS service, there are two system namespace extended attributes for >>

Re: panic after ifioctl/if_clone_destroy

2018-08-11 Thread Hans Petter Selasky
core.txt is here: https://people.freebsd.org/~novel/misc/core.20180811.txt Roman Bogorodskiy What is the full panic message? Are you loading // unloading any network modules? --HPS ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org

Re: Unexpected results with 'mergemaster -Ui'

2018-08-11 Thread David Wolfskill
Of course, I then saw that you *had* an "ntpd" entry in your side anyway. Sorry for the noise. Peace, david -- David H. Wolfskill da...@catwhisker.org Trump is gaslighting us: https://www.bbc.com/news/world-us-canada-44959300 See

Re: panic after ifioctl/if_clone_destroy

2018-08-11 Thread Roman Bogorodskiy
arg=0xfe00061a4038, frame=0xfffffe00760dcac0) > > at /usr/src/sys/kern/kern_fork.c:1057 > > #14 0x81055cde in fork_trampoline () > > at /usr/src/sys/amd64/amd64/exception.S:990 > > #15 0x in ?? () > > Current language: auto; cu

Re: Unexpected results with 'mergemaster -Ui'

2018-08-11 Thread Graham Perrin
On 11/08/2018 09:02, Graham Perrin wrote: > … Also today, with an earlier run of mergemaster, when I _did_ choose to > install a temporary file, the installation failed. I didn't keep a note of > the specifics but a file mode was mentioned. For reference only I built a slightly more recent

Re: ci.freebsd.org 's FreeBSD-head-{amd64, i386}-test started failing after -r337332 (last good), inp_gcmoptions involved

2018-08-11 Thread Li-Wen Hsu
With the VMs images on artifact.ci.freebsd.org, I can reproduce this with: root@:/usr/tests/sys/netinet # kyua debug fibs_test:slaac_on_nondefault_fib6 fib is 1 fib is 2 net.inet6.ip6.forwarding: 0 -> 1 net.inet6.ip6.rfc6204w3: 0 -> 1 /sbin/pfctl /sbin/ipf ipf: IP Filter: v5.1.2 (608) setfib 1

Re: ci.freebsd.org 's FreeBSD-head-{amd64, i386}-test started failing after -r337332 (last good), inp_gcmoptions involved

2018-08-11 Thread Matthew Macy
Thanks I'll take a look. On Sat, Aug 11, 2018 at 10:41 AM Li-Wen Hsu wrote: > With the VMs images on artifact.ci.freebsd.org, I can reproduce this with: > > root@:/usr/tests/sys/netinet # kyua debug > fibs_test:slaac_on_nondefault_fib6 > fib is 1 > fib is 2 > net.inet6.ip6.forwarding: 0 -> 1 >