[Bug 245296] ruptime: Leaves spurious extra spaces for the load average of machines that are down
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245296 --- Comment #1 from commit-h...@freebsd.org --- A commit references this bug: Author: nyan Date: Sat Apr 4 12:07:36 UTC 2020 New revision: 359631 URL: https://svnweb.freebsd.org/changeset/base/359631 Log: Remove extra spaces for the load average of machines that are down. PR: 245296 Submitted by: martin _at_ lispworks.com MFC after:1 week Changes: head/usr.bin/ruptime/ruptime.c -- 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 245296] ruptime: Leaves spurious extra spaces for the load average of machines that are down
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245296 Takahashi Yoshihiro changed: What|Removed |Added Assignee|b...@freebsd.org|n...@freebsd.org -- 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 244705] /usr/src/sys/x86/x86/tsc.c: System Clock is 0.3% slow since r352684
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244705 Greg V changed: What|Removed |Added CC||greg@unrelenting.technology --- Comment #1 from Greg V --- On my Ryzen system, r352684 (or something.. but nothing else TSC related happened recently) caused the TSC to go completely nuts, time is quickly becoming off by many minutes, I looked at the clock yesterday and it was 3 hours behind :D kern.timecounter.hardware=HPET seems to be better (-14 sec desync from NTP in an hour without an NTP daemon, that's not crazy and should be manageable by NTP) -- 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 245348] [loader] [memstick] Loader on mini-memstick boots an unexpected kernel
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245348 Bertrand Petit changed: What|Removed |Added Blocks||245273 Referenced Bugs: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245273 [Bug 245273] [ukbd] [iLO4] [regression] Control and shift modifiers are no longer effective -- 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 245348] [loader] [memstick] Loader on mini-memstick boots an unexpected kernel
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245348 Bug ID: 245348 Summary: [loader] [memstick] Loader on mini-memstick boots an unexpected kernel Product: Base System Version: 12.1-RELEASE Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: misc Assignee: b...@freebsd.org Reporter: bs...@phoe.frmug.org The loader provided on FreeBSD-12.1-RELEASE-amd64-mini-memstick.img loads and boots an unexpected kernel when the host has a bootable zpool on another disk. I expected that booting from the memstick would bring me the installer but I got the main OS instead. This is extremely inconvenient since I use these USB sticks as a troubleshooting or disaster recovery tool. The currdev and loaddev variables are equal and point to the HDD pool but not to the USB thumb drive from which the loader was read. OK lsdev disk devices: disk0: BIOS drive C (78165360 X 512): disk0p1: FreeBSD boot disk0p2: FreeBSD ZFS disk1: BIOS drive D (7814037168 X 512): disk1p1: FreeBSD boot disk1p2: FreeBSD swap disk1p3: FreeBSD ZFS disk2: BIOS drive E (7814037168 X 512): disk2p1: FreeBSD boot disk2p2: FreeBSD swap disk2p3: FreeBSD ZFS zfs devices: zfs:asroot The thumb drive is not listed, asroot is pulled from disk0. 11.3 memstick correctly load and boot the kernel from the thumb drive. The host is an HP ML10 v2 server with firmware revision J10 in BIOS mode. -- 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"