[Bug 250816] ZFS cannot import its own export on AWS EC2 12.1 & 12.2-RELEASE
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250816 --- Comment #4 from Andriy Gapon --- Try to see if zdb -G -e -p ... reports anything interesting. -- 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 244205] vi(1): -c option doesn't work correctly
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244205 Mohamed Akram changed: What|Removed |Added Resolution|--- |FIXED Status|New |Closed -- 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 250828] kern.module_path does not include /boot/modules
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250828 Bug ID: 250828 Summary: kern.module_path does not include /boot/modules Product: Base System Version: 12.2-RELEASE Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: kern Assignee: b...@freebsd.org Reporter: billblake2...@gmail.com I use pefs for disk encryption. The pefs port puts the kernel module into /boot/modules; presumably, that is correct behavior. However, the standard kern.module_path does not include /boot/modules. I ended up sticking bootfile=`sysctl -n kern.bootfile` kerndir=`expr "$bootfile" : '\(.*\)/kernel$'` sysctl kern.module_path="$kerndir;/boot/modules" unset bootfile kerndir into my rc.local so that pefs would start normally. -- 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 231072] Mtree calculates checksum wrong when verifying a specification against a directory.
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231072 ykla changed: What|Removed |Added CC||ykla...@gmail.com --- Comment #1 from ykla --- This issue still in FreeBSD 13.0-CURRENT. root@generic:~ # uname -a FreeBSD generic 13.0-CURRENT FreeBSD 13.0-CURRENT #0 b9403d7aae8-c254071(main): Thu Oct 29 10:38:29 UTC 2020 r...@releng1.nyi.freebsd.org:/usr/obj/usr/src/arm64.aarch64/sys/GENERIC arm64 root@generic:~ # mtree -s 3483151339707503 -c -K cksum,sha256digest -p /bin > /root/.bin_chksum_mtree mtree: /bin checksum: 1900574451 root@generic:~ # root@generic:~ # mtree -s 3483151339707503 -p /bin < /root/.bin_chksum_mtree >> /root/.bin_chksum_output mtree: /bin checksum: 113906091 -- 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 194306] Options missing from manpage ports.7
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194306 Mateusz Piotrowski <0...@freebsd.org> changed: What|Removed |Added Assignee|b...@freebsd.org|0...@freebsd.org Status|Open|In Progress -- 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 250816] ZFS cannot import its own export on AWS EC2 12.1 & 12.2-RELEASE
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250816 --- Comment #5 from Gunther Schadow --- root@geli:/home/ec2-user # zdb -G -e -p zfstd -u testpool Uberblock: magic = 00bab10c version = 5000 txg = 13 guid_sum = 13184861157982554310 timestamp = 1604409782 UTC = Tue Nov 3 13:23:02 2020 mmp_magic = a11cea11 mmp_delay = 0 mmp_valid = 0 checkpoint_txg = 0 ZFS_DBGMSG(zdb): spa_import: importing testpool spa_load(testpool, config trusted): LOADING disk vdev '/usr/home/ec2-user/zfstd/0': best uberblock found for spa testpool. txg 13 spa_load(testpool, config untrusted): using uberblock with txg=13 vdev_copy_path: vdev 16509719173445145761: path changed from '/dev/md0' to '/usr/home/ec2-user/zfstd/0' vdev_copy_path: vdev 12908006057264574797: path changed from '/dev/md1' to '/usr/home/ec2-user/zfstd/1' spa_load(testpool, config trusted): LOADED spa=testpool async request task=32 -- 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 250830] portsnap fetch - no response from ipv6.aws.portsnap.freebsd.org
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250830 Bug ID: 250830 Summary: portsnap fetch - no response from ipv6.aws.portsnap.freebsd.org Product: Base System Version: 12.2-RELEASE Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: bin Assignee: b...@freebsd.org Reporter: bahlg...@beah.se I have a server with only IPv6 connectivity. "portsnap fetch" quickly fails fetching the snapshot tag from ipv4.aws.portsnap.freebsd.org (as it should), but then hangs quite some time trying ipv6.aws.portsnap.freebsd.org. None of the three server addresses behind that name seem to respond! After timing out, it successfully fetches from your-org.portsnap.freebsd.org. Can ipv6.aws.portsnap.freebsd.org please be made to work as a portsnap source? -- 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 250830] portsnap fetch - no response from ipv6.aws.portsnap.freebsd.org
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250830 Li-Wen Hsu changed: What|Removed |Added CC||lw...@freebsd.org, ||ports-sect...@freebsd.org Version|12.2-RELEASE|unspecified Component|bin |Portsnap Assignee|b...@freebsd.org|cperc...@freebsd.org Product|Base System |Services -- 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 203108] Thinkpad T420s will not boot GPT formatted disks.
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203108 --- Comment #5 from vidwer+fbsdb...@gmail.com --- firmware can boot with using 'uefi only', 'legacy only', or 'both' For 'both', legacy boot priority is preset to 'legacy first' and CSM support can't be disabled(?). Here's my diff, and a partial decode of the first megabyte of the media that should be bootable: diff --git a/usr.sbin/bsdinstall/scripts/auto b/usr.sbin/bsdinstall/scripts/auto index a58a63f2f70..96d1d8f8e64 100755 --- a/usr.sbin/bsdinstall/scripts/auto +++ b/usr.sbin/bsdinstall/scripts/auto @@ -222,7 +222,7 @@ if f_interactive; then case "$sys_maker" in "LENOVO") case "$sys_version" in - "ThinkPad X220"|"ThinkPad T420"|"ThinkPad T520"|"ThinkPad W520"|"ThinkPad X1") + "ThinkPad X220"|"ThinkPad T420"|"ThinkPad T520"|"ThinkPad W520"|"ThinkPad X1"|"ThinkPad E560") dialog_workaround "$msg_lenovo_fix" retval=$? f_dprintf "lenovofix_prompt=[%s]" "$retval" $ hexdump -C da0_pre-lenovofix.dd | grep ee | head 01c0 02 00 ee ff ff ff 01 00 00 00 ff ef 7a 00 00 00 |z...| 5360 89 1d ee 5d 00 00 8b 0d f8 5d 00 00 e3 0f 8d 7e |...].].~| 5690 10 8e ff ff 11 92 01 ee 01 00 01 94 02 ee 01 00 || 5910 6a 10 ff 75 08 57 e8 ee 33 00 00 83 c4 0c 43 83 |j..u.W..3.C.| 5ee0 50 57 53 e8 47 2e 00 00 83 c4 0c 46 8b 45 08 8b |PWS.G..F.E..| 6ee0 b5 01 00 00 b9 96 04 00 00 2b 0d 44 99 01 00 b8 |.+.D| 7610 cc cc 50 66 ba fb 03 b0 83 ee 80 ea 03 58 66 ef |..Pf.Xf.| 7620 66 ba fb 03 b0 03 ee 42 b0 03 ee 42 31 c9 b5 80 |f..B...B1...| 7650 ee c3 e8 0b 00 00 00 0f 84 f5 ff ff ff 80 ea 05 || 7750 c1 ee 04 66 89 35 02 89 01 00 8b 5d 10 89 1d 04 |...f.5.]| $ hexdump -C da0_post-lenovofix.dd | grep ee | head 01d0 02 00 ee ff ff ff 01 00 00 00 ff ef 7a 00 00 00 |z...| 5360 89 1d ee 5d 00 00 8b 0d f8 5d 00 00 e3 0f 8d 7e |...].].~| 5690 10 8e ff ff 11 92 01 ee 01 00 01 94 02 ee 01 00 || 5910 6a 10 ff 75 08 57 e8 ee 33 00 00 83 c4 0c 43 83 |j..u.W..3.C.| 5ee0 50 57 53 e8 47 2e 00 00 83 c4 0c 46 8b 45 08 8b |PWS.G..F.E..| 6ee0 b5 01 00 00 b9 96 04 00 00 2b 0d 44 99 01 00 b8 |.+.D| 7610 cc cc 50 66 ba fb 03 b0 83 ee 80 ea 03 58 66 ef |..Pf.Xf.| 7620 66 ba fb 03 b0 03 ee 42 b0 03 ee 42 31 c9 b5 80 |f..B...B1...| 7650 ee c3 e8 0b 00 00 00 0f 84 f5 ff ff ff 80 ea 05 || 7750 c1 ee 04 66 89 35 02 89 01 00 8b 5d 10 89 1d 04 |...f.5.]| $ hexdump -C da0_pre-lenovofix.dd | grep ee | egrep '01c0|01d0' 01c0 02 00 ee ff ff ff 01 00 00 00 ff ef 7a 00 00 00 |z...| $ hexdump -C da0_post-lenovofix.dd | grep ee | egrep '01c0|01d0' 01d0 02 00 ee ff ff ff 01 00 00 00 ff ef 7a 00 00 00 |z...| -- 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 203108] Thinkpad T420s will not boot GPT formatted disks.
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203108 --- Comment #6 from vidwer+fbsdb...@gmail.com --- (In reply to vidwer+fbsdbugs from comment #5) gpart show da0 => 40 8056752 da0 GPT (3.8G) 40 10241 freebsd-boot (512K) 1064 76503042 freebsd-ufs (3.6G) 7651368 4034563 freebsd-swap (197M) 8054824 1968 - free - (984K) -- 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 250816] ZFS cannot import its own export on AWS EC2 12.1 & 12.2-RELEASE
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250816 Li-Wen Hsu changed: What|Removed |Added CC||cperc...@freebsd.org, ||lw...@freebsd.org Status|New |Open -- 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 203108] Thinkpad T420s will not boot GPT formatted disks.
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203108 --- Comment #7 from vidwer+fbsdb...@gmail.com --- 'kenv | grep smbios': smbios.bios.reldate="12/01/2016" smbios.bios.vendor="LENOVO" smbios.bios.version="R00ET49W (1.24 )" smbios.chassis.maker="LENOVO" smbios.chassis.serial="PF0H5EVU" smbios.chassis.tag="No Asset Information" smbios.chassis.type="Notebook" smbios.chassis.version="None" smbios.memory.enabled="12582912" smbios.planar.location="Not Available" smbios.planar.maker="LENOVO" smbios.planar.product="20EV0013MH" smbios.planar.serial="L1HF61B047Z" smbios.planar.tag="Not Available" smbios.planar.version="SDK0J40705 WIN" smbios.socket.enabled="1" smbios.socket.populated="1" smbios.system.family="ThinkPad E560" smbios.system.maker="LENOVO" smbios.system.product="20EV0013MH" smbios.system.serial="/* serial */" smbios.system.sku="LENOVO_MT_20EV_BU_Think_FM_ThinkPad E560" smbios.system.uuid="/* uuid */" smbios.system.version="ThinkPad E560" smbios.version="2.8" -- 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 250816] ZFS cannot import its own export on AWS EC2 12.1 & 12.2-RELEASE
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250816 --- Comment #6 from Colin Percival --- Is there any reason to think this is specific to EC2? I'm not seeing anything which gives me that impression but maybe I'm missing something? -- 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 250834] pkg-create(8) description of manifest file is outdated
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250834 Bug ID: 250834 Summary: pkg-create(8) description of manifest file is outdated Product: Documentation Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Manual Pages Assignee: b...@freebsd.org Reporter: p...@wp.eu CC: d...@freebsd.org Manual page for the pkg-create utility (https://www.freebsd.org/cgi/man.cgi?pkg%2Dcreate) describes +MANIFEST file details, but it mentions a 'file' clause, while it should be 'files' followed by a collection of files enclosed in braces, as described on Microsoft Github project page of pkg utility (see section "Manifest": https://github.com/freebsd/pkg#manifest). In my opinion, "MANIFEST FILE DETAILS" section of the manual page could start with at least one sentence of introduction, like: > +MANIFEST file uses UCL, the Universal Configuration Language. See an example > in the EXAMPLES section. And then, I would introduce an "EXAMPLES" section like in many other FreeBSD manual pages, just copy-pasting the example from Microsoft Github page linked above. Wiki page https://wiki.freebsd.org/pkgng is also outdated and suggests that +MANIFEST is a YAML file. -- 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 250816] ZFS cannot import its own export on AWS EC2 12.1 & 12.2-RELEASE
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250816 --- Comment #7 from Andriy Gapon --- (In reply to Andriy Gapon from comment #4) So, it appears that zdb can work with the pool but the kernel driver cannot. Interesting... Could you please run this dtrace oneliner: dtrace -qn 'zfs-dbgmsg{printf("%s\n", stringof(arg0))}' and try to import the pool at the same time? -- 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 244906] kernel booted by loader.efi on VMware Fusion crashes in EFI firmware
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244906 Hongbo He changed: What|Removed |Added CC||hehon...@mail.com --- Comment #9 from Hongbo He --- If I hit ESC and entering the EFI shell of VMware's UEFI firmware before booting FreeBSD then it will boot successfully. Hope this helps. see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250580#c5 -- 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 244906] kernel booted by loader.efi on VMware Fusion crashes in EFI firmware
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244906 --- Comment #10 from Hongbo He --- See also https://communities.vmware.com/message/2994826 (Discussion on VMware forum) -- 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 250711] atkbdc: No Keyboard on System76 lemur Pro laptop with 12.1 (11.4 Ok)
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250711 --- Comment #13 from nick.l...@gmail.com --- (In reply to Vladimir Kondratyev from comment #12) Patch works correctly on 12.2.0 r367155 Now switching to current and will check there -- 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 235017] 12.0-RELEASE (12.1 too) hangs at boot from official iso
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235017 Denis Polygalov changed: What|Removed |Added Status|New |Closed Resolution|--- |FIXED -- 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 235017] 12.0-RELEASE (12.1 too) hangs at boot from official iso
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235017 --- Comment #11 from Denis Polygalov --- Than you for fixing! Just boot from official 12.2-RELEASE iso without any problems. Also binary upgrade (booting 11.4-RELEASE and using freebsd-update) went well on this machine. -- 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 250015] diff -purw fails with 'error: conflicting output format options.'
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250015 Olli Hauer changed: What|Removed |Added CC||oha...@freebsd.org Severity|Affects Only Me |Affects Some People --- Comment #6 from Olli Hauer --- Seems this is not the only regression on 12.2. The combination of the -n -u flags (-n -r -u) are also complaining with error: conflicting output format options. Using this combination in many scripts on many systems, My quick workaround was to build diff from the 12.1 sources. -- You are receiving this mail because: You are on the CC list 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 250834] pkg-create(8) description of manifest file is outdated
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250834 Li-Wen Hsu changed: What|Removed |Added CC||lw...@freebsd.org Assignee|b...@freebsd.org|p...@freebsd.org Status|New |Open -- 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"