[Bug 195407] New: relayd crashes kernel after update to 10.1-RELEASE

2014-11-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195407

Bug ID: 195407
   Summary: relayd crashes kernel after update to 10.1-RELEASE
   Product: Base System
   Version: 10.1-RELEASE
  Hardware: amd64
OS: Any
Status: New
  Severity: Affects Some People
  Priority: ---
 Component: kern
  Assignee: freebsd-bugs@FreeBSD.org
  Reporter: andrej.kolon...@verwaltung.uni-muenchen.de

Created attachment 149878
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=149878&action=edit
kernel crash report

We are using FreeBSD for our Firewalls and are actually happy with it. Since
recently we use relayd (installed via pkg) to do some load balancing stuff. On
a freshly installed machine running 10.0-RELEASE everything worked fine. 
On monday, I tried to upgrade to 10.1-RELEASE using freebsd-update as described
in the handbook chapter 24. At first everything looked good but relayd wouldn't
come up:

"Nov 24 10:50:48 flutters relayd[3300]: fatal: cannot add rule: Operation not
supported by device
Nov 24 10:50:48 flutters relayd[3293]: lost child: pfe exited abnormally"

When I tried to start it with /usr/local/etc/rc.d/relayd start the kernel
panicked. I had to roll back the update (which worked fine). However, I was
able to reproduce this behavior on a virtual machine. 


My guess is it happens here:
#7  0x81a37954 in pfr_detach_table (kt=0x0)
at /usr/src_10.1.0/sys/modules/pf/../../netpfil/pf/pf_table.c:2047

The corresponding code is:
void
pfr_detach_table(struct pfr_ktable *kt)
{

PF_RULES_WASSERT();
KASSERT(kt->pfrkt_refcnt[PFR_REFCNT_RULE] > 0, ("%s: refcount %d\n",
__func__, kt->pfrkt_refcnt[PFR_REFCNT_RULE]));

if (!--kt->pfrkt_refcnt[PFR_REFCNT_RULE])
pfr_setflags_ktable(kt, kt->pfrkt_flags&~PFR_TFLAG_REFERENCED);
}

>From what I know about C programming: kt is not supposed to be 0x0. 
My guess was that some data structure has changed between 10.0 and 10.1
kernels. So a recompile of relayd should fix that. It did. I compiled it from
the ports and it worked. 

Here's a procedure to reproduce the situation:

* install FreeBSD 10.0-RELEASE, relayd (configure it, start pf and relayd)
* update to FreeBSD 10.1-RELEASE using freebsd-update as described in the
handbook
* after some reboots start pf and relayd. After startup, relayd will simply
crash. After the second startup (wait some seconds) the kernel will crash. 

doing a pkg update, pkg upgrade after freebsd-update won't help. In fact, the
relayd binaries seem to be identical on 10.0 and 10.1.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 194654] 10.1-RC3 hangs with simultanious writes

2014-11-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194654

--- Comment #4 from free...@shaneware.biz ---
I think my troubles may be related to zfs and the arc_max setting may play a
part.

Booting into single user mode and running two instances of my test script I get
varying results with different arc_max settings.

vfs.zfs.arc_max=2G test hangs about 10 min
vfs.zfs.arc_max=2560M tests still running after an hour

I have a second machine (Pentium E2140 with 1GB ram) setup with 3 disks in
raidz. I have been unable to recreate this issue on this machine. After
installing 10.1 didn't re-create the issue I went back to 9.1 and created the
zpool, write some test data, upgrade to 9.2, write some data, enable
compression, write some data, upgrade to 10.1 and it still didn't break. Either
something in my zpool is amiss or the amount of ram makes the difference.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 194654] 10.1-RC3 hangs with simultanious writes

2014-11-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194654

free...@shaneware.biz changed:

   What|Removed |Added

 Attachment #148729|0   |1
is obsolete||

--- Comment #5 from free...@shaneware.biz ---
Created attachment 149896
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=149896&action=edit
disk writing test

Reduced the count values to reduce disk space used during tests.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 194641] [EFI] boot/loader.efi: miscompilation on Intel Haswell with AVX2 and CPUTYPE=native

2014-11-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194641

--- Comment #1 from Ed Maste  ---
Note, adding -mno-avx2 reported not to help:
https://lists.freebsd.org/pipermail/freebsd-current/2014-September/052351.html

It appears the flags are not passed into libefi.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 195398] [usb] add missing pci ID for Intel Lynx Point USB controller

2014-11-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195398

--- Comment #1 from commit-h...@freebsd.org ---
A commit references this bug:

Author: adrian
Date: Wed Nov 26 20:34:05 UTC 2014
New revision: 275137
URL: https://svnweb.freebsd.org/changeset/base/275137

Log:
  Add PCI ID for Intel Lynx Point LP controller.

  PR:kern/195398
  Submitted by:grembo
  Obtained from:DragonflyBSD
  MFC after:1 week

Changes:
  head/sys/dev/usb/controller/ehci_pci.c

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 191191] [tests] tests/mdconfig/legacy_test fails if /dev/md0 is already attached to the system

2014-11-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191191

Garrett Cooper,425-314-3911  changed:

   What|Removed |Added

   Assignee|freebsd-bugs@FreeBSD.org|n...@freebsd.org

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 195436] New: patch utility, line number overflows checks

2014-11-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195436

Bug ID: 195436
   Summary: patch utility, line number overflows checks
   Product: Base System
   Version: 11.0-CURRENT
  Hardware: Any
OS: Any
Status: New
  Severity: Affects Only Me
  Priority: ---
 Component: bin
  Assignee: freebsd-bugs@FreeBSD.org
  Reporter: david.carl...@hardenedbsd.org

Created attachment 149926
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=149926&action=edit
Proposed patch

Inspired by OpenBSD's version. it does some overflow checks in case line
numbers are beyond of LONG_MAX limits and such.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


Hanging Egg Chair Free Delivery

2014-11-26 Thread Importer Deals
   [1]Importer Dealer
   [egg3.jpg]
   HOT PRODUCT
   LIMITED STOCK

Hanging Natural Egg Chair

   [eggnat.png]

Only

$250.00

Was $599.00

   Buy Now

Details

   Relax by the pool, patio or garden anytime of the day!
   You'll find that this indoor-outdoor egg chair isn't just another
   pretty face among patio furniture. It will become a showpiece in your
   living room or recreation room too!

   View

240 Watt Solar Folding
Only $290.00

   View More

Safe Wash
Only $299.00

   Watch Video

   [2]Visit our website | QLD Australia

 This email was sent by Importer Deals, Brisbane QLD 4000 to
  freebsd-bugs@freebsd.org
   [3]Unsubscribe

References

   Visible links
   1. https://www.vision6.com.au/ch/44773/b3rb1/1738543/bfdfcb93r.html
   2. https://www.vision6.com.au/ch/44773/b3rb1/1738542/bfdfc16zf9.html
   3. https://www.vision6.com.au/forms/u/f9b0dde/44773/9015631.html

   Hidden links:
   5. https://www.vision6.com.au/ch/44773/b3rb1/1857609/bfdfcx1nw.html
   6. https://www.vision6.com.au/ch/44773/b3rb1/1857610/bfdfc189nz.html
   7. https://www.vision6.com.au/ch/44773/b3rb1/1857611/bfdfccfhq.html
   8. https://www.vision6.com.au/ch/44773/b3rb1/1852141/bfdfcczxx.html
___
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"