Re: emulators/virtualbox-ose-kmod build error

2016-02-25 Thread O. Hartmann
On Thu, 25 Feb 2016 09:31:00 +0100 Tommy Scheunemann wrote: > > Am Wed, 24 Feb 2016 22:04:29 +0200 > > Ivan Klymenko schrieb: > > > >> After update from r295867 to r295994: > >> > >> ... > >> /usr/local/bin/ccache cc -O2 -pipe -march=native -fno-strict-aliasing > >> -DRT_OS_FREEBSD -DIN_RING0

Re: CVE-2015-7547: critical bug in libc

2016-02-25 Thread Joe Holden
On 22/02/2016 00:04, Chris H wrote: On Thu, 18 Feb 2016 08:39:32 -0600 (CST) Dan Mack wrote On Thu, 18 Feb 2016, Joe Holden wrote: On 17/02/2016 14:07, Daniel Kalchev wrote: On 17.02.2016 ?., at 15:40, Shawn Webb wrote: >>> TL;DR: FreeBSD is not affected by CVE-2015-7547. Unless you use

sdhci_pci0_slot0: Controller Timeout

2016-02-25 Thread O. Hartmann
Running most recent CURRENT (r296023) on an Intel NUC with a Intel Celeron 3050 CPU, booting off a SD card, the box complains about a SDHCI controler timeout with sdhci_pci0_slot0: Controller Timeout followed by a register dump. Thiss takes up to two minutes, then the box boots through. The SD c

Re: pwcview and cheese - Device not configured / Invalid argument erros

2016-02-25 Thread Miguel C
On Thu, Feb 25, 2016 at 5:21 PM, Hans Petter Selasky wrote: > On 02/25/16 18:13, Miguel C wrote: > >> so should I step until that then run cheese, and then step again? >> > > You should get a breakpoint event when you start pwcview. Then single step. > (gdb) breakpoint usb_submit_urb Undefined c

Intel BT USB

2016-02-25 Thread Larry Rosenman
Anyone know what I need to support this: ugen0.3: at usbus0, cfg=0 md=HOST spd=FULL (12Mbps) pwr=ON (100mA) -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 214-642-9640 E-Mail: l...@lerctr.org US Mail: 7011 W Parmer Ln, Apt 1115, Austin, TX 78729-696

Re: Intel BT USB

2016-02-25 Thread Larry Rosenman
That doesn't seem to help :( (I'll cold boot it when I get home, but) uhub0: 24 ports with 24 removable, self powered Root mount waiting for: usbus0 ugen0.2: at usbus0 Root mount waiting for: usbus0 usb_alloc_device: set address 3 failed (USB_ERR_TIMEOUT, ignored) Root mount waiting for: usb

Re: Intel BT USB

2016-02-25 Thread Conrad Meyer
Knowing nothing about USB or Bluetooth — it may just need an entry with the right device id in the ubt_devs table of sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c. Best, Conrad On Thu, Feb 25, 2016 at 11:40 AM, Larry Rosenman wrote: > Anyone know what I need to support this: > > ugen0.3: at usbu

Re: Intel BT USB

2016-02-25 Thread Adrian Chadd
You need the iwm stuff to setup bluetooth hardware or it won't work right :( -a On 25 February 2016 at 11:56, Conrad Meyer wrote: > Knowing nothing about USB or Bluetooth — it may just need an entry > with the right device id in the ubt_devs table of > sys/netgraph/bluetooth/drivers/ubt/ng_ubt

Re: Intel BT USB

2016-02-25 Thread Larry Rosenman
Ah, I was afraid of that :( Thanks. Let me know if/when you have something(tm) to test. On 2016-02-25 14:44, Adrian Chadd wrote: You need the iwm stuff to setup bluetooth hardware or it won't work right :( -a On 25 February 2016 at 11:56, Conrad Meyer wrote: Knowing nothing about USB o

buffer overflow warning in /bin/sh

2016-02-25 Thread Howard Su
I got the error when compiling GENERIC kernel with address sanitizer /bin/sh: --- vers.c --- MAKE=make sh /usr/home/howardsu/freebsd/sys/conf/newvers.sh GENERIC= ==4132==ERROR: AddressSanitizer: stack-buffer-overflow on address 0x7

Re: buffer overflow warning in /bin/sh

2016-02-25 Thread Conrad Meyer
I have /etc/src.conf: WITH_DEBUG_FILES=1 WITH_CTF=1 /etc/make.conf: CFLAGS=-fno-omit-frame-pointer WITH_CTF=1 WITH_DEBUG=yes Not sure which of those is relevant (or even correct), but I seem to get debuginfo in /usr/lib/debug/.debug. Best, Conrad On Thu, Feb 25, 2016 at 7:21 PM, Howard Su wrot