[Bug 229020] Potential memory leak in sbin/umount

2018-06-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229020 --- Comment #1 from Conrad Meyer --- addrinfo allocation is limited to at most one per NFS mountpoint to be unmounted, and memory is freed at program exit. I don't see a problem. -- You are receiving this mail because: You are the

[Bug 229000] update and replace old rc daemons by google_network_daemon in gce.conf

2018-06-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229000 --- Comment #6 from Steve Wills --- (In reply to Helen Koike from comment #5) Ah, sorry, my mistake. Ok, I'll let someone else handle it. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 229000] update and replace old rc daemons by google_network_daemon in gce.conf

2018-06-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229000 Helen Koike changed: What|Removed |Added Summary|sysutils/py-google-compute- |update and replace old rc

[Bug 229000] sysutils/py-google-compute-engine: update and replace old rc daemons by google_network_daemon in gce.conf

2018-06-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229000 --- Comment #5 from Helen Koike --- (In reply to Steve Wills from comment #4) This patch is not for the port, it is for the FreeBSD base system -- You are receiving this mail because: You are the assignee for the bug.

[Bug 229000] sysutils/py-google-compute-engine: update and replace old rc daemons by google_network_daemon in gce.conf

2018-06-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229000 --- Comment #4 from Steve Wills --- (In reply to Helen Koike from comment #3) This doesn't apply for me, maybe I mixed up which port this is for (sysutils/py-google-compute-engine)? -- You are receiving this mail because: You are the

[Bug 229020] Potential memory leak in sbin/umount

2018-06-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229020 Bug ID: 229020 Summary: Potential memory leak in sbin/umount Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New Severity:

[Bug 218349] kernel built with XCC=clang36,37,38,39,40,-devel has broken iwi device

2018-06-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218349 Kenneth Salerno changed: What|Removed |Added Resolution|--- |FIXED Status|New

[Bug 229000] sysutils/py-google-compute-engine: update and replace old rc daemons by google_network_daemon in gce.conf

2018-06-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229000 Helen Koike changed: What|Removed |Added Attachment #194237|0 |1 is obsolete|

[Bug 229000] sysutils/py-google-compute-engine: update and replace old rc daemons by google_network_daemon in gce.conf

2018-06-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229000 --- Comment #2 from Helen Koike --- Created attachment 194255 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=194255=edit Patch (git format) Replace old rc daemons by google_network_daemon in gce.conf (In reply to Steve Wills

[Bug 229000] sysutils/py-google-compute-engine: update and replace old rc daemons by google_network_daemon in gce.conf

2018-06-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229000 --- Comment #1 from Steve Wills --- Sorry, I'm confused. Isn't this the same update from bug 228949 ? -- You are receiving this mail because: You are the assignee for the bug. ___

[Bug 229000] sysutils/py-google-compute-engine: update and replace old rc daemons by google_network_daemon in gce.conf

2018-06-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229000 Steve Wills changed: What|Removed |Added Summary|Replace old rc daemons by |sysutils/py-google-compute-

[Bug 229000] Replace old rc daemons by google_network_daemon in gce.conf

2018-06-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229000 Bug 229000 depends on bug 228999, which changed state. Bug 228999 Summary: sysutils/py-google-compute-engine: update to 2.8.3 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228999 What|Removed |Added

[Bug 229011] System degradation when running in virtualbox on multple CPU cores

2018-06-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229011 Bug ID: 229011 Summary: System degradation when running in virtualbox on multple CPU cores Product: Base System Version: 11.1-RELEASE Hardware: amd64

[Bug 229007] [zfs] kernel crashes on remove disk

2018-06-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229007 --- Comment #1 from Sergei Masharov --- also crashes on files: root@:/ # mount -t tmpfs tmpfs /tmp root@:/ # dd if=/dev/zero of=/tmp/z1 bs=1G count=0 seek=1 0+0 records in 0+0 records out 0 bytes transferred in 0.10 secs (0 bytes/sec)

[Bug 204521] [new driver] [request] Port rtsx from OpenBSD to FreeBSD

2018-06-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204521 --- Comment #1 from Stefan Hagen --- Hello, the request to port this driver came up again on freebsd-hackers again. Warner Losh gave some insight about what needs to be done to port rtsx.

[Bug 229006] ipfw+nat and ng_nat Silently Drop Packets over 4k

2018-06-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229006 Andrey V. Elsukov changed: What|Removed |Added Assignee|b...@freebsd.org|a...@freebsd.org

[Bug 229006] ipfw+nat and ng_nat Silently Drop Packets over 4k

2018-06-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229006 --- Comment #3 from commit-h...@freebsd.org --- A commit references this bug: Author: ae Date: Thu Jun 14 11:15:40 UTC 2018 New revision: 335133 URL: https://svnweb.freebsd.org/changeset/base/335133 Log: In m_megapullup() use m_getjcl()

[Bug 229007] [zfs] kernel crashes on remove disk

2018-06-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229007 Sergei Masharov changed: What|Removed |Added Severity|Affects Many People |Affects Some People -- You are

[Bug 228557] 11.2-RC2 excessive swapping (swap on zvol)

2018-06-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228557 pascal.guitier...@gmail.com changed: What|Removed |Added Summary|11.3-BETA3 excessive|11.2-RC2 excessive

[Bug 228557] 11.3-BETA3 excessive swapping (swap on zvol)

2018-06-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228557 --- Comment #1 from pascal.guitier...@gmail.com --- issue still exists on 11.2-RC2. have deployed 11.2-RC2 onto another system and are seeing the same behaviour of excessive swapping. reducing vfs.zfs.arc_max seems to help reduce the

[Bug 229007] [zfs] kernel crashes on remove disk

2018-06-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229007 Bug ID: 229007 Summary: [zfs] kernel crashes on remove disk Product: Base System Version: CURRENT Hardware: amd64 OS: Any Status: New Severity:

[Bug 57630] lptcontrol(8) gives "device busy" if device turned off

2018-06-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=57630 William Lucas changed: What|Removed |Added CC||williamlucas12...@gmail.com ---