[Bug 207940] [patch] sys/boot/efi/boot1 select boot partition
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207940 Naomichi Nonaka changed: What|Removed |Added Attachment #168291|0 |1 is obsolete|| --- Comment #18 from Naomichi Nonaka --- Created attachment 170131 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=170131&action=edit boot1.c patch rev3 -- You are receiving this mail because: You are on the CC list for the bug. ___ freebsd-amd64@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-amd64 To unsubscribe, send any mail to "freebsd-amd64-unsubscr...@freebsd.org"
[Bug 207940] [patch] sys/boot/efi/boot1 select boot partition
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207940 --- Comment #19 from Naomichi Nonaka --- (In reply to Masachika ISHIZUKA from comment #17) I just posted patch rev3. which * merged Mr.ISHIZUKA's changes * improve event handling. now no key input delay. * changed UI so that * space key stops timeout * enter key means selecting autoboot (key 0) I hope you try this. thanks. -- You are receiving this mail because: You are on the CC list for the bug. ___ freebsd-amd64@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-amd64 To unsubscribe, send any mail to "freebsd-amd64-unsubscr...@freebsd.org"
[Bug 209392] Panic on FreeBSD guest on bhyve
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209392 Bug ID: 209392 Summary: Panic on FreeBSD guest on bhyve Product: Base System Version: 10.3-RELEASE Hardware: amd64 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: misc Assignee: freebsd-b...@freebsd.org Reporter: pku...@anongoth.pl CC: freebsd-amd64@FreeBSD.org CC: freebsd-amd64@FreeBSD.org I've got a bhyve host (10.3-RELEASE-p2) running bhyve guest of FreeBSD 10.3-RELEASE-p2. The guest is supposed to be a test box for ports. When I run 'portsnap fetch extract', only a part of ports extracts. Then, it stops and after some time the guest panics (host is unaffected). Backtrace of vmcore is: #0 doadump (textdump=) at pcpu.h:219 #1 0x80950cc2 in kern_reboot (howto=260) at /usr/src/sys/kern/kern_shutdown.c:486 #2 0x809510a5 in vpanic (fmt=, ap=) at /usr/src/sys/kern/kern_shutdown.c:889 #3 0x80950f33 in panic (fmt=0x0) at /usr/src/sys/kern/kern_shutdown.c:818 #4 0x80937097 in _mtx_lock_spin_cookie (c=, tid=, opts=, file=, line=) at /usr/src/sys/kern/kern_mutex.c:568 #5 0x80d44cd1 in smp_tlb_shootdown (vector=246, pmap=0x816cd5e0, addr1=18446741876820213760, addr2=18446741876820217856) at /usr/src/sys/amd64/amd64/mp_machdep.c:1164 #6 0x80d46b7c in pmap_invalidate_range (pmap=, sva=, eva=) at /usr/src/sys/amd64/amd64/pmap.c:1515 #7 0x809df4c0 in allocbuf (bp=0xfe007b9f9848, size=0) at /usr/src/sys/kern/vfs_bio.c:4334 #8 0x809e0360 in getnewbuf (maxsize=, gbflags=) at /usr/src/sys/kern/vfs_bio.c:2198 #9 0x809dd6b1 in getblk (vp=0xf800029eace8, blkno=3847040, size=32768, slpflag=0, slptimeo=0, flags=) ---Type to continue, or q to quit--- at /usr/src/sys/kern/vfs_bio.c:3275 #10 0x809de19d in breadn_flags (vp=0xf800029eace8, blkno=0, size=0, rablkno=0x0, rabsize=0x0, cnt=0, cred=0xfe0093505868, flags=0, bpp=0xfe0093505868) at /usr/src/sys/kern/vfs_bio.c:1130 #11 0x80b860f1 in ffs_update (vp=0xf80002f47938, waitfor=0) at /usr/src/sys/ufs/ffs/ffs_inode.c:111 #12 0x80baef67 in ffs_sync (mp=0xf800029d1330, waitfor=Cannot access memory at address 0x1 ) at /usr/src/sys/ufs/ffs/ffs_vfsops.c:1461 #13 0x809fb426 in sync_fsync (ap=) at /usr/src/sys/kern/vfs_subr.c:3857 #14 0x80e81af7 in VOP_FSYNC_APV (vop=, a=) at vnode_if.c:1330 #15 0x809fbe1b in sched_sync () at vnode_if.h:549 #16 0x8091a4ea in fork_exit (callout=0x809fba70 , arg=0x0, frame=0xfe0093505ac0) at /usr/src/sys/kern/kern_fork.c:1027 #17 0x80d3be0e in fork_trampoline () at /usr/src/sys/amd64/amd64/exception.S:611 #18 0x in ?? () My CPU's are two AMD Opteron(tm) Processor 6262 HE. Other OS's work just fine on bhyve. I use CentOS to compile some stuff and there are no issues. The same can be said about OpenBSD, so only FreeBSD has problems. -- You are receiving this mail because: You are on the CC list for the bug. ___ freebsd-amd64@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-amd64 To unsubscribe, send any mail to "freebsd-amd64-unsubscr...@freebsd.org"
[Bug 209389] (gtk3) The css formatting of the window doesn't work
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209389 Bug ID: 209389 Summary: (gtk3) The css formatting of the window doesn't work Product: Base System Version: 10.0-STABLE Hardware: amd64 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: bin Assignee: freebsd-b...@freebsd.org Reporter: heinrich.a...@iml.unibe.ch CC: freebsd-amd64@FreeBSD.org CC: freebsd-amd64@FreeBSD.org Created attachment 170134 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=170134&action=edit see description I have a problem on Macintosh I testet the testprogramm on FreeBSD The problem exists also on FreeBSD installed : gtk3-3.8.8 the css formatting of the window doesn't work : line 88 - 93 I added in a zip document : pangotestopt.c ---> the testprogram folder not ok ---> how it is not ok -- You are receiving this mail because: You are on the CC list for the bug. ___ freebsd-amd64@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-amd64 To unsubscribe, send any mail to "freebsd-amd64-unsubscr...@freebsd.org"
[Bug 209392] Panic on FreeBSD guest on bhyve
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209392 --- Comment #1 from Piotr Kubaj --- Created attachment 170140 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=170140&action=edit info file -- You are receiving this mail because: You are on the CC list for the bug. ___ freebsd-amd64@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-amd64 To unsubscribe, send any mail to "freebsd-amd64-unsubscr...@freebsd.org"
[Bug 209392] Panic on FreeBSD guest on bhyve
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209392 --- Comment #2 from Piotr Kubaj --- Created attachment 170141 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=170141&action=edit core.txt file -- You are receiving this mail because: You are on the CC list for the bug. ___ freebsd-amd64@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-amd64 To unsubscribe, send any mail to "freebsd-amd64-unsubscr...@freebsd.org"
[Bug 209327] Under XenServer 6.5 - Live Migration results in a Kernel Panic when the VM 'Lands' on the other Node
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209327 Roger Pau Monné changed: What|Removed |Added CC||roy...@freebsd.org --- Comment #2 from Roger Pau Monné --- Sadly I don't seem to be able to reproduce this using Open Source Xen on my hardware. I've sent a patch to update the FreeBSD version that's used for testing with Open Source Xen to 10.3, the test cluster contains quite a lot of different hardware, so it might be able to trigger it. The crash itself looks quite weird, it seems to be caused by the IPIs that are sent to CPUs in order to setup the PV timers (xentimer_resume). Also vector 30 is used to deliver security exceptions [0], which I don't even know how they are triggered... Anyway, will get back when I have more information about this. [0] http://wiki.osdev.org/Exceptions -- You are receiving this mail because: You are on the CC list for the bug. ___ freebsd-amd64@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-amd64 To unsubscribe, send any mail to "freebsd-amd64-unsubscr...@freebsd.org"
[Bug 207940] [patch] sys/boot/efi/boot1 select boot partition
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207940 --- Comment #20 from Masachika ISHIZUKA --- (In reply to Naomichi Nonaka from comment #19) Thank you for ver3 patch. Although this is almost good for me, I have some minor comments. > * enter key means selecting autoboot (key 0) line number 521 should be "if (c == '\r') {". And line number 550 should be "move_to_tol();" to prevent from "Select from 0 to b. Timeout in 10 seconds, [Space] to pause : Select from 0 to b. Timeout in 10 seconds, [Space] to pause : " when I pressed 'z'. -- You are receiving this mail because: You are on the CC list for the bug. ___ freebsd-amd64@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-amd64 To unsubscribe, send any mail to "freebsd-amd64-unsubscr...@freebsd.org"
[Bug 207940] [patch] sys/boot/efi/boot1 select boot partition
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207940 Masachika ISHIZUKA changed: What|Removed |Added Attachment #169420|0 |1 is obsolete|| -- You are receiving this mail because: You are on the CC list for the bug. ___ freebsd-amd64@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-amd64 To unsubscribe, send any mail to "freebsd-amd64-unsubscr...@freebsd.org"
[Bug 208246] [Hyper-V] FreeBSD 10.2 Disks not found on Hyper-V Windows Server 2008R2, preventing installation
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208246 horst.leitenmuel...@liwest.at changed: What|Removed |Added CC||horst.leitenmueller@liwest. ||at --- Comment #1 from horst.leitenmuel...@liwest.at --- same Problem on 10.3 with hyper-v 2008R2 with zfs slightly different is loading of the hard disk is not done anymore zfs:zroot/ROOT/default failed with error 5 in boot only the cd0 is loaded mountroot> ? cd0 fd0 in older version 10.1 its working da0 ist normal loaded -- You are receiving this mail because: You are on the CC list for the bug. ___ freebsd-amd64@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-amd64 To unsubscribe, send any mail to "freebsd-amd64-unsubscr...@freebsd.org"
[Bug 208246] [Hyper-V] FreeBSD 10.2 Disks not found on Hyper-V Windows Server 2008R2, preventing installation
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208246 Sepherosa Ziehau changed: What|Removed |Added CC||sepher...@gmail.com --- Comment #2 from Sepherosa Ziehau --- Try the current snapshot. We fixed some attach ordering issue there. -- You are receiving this mail because: You are on the CC list for the bug. ___ freebsd-amd64@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-amd64 To unsubscribe, send any mail to "freebsd-amd64-unsubscr...@freebsd.org"