Jeremy Stanley

Results 17 comments of Jeremy Stanley

I've confirmed this is the case on an AArch64/arm64 Linux 4.15 (not Android) virtual machine to which I have access as well. The contents of /proc/cpuinfo indicate 8 physical processors...

This is from an 8 processor Linux AArch64/arm64 virtual machine: Architecture: aarch64 Byte Order: Little Endian CPU(s): 8 On-line CPU(s) list: 0-7 Thread(s) per core: 1 Core(s) per socket: 8...

I suspect you also want 2>&1 but it's a few hundred lines of text. Clearly indicates it's reading from lots of things under the /sys/devices/system/cpu/ tree. Do you really want...

[strace-lscpu.txt](https://github.com/giampaolo/psutil/files/2563647/strace-lscpu.txt)

Though also I opened PR #539 months ago in hopes of silencing the warning until then, so I can stop carrying ignores for it downstream when running with PYTHONWARNINGS=error on...

> @ianw sorry, but can you please try again with the latest dev code, I have fixed such kind of bugs recently. > > ``` > acme.sh --upgrade -b dev...

Similarly, I've gotten it updated in Debian starting with linux-image-4.16.0-rc6: https://salsa.debian.org/kernel-team/linux/commit/96f1218

> To be honest, I learned that years ago in some OpenStack projects, such as here https://opendev.org/openstack/neutron/src/branch/master/tox.ini – so I thought this is the expected behavior Yes, there are many...

> I'm not necessarily asking for it to be restored, I just wanted to link to something that would describe why people may have had this configuration in place to...

Users can also simply add a line like this to their session initialization (it's what I do now): ``` xinput set-prop "pointer:SINO WEALTH Gaming Keyboard" "libinput Middle Emulation Enabled" 1...