Re: [arch-general] udev complaint and USB malfunction
On 31/07/2021 13.47, SET via arch-general wrote: This message appears in /var/log/errors.log (using syslog-ng) (don't know since when): systemd-udevd[424]: /usr/lib/udev/rules.d/99-indi_auxiliary.rules:5 Invalid value "/bin/sh -c 'test -f /sys/module/usbcore/parameters/usbfs_memory_mb && test $(cat /sys/module/usbcore/parameters/usbfs_memory_mb) -lt 256 && echo 256 > /sys/module/usbcore/parameters/usbfs_memory_mb'" for RUN (char 76: invalid substitution type), ignoring, but please fix it. Patch submitted upstream: https://github.com/indilib/indi/pull/1521 I don't think this is related to any other USB troubles you may be experiencing though. Regards
Re: [arch-general] archlinux.org/pacman/pacman.conf.5.html from Aug-2019
On 07/06/2021 11.43, David C. Rankin via arch-general wrote: On 6/7/21 3:56 AM, Lone_Wolf via arch-general wrote: Maybe you could test with a console terminal like getty / agetty instead of a terminal emulator ? Try setting ParallelDownloads = 0 in pacman.conf . LW Good thought, but ... error: config file /etc/pacman.conf, line 38: value for 'ParallelDownloads' has to be positive : '0' So it appears we have a new "feature" that is rendered a "bug" for some because it cannot be turned off :( From pacman.conf(5): ParallelDownloads Specifies number of concurrent download streams. The value needs to be a positive integer. If this config option is not set then only one download stream is used (i.e. downloads happen sequentially).