Re: EarlyOOM +ZRAM Only

2020-08-15 Thread Samuel Sieb
On 8/15/20 1:32 PM, Sergio Belkin wrote: Nice, my only doubt is why smem and tools alike cannot show those processes using anon pages in swap... I posted a bash command line in an earlier email that will give you that information. ___ devel mailing

Fedora 33 compose report: 20200815.n.0 changes

2020-08-15 Thread Fedora Rawhide Report
OLD: Fedora-33-20200814.n.0 NEW: Fedora-33-20200815.n.0 = SUMMARY = Added images:2 Dropped images: 3 Added packages: 11 Dropped packages:1 Upgraded packages: 53 Downgraded packages: 0 Size of added packages: 60.85 MiB Size of dropped packages:16.66 MiB

f33-backgrounds package awaiting for revie

2020-08-15 Thread Luya Tshimbalanga
Hello team, f33-backgrounds is ready for package review containing the changes highlighted on the Changeset[1]. Subpackage aminated is gone starting this release now the time of day is integrated as a single xml file. See, https://bugzilla.redhat.com/show_bug.cgi?id=1868290 References ---

Need help fixing Blender

2020-08-15 Thread Luya Tshimbalanga
Hello team, It looks like upstream Blender made changes causing building failure. The same result occurred after updating the spec files to follow cmake guideline. Here is the source to track: https://src.fedoraproject.org/rpms/blender -- Luya Tshimbalanga Fedora Design Team Fedora Design Su

Re: EarlyOOM +ZRAM Only

2020-08-15 Thread Sergio Belkin
El sáb., 15 ago. 2020 a las 17:09, Chris Murphy () escribió: > On Sat, Aug 15, 2020 at 1:59 PM Sergio Belkin wrote: > > > > Right now I have this with sudo smem -c "pid name swap pss" -s swap -k -t > > > > 4105 cleanupd 2.5M 132.0K > > 731103 firewalld2

Re: EarlyOOM +ZRAM Only

2020-08-15 Thread Chris Murphy
On Sat, Aug 15, 2020 at 1:59 PM Sergio Belkin wrote: > > Right now I have this with sudo smem -c "pid name swap pss" -s swap -k -t > > 4105 cleanupd 2.5M 132.0K > 731103 firewalld2.7M23.7M > 4528 powerline-daemo 3.3M11.2M > 5078 co

Re: EarlyOOM +ZRAM Only

2020-08-15 Thread Sergio Belkin
El sáb., 15 ago. 2020 a las 14:58, Chris Murphy () escribió: > On Sat, Aug 15, 2020 at 11:54 AM Chris Murphy > wrote: > > > > On Sat, Aug 15, 2020 at 11:09 AM Sergio Belkin wrote: > > > > > > > > > > > > > However swap usage is still high : > > > > free -m > > > > totalused

Re: boost-devel at ppc64le

2020-08-15 Thread Dan Horák
On Sat, 15 Aug 2020 22:15:58 +0300 TI_Eugene wrote: > What does this means: > https://koji.fedoraproject.org/koji/taskinfo?taskID=49323976 ? > Is it bug or feature? I suspect it's using (very) outdated configure macros for boost, try to refresh them from autoconf-archive. Dan

boost-devel at ppc64le

2020-08-15 Thread TI_Eugene
What does this means: https://koji.fedoraproject.org/koji/taskinfo?taskID=49323976 ? Is it bug or feature? ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org Fedora Code of Conduct

Re: Strange build failures in rawhide buildroot (cont'd) - glibc 2.33 dev snapshot?

2020-08-15 Thread Chris Murphy
On Sat, Aug 15, 2020 at 12:50 PM Chris Murphy wrote: > > Anyone know if Anaconda chroots are nspawn based? I ask because I'm > tracking a bug that only happens when a qemu-kvm VM uses io=io_uring > instead of threads; but consistently it isn't triggered until the > installation transitions from rs

Re: Strange build failures in rawhide buildroot (cont'd) - glibc 2.33 dev snapshot?

2020-08-15 Thread Chris Murphy
On Sat, Aug 15, 2020 at 9:47 AM Fabio Valentini wrote: > > On Sat, Aug 15, 2020 at 5:30 PM Paul Howarth wrote: > > > > On Sat, 15 Aug 2020 16:28:47 +0200 > > Fabio Valentini wrote: > > > - autoreconf fails because %build needs a newer shell (protobuf): > > > > > > /usr/bin/autoconf: This script

Re: Strange build failures in rawhide buildroot (cont'd) - glibc 2.33 dev snapshot?

2020-08-15 Thread Kevin Fenzi
On Sat, Aug 15, 2020 at 05:46:43PM +0200, Fabio Valentini wrote: > On Sat, Aug 15, 2020 at 5:30 PM Paul Howarth wrote: > > It does! Running mock with --isolation=simple works around the issue. > Looks like the glibc 2.32.9000 snapshot broke systemd-nspawn based > chroots with this change: > - Lin

Re: EarlyOOM +ZRAM Only

2020-08-15 Thread Chris Murphy
On Sat, Aug 15, 2020 at 11:54 AM Chris Murphy wrote: > > On Sat, Aug 15, 2020 at 11:09 AM Sergio Belkin wrote: > > > > > > > > > However swap usage is still high : > > > free -m > > > totalusedfree shared buff/cache > > > available > > > Mem: 15887

Re: EarlyOOM +ZRAM Only

2020-08-15 Thread Chris Murphy
On Sat, Aug 15, 2020 at 11:09 AM Sergio Belkin wrote: > > > > > However swap usage is still high : > > free -m > > totalusedfree shared buff/cache > > available > > Mem: 158878577118745876123 > > 2382 > > Swap:

Re: EarlyOOM +ZRAM Only

2020-08-15 Thread Sergio Belkin
> However swap usage is still high : > free -m > totalusedfree shared buff/cache available > Mem: 158878577118745876123 2382 > Swap: 40953854 241 > > It's weird, isn't it? >> It's consistent. O

Re: Strange build failures in rawhide buildroot (cont'd) - glibc 2.33 dev snapshot?

2020-08-15 Thread Neal Gompa
On Sat, Aug 15, 2020 at 11:30 AM Paul Howarth wrote: > > On Sat, 15 Aug 2020 16:28:47 +0200 > Fabio Valentini wrote: > > - autoreconf fails because %build needs a newer shell (protobuf): > > > > /usr/bin/autoconf: This script requires a shell more modern than all > > /usr/bin/autoconf: the shells

Re: Strange build failures in rawhide buildroot (cont'd) - glibc 2.33 dev snapshot?

2020-08-15 Thread Fabio Valentini
On Sat, Aug 15, 2020 at 5:30 PM Paul Howarth wrote: > > On Sat, 15 Aug 2020 16:28:47 +0200 > Fabio Valentini wrote: > > - autoreconf fails because %build needs a newer shell (protobuf): > > > > /usr/bin/autoconf: This script requires a shell more modern than all > > /usr/bin/autoconf: the shells

Re: Strange build failures in rawhide buildroot (cont'd) - glibc 2.33 dev snapshot?

2020-08-15 Thread Paul Howarth
On Sat, 15 Aug 2020 16:28:47 +0200 Fabio Valentini wrote: > - autoreconf fails because %build needs a newer shell (protobuf): > > /usr/bin/autoconf: This script requires a shell more modern than all > /usr/bin/autoconf: the shells that I found on your system. > /usr/bin/autoconf: Please tell bug-

Re: Strange build failures in rawhide buildroot (cont'd) - glibc 2.33 dev snapshot?

2020-08-15 Thread Fabio Valentini
On Fri, Aug 14, 2020 at 10:00 PM Jerry James wrote: > > On Fri, Aug 14, 2020 at 1:29 PM Jerry James wrote: > > I added "exit 1" to the end of %install in one of the affected OCaml > > packages, so that I could inspect the contents of > > /builddir/build/BUILDROOT in the mock chroot. The files al

Re: Bringing fcitx5 to Fedora, and Review Swap

2020-08-15 Thread Andy Mender
On Fri, 14 Aug 2020 at 12:10, Qiyu Yan wrote: > Hello all, > > I am going to bring fcitx5 to fedora, fcitx5 is the next generation > for fcitx and upstream decided to treat fcitx and fcitx5 as a > different project (different git repo, different file paths and names > and configuration files). So

Re: calculating process memory usage

2020-08-15 Thread Florian Weimer
* Samuel Sieb: > Since you've brought this up, this is a question I've had for a long > time. How do you get real memory+swap usage information for processes > or is that even possible? Looking in ps or top, the RES is way too > small and the VIRT/VSIZE is way too big. ps_mem is also way too