[Bug 184530] Booting FreeBSD 10.0-BETA4 / 11-CURRENT fails under Parallels on OSX with empty virtual DVDROM
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=184530 r...@gid.co.uk changed: What|Removed |Added CC||r...@gid.co.uk --- Comment #3 from r...@gid.co.uk --- On Parallels 10 (28614) this problem stalls installation of 9.x or 10.x i386 at the ahcich probe. Workaround is to configure both HDDs and DVD/CD as IDE. Will update when I get a response to my ticket with Parallels. -- 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 194940] 'pkg which' fails for /usr/local/lib/perl5/site_perl/5.16/mach/sys/syscall.ph
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194940 --- Comment #4 from l...@pix.net --- I guess the final statement I have on this is that because the chroot'd environment I was installing the package into had only /bin/sh available, the entire post-install script for the package installation failed, yet no notice of this failure was emitted/logged anywhere. Nor did the 'pkg' command exit with a non-zero status to indicate that something had gone wrong. -- 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 190669] 'emmintrin.h' file not found - in /usr/src/lib/clang/libclangbasic
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190669 --- Comment #21 from John Baldwin --- So did you add WITHOUT_CLANG=yes to /etc/make.conf and then do 'make delete-old'? -- 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 190669] 'emmintrin.h' file not found - in /usr/src/lib/clang/libclangbasic
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190669 --- Comment #22 from C Hutchinson --- (In reply to John Baldwin from comment #21) > So did you add WITHOUT_CLANG=yes to /etc/make.conf and then do 'make > delete-old'? I had already had WITHOUT_CLANG=true in make.conf, prior to make build/install world. Just for clarity: make.conf WITHOUT_CLANG=true FAVORITE_COMPILER=gcc src.conf WITHOUT_CLANG=true For the record, I *believe* WITHOUT_CLANG *only* belongs in src.conf, but I digress. So with the above. I prformed: make buildworld make buildkernel KERNCONF... make installkernel KERNCONF... reboot into single user make installworld maegemaster make delete-old That's the whole of it. Hope this helps. --Chris -- 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 194947] New: Freebsd 10.1 Release fails to install world.
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194947 Bug ID: 194947 Summary: Freebsd 10.1 Release fails to install world. Product: Base System Version: 10.1-RC2 Hardware: i386 OS: Any Status: Needs Triage Severity: Affects Many People Priority: --- Component: kern Assignee: freebsd-bugs@FreeBSD.org Reporter: robert.burmeis...@utoledo.edu Upgrading from FreeBSD 10.1 i386 RC4 to FreeBSD 10.1 i386 Release. Followed handbook upgrade procedure. kernel built and installed. make installworld results in error: make: "/usr/src/Makefile" line 270: check your date/time: Tue Nov 11 09:21:51 EST 2014 I already ran adjkerntz -i after entering single user mode. -- 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 194947] Freebsd 10.1 Release fails to install world.
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194947 robert.burmeis...@utoledo.edu changed: What|Removed |Added Status|Needs Triage|Issue Resolved Resolution|--- |Works As Intended --- Comment #1 from robert.burmeis...@utoledo.edu --- Solved. Running adjkerntz -i before invoking csh rather than after was ineffective. -- 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 194948] New: update for wpa_supplicant
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194948 Bug ID: 194948 Summary: update for wpa_supplicant Product: Base System Version: 11.0-CURRENT Hardware: Any OS: Any Status: Needs Triage Severity: Affects Only Me Priority: --- Component: kern Assignee: freebsd-bugs@FreeBSD.org Reporter: re...@freebsd.org As asked by adrian@ file this PR so that he can investigate this. Author: marino Date: Mon Oct 13 13:49:55 2014 New Revision: 370776 URL: https://svnweb.freebsd.org/changeset/ports/370776 QAT: https://qat.redports.org/buildarchive/r370776/ Log: security/wpa_supplicant: Bring in BSD driver fix from DragonFly BSD DragonFly adopted it's "new" IEEE 802.11 infrastructure from FreeBSD. This introduced an additional isr_meshid_len field in the ieee80211req_scan_result structure. It is necessary to include this additional offset when calculating the address of the IE data buffer. Imre Vadasz introduced this fix to DragonFly on 01 Sept 2014, but a similar fix doesn't appear to be present in FreeBSD's base wpa_supplicant. Added: head/security/wpa_supplicant/files/patch-src_drivers_driver__bsd.c (contents, props changed) Modified: head/security/wpa_supplicant/Makefile Modified: head/security/wpa_supplicant/Makefile == --- head/security/wpa_supplicant/Makefile Mon Oct 13 13:48:05 2014 (r370775) +++ head/security/wpa_supplicant/Makefile Mon Oct 13 13:49:55 2014 (r370776) @@ -2,7 +2,7 @@ PORTNAME= wpa_supplicant PORTVERSION= 2.3 -PORTREVISION=2 +PORTREVISION=3 CATEGORIES= security net MASTER_SITES= http://w1.fi/releases/ Added: head/security/wpa_supplicant/files/patch-src_drivers_driver__bsd.c == --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/wpa_supplicant/files/patch-src_drivers_driver__bsd.c Mon Oct 13 13:49:55 2014(r370776) @@ -0,0 +1,16 @@ +--- src/drivers/driver_bsd.c.orig2014-10-09 14:41:31 UTC src/drivers/driver_bsd.c +@@ -1334,7 +1334,13 @@ wpa_driver_bsd_add_scan_entry(struct wpa + *pos++ = 1; + *pos++ = sr->isr_erp; + ++#if defined(__FreeBSD__) || defined(__FreeBSD_kernel__) \ ++ || defined(__DragonFly__) ++os_memcpy(pos, (u8 *)(sr + 1) + sr->isr_ssid_len + sr->isr_meshid_len, ++sr->isr_ie_len); ++#else + os_memcpy(pos, (u8 *)(sr + 1) + sr->isr_ssid_len, sr->isr_ie_len); ++#endif + pos += sr->isr_ie_len; + + result->ie_len = pos - (u8 *)(result + 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 194948] update for wpa_supplicant
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194948 Remko Lodder changed: What|Removed |Added Status|Needs Triage|Open Assignee|freebsd-bugs@FreeBSD.org|adr...@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 194938] [10.1-RC4-p1][panic] panic by setting sysctl vfs.zfs.vdev.aggregation_limit (with backtrace)
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194938 --- Comment #2 from Andriy Gapon --- This is not really explained anywhere but a value of this sysctl must be one of the supported ZFS block sizes. At the moment the largest supported block size is 128KB, so you can not set the sysctl to any larger value. -- 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 192324] [uefi] 2014-07-14 11.0-CURRENT snapshot doesn't boot on minnowboard max
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192324 Ed Maste changed: What|Removed |Added Summary|[uefi] 2014-07-14 |[uefi] 2014-07-14 |11.0-CURRENT snapshot |11.0-CURRENT snapshot |doesn't boot|doesn't boot on minnowboard ||max --- Comment #6 from Ed Maste --- With HDMI attached the minnowboard max boots fine for me. Note that no driver attaches to the UARTs, so a serial console won't work. >From pciconf -lvc: none7@pci0:0:30:3: class=0x078000 card=0x72708086 chip=0x0f0a8086 rev=0x0c hdr=0x00 vendor = 'Intel Corporation' device = 'ValleyView LPIO1 HSUART Controller' class = simple comms cap 01[80] = powerspec 3 supports D0 D3 current D0 none8@pci0:0:30:4: class=0x078000 card=0x72708086 chip=0x0f0c8086 rev=0x0c hdr=0x00 vendor = 'Intel Corporation' device = 'ValleyView LPIO1 HSUART Controller' class = simple comms cap 01[80] = powerspec 3 supports D0 D3 current D0 -- 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 194952] New: uart(4) needs BayTrail support for Minnowboard Max
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194952 Bug ID: 194952 Summary: uart(4) needs BayTrail support for Minnowboard Max Product: Base System Version: 11.0-CURRENT Hardware: Any OS: Any Status: Needs Triage Severity: Affects Only Me Priority: --- Component: kern Assignee: freebsd-bugs@FreeBSD.org Reporter: ema...@freebsd.org See PR 192324 Intel's BayTrail SoC has 16550-like UARTs with some extra functionality. They appear to require some special configuration as well; presumably the firmware performs this configuration and enables a compatibility mode for CSM booting. Just adding the PCI device IDs is not sufficient. none7@pci0:0:30:3: class=0x078000 card=0x72708086 chip=0x0f0a8086 rev=0x0c hdr=0x00 vendor = 'Intel Corporation' device = 'ValleyView LPIO1 HSUART Controller' class = simple comms cap 01[80] = powerspec 3 supports D0 D3 current D0 none8@pci0:0:30:4: class=0x078000 card=0x72708086 chip=0x0f0c8086 rev=0x0c hdr=0x00 vendor = 'Intel Corporation' device = 'ValleyView LPIO1 HSUART Controller' class = simple comms cap 01[80] = powerspec 3 supports D0 D3 current D0 Related Linux commits are b15e5691 and 29897087 -- 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 192324] [uefi] 2014-07-14 11.0-CURRENT snapshot doesn't boot on minnowboard max
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192324 Ed Maste changed: What|Removed |Added See Also||https://bugs.freebsd.org/bu ||gzilla/show_bug.cgi?id=1949 ||52 -- 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 194952] uart(4) needs BayTrail support for Minnowboard Max
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194952 Ed Maste changed: What|Removed |Added See Also||https://bugs.freebsd.org/bu ||gzilla/show_bug.cgi?id=1923 ||24 -- 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 194938] [10.1-RC4-p1][panic] panic by setting sysctl vfs.zfs.vdev.aggregation_limit (with backtrace)
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194938 --- Comment #3 from J. Pernfuß --- Thank you for the explanation. -- 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 192324] [uefi] 2014-07-14 11.0-CURRENT snapshot doesn't boot on minnowboard max
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192324 --- Comment #7 from Ed Maste --- One additional note Matt: adding printfs for debugging like that may not work properly, as printf can malloc(), which can change the memory map, which can make ExitBootServices fail. -- 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 194954] New: [patch] [local_unbound] forward or stub addresses with same address but different port number are not tried
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194954 Bug ID: 194954 Summary: [patch] [local_unbound] forward or stub addresses with same address but different port number are not tried Product: Base System Version: 10.0-RELEASE Hardware: Any URL: https://forums.freebsd.org/threads/failover-and-load-b alancing-dns-queries-with-unbound.48872/#post-273471 OS: Any Status: Needs Triage Severity: Affects Some People Priority: Normal Component: bin Assignee: freebsd-bugs@FreeBSD.org Reporter: arab...@bk.ru Bug is confirmed by W.C.A. Wijngaards, he has provided a fix: Index: iterator/iter_delegpt.c === - --- iterator/iter_delegpt.c (revision 3256) +++ iterator/iter_delegpt.c (working copy) @@ -147,7 +147,9 @@ { struct delegpt_addr* p = dp->target_list; while(p) { - - if(sockaddr_cmp_addr(addr, addrlen, &p->addr, p->addrlen)==0) { + if(sockaddr_cmp_addr(addr, addrlen, &p->addr, p->addrlen)==0 + && ((struct sockaddr_in*)addr)->sin_port == + ((struct sockaddr_in*)&p->addr)->sin_port) { return p; } p = p->next_target; -- 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"