Re: Updated on 25th to 6.15.3 + firmware (fine), update tonight to 6.15.4 + firmware, network not up, dhcpd4 fails?

2025-06-28 Thread Ralph Corderoy
Hi David, > the update tonight (an hour ago), failed to start dhcpd4. I can't > ping the box, I have to log in locally and I find the network > interface enp5s0 'down' - that's not happened since Arch was > installed. Did it reboot because of that update? If so, could the damage have been caused

Re: xdg-desktop-portal does not start

2025-06-18 Thread Ralph Corderoy
Hi Radek, > I discovered that the issue has nothing to do with xdg-desktop-portal. > Other D-Bus activated services also does not start. Does this help? Note: The user configuration is expected to contain include /etc/sway/config.d/* in order to apply configuration snippets from drop

Re: Bash [[ foo =~ regex ]] behavior changed with last update, gentoo patches?

2025-05-09 Thread Ralph Corderoy
Hi David, > [[ $1 =~ ^([^.]{1,3})[.]([^.]{1,3})[.]([^.]{1,3})[.]([^.]{1,3})$ ]] ... > [[ $1 =~ ^([^.]{1,3})[.]([^.]{1,3})[.]([^.]{1,3})[.]([^.]{1,3})/(.*)$ ]] ... > $ ipsa 38.0.0.0/8 ... > parsed the IP as 38 0 0 0/8 (with the "/8") instead of 38 0 0 0 I doubt your understanding is correct. I th

Re: Notice that flashed on wiki access today - too fast to read - was it important?

2025-04-26 Thread Ralph Corderoy
Hi Ralf, > > the test finally completes after 40 seconds ... > In any case, it is not a problem for me, as I have JavaScript > activated anyway. I'm not sure why you're mentioning JavaScript; I too have it enabled. The 40 seconds is not due to a lack of JavaScript, but the assumption of a faster

Re: Notice that flashed on wiki access today - too fast to read - was it important?

2025-04-26 Thread Ralph Corderoy
Hi, > Anubis from Techaro. This runs a small program, that does “expensive” > operation in the browser. It’s nothing for normal users Visiting the Arch Linux wiki, my browser achieves 2.8 kH/s at difficulty 4, and the test finally completes after 40 seconds. This matches other Anubis-wrapped sit

Re: About AUR accreditation policy

2024-10-22 Thread Ralph Corderoy
Hi L.Y, > 1. An enthusiastic and dedicated AUR package maintainer has been >diligently maintaining a package. > 2. One day, he wakes up to find that the package he maintains has been >incorporated into the official repository, while the AUR repository >he maintained has been disabled.

Re: Arch Linux public upload server

2024-09-06 Thread Ralph Corderoy
Hi, Lucie wrote: > However, having a TTL on everything can hinder people looking for help > on BBS and other channels. If someone posts a solution using the > pastebin service with a TTL, someone later down the road would just > hit a 404 when looking for answers to the same issue. I've been bit

Re: Changed password on Arch, now ssh cannot connect - "Connection refused"

2024-08-29 Thread Ralph Corderoy
Hi David, > debug1: Connecting to valkyrie [192.168.6.14] port 6661. ... > debug1: connect to address 192.168.6.14 port 6661: Connection refused Is sshd listening on that interface and port? As root, say by using sudo, run: lsof -i @192.168.6.14:6661 You can drop the :6661 to remove the fil

Re: Laptop Running Hot

2024-07-30 Thread Ralph Corderoy
Hi Dan, > But powertop --auto-tune worked wonders, and very quickly. Others should be careful as this can stop things working, e.g. the USB mouse and keyboard can auto-suspend and not resume. A re-plug fixes. -- Cheers, Ralph.

Re: Laptop Running Hot

2024-07-27 Thread Ralph Corderoy
Hi, David wrote: > You have 12 cores at dead-idle (400MHz) and 8 cores at 1400MHz or > less. A slightly longer pipeline will summarise a bit. awk '/^cpu MHz/ {print int($4 / 10) * 10}' /proc/cpuinfo | sort -V | uniq -c Running something similar on the OP's output gives an example:

Re: Console, VT, non X or wayland, fonts (Was: An Intro from A Debian User)

2024-04-07 Thread Ralph Corderoy
Hi Aaron, > fonts are universal and can be used anywhere, including X, Wayland, > and Terminals. See ‘font formats’ in setfont(8). -- Cheers, Ralph.

Re: Where to find old png2ico PKGBUILD it was dropped to AUR?

2024-03-20 Thread Ralph Corderoy
Hi David, Óscar wrote: > As far as I know, you can perfectly replace png2ico with imagemagick There's also ppmtowinicon(1) and pamtowinicon(1) from netpbm. -- Cheers, Ralph.

Re: Bring ARM into the fold?

2024-03-02 Thread Ralph Corderoy
Hi, > I would love to see this happen since there's a rise of aarch64 > laptops. Another data point... The Pi 4 was used by the Raspberry Pi Foundation as their desktop machine and the Pi 5 is significantly more powerful still. An official NVMe extension board will join the others already availa

Re: laptop microphone not working properly

2024-02-08 Thread Ralph Corderoy
Good evening, Frank. > my build in mic stopped working. It produces only random noise Given you're using Pipewire, is https://wiki.archlinux.org/title/PipeWire#Troubleshooting of any use? Or that page in general? -- Cheers, Ralph.

Re: polkit upgrade warning

2024-01-19 Thread Ralph Corderoy
Hi Ralf, > > why doesn't pacman change the permissions at package upgrade? ... > Custom, unusual permissions may be required for a user's system. Yes. > IMO permissions are similar to configurations. New configurations are > required from time to time, but you don't want that a package upgrade

Re: boot partition expansion

2024-01-16 Thread Ralph Corderoy
Hi Ralf, > ...my Arch Linux /boot, which contains the kernels, is part of the > root directory instead of being its own partition. IOW hundreds of > unused GiB are available. I thought I was old-fashioned for not using LVM and encrypting disk data, e.g. https://wiki.archlinux.org/title/Dm-crypt/

Re: Hardware tests and SSDs

2024-01-14 Thread Ralph Corderoy
Hello Polarian, > The issue with this however is that ext4 can't detect when bits have > rotted as there is no checksumming. Could we have a little bit of quoted context in a reply. I'm unclear what ‘this’ is above, for example, though I'm generally interested. Yes, I could go an explore the lis

Re: Python warnings still

2024-01-06 Thread Ralph Corderoy
Hi Pete, > warning: could not get file information for > usr/lib/python3.11/site-packages/pyr > ate_limiter-3.1.0.dist-info/ Do you see that run of question marks in the terminal or is it just some artefact of pasting the warnings into email? -- Cheers, Ralph.

Re: how to correctly create dbus-broker service and allow bus system service to start correctly

2024-01-04 Thread Ralph Corderoy
Hello Polarian, > Firstly, please offlist if you are correcting someone A public correction is sometimes the correct act. If X corrects Y wrongly then mailing X and Y offlist to explain leaves lurker Z believing the faulty correction. Also others who spot the mistake may either waste time also

Re: how to correctly create dbus-broker service and allow bus system service to start correctly

2024-01-04 Thread Ralph Corderoy
Hi Aaron, > so I don’t know what your point was. You originally wrote: > Note that it is convention for commands that should be ran with sudo > to be prefixed with a # . That is wrong as it suggests # sudo ... but root, as indicated by PS1='# ', would not need to sudo. My reply tried to e

Re: how to correctly create dbus-broker service and allow bus system service to start correctly

2024-01-04 Thread Ralph Corderoy
Hi tippfehlr, > > PS1='$ ' for commands run by the user, PS1='# ' for those run by root. > > sudo is run by the user so it should be '$ '. > > ... and to run a command as root, you need to use 'sudo' as a user. sudo is one method. > # command > > and > > $ sudo command > > are functionally the s

Re: how to correctly create dbus-broker service and allow bus system service to start correctly

2024-01-04 Thread Ralph Corderoy
Hi Aaron, > Note that it is convention for commands that should be ran with sudo > to be prefixed with a # . That sounds a little mixed up. PS1='$ ' for commands run by the user, PS1='# ' for those run by root. sudo is run by the user so it should be '$ '. -- Cheers, Ralph.

Re: Why does fail2ban-client show no jails?

2023-12-04 Thread Ralph Corderoy
Hi David, >With the `enable` instead of `enabled` fail2ban didn't spit out any > errors or complain, so there wasn't anything visible pointing me to my > screw-up... >From a quick glance, fail2ban uses Python's configparser module in two passes, each time looking for a set of things it knows.

Re: Why does fail2ban-client show no jails?

2023-12-01 Thread Ralph Corderoy
Hi David, The original version of this email was rejected by the list. I've contacted postmaster as the bounce suggested. So I'll keep it brief and include you as a recipient. You've used ‘enable = true’ but it should be ‘enabled’. https://wiki.archlinux.org/title/Fail2ban#Enabling_jails -- Che

Re: Why does fail2ban-client show no jails?

2023-11-30 Thread Ralph Corderoy
Hi David, >I've configured fail2ban following the wiki, it is running, and > I've enabled jails in /etc/fail2ban/jails.local Try jail.local; no ‘s’. -- Cheers, Ralph.

AUR notification emails lack List-* fields.

2023-11-20 Thread Ralph Corderoy
Hi, An email from not...@aur.archlinux.org arrived recently. The first in ages. The body was a simple The package jitsi-meet-electron [1] was adopted by xiota [2]. [1] https://aur.archlinux.org/pkgbase/jitsi-meet-electron/ [2] https://aur.archlinux.org/account/xiota/ I went to add

Re: Can't connect to a 5GHz WiFi network

2023-11-16 Thread Ralph Corderoy
Hi Sadeep, > Following is the result of journalctl | grep gcat: ... > Nov 16 09:22:09 asciimx network[809]: Starting network profile > 'wlp0s20f3-gcat'... > Nov 16 09:22:25 asciimx network[809]: Failed to bring the network up for > profile 'wlp0s20f3-gcat' Is there anything interesting between

Re: USBasp programmer not listed in /dev

2023-10-26 Thread Ralph Corderoy
Hi Sadeep, > I added the following to /etc/udev/rules.d/99-avrprogrammer.rules and > restarted the machine: > > SUBSYSTEM=="usb", ATTRS{idVendor}=="16c0", ATTRS{idProduct}=="05dc", > GROUP="uucp", MODE=="0666" Have you browsed https://wiki.archlinux.org/title/Udev ? It may have some useful tips

Re: Arch Mailing List queries

2023-09-15 Thread Ralph Corderoy
Hi Polarian, > The second issue I want to bring up is the issue of gmail (and also > sometimes outlook emails) spamming my emails. Just to say I may be out of date but I take ‘to spam’ to mean to send spam rather than classing ham as spam and spam-bucketing the email. :-) -- Cheers, Ralph.

Re: Monitor control issues after update

2023-06-26 Thread Ralph Corderoy
Hello Vasile, > $ sudo ddcutil setvcp 60 0x1b > Display not found I'd look at the source of the ddcutil program to see what conditions can make it print ‘Display not found’ as that might give a clue as to what particular step is failing. There's also looks to be lots of documentation o

Controlling USB port power. (Was: Is a tool available to check the integrity of copied files?)

2023-04-16 Thread Ralph Corderoy
Hi, Regarding cutting power to the USB stick, as well as physically pulling it out, it may be possible to ‘turn it off and on again’ by software. https://www.kernel.org/doc/html/v4.16/driver-api/usb/power-management.html#usb-port-power-control https://github.com/mvp/uhubctl#readme

Re: Is a tool available to check the integrity of copied files?

2023-04-15 Thread Ralph Corderoy
Hi u34, > Isn't it better to also turn the USB stick power off and on? > The stick could have its own, builtin, cache. Doesn't it? Perhaps it > is, too, reading from its cache, not from its permanent storage? True. Could it have a store of power, e.g. capacitor, which takes a while to discharg

Re: Is a tool available to check the integrity of copied files?

2023-04-15 Thread Ralph Corderoy
Hi Ralf, > I want to check the integrity of USB transferred, saved files by using > a tool, without manually clearing cached data manually. Why do you want to avoid manually clearing the cache? The problem with clearing the cache is it is the cache for every device. It is better to simply umount

Re: Pacman: There are N providers available for X

2023-03-29 Thread Ralph Corderoy
Hi Markus, > > a$ pacman -Qq >a.all > > a$ pacman -Qqe >a.explicit > > > > b$ pacman -S --asdeps --needed > b$ pacman -S --asexplicit --needed > Make that last line > > $ pacman -D --asexplicit < a.explicit +1. Thanks. -- Cheers, Ralph.

Re: Pacman: There are N providers available for X

2023-03-29 Thread Ralph Corderoy
Hi LW, > While that will probably work I feel it's error-prone and to much work. > > Maybe this is an X-Y problem. > Why is having to answer the N-providers-for-X questions a problem ? I explained the X of X-Y earlier and thought it was accepted as clear. - How to reproduce the packages install

Re: pcspkr loaded, but no bell

2023-03-29 Thread Ralph Corderoy
Hi Ralf, > [rocketmouse@archlinux ~]$ beep -l300 -f750 --verbose --debug > beep: Verbose: evdev: driver_detect 0x562c898210c0 (nil) > beep: Verbose: lib: could not open(2) > /dev/input/by-path/platform-pcspkr-event-spkr: Permission denied As an aside, https://wiki.archlinux.org/title/PC_speaker#

Re: netctl problem

2023-03-28 Thread Ralph Corderoy
Hi FA, I've some general ideas. Others will have better comments on your particular questions. > Also the ethernet-dhcp example is copied to /etc/netctl/dhcp and > edited for the correct interface (enp0s25). Unless the remote hands are used to precisely editing configuration files, this might b

Re: Pacman: There are N providers available for X

2023-03-28 Thread Ralph Corderoy
Hi LW, > A possible workaround could be to identify the virtual provides and > choose a sensible provider for them. > > Those sensible choices would be entered in a set F that will be > installed with --asdeps BEFORE set E. Ah, that's given me an idea. On machine A, I could ‘pacman -Qqd’ to get

Re: Pacman: There are N providers available for X

2023-03-28 Thread Ralph Corderoy
Hi LW, > > If I wanted to duplicate the packages from one machine to another > > then I'd like the method to not alter the source machine, preserve > > my choices, and that some packages weren't explicitly wanted. > > In other words, duplicate. ... > ...could you explain what you do want to achiev

Re: Pacman: There are N providers available for X

2023-03-28 Thread Ralph Corderoy
Hi LW, > Incase you don't want those questions, check which package you prefer > to provide that dependency, change it's install reason to explicit and > regenerate the list. That seems like a bit of a bodge though. If I wanted to duplicate the packages from one machine to another then I'd like

Re: gui network icon not connected

2023-03-25 Thread Ralph Corderoy
Hi alistair, > if i do "ip addr show" and "ping google.com" it definitely shows me > i'm connected to my network and the Internet. Is it a wired or wireless connection? > but looking at my network icon on the system tray it says i'm not > connected to any AP. What desktop is it? Do you know wh

Re: I think I found a quite severe bug, what is the next step?

2023-02-19 Thread Ralph Corderoy
Hi Storm, > Fortunately a change has been pushed to Fenrir's master branch that > works around the issue. Probably https://github.com/chrys87/fenrir/commit/cd421712f5b4d0a8ddb1deba115dee1b87bd14d7 for those following the topic. > I have never reported any issues with the kernel, and I'm not sure

Re: I think I found a quite severe bug, what is the next step?

2023-02-18 Thread Ralph Corderoy
Hi Storm, > $ sudo cat /dev/vcsa > cat: /dev/vcsa1: No such device or address That error is errno ENXIO, see errno(3). One view of the kernel source code has vcs_open() return that errno under some conditions, but I can't help more than that. https://lxr.linux.no/#linux+v6.0.9/drivers/tty/v

Re: TTY behaving strangely after yesterday update

2023-02-17 Thread Ralph Corderoy
Hi Storm, > Also, interestingly, screen gives an error when I launch it now. It > did not used to do this, but it flashes up an error that I can't > review because it's gone as quickly as it appears. screen(1) details a ‘lastmsg’ command, e.g. ‘Ctrl-A : lastmsg’, though it may be the last message

Netiquette. (Was: Split apache package)

2023-02-04 Thread Ralph Corderoy
Hi ogarcia, > > your mails are single-handedly flooding my list mbox - please be > > mindful of others when interacting with mailing lists, perhaps > > collate your emails into fewer. > > you could criticize Polarian for some things, but complaining that you > get a lot of mail on a mailing list i

Re: Suggest to use more long options arguments at /etc/makepkg.conf

2022-12-14 Thread Ralph Corderoy
Hi, > > > Now who told tar and ps that they don't need the dash? ;-) > > > > Someone who created the dash to show the argument contained optional > > options rather than a filename. If they're not optional then the > > dash isn't required. :-) > > I'll give that to you for tar, but the options

Re: Suggest to use more long options arguments at /etc/makepkg.conf

2022-12-13 Thread Ralph Corderoy
Hi, > well, maybe. My point was to show it's subjective. > Now who told tar and ps that they don't need the dash? ;-) Someone who created the dash to show the argument contained optional options rather than a filename. If they're not optional then the dash isn't required. :-) -- Cheers, Ra

Re: Suggest to use more long options arguments at /etc/makepkg.conf

2022-12-12 Thread Ralph Corderoy
Hi u34, > I think long command line options are more readable compared to short > one. There fore, I suggest: I think the short one-letter names combined into a single ‘-’ are more readable, as I suspect do many others accustomed to their decades-long use across all Unix commands, so I suggest t

Re: [arch-general] egrep error after update

2022-09-16 Thread Ralph Corderoy
Hi pete, > > > but now every time i open an terminal i get the following > > > > > > egrep: warning: egrep is obsolescent; using grep -E > > Interesting thing if i callup an xterm and su to root the call > another xterm from there i do not get the warning on as a user Finding the minimum nee

Re: [arch-general] Openbox screen locker

2022-09-04 Thread Ralph Corderoy via arch-general
Hi Paul, > Can anyone provide assistance in finding and fixing what's calling this > program? https://wiki.archlinux.org/title/Session_lock might be useful in lieu of replies from others. -- Cheers, Ralph.

Re: [arch-general] Python nightmare

2022-08-19 Thread Ralph Corderoy via arch-general
Hi Ralf, > You are a bunch of arrogant, self-absorbed jack asseses. ... > Randall DuCharme (Radio AD5GB) > Powered entirely by Open Source software. My guess is this isn't the real Randall DuCharme, visible on LinkedIn and in previous years on Arch's mailing lists. CC-ing ‘Randy DuCharme ’ is al

Re: [arch-general] Popa3d and systemd

2022-06-14 Thread Ralph Corderoy via arch-general
Hi Paul, Mikau wrote: > For specifics about how to write systemd service files, read > systemd.service(5) And the Arch Linux wiki: https://wiki.archlinux.org/title/Systemd#Writing_unit_files -- Cheers, Ralph.

Re: [arch-general] Why is clock_gettime called when the mouse moves?

2022-05-07 Thread Ralph Corderoy via arch-general
Hi Piscium, Second attempt, the first went to the old list address. > What I posted before was just a short snippet. In > the link below there is a trace for leafpad, available for 7 days. > https://we.tl/t-BAbO60lnGN > > > I suggest using the simplest X client you can which shows the issue, > >

Re: [arch-general] Why is clock_gettime called when the mouse moves?

2022-05-04 Thread Ralph Corderoy via arch-general
Hi Piscium, > I have two Arch desktops. > > Desktop #1: MSI motherboard, Nvidia graphics with proprietary driver, > Xfce on top of openbox. > Desktop #2: Dell, Intel graphics, Xfce on top of openbox. > > If I run > strace > where could be for example Mousepad or Emacs, and move the

Re: [arch-general] Odd unicode glyph rendering issues

2022-04-04 Thread Ralph Corderoy via arch-general
Hi Mark, > > Also, compare the output of fc-list(1) on each machine? > > It looks like this might be the culprit. I aggressively went through > the working machine and removed any font that wasn't present on the > non-working machine. Now, neither machine works! Progress! How did you remove th

Re: [arch-general] Odd unicode glyph rendering issues

2022-04-04 Thread Ralph Corderoy via arch-general
Hi, > What about the list of installed packages? Are there any notable > differences? Maybe make a diff on the output of pacman -Q :) Also, compare the output of fc-list(1) on each machine? -- Cheers, Ralph.

Re: [arch-general] Including compiled C.UTF-8 locale by default in glibc package? Inbox

2022-02-22 Thread Ralph Corderoy via arch-general
Hi Neven, I disagree with some of what's been said on this thread and think it could mislead others, so I'm piping up... > Greg Minshall wrote: > > fwiw, for people writing code: a friend suggested something like > > this: first try user's configured locale (environment variables). > > if that fa

Re: [arch-general] Linux server crash causing router switch to stop working

2022-02-12 Thread Ralph Corderoy via arch-general
Hi David, Looking at your http://darose.net/ServerCrash20220209.png, are you aware of https://www.kernel.org/doc/Documentation/RCU/stallwarn.txt which has detail on what it means? Though it looks to me like at least one line of output has been trampled. Also, one Google'd suggestion was a real-t

Re: [arch-general] Donation options

2022-02-11 Thread Ralph Corderoy via arch-general
Hi, > Liberapay uses Stripe or PayPal under the hood, so you are using the > same but adding another actor in the middle. Perhaps the day will come when https://btcpayserver.org is run, a Lightning invoice can be generated, and Arch Linux holds its treasury outside of the fiat system. ;-) -- C

Re: [arch-general] pacman 6 current/total not displayed on TDE - what does old konsole lack?

2021-12-12 Thread Ralph Corderoy via arch-general
Hi David, > /* Moves console cursor `lines` up */ > void console_cursor_move_up(unsigned int lines) > { > printf("\x1B[%dF", lines); > } It's a shame the code isn't using terminfo(5) so it's portable to different terminals, including older ones, and less misleading in its choice of function

Re: [arch-general] System terribly slow

2021-12-04 Thread Ralph Corderoy via arch-general
Hi Rivera, > Superficial symptoms are a general slowness. I'm using just IceWM and > `startx` to initialize the GUI, and even logging into my account > previous to that takes almost a minute to get done. Once logged in, run ‘LC_ALL=C dstat -tap’ and leave it to settle down with nothing happening.

Re: [arch-general] fetchmail/exim line length messages

2021-11-26 Thread Ralph Corderoy via arch-general
Hi DR, > I realize that emails that have lines larger than that are violating > spec, but there's no real harm in allowing them in - since I'm already > using good spam filtering, and especially if I know that I'm losing > legit emails because of this. You're encouraging their spread. Take a stan

Re: [arch-general] fetchmail/exim line length messages

2021-11-26 Thread Ralph Corderoy via arch-general
Hi DR, > fetchmail: SMTP error: 550 maximum allowed line length is 998 octets, > got 1047 That's a very long-standing rule on SMTP. > bounces+11930396-d424-darose=darose@sendgrid.meetup.com ... > I'm not sure what, if anything, has changed recently to start causing > this. Have they somethi

Re: [arch-general] PKGBUILD - clamav 0.103.4 - source .tar.gz downloads fine, .tar.gz.sig is 403? (same with Arch package)

2021-11-21 Thread Ralph Corderoy via arch-general
Hi Ralf, > $ curl -sSvg -L > https://search.cpan.org/CPAN/authors/id/Y/YE/YEWENBIN/Goo-Canvas-0.06.tar.gz > >foo.tar.gz > * Trying 46.43.35.68:443... That's a different IP address than what I get. $ dig +short @8.8.8.8 search.cpan.org. cdn-fastly-sni.cpan.org. dualstack.j.sni.gl

Re: [arch-general] PKGBUILD - clamav 0.103.4 - source .tar.gz downloads fine, .tar.gz.sig is 403? (same with Arch package)

2021-11-21 Thread Ralph Corderoy via arch-general
Hi Ralf, > That's what I did. I replaced a PKGBUILD's > http://search.cpan.org/CPAN/authors/id/Y/YE/YEWENBIN/Goo-Canvas-0.06.tar.gz > by > https://cpan.metacpan.org/authors/id/Y/YE/YEWENBIN/Goo-Canvas-0.06.tar.gz > so I removed the search and migrated from http to https. > > However, using the sea

Re: [arch-general] Really about tty !

2021-11-09 Thread Ralph Corderoy via arch-general
Hi Philippe, > I didn't find info in the wiki ; I pretty sure my method to search is > bad but... Doesn't https://wiki.archlinux.org/title/Tty#Add_additional_virtual_consoles cover what you're trying to do? -- Cheers, Ralph.

Re: [arch-general] NEW RECORD! 769 packages out of date

2021-11-03 Thread Ralph Corderoy via arch-general
Hi Antonio, > I'll just point out that this number is completely meaningless, for > the simple reason that it counts *pkgnames* and not *pkgbases*. > So, for instance, firefox-developer-edition contributes almost 100 > packages to the total count. Would an accurate count of how many pkgbases are

Re: [arch-general] NEW RECORD! 769 packages out of date

2021-11-03 Thread Ralph Corderoy via arch-general
Hi Billy, > I don't mean to be rude. ... > LET US (community) HELP YOU! Please stop SHOUTING, for that's how it reads. For emphasis, either work on the choice of words to better convey your meaning or apply *stress* indicators. -- Cheers, Ralph.

Re: [arch-general] A plea for communication from Arch devs & maintainers

2021-11-03 Thread Ralph Corderoy via arch-general
Hi Christopher, > Politics is also a factor and some people are afraid to "step on > others' toes" by updating their packages for them. How it worked in Dept. 1271 at Bell Labs, i.e. where Unix was born and raised, was the last one to touch a program ‘owned it’. So, add an option to grep(1) and

Re: [arch-general] Firefox Ctrl-W

2021-10-22 Thread Ralph Corderoy via arch-general
Hi Paul, > Has anyone been able to figure out how to disable the Ctrl-W shortcut > in Firefox? Not me, but Ctrl-Shift-T immediately afterwards to re-open the just-closed tab often restores the text too. When it fails to do so tends to coincide with a high resulting loss. :-( -- Cheers, Ralph.

Re: [arch-general] [OT] changing ripped music metadata from freeDB to MusicBrainz

2021-06-12 Thread Ralph Corderoy via arch-general
Hi Javier, > I'm wondering if there's a way to repopulate all of it (and more, like > composer information) with MusicBrainz gathered metadata instead. It may be listed at https://wiki.archlinux.org/title/List_of_applications/Multimedia#Audio_tag_editors but I've no suggestion as to which, sorry.

Re: [arch-general] archlinux.org/pacman/pacman.conf.5.html from Aug-2019

2021-06-06 Thread Ralph Corderoy via arch-general
Hi David, > Why the informative text output from a package manager should use > anything other than basic terminal capabilities seems to fly in the > face of the Arch KISS philosophy. As long as it's querying terminfo(5) to check for the capability and using the escape sequence presented there if