Re: Browser traffic interception/inspection

2024-06-30 Thread Lee
On Sun, Jun 30, 2024 at 11:30 AM Max Nikulin wrote: > > On 30/06/2024 12:56, Jeffrey Walton wrote: > >>> On Sat, Jun 29, 2024 at 4:13 PM Lee wrote: > set SSLKEYLOGFILE=C:\Users\Lee\AppData\Local\Temp\FF-SSLkeys.txt > start C:\"Program Files\Firefox\Firefox.exe" > [...] > > Browsers do not

Re: How to use Wine, How to get Gecko to install and work

2024-06-30 Thread George at Clug
On Monday, 01-07-2024 at 15:48 didier gaumet wrote: > Le 01/07/2024 à 01:24, George at Clug a écrit : > [...] > > I have not found useful documentation that can get me over the "Could not > > find Wine Gecko", "Failed to init Gecko" error messages. > [...] > > Hello, > > disclaimer: I have n

Re: how2 format a flash drive

2024-06-30 Thread Jeffrey Walton
On Sat, Jun 29, 2024 at 4:13 PM Lee wrote: > > On Tue, Jun 25, 2024 at 7:26 PM George wrote: > > [...] > > If you have any grips or difficulties, please mention them. > > My gripes and difficulties are the same thing. [...] > something equivalent to notepad++, You might give Notepadqq a spin. I'v

Re: How to use Wine, How to get Gecko to install and work

2024-06-30 Thread didier gaumet
Le 01/07/2024 à 01:24, George at Clug a écrit : [...] I have not found useful documentation that can get me over the "Could not find Wine Gecko", "Failed to init Gecko" error messages. [...] Hello, disclaimer: I have not used Wine in ages, so I cannot be of real help Note, you could tell wh

Re: how2 format a flash drive

2024-06-30 Thread jeremy ardley
On 1/7/24 10:32, Lee wrote: Bluefish looks like a possible replacement for notepad++ but it doesn't [seem to?] support WYSIWYG editing of html files. Visual Studio Code allows you to edit HTML and preview it using Live Server plugin https://marketplace.visualstudio.com/items?itemName=rit

Re: Browser traffic interception/inspection (was: how2 format a flash drive)

2024-06-30 Thread Jeffrey Walton
On Sun, Jun 30, 2024 at 9:46 PM Jeffrey Walton wrote: > > On Sun, Jun 30, 2024 at 9:35 PM Lee wrote: > >[...] > > ... which is the downside of free software. Technically, yes, I'm > > free to build the software with whatever I want enabled, with whatever > > changes I want added/deleted. > > I

Re: How to get an email notification every time a package is updated

2024-06-30 Thread tomas
On Sun, Jun 30, 2024 at 08:34:25PM -0700, B wrote: > > Darn and I liked your wiki. I didn't know you were a toxic. Please stop that. He was one trying to offer help. Part of that help was pointing out that your requirements, as you stated them, are incomplete and possibly contradictory. Many of

Re: How to get an email notification every time a package is updated

2024-06-30 Thread B
Darn and I liked your wiki. I didn't know you were a toxic. On 6/30/24 11:43 AM, Greg Wooledge wrote: Can I ask why? You can. I have a funny feeling we won't get an answer. The fact that B is interested in unstable*primarily* (it's the first thing mentioned) tells us an enormous amount.

Re: how2 format a flash drive

2024-06-30 Thread Lee
Hi, On Sat, Jun 29, 2024 at 1:12 PM Dan Ritter wrote: > > Lee wrote: > > My gripes and difficulties are the same thing. No universal image > > viewer like Ifranview, > > `apt search image viewer` suggests: eog, eom, ephoto, photoqt.. > among dozens of others. But start with one of those. Thanks

Re: Browser traffic interception/inspection (was: how2 format a flash drive)

2024-06-30 Thread Jeffrey Walton
On Sun, Jun 30, 2024 at 9:35 PM Lee wrote: > > On Sat, Jun 29, 2024 at 4:45 PM Jeffrey Walton wrote: > > > > On Sat, Jun 29, 2024 at 4:13 PM Lee wrote: > > > > > > [...] Debian firefox does NOT allow one to do > > > TLS intercept - ie. this does not work: > > > C:\UTIL>cat firefox-tlsdecode.bat >

Re: Browser traffic interception/inspection (was: how2 format a flash drive)

2024-06-30 Thread Lee
Hi, On Sat, Jun 29, 2024 at 4:45 PM Jeffrey Walton wrote: > > On Sat, Jun 29, 2024 at 4:13 PM Lee wrote: > > > > [...] Debian firefox does NOT allow one to do > > TLS intercept - ie. this does not work: > > C:\UTIL>cat firefox-tlsdecode.bat > > set SSLKEYLOGFILE=C:\Users\Lee\AppData\Local\Temp\FF-

Re: How to use Wine, How to get Gecko to install and work

2024-06-30 Thread George at Clug
Richard, Thanks for your reply. On Sunday, 30-06-2024 at 17:11 Richard wrote: > Depends on what you are trying to do. I am trying to understand how to use Wine so that I can install various Windows programs and have them work. With the knowledge I would like to help others who are even less t

Re: sendmail and starttls failing

2024-06-30 Thread Jeffrey Walton
On Sun, Jun 30, 2024 at 6:13 PM Greg Wooledge wrote: > > On Sun, Jun 30, 2024 at 23:08:01 +0100, Tim Woodall wrote: > > According to this > > https://support.trustwave.com/kb/KnowledgebaseArticle10016.aspx > > > > bare CRs aren't allowed in emails but this has always worked. > > > > I'm only likel

Re: sendmail and starttls failing

2024-06-30 Thread Jeffrey Walton
On Sun, Jun 30, 2024 at 6:08 PM Tim Woodall wrote: > > On Sun, 30 Jun 2024, Tim Woodall wrote: > > > On Sun, 30 Jun 2024, Michael Grant wrote: > > > >> After an update today, sendmail is refusing to accept mail. I'm > >> seeing this in the logs: > >> > > > > Hmmm, this update seems to have done a

Re: sendmail and starttls failing

2024-06-30 Thread Tim Woodall
On Sun, 30 Jun 2024, Michael Grant wrote: Yeah I'm seeing this too! Identical in fact. This is what I did to fix this: I added this to my /etc/mail/access file for my local server that sends this messages to me: SRV_Features:127.0.0.1 L U G Specifically, I added the U and G features, (I

Re: sendmail and starttls failing

2024-06-30 Thread Tim Woodall
On Sun, 30 Jun 2024, Greg Wooledge wrote: On Sun, Jun 30, 2024 at 23:08:01 +0100, Tim Woodall wrote: According to this https://support.trustwave.com/kb/KnowledgebaseArticle10016.aspx bare CRs aren't allowed in emails but this has always worked. I'm only likely to have cron generating emails l

Re: sendmail and starttls failing

2024-06-30 Thread Greg Wooledge
On Sun, Jun 30, 2024 at 23:08:01 +0100, Tim Woodall wrote: > According to this > https://support.trustwave.com/kb/KnowledgebaseArticle10016.aspx > > bare CRs aren't allowed in emails but this has always worked. > > I'm only likely to have cron generating emails like this. > > Strange that this w

Re: sendmail and starttls failing

2024-06-30 Thread Tim Woodall
On Sun, 30 Jun 2024, Tim Woodall wrote: On Sun, 30 Jun 2024, Michael Grant wrote: After an update today, sendmail is refusing to accept mail. I'm seeing this in the logs: Hmmm, this update seems to have done a lot of odd things. root@dirac:~# mail root Cc: Subject: test cr this is^Ma

Re: sendmail and starttls failing

2024-06-30 Thread Michael Grant
On Sun, Jun 30, 2024 at 10:20:24PM +0100, Tim Woodall wrote: > On Sun, 30 Jun 2024, Michael Grant wrote: > > > After an update today, sendmail is refusing to accept mail. I'm > > seeing this in the logs: > > > > Hmmm, this update seems to have done a lot of odd things. > > MSP Queue status...

Re: sendmail and starttls failing

2024-06-30 Thread Tim Woodall
On Sun, 30 Jun 2024, Michael Grant wrote: After an update today, sendmail is refusing to accept mail. I'm seeing this in the logs: Hmmm, this update seems to have done a lot of odd things. MSP Queue status... /var/spool/mqueue-client (2 requests) -Q-ID- --Size--

Re: Re (3): Backup.

2024-06-30 Thread David Christensen
On 6/30/24 08:37, Andy Smith wrote: Thank you for that informative discussion of rsnapshot(1) and related. :-) My initial reaction to this thread was to recommend Preston [1]. I still think that is decent advice; both for noobs and for experienced people who missed it. David [1] Pre

Re: How to get an email notification every time a package is updated

2024-06-30 Thread Greg Wooledge
On Sun, Jun 30, 2024 at 13:22:15 -0500, David Wright wrote: > On Sat 29 Jun 2024 at 22:46:00 (-0700), B wrote: > > It seems crazy that in all the history of Debian, nobody said "There's > > a package I care about and I want to get immediately when a new > > version is released." No, the crazy part

Re: sendmail and starttls failing

2024-06-30 Thread Tim Woodall
On Sun, 30 Jun 2024, Michael Grant wrote: Jun 30 11:43:00 bottom sm-mta[18852]: AUTH: available mech=DIGEST-MD5 CRAM-MD5 LOGIN PLAIN, allowed mech=EXTERNAL Update here, it's not apparently an STARTTLS error, it's an AUTH error. Something in the update last night altered my list of available

Re: How to get an email notification every time a package is updated

2024-06-30 Thread David Wright
On Sun 30 Jun 2024 at 02:31:28 (-0700), B wrote: > Thanks for the suggestion, but unfortunately I already researched that > and there are problems. On Sat 29 Jun 2024 at 22:46:00 (-0700), B wrote: > It seems crazy that in all the history of Debian, nobody said "There's > a package I care about and

Re: Bug processo di installazione debian 32 bit

2024-06-30 Thread Stanislav Vlasov
вс, 30 июн. 2024 г. в 17:23, Uno Qualsiasi : > > Buongiorno vi contatto per segnalare un problema nel processo di > installazione di debian 12.5.0 dvd iso 32 bit, ossia che quando arriva al > momento di eseguire “grub-install” su disco primario mi fa errore. Su > qualsiasi pf 32 bit lo provi è f

Re: sendmail and starttls failing

2024-06-30 Thread Michael Grant
> Jun 30 11:43:00 bottom sm-mta[18852]: AUTH: available mech=DIGEST-MD5 > CRAM-MD5 LOGIN PLAIN, allowed mech=EXTERNAL Update here, it's not apparently an STARTTLS error, it's an AUTH error. Something in the update last night altered my list of available AUTH mechanisms. I manually updated sendm

Re: Backup.

2024-06-30 Thread eben
On 6/30/24 10:42, pe...@easthope.ca wrote: > From: e...@gmx.us > Date: Thu, 27 Jun 2024 15:52:44 -0400 >> On one computer I use rsync ... > > See reply to Eduardo. Ah, you mean this one: On 6/30/24 10:36, pe...@easthope.ca wrote: > From: Eduardo M KALINOWSKI > Date: Thu, 27

sendmail and starttls failing

2024-06-30 Thread Michael Grant
After an update today, sendmail is refusing to accept mail. I'm seeing this in the logs: STARTTLS=read, info: fds=9/4, err=2 Here's the full log from when I try to send a message through my server with authentication: Jun 30 11:42:59 bottom sm-mta[18852]: NOQUEUE: connect from [1.2.3.4] Jun 30

Re: Backup

2024-06-30 Thread Andy Smith
On Sun, Jun 30, 2024 at 08:19:54AM -0700, pe...@easthope.ca wrote: > From: Andy Smith > Date: Sun, 30 Jun 2024 14:21:45 + > > What is this person doing? > > Keeping a historical backup by an efficient method. While refusing to look into any modern backup system designed by experienc

Re: Re (3): Backup.

2024-06-30 Thread Andy Smith
Hi, On Sun, Jun 30, 2024 at 07:36:58AM -0700, pe...@easthope.ca wrote: > >From https://rsnapshot.org/ > > rsnapshot is a filesystem snapshot utility ... > > Rather than a snapshot of the extant file system, I want to keep a > history of the files in the file system. You should read more than on

Re: Backup

2024-06-30 Thread peter
From: Andy Smith Date: Sun, 30 Jun 2024 14:21:45 + > What is this person doing? Keeping a historical backup by an efficient method. https://lists.debian.org/debian-user/2024/06/msg00780.html > Just use borgbackup, restic, amanda or even rsnapshot (ancient but > still functional).

Re: Browser traffic interception/inspection

2024-06-30 Thread Max Nikulin
On 30/06/2024 12:56, Jeffrey Walton wrote: On Sat, Jun 29, 2024 at 4:13 PM Lee wrote: set SSLKEYLOGFILE=C:\Users\Lee\AppData\Local\Temp\FF-SSLkeys.txt start C:\"Program Files\Firefox\Firefox.exe" [...] Browsers do not support the passive capture/replay that OP wants. Lee, may you, please, sp

Re: Backup.

2024-06-30 Thread Anssi Saari
pe...@easthope.ca writes: > I'm beginning to learn Git. So I wonder about another approach where > files are in a local Git repository. That would allow tracing the > history of any file. A backup of the extant repository would still be > necessary. bup is a backup application using git.

Re: Backup.

2024-06-30 Thread peter
From: e...@gmx.us Date: Thu, 27 Jun 2024 15:52:44 -0400 > On one computer I use rsync ... See reply to Eduardo. Thx, ... P. -- VoIP: +1 604 670 0140 work: https://en.wikibooks.org/wiki/User:PeterEasthope

Re (3): Backup.

2024-06-30 Thread peter
From: Eduardo M KALINOWSKI Date: Thu, 27 Jun 2024 16:06:18 -0300 > rnapshot >From https://rsnapshot.org/ > rsnapshot is a filesystem snapshot utility ... Rather than a snapshot of the extant file system, I want to keep a history of the files in the file system. Thanks,

Re: Backup.

2024-06-30 Thread peter
From: Jerome BENOIT Date: Thu, 27 Jun 2024 21:53:44 +0200 > why did you not use something as backup2l ? Unaware of it. From: https://github.com/gkiefer/backup2l > The restore function allows to easily restore the state of the file > system or arbitrary directories/files of previous poin

Re: Backup.

2024-06-30 Thread tomas
On Sun, Jun 30, 2024 at 02:21:45PM +, Andy Smith wrote: > Hello, [...] > Git has some properties that are desirable for general backup > purposes, but also some fairly huge downsides. For example: > > - It's not efficient or performant for storing large binary files. [...] Plus, it doesn't

Re: Backup.

2024-06-30 Thread Andy Smith
Hello, On Sun, Jun 30, 2024 at 06:40:03AM -0700, pe...@easthope.ca wrote: > I'm beginning to learn Git. So I wonder about another approach where > files are in a local Git repository. That would allow tracing the > history of any file. A backup of the extant repository would still be > nece

Re: Backup.

2024-06-30 Thread Michael Kjörling
On 30 Jun 2024 06:40 -0700, from pe...@easthope.ca: >> You could give the backups volume ids which tell the date. >> >> -volid BOB_"$(date '+%Y_%m_%d_%H%M%S')" >> >> (BOB = Backup Of Backup :)) > > I'm beginning to learn Git. So I wonder about another approach where > files are in a l

Debian 12.6 - clamav-deamon does not use a socket

2024-06-30 Thread christian
Hello, I'm currently struggling with the problem that my clamav daemon creates /var/run/clamav/clamd.ctl as a socket, but I can't connect to Rspamd. At first I thought that rspamd wasn't sending anything, but clamav isn't addressing any socket. When I check this using sockstat, no active sock

Re: Backup.

2024-06-30 Thread peter
From: "Thomas Schmitt" Date: Fri, 28 Jun 2024 23:35:31 +0200 > You could give the backups volume ids which tell the date. > > -volid BOB_"$(date '+%Y_%m_%d_%H%M%S')" > > (BOB = Backup Of Backup :)) I'm beginning to learn Git. So I wonder about another approach where files are

Re: Need help with narroely focused use case of Emacs

2024-06-30 Thread mick.crane
On 2024-06-30 14:21, Greg Wooledge wrote: On Sun, Jun 30, 2024 at 12:32:15 +0100, mick.crane wrote: got it thanks. I don't know what you're trying to do, but ERE [0-7]{1,2} matches one- or two-digit *octal* numbers (e.g. 5, 07, 72, 77) but not numbers that contains the digits 8 or 9. D

Re: Need help with narroely focused use case of Emacs

2024-06-30 Thread Andy Smith
Hello, On Sun, Jun 30, 2024 at 09:21:57AM -0400, Greg Wooledge wrote: > Do you have a book whose verses are enumerated in octal? No one clarified that this was the *Christian* Bible. 😀 Thanks, Andy

Re: Backup.

2024-06-30 Thread peter
From: "Thomas Schmitt" Date: Fri, 28 Jun 2024 23:35:31 +0200 > I am working on a solution for your non-unique volume id situation > by optionally referring to modification timestamps. > A new command -toc_info_type can switch -toc away from showing volume ids: > > $ xorriso -indev /dev/

Re: Need help with narroely focused use case of Emacs

2024-06-30 Thread Greg Wooledge
On Sun, Jun 30, 2024 at 12:32:15 +0100, mick.crane wrote: > got it thanks. > > > > > > > I don't know what you're trying to do, but ERE [0-7]{1,2} matches one- or two-digit *octal* numbers (e.g. 5, 07, 72, 77) but not numbers that contains the digits 8 or 9. Do you have a book whose verses

Re: How to get an email notification every time a package is updated upstream?

2024-06-30 Thread Greg Wooledge
On Sat, Jun 29, 2024 at 22:46:00 -0700, B wrote: > On 6/29/24 7:48 PM, Greg Wooledge wrote: > > My next question: is this a package that's*installed* on your system? > > No. Not even the same arch or release as the installed system. I'll even go > further and tell you I want these notifications on

Re: How to use Wine, How to get Gecko to install and work

2024-06-30 Thread Mario Marietto
You can try this tool : https://github.com/winegui/WineGUI On Sun, Jun 30, 2024 at 1:58 PM Richard wrote: > Depends on what you are trying to do. But in my experience, if you don't > need to do some heavy work to maybe get something to work, take a look at > Bottles [1]. It's kinda a GUI for W

Eric Naggum [was: Curt having his fits]

2024-06-30 Thread tomas
On Sun, Jun 30, 2024 at 11:44:04AM +0200, Geert Stappers wrote: > On Sat, Jun 29, 2024 at 04:31:43PM -0700, Will Mengarini wrote: > > Richard [24-06/30=Su 00:57 +0200]: > > > That's how you warrant your ban, idiot. > > > > Don't get yourself banned, Richard. > > > > Anybody else remember ...

Re: Need help with narroely focused use case of Emacs

2024-06-30 Thread mick.crane
On 2024-06-29 20:29, Greg Wooledge wrote: On Sat, Jun 29, 2024 at 20:18:02 +0100, mick.crane wrote: Oh, I see what the question was. There is "use regular expressions", "use multi line matching" in Geany I'm not very good at regular expressions. I'd probably do it 3 times "search for" "search f

Re: How to get an email notification every time a package is updated upstream?

2024-06-30 Thread debian-user
B wrote: > It seems crazy that in all the history of Debian, nobody said > "There's a package I care about and I want to get immediately when a > new version is released." And if they had, doing an "apt-get update" > every minute of the day would not have been any part of the desired > outcome. I

Re: balenaEtcher

2024-06-30 Thread tv.debian
Le 30/06/2024 à 04:58, Aleix Piulachs a écrit : I had problems with parrot4.4_i386.iso and balenaEtcher 1.19.21, but I uninstalled version 1.19.21 and installed balena1.18.11 and fixed it and it worked Older versions of BalenaEtcher may very well be vulnerable to several exploits linked to

Re: Curt having his fits

2024-06-30 Thread Geert Stappers
On Sat, Jun 29, 2024 at 04:31:43PM -0700, Will Mengarini wrote: > Richard [24-06/30=Su 00:57 +0200]: > > That's how you warrant your ban, idiot. > > Don't get yourself banned, Richard. > > Anybody else remember ..? > Assume the person moved on, became a better human. So no reason to d

Re: How to get an email notification every time a package is updated upstream?

2024-06-30 Thread B
On 6/30/24 1:55 AM, Michael Kjörling wrote: I will readily admit that it doesn't immediately meet all of your criteria, but one possible venue especially if you are only interested in a few specific packages might be to point e.g. rss2email at the package events RSS feed available through trac

Re: How to get an email notification every time a package is updated upstream?

2024-06-30 Thread Michael Kjörling
On 29 Jun 2024 19:15 -0700, from b...@mydomainnameisbiggerthanyours.com (B): > My objective is to get an email notification when an update is available for > a specific Debian package. > > It sounds simple. Something like this should already exist, right? The > requirements are trivial. Yet after

Re: Bug processo di installazione debian 32 bit

2024-06-30 Thread Michael Kjörling
On 30 Jun 2024 09:11 +0200, from unoqualsiasi...@icloud.com (Uno Qualsiasi): > Buongiorno vi contatto per segnalare un problema nel processo di > installazione di debian 12.5.0 dvd iso 32 bit, ossia che quando arriva al > momento di eseguire “grub-install” su disco primario mi fa errore. Su > qu

Bug processo di installazione debian 32 bit

2024-06-30 Thread Uno Qualsiasi
Buongiorno vi contatto per segnalare un problema nel processo di installazione di debian 12.5.0 dvd iso 32 bit, ossia che quando arriva al momento di eseguire “grub-install” su disco primario mi fa errore. Su qualsiasi pf 32 bit lo provi è fa lo stesso problema. Inviato da Uno qualsiasi

Re: How to use Wine, How to get Gecko to install and work

2024-06-30 Thread Richard
Depends on what you are trying to do. But in my experience, if you don't need to do some heavy work to maybe get something to work, take a look at Bottles [1]. It's kinda a GUI for Wine and Proton and seems to have some tricks up its sleeves. So take a look at it, maybe it can do everything you are