Post #1022517
2024-11-08 09:07 UTC
Replies (4)
-
@meka@bsd.network 2024-11-10 15:54
@_bapt_@mastodon.social @ifreund@hachyderm.io @FreeBSDFoundation@mastodon.social pkg --version 1.21.990.3 When I run "pkg upgrade", it installs dconf-editor and when I run "pkg autoremove" it removes it.
-
@ben@kwiecien.us 2024-11-15 07:06
@_bapt_@mastodon.social @ifreund@hachyderm.io @FreeBSDFoundation@mastodon.social Interesting; it's the first time I've heard of this problem
-
@grahamperrin@mastodon.bsd.cafe 2025-01-02 21:22
@_bapt_@mastodon.social I guess, the killing pictured below (in a virtual machine with ~2 GB memory) was unrelated to job scheduling. Worked around, hopefully, by giving 4x as much memory to the machine; and sysctl vm.pageout_oom_seq=120 (Advice from Mark Millard in FreeBSD Discord.)
-
@grahamperrin@mastodon.bsd.cafe 2025-01-02 22:16
pkg: pkg-devel-1.21.99.4 conflicts with pkg-1.21.3 (installs files into the same place). Problematic file: /usr/local/etc/bash_completion.d/_pkg.bash A two-step workaround: pkg delete -fqy pkg pkg add /var/cache/pkg/pkg-devel-1.21.99.4.pkg @_bapt_@mastodon.social would you like an issue in GitHub? #FreeBSD