[Bug 207069] setting loader password in loader.conf disallows boot

2016-02-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207069

--- Comment #1 from da...@dcrosstech.com ---
Created attachment 167348
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=167348=edit
Works for me!

uses getenv on 'kernelname' to see if the kernel is loaded (copied from other
places in the code), if it is, calls load_kernel and load_modules (attempted
with load_kernel_and_modules, but that was throwing a stack underflow, and I
don't understand the code well enough to just throw things onto the stack,
other parts of the code was also calling load_kernel and load_modules
separately), and then continue and execute autoboot as normal, restoring the
functionality from 10.1 and earlier.

Testing under the following conditions:
1) no password set  -- doesn't delay boot, or interfere with anthing as
expected
2) password set -- autboot as designed, asks for password if interrupted.
3) password set and kernel loaded -- does not attempt to reload kenrel or
modules, continutes with autoboot
4) zfs_load="yes" set in loader.conf  loads kernel and zfs module, continues
with autoboot.

Untested:modules loaded, but no kernel.  Is this even legal/supported?

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


[Bug 207362] Crafted gzip archive causes tar(1) to exhaust all your memory

2016-02-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207362

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

Author: delphij
Date: Wed Feb 24 05:40:04 UTC 2016
New revision: 295961
URL: https://svnweb.freebsd.org/changeset/base/295961

Log:
  MFC r295914: MFV r295913:

  Partially apply upstream changeset 6e06b1c8 (kientzle).

  Limit filter recursion level to 25 (instead of infinite).  This fixes a
  potential crash issue discovered by Alexander Cherepanov.

  PR:   207362
  Reported by:  Robert Clausecker
  Obtained from:libarchive github project
  Approved by:  re (marius)

Changes:
_U  stable/10/
  stable/10/contrib/libarchive/libarchive/archive_read.c

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


[Bug 207447] Add hw.pci.honor_msi_blacklist=0 to GCE images

2016-02-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207447

Steve Wills  changed:

   What|Removed |Added

   Assignee|freebsd-bugs@FreeBSD.org|g...@freebsd.org
 CC||swi...@freebsd.org

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


[Bug 207446] Hang bringing up vtnet(4) on >8 cpu GCE VMs

2016-02-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207446

Steve Wills  changed:

   What|Removed |Added

 CC||swi...@freebsd.org
   Assignee|freebsd-bugs@FreeBSD.org|g...@freebsd.org

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


[Bug 207447] Add hw.pci.honor_msi_blacklist=0 to GCE images

2016-02-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207447

Bug ID: 207447
   Summary: Add hw.pci.honor_msi_blacklist=0 to GCE images
   Product: Base System
   Version: 10.3-BETA2
  Hardware: amd64
OS: Any
Status: New
  Severity: Affects Some People
  Priority: ---
 Component: misc
  Assignee: freebsd-bugs@FreeBSD.org
  Reporter: w...@google.com
CC: freebsd-am...@freebsd.org
CC: freebsd-am...@freebsd.org

Due to the way Google Compute Engine currently populates the virtual PCI bus it
presents to VMs, sys/dev/pci/pci.c's pci_msi_blacklisted() blocks use of MSI.
Since there is no 0:0:0 bridge device the existing workarounds there, such as
the one for qemu, won't work.

Adding hw.pci.honor_msi_blacklist=0 to /boot/loader.conf on the images intended
for Google Compute Engine will allow use of MSI, which is supported by the
platform.

Efforts are underway to make this unnecessary, but are unlikely to be complete
before 10.3-RELEASE.

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


[Bug 202140] HP Z600 defaults to LAPIC for kern.eventtimer.timer but can't use 'Online CPU idle state' higher than C1 with this setting

2016-02-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202140

Ivan Klymenko  changed:

   What|Removed |Added

 CC||fi...@ukr.net

--- Comment #2 from Ivan Klymenko  ---
Hello.
Have you tried using these instructions completely?
https://wiki.freebsd.org/TuningPowerConsumption

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


[Bug 207446] Hang bringing up vtnet(4) on >8 cpu GCE VMs

2016-02-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207446

Bug ID: 207446
   Summary: Hang bringing up vtnet(4) on >8 cpu GCE VMs
   Product: Base System
   Version: 10.3-BETA2
  Hardware: amd64
OS: Any
Status: New
  Severity: Affects Only Me
  Priority: ---
 Component: kern
  Assignee: freebsd-bugs@FreeBSD.org
  Reporter: w...@google.com
CC: freebsd-am...@freebsd.org
CC: freebsd-am...@freebsd.org

Created attachment 167336
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=167336=edit
patch to sys/dev/virtio/network/if_vtnetvar.h

FreeBSD on Google Compute Engine currently requires "hw.vtnet.mq_disable=1" on
virtual machines of more than 8 CPUs to avoid a hang when bringing up the vtnet
interface.

I have prepared a patch which raises the VTNET_MAX_QUEUE_PAIRS to 64 which
solves this hang on GCE VMs with 64 or fewer CPUs. 

With this patch, the release engineer should be able to remove the
hw.vtnet.mq_disable line from the /boot/loader.conf that is placed in images
intended for Google Compute Engine and users should see the benefits of
multiqueue as a result.

The current limit of 8 is in CURRENT as well as earlier release branches (e.g.
stable/10).

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


[Bug 207378] Build world of 11-CURRENT r295839 fails on Sparc64

2016-02-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207378

Ian Lepore  changed:

   What|Removed |Added

 Status|New |Closed
 Resolution|--- |FIXED

--- Comment #8 from Ian Lepore  ---
Fixed by r295900

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


[Bug 207378] Build world of 11-CURRENT r295839 fails on Sparc64

2016-02-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207378

--- Comment #7 from da...@gmx.co.uk ---
This patch solves the issue that I had with the build. From what I can tell, a
functionally equivalent patch to the one above was committed as r295900. Thanks
for your help with this.

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


[Bug 202140] HP Z600 defaults to LAPIC for kern.eventtimer.timer but can't use 'Online CPU idle state' higher than C1 with this setting

2016-02-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202140

--- Comment #1 from Jochen Breuer  ---
I'm now having exactly the same problem with an older Samsung NC10 - a so
called netbook.

'kern.eventtimer.timer' defaults to 'HPET'. But in this case the solution seems
to be 'LAPIC'.



--- Event timer choices ---

$ sysctl kern.eventtimer.choice
kern.eventtimer.choice: HPET(450) HPET1(440) HPET2(440) LAPIC(400) i8254(100)
RTC(0)


--- Intel Atom CPU N270 ---

$ sysctl hw.|head
hw.machine: i386
hw.model: Intel(R) Atom(TM) CPU N270   @ 1.60GHz
hw.ncpu: 2
hw.byteorder: 1234
hw.physmem: 1042579456
hw.usermem: 920571904
hw.pagesize: 4096
hw.floatingpoint: 1
hw.machine_arch: i386
hw.realmem: 1073741824

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


[Bug 200410] [kern_event] plugin autodetection in www/opera v12.00+ stops working after r274560

2016-02-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200410

Andriy Voskoboinyk  changed:

   What|Removed |Added

 CC||a...@freebsd.org
 Resolution|--- |FIXED
 Status|New |Closed

--- Comment #2 from Andriy Voskoboinyk  ---
Fixed in r295786.

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


[Bug 207440] NIS entry confuses chkgrp

2016-02-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207440

Bug ID: 207440
   Summary: NIS entry confuses chkgrp
   Product: Base System
   Version: 10.2-RELEASE
  Hardware: Any
OS: Any
Status: New
  Severity: Affects Some People
  Priority: ---
 Component: bin
  Assignee: freebsd-bugs@FreeBSD.org
  Reporter: free...@skysmurf.nl

Problem:

When /etc/group contains a line such as
   +:*::
chkgrp issues the following warning:
   /usr/sbin/chkgrp: /etc/group: line 34: strtoul failed
   /etc/group is fine
where line 34 is the one containing the NIS entry. This occurs regardless of
whether the NIS entry is the last line in /etc/group.

To reproduce:

Add the line
   +:*::
to /etc/group on a NIS client and run /usr/sbin/chkgrp (or wait for periodic to
do that).

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


[Bug 207432] panic: nvme_ctrlr_intx_handler

2016-02-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207432

--- Comment #3 from Jim Harris  ---
Created attachment 167329
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=167329=edit
Patch for bug 207432

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


[Bug 207432] panic: nvme_ctrlr_intx_handler

2016-02-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207432

Jim Harris  changed:

   What|Removed |Added

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

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


[Bug 207432] panic: nvme_ctrlr_intx_handler

2016-02-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207432

Jim Harris  changed:

   What|Removed |Added

 CC||jimhar...@freebsd.org

--- Comment #2 from Jim Harris  ---
This is a regression due to r293328.  This will happen on 11-CURRENT as well.

r293328 changed when the controller's ioq array was allocated, such that when
we start getting INTx interrupts for the admin queue, ioq is not allocated yet
and caused this panic.

See attached patch.

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


Your order #00000130870 is approved

2016-02-23 Thread America Airlines
Dear customer,

Your payment was successfully processed, your credit card was charged.

You can find your e-ticket in the attachment.

Order details and e-ticket information:

FLIGHT NUMBER / JU231942
DATE & TIME / Feb 28 2016, 10:40
DEPARTING / Washington
TOTAL PRICE / $ 710.00

Thanks for flying with America Airlines.

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


[Bug 207362] Crafted gzip archive causes tar(1) to exhaust all your memory

2016-02-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207362

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

Author: delphij
Date: Tue Feb 23 08:12:39 UTC 2016
New revision: 295915
URL: https://svnweb.freebsd.org/changeset/base/295915

Log:
  Instant-MFC r295914: MFV r295913:

  Partially apply upstream changeset 6e06b1c8 (kientzle).

  Limit filter recursion level to 25 (instead of infinite).  This fixes a
  potential crash issue discovered by Alexander Cherepanov.

  PR:   207362
  Reported by:  Robert Clausecker
  Obtained from:libarchive github project
  Approved by:  so

Changes:
_U  stable/9/contrib/libarchive/
_U  stable/9/contrib/libarchive/libarchive/
  stable/9/contrib/libarchive/libarchive/archive_read.c

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