[Bug 280846] Low memory freezes / OOM: a thread waited too long to allocate a page

2024-10-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280846 --- Comment #17 from Mark Millard --- (In reply to Henrich Hartzer from comment #15) Do not include "Buf" in totals: That ends up double counting some of what is already included in the other categories. Pages that are part of a Buf could

[Bug 280846] Low memory freezes / OOM: a thread waited too long to allocate a page

2024-10-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280846 --- Comment #18 from Mark Millard --- (In reply to Henrich Hartzer from comment #15) One thing that high memory use can do is to swap out the kernel stacks of processes that allow you to control/communicate with the system. At that point t

[Bug 280846] Low memory freezes / OOM: a thread waited too long to allocate a page

2024-10-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280846 --- Comment #19 from Henrich Hartzer --- Ah, good to know about not counting buf. Thank you! I started getting another lockup. Decided to track memory figures and kill some apps to see if it would make any difference. Before killing Firef

[Bug 280846] Low memory freezes / OOM: a thread waited too long to allocate a page

2024-10-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280846 --- Comment #16 from Henrich Hartzer --- It looks like my memory is continuing to vanish! Mem: 275M Active, 605M Inact, 9192K Laundry, 1241M Wired, 664M Buf, 426M Free -- You are receiving this mail because: You are the assignee for the

[Bug 281796] /bin/ls doesn't print UTF-8 emojis properly in some cases, but /bin/du does

2024-10-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281796 --- Comment #3 from Daniel Tameling --- You are correct: There is no bug. ls wants to align things in the terminal and needs to know how much space characters take when they appear. This only works when the filename belongs to the current

[Bug 280846] Low memory freezes / OOM: a thread waited too long to allocate a page

2024-10-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280846 --- Comment #20 from Mark Millard --- (In reply to Henrich Hartzer from comment #16) Having reproduced the vanishing RAM totals problem without zfs.ko ever being loaded, markj may prefer tests of the UFS context because it is likely a simp

[Bug 280846] Low memory freezes / OOM: a thread waited too long to allocate a page

2024-10-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280846 --- Comment #22 from Mark Millard --- (In reply to Henrich Hartzer from comment #19) One thing that might provide useful information for such tests is to sample the memory 2 or more times after a kill, with some time between the samples, t

[Bug 280846] Low memory freezes / OOM: a thread waited too long to allocate a page

2024-10-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280846 --- Comment #21 from Mark Millard --- (In reply to Henrich Hartzer from comment #19) For the swap related settings that I suggested: ) The settings should not hurt when there is no active swap space. ) If you reenable having an active SW

[Bug 223132] /etc/rc.d/sendmail status returns the wrong exit code

2024-10-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223132 Eugene Grosbein changed: What|Removed |Added Status|Open|In Progress Assignee|b

[Bug 223132] /etc/rc.d/sendmail status returns the wrong exit code

2024-10-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223132 Eugene Grosbein changed: What|Removed |Added Status|In Progress |Open Assignee|0...@fre

[Bug 281796] /bin/ls doesn't print UTF-8 emojis properly in some cases, but /bin/du does

2024-10-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281796 Daniel Tameling changed: What|Removed |Added CC||tamelingdan...@gmail.com --- Com

[Bug 255202] drawer.lua: brand positioning not working

2024-10-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255202 --- Comment #11 from Jose Luis Duran --- (In reply to Jose Luis Duran from comment #10) Another workaround to remove the twiddle artifact would be to completely remove the twiddle: echo 'module_verbose="1"' >> /boot/loader.conf 0

[Bug 281799] errno fixes metabug

2024-10-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281799 Brooks Davis changed: What|Removed |Added Status|New |Open Depends on|

[Bug 280846] Low memory freezes / OOM: a thread waited too long to allocate a page

2024-10-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280846 --- Comment #14 from Mark Millard --- (In reply to Henrich Hartzer from comment #13) As for memory not vanishing after the kldunload of zfs.ko . . . But your earlier reported: Mem: 1536M Active, 1590M Inact, 306M Laundry, 1371M Wired, 60

[Bug 281799] errno fixes metabug

2024-10-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281799 Bug ID: 281799 Summary: errno fixes metabug Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New Severity: Affects Some People

[Bug 281643] [PATCH] nvme: Autonomous Power State Transition feature

2024-10-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281643 --- Comment #5 from Alexey Sukhoguzov --- Done! https://github.com/freebsd/freebsd-src/pull/1444 Should this ticket be closed then? -- You are receiving this mail because: You are the assignee for the bug.

[Bug 281796] /bin/ls doesn't print UTF-8 emojis properly in some cases, but /bin/du does

2024-10-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281796 Bug ID: 281796 Summary: /bin/ls doesn't print UTF-8 emojis properly in some cases, but /bin/du does Product: Base System Version: 14.1-RELEASE Hardware: Any

[Bug 281799] errno fixes metabug

2024-10-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281799 Mikael Urankar changed: What|Removed |Added CC||mik...@freebsd.org --- Comment #1

[Bug 280846] Low memory freezes / OOM: a thread waited too long to allocate a page

2024-10-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280846 Mark Johnston changed: What|Removed |Added CC||ma...@freebsd.org Stat

[Bug 261440] vt newcons breaks suspend/resume for all graphics cards that do not use KMS drivers

2024-10-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=261440 --- Comment #8 from Stefan B. --- (In reply to Graham Perrin from comment #7) Some FreeBSD dev decided to make some changes which render the Freedesktop drivers dysfunctional. Then there was pressure from nv users to incorporate a patch tha

[Bug 280846] Low memory freezes / OOM: a thread waited too long to allocate a page

2024-10-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280846 --- Comment #13 from Henrich Hartzer --- Let me know if you need more of the dmesg. I confirmed with my logs that I've had this on at least 13.2, 14.0, and 14.1. This is all the same hardware with ZFS. Apr 10 18:05:54 laptop kernel: Free

[Bug 281799] errno fixes metabug

2024-10-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281799 Bug 281799 depends on bug 281787, which changed state. Bug 281787 Summary: japanese/mh: errno fixes https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281787 What|Removed |Added

[Bug 281799] errno fixes metabug

2024-10-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281799 Bug 281799 depends on bug 281780, which changed state. Bug 281780 Summary: security/checkpassword: errno fixes https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281780 What|Removed |Added -

[Bug 281799] errno fixes metabug

2024-10-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281799 Bug 281799 depends on bug 281782, which changed state. Bug 281782 Summary: sysutils/daemontools: errno fixes https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281782 What|Removed |Added ---

[Bug 281799] errno fixes metabug

2024-10-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281799 Bug 281799 depends on bug 281783, which changed state. Bug 281783 Summary: main/faces: errno fixes https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281783 What|Removed |Added -

[Bug 281799] errno fixes metabug

2024-10-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281799 Bug 281799 depends on bug 281785, which changed state. Bug 281785 Summary: deskutils/sliderule: errno fixes https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281785 What|Removed |Added

[Bug 281799] errno fixes metabug

2024-10-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281799 Bug 281799 depends on bug 281784, which changed state. Bug 281784 Summary: lang/pbasic: errno fixes https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281784 What|Removed |Added

[Bug 281799] errno fixes metabug

2024-10-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281799 Bug 281799 depends on bug 281786, which changed state. Bug 281786 Summary: games/xtrojka: errno fixes https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281786 What|Removed |Added --

[Bug 279308] mdmfs does not work as documented

2024-10-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279308 --- Comment #12 from Michael Proto --- (In reply to Xin LI from comment #10) Not opining on the TRIM-as-default situation, but in regards to using md disks over tmpfs I have one that I use regularly-- remote root-FS maintenance. I can use

[Bug 281796] /bin/ls doesn't print UTF-8 emojis properly in some cases, but /bin/du does

2024-10-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281796 --- Comment #2 from Henrich Hartzer --- Oh! That must be it. It was en_US.utf8. Not sure if that was valid at some point or if it was never valid. I changed it to en_US.UTF-8 and all is well. C.UTF-8 also works. I had a different locale w

[Bug 280846] Low memory freezes / OOM: a thread waited too long to allocate a page

2024-10-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280846 --- Comment #15 from Henrich Hartzer --- (In reply to Mark Millard from comment #14) Understandable that the vanishing memory figures may be more interesting. I had another lockup, but this time it would not come back. I do see a "was kil

[Bug 281799] errno fixes metabug

2024-10-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281799 Brooks Davis changed: What|Removed |Added Resolution|--- |FIXED Status|Open