New Payment Request
Dear Customer You could have the last payment in your trading account. You have to manage it immediately or it will be removed. Click HERE To Acknowledge Your Payment Data Is Right. Customer email: freebsd-bugs@freebsd.org Customer ID: EXPMTZWUJP Enjoy & please let me know how you do. Have a Nice Day Granville E Marketer 202 Lower High Street Watford WD17 2EH United Kingdom You received this email because you are registered with A Marketer. Unsubscribe here stir abandon ___ 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 240689] usr.sbin/ngctl: Generate more compact GraphWiz output
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240689 l...@donnerhacke.de changed: What|Removed |Added Attachment #207627|0 |1 is obsolete|| --- Comment #1 from l...@donnerhacke.de --- Comment on attachment 207627 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=207627 Patch for usr.sbin/ngctl/dot.c Moved to https://reviews.freebsd.org/D21965 -- 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 241178] makefs segfault when manifest include symlinks without the link keyword
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241178 Bug ID: 241178 Summary: makefs segfault when manifest include symlinks without the link keyword Product: Base System Version: 12.0-RELEASE Hardware: amd64 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: bin Assignee: b...@freebsd.org Reporter: sh...@fsfe.org Created attachment 208226 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=208226&action=edit link type require the link keyword With a directory d/ containing the following 2 files: -rw-r--r-- 1 root wheel 14 Oct 10 11:55 hello.txt lrwxr-xr-x 1 root wheel 9 Oct 10 11:55 world.txt -> hello.txt using mtree to build a manifest as follow: mtree -ck mode -p ./d | mtree -C > no-link-kw.makefs-manifest here is the resulting manifest: . type=dir mode=0755 ./hello.txt type=file mode=0644 ./world.txt type=link mode=0755 running makefs as follow lead to segfault: cd d makefs -t ffs -o optimization=space -o version=2 ../no-link-kw.img ../no-link-kw.makefs-manifest Attached is a small fix that ensure makefs will complain about the missing link keyword when facing a link type node. -- 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"
bugs.freebsd.org appears to be down
Not sure where to post this, but bugs.freebsd.org appears to be down right now (10/10/19 @1521 UTC) -- J. signature.asc Description: PGP signature
[Bug 241118] [boot] 12.1-BETA3 installer hangs before loader menu
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241118 --- Comment #13 from Ryan Moeller --- I found the issue I was having with vidconsole. It was an incorrect setting in the BIOS: [Advanced > PCIe/PCI/PnP Configuration > Onboard Video OPROM] was set to EFI instead of legacy. With it set to legacy I can see the boot text now. It doesn't fix the original issue though. For sanity checking (legacy booting images from CI), r353390.img (latest HEAD) - text visible Consoles: internal video/keyboard BIOS drive C: is disk0 BIOS drive D: is disk1ersion is 1.02 (looks like we're missing a screen clear) BIOS drive E: is disk2 ... BIOS drive M: is disk10 BIOS drive N: is disk11 | The spinner twiddled for a while then the system hung here. No loader menu. r353385.img (latest stable/12) - text visible but stalls before menu (same as above, but without the glitch on the drive D: line) r340154.img (earliest stable/12) - works correctly r348988.img - works correctly r351206.img - works correctly r352298.img - stalls before loader menu Now this feels like some progress. I'll narrow it down between r351206 and r352298 next. -- 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"
Re: bugs.freebsd.org appears to be down
tech-lists (tech-li...@zyxst.net) wrote: > Not sure where to post this, but bugs.freebsd.org appears to be down right now > (10/10/19 @1521 UTC) There were problems with the server. Should be resolved now. -- gonzo ___ 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 241118] [boot] 12.1-BETA3 installer hangs before loader menu
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241118 --- Comment #14 from Ryan Moeller --- r351752 - stalls r351504 - stalls r351358 - works r351426 - stalls r351390 - stalls r351384 - stalls There are no amd64 images in the CI between r351358 and r351384. r351384 is a commit to stand/ so I'll try reverting that and building an image to test tomorrow. -- 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 233960] Add Volume Management Device (VMD) stub driver
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233960 Doug Ambrisko changed: What|Removed |Added Status|New |Closed Assignee|b...@freebsd.org|ambri...@freebsd.org Resolution|--- |FIXED --- Comment #3 from Doug Ambrisko --- Checked in driver r353380. -- 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"