Keyboard stopped working

2025-04-21 Thread Arbol One
In my Debian 12, the keyboard stopped working all of the sudden, i tried using the 'Screen Keyboard', but it didn't work either. Coming from the world of Windows 10, I intended to reinstall the Debian. With the memory stick containing the Debian installation files plugged, I proceeded to reboot

Re: Keyboard stopped working

2025-04-21 Thread Max Nikulin
On 22/04/2025 09:06, David Wright wrote: Searching the web with SBAT self check failed turns up several hits, and they range from Windows updating the list of bad signatures It just mean that you need to download new image and to create a new boot media from it. If you are sure that you

Re: How to extract TABULAR data from a PDF document?

2025-04-21 Thread jeremy ardley
On 22/4/25 10:43, David Wright wrote: I'm not sure if it is mentioned but just take a picture of each page and ask a good Large Language Model to give you a table. Assuming you took a photograph of the screen, I wouldn't be too surprised about its confusing 8 and 0. Everything is so grey on gr

Re: How to extract TABULAR data from a PDF document?

2025-04-21 Thread David Wright
On Fri 18 Apr 2025 at 11:09:52 (+0800), jeremy ardley wrote: > On 15/4/25 22:19, Richard Owlett wrote: > > I don't know how to approach the problem. > > What I would like to end up with is a CSV formatted file > > containing the two left columns of Table A4.14 (pages 106&107) of > > [ > > https://

Re: In cross install, cannot mount fstab

2025-04-21 Thread David Wright
On Mon 21 Apr 2025 at 15:38:45 (-0400), Haines Brown wrote: > I am doing a cross install from my current Debian daedalus systm to a target > disk /dev/nvme1n1. > > I enter chroot, and create /etc/festab on the target. I use the UUIDs repored > by # blkid for > the target disk, > > Then I attemt

Re: Keyboard stopped working

2025-04-21 Thread Timothy M Butterworth
On Mon, Apr 21, 2025 at 10:06 PM Charles Curley < charlescur...@charlescurley.com> wrote: > On Mon, 21 Apr 2025 20:30:01 -0400 > Arbol One wrote: > > > In my Debian 12, the keyboard stopped working all of the sudden, i > > tried using the 'Screen Keyboard', but it didn't work either. Coming > > f

Re: Keyboard stopped working

2025-04-21 Thread David Wright
On Mon 21 Apr 2025 at 20:30:01 (-0400), Arbol One wrote: > > In my Debian 12, the keyboard stopped working all of the sudden, i > tried using the 'Screen Keyboard', but it didn't work either. Coming > from the world of Windows 10, I intended to reinstall the Debian. > With the memory stick contain

Re: Keyboard stopped working

2025-04-21 Thread Charles Curley
On Mon, 21 Apr 2025 20:30:01 -0400 Arbol One wrote: > In my Debian 12, the keyboard stopped working all of the sudden, i > tried using the 'Screen Keyboard', but it didn't work either. Coming > from the world of Windows 10, I intended to reinstall the Debian. On-screen keyboards usually require

Cisco IOS Needed

2025-04-21 Thread Timothy M Butterworth
All, Sorry this is off topic but I figured it could not hurt to ask. Does anyone have an advanced IP Services feature set IOS for Cisco 3550 switch? I am also in need of a k9 feature set for a Cisco 2950. Also I am considering retiring two Cisco 2950-24 switches from my training lab. If anyone w

Keyboard stopped working

2025-04-21 Thread Arbol One
In my Debian 12, the keyboard stopped working all of the sudden, i tried using the 'Screen Keyboard', but it didn't work either. Coming from the world of Windows 10, I intended to reinstall the Debian. With the memory stick containing the Debian installation files plugged, I proceeded to reboo

Re: BTRFS lag

2025-04-21 Thread Eben King
On 4/21/25 18:36, Anders Andersson wrote: On Mon, Apr 21, 2025 at 9:32 PM Eben King wrote: Hi. I have a 4-disk 5.4 TiB (raw) BTRFS array. It is used pretty much exclusively for backups. Today I backed up the NAS to it. Since there had been a lot of changes, the total size of the backup was

Re: BTRFS lag

2025-04-21 Thread Anders Andersson
On Mon, Apr 21, 2025 at 9:32 PM Eben King wrote: > > Hi. I have a 4-disk 5.4 TiB (raw) BTRFS array. It is used pretty much > exclusively for backups. Today I backed up the NAS to it. Since there > had been a lot of changes, the total size of the backup was some 300 > GiB. During the backup, t

Re: In cross install, cannot mount fstab

2025-04-21 Thread Charles Curley
On Mon, 21 Apr 2025 15:38:45 -0400 Haines Brown wrote: > I enter chroot, and create /etc/festab on the target. I use the UUIDs > repored by # blkid for the target disk, > > Then I attemt to mount these partitions > > /:# mount -a > > Mount cann't find the UIIDs. For eample: > > mount

Re: Problem with VLC H 264 after having installed ISPY package

2025-04-21 Thread David Wright
On Mon 21 Apr 2025 at 18:03:04 (+0200), Bernard wrote: > I did reply to your message, sending the output of suggested aptitude > search below... but my reply does not appear to the list messages, > maybe because there were too many lines in it. In any case, I didn't > find anything meaningfull to m

In cross install, cannot mount fstab

2025-04-21 Thread Haines Brown
I am doing a cross install from my current Debian daedalus systm to a target disk /dev/nvme1n1. I enter chroot, and create /etc/festab on the target. I use the UUIDs repored by # blkid for the target disk, Then I attemt to mount these partitions /:# mount -a Mount cann't find the UII

Re: Regular expressions, PCRE [was: Relation(s) between/among Kate, Kwrite, and Katepart]

2025-04-21 Thread debian-user
Nicolas George wrote: > Tom Browder (HE12025-04-21): > > $ time raku -e ‘my $s = “a” x 25; my $r = “a?” x 25 ~ “a” x 25; > > if ($s ~= $r) { say “yes” } ‘ > > I almost asked if Raku uses pairs of Unicode quotes instead of the > symmetrical ASCII one; then I noticed the single quotes, and I

Re: Regular expressions, PCRE [was: Relation(s) between/among Kate, Kwrite, and Katepart]

2025-04-21 Thread Dan Ritter
Nicolas George wrote: > Tom Browder (HE12025-04-21): > > $ time raku -e ‘my $s = “a” x 25; my $r = “a?” x 25 ~ “a” x 25; if > > ($s ~= $r) { say “yes” } ‘ > > I almost asked if Raku uses pairs of Unicode quotes instead of the > symmetrical ASCII one; then I noticed the single quotes, and I kn

Re: Problem with VLC H 264 after having installed ISPY package

2025-04-21 Thread Bernard
Hi David, I did reply to your message, sending the output of suggested aptitude search below... but my reply does not appear to the list messages, maybe because there were too many lines in it. In any case, I didn't find anything meaningfull to me... which doesn't mean that there was nothing..

Re: Problem with VLC H 264 after having installed ISPY package

2025-04-21 Thread Brad Rogers
On Mon, 21 Apr 2025 17:44:30 +0200 Bernard wrote: Hello Bernard, >One of these complainers got a reply, advising to install/re-install >libavcodec58… which seems to have solved his problem. I tested the same I had a similar problem with Pale Moon no longer playing videos. Re-installing libavc

BTRFS lag

2025-04-21 Thread Eben King
Hi. I have a 4-disk 5.4 TiB (raw) BTRFS array. It is used pretty much exclusively for backups. Today I backed up the NAS to it. Since there had been a lot of changes, the total size of the backup was some 300 GiB. During the backup, the "estimated free space" as reported by "btrfs filesyst

Re: Problem with VLC H 264 after having installed ISPY package

2025-04-21 Thread Bernard
I have now completely de-installed and removed the ISPY package (also known as ‘AgentDVR’), according to the process explained on their site. Next, I have checked the install log file that had been generated by this previous install process : /var/log/agentdvr_setup.log (1156 lines) which sh

Re: Regular expressions, PCRE [was: Relation(s) between/among Kate, Kwrite, and Katepart]

2025-04-21 Thread Tom Browder
On Mon, Apr 21, 2025 at 09:20 Nicolas George wrote: > > Tom Browder (HE12025-04-21): > > $ time raku -e ‘my $s = “a” x 25; my $r = “a?” x 25 ~ “a” x 25; if > > ($s ~= $r) { say “yes” } ‘ > > I almost asked if Raku uses pairs of Unicode quotes instead of the > symmetrical ASCII one; then I noti

Re: Regular expressions, PCRE [was: Relation(s) between/among Kate, Kwrite, and Katepart]

2025-04-21 Thread tomas
On Mon, Apr 21, 2025 at 04:19:43PM +0200, Nicolas George wrote: > Tom Browder (HE12025-04-21): > > $ time raku -e ‘my $s = “a” x 25; my $r = “a?” x 25 ~ “a” x 25; if > > ($s ~= $r) { say “yes” } ‘ > > I almost asked if Raku uses pairs of Unicode quotes instead of the > symmetrical ASCII one; t

Re: Regular expressions, PCRE [was: Relation(s) between/among Kate, Kwrite, and Katepart]

2025-04-21 Thread Nicolas George
Tom Browder (HE12025-04-21): > $ time raku -e ‘my $s = “a” x 25; my $r = “a?” x 25 ~ “a” x 25; if > ($s ~= $r) { say “yes” } ‘ I almost asked if Raku uses pairs of Unicode quotes instead of the symmetrical ASCII one; then I noticed the single quotes, and I know the shell does not. > Raku’s re

Re: Regular expressions, PCRE [was: Relation(s) between/among Kate, Kwrite, and Katepart]

2025-04-21 Thread Tom Browder
On Mon, Apr 21, 2025 at 06:55 wrote: > On Mon, Apr 21, 2025 at 07:34:13AM -0400, Greg Wooledge wrote: > > On Mon, Apr 21, 2025 at 08:04:44 +0200, to...@tuxteam.de wrote: > > > [...] quite possibly Perl's engine has been refined (it definitely has > > > been extended) since then. > > [...] > > > It

Re: Relation(s) between/among Kate, Kwrite, and Katepart

2025-04-21 Thread Richard Owlett
On 4/21/25 7:17 AM, Eduardo M KALINOWSKI wrote: Em 21/04/2025 08:50, Richard Owlett escreveu: That does *NOT* express *MY* question!!! Then you should have stated your question more clearly. It was evidently clear enough to *YOU* that you could [and *did] explicitly answer my explicit quest

Re: Relation(s) between/among Kate, Kwrite, and Katepart

2025-04-21 Thread Eduardo M KALINOWSKI
Em 21/04/2025 08:50, Richard Owlett escreveu: That does *NOT* express *MY* question!!! Then you should have stated your question more clearly. Asking a vague a confusing question and then strongly emphasing that what people have gone to the trouble of responding to you is not what you wanted

Re: Regular expressions, PCRE [was: Relation(s) between/among Kate, Kwrite, and Katepart]

2025-04-21 Thread tomas
On Mon, Apr 21, 2025 at 07:34:13AM -0400, Greg Wooledge wrote: > On Mon, Apr 21, 2025 at 08:04:44 +0200, to...@tuxteam.de wrote: > > [...] quite possibly Perl's engine has been refined (it definitely has > > been extended) since then. [...] > It still has the issue. > > hobbit:~$ time perl -e '$

Re: Relation(s) between/among Kate, Kwrite, and Katepart

2025-04-21 Thread Richard Owlett
On 4/20/25 10:40 AM, David wrote: On Sun, 20 Apr 2025 at 14:17, George at Clug wrote: Sorry, but I do not understand the meaning of your words: "universe of discourse" "entity goals" And I am confused by this sentences: "A significant number of which mention Kate *or* Kwrite *or* Katepart."

Re: Regular expressions, PCRE [was: Relation(s) between/among Kate, Kwrite, and Katepart]

2025-04-21 Thread Greg Wooledge
On Mon, Apr 21, 2025 at 08:04:44 +0200, to...@tuxteam.de wrote: > If you like to disappear in rabbit holes, this [3] one is nice. If > not, still the pic at the beginning still shows impressively an > exponential runaway for Perl's re engine compared to Tcl's which > uses a Thompson algorithm. Note

Re: Problem with VLC H 264 after having installed ISPY package

2025-04-21 Thread Bernard
On 19/04/2025 10:39, David wrote: On Sat, 19 Apr 2025 at 04:21, David Wright wrote: You could run a command like: $ aptitude search "?narrow(?installed,?not(?archive(stable)))" to see whether all the packages on your system originate in bookworm. If that command produces any output, th