Re: Firefox resource utilization (was Re: A case for supporting antiquated hardware, was Re: A hypervisor for a headless server?)

2023-06-05 Thread tomas
On Mon, Jun 05, 2023 at 05:59:11PM -0400, Celejar wrote: [...] > The only case I can see in which such offloading would > be unethical is where the website operator is somehow engaging in > deceptive behavior, but assuming it is not [...] A pretty strong assumption given that the crushing maturi

Re: Firefox resource utilization (was Re: A case for supporting antiquated hardware, was Re: A hypervisor for a headless server?)

2023-06-05 Thread Celejar
On Sun, 4 Jun 2023 16:17:47 +0800 Bret Busby wrote: > On 4/6/23 14:32, Max Nikulin wrote: > > > > > I believe, web site creators should be blamed more aggressively than > > browser developers for RAM requirements of contemporary web applications. > > > > That was the point that I was making

Re: problem with local DNS

2023-06-05 Thread Maureen L Thomas
Sorry for the double post but I did not see the first answer any where.  Thank you.  It was a lot easier than I thought it would be.  Again Thank you. On 6/5/23 3:45 AM, Brad Rogers wrote: On Mon, 05 Jun 2023 08:49:11 +0200 Michel Verdier wrote: Hello Michel, I already answered to your pro

Re: It's that time of the year again

2023-06-05 Thread 황병희
Good morning Reco, Reco writes: > Dear list, > > [1] came to my attention today. Quoting the most relevant part (emphasis > mine): > > There are still about 100 known RC bugs affecting bookworm, but we have > accepted *to release having them included*. > > > Forewarned is forearmed, as the

Re: Debian USB Wifi

2023-06-05 Thread Stefan Monnier
> I believe that there are at least some 11ac cards supported by the > vanilla kernel and open source firmware: > > https://wireless.wiki.kernel.org/en/users/Drivers/ath10k > https://wireless.wiki.kernel.org/en/users/Drivers/ath10k/firmware Oh so the Free ath10k firmwares have now grown support fo

Re: Debian USB Wifi

2023-06-05 Thread Celejar
On Mon, 05 Jun 2023 13:51:21 -0400 Stefan Monnier wrote: ... > The best option is to buy one that says clearly that it works with the > vanilla kernel and without requiring proprietary firmware blobs. > These are hard to come by and will usually be sold by companies > specializing in this marke

Re: Debian USB Wifi

2023-06-05 Thread Stefan Monnier
> I want to buy a usb to wifi network. How do I check if the hardware(usb) > has debian support? That's tricky: - It's fairly frequent that manufacturers change the underlying hardware without changing the product name (presumably because they find that some other wifi chipset provides the s

Re: Cable colors and urban legends

2023-06-05 Thread Charlie Gibbs
On Mon Jun 5 09:58:04 2023 gene heskett wrote: > I could go on with my war stories, but I'm boring the list > with off topic rattling. Just suffice to say I've BT & DT many times. Come on over to alt.folklore.computers. It exists to exchange war stories. -- /~\ Charlie Gibbs

Re: Debian USB Wifi

2023-06-05 Thread Charles Curley
On Sun, 4 Jun 2023 21:56:03 -0600 Charles Curley wrote: > I can suggest that you should avoid the ASUS USB-N 13 > Adapter Wireless-N300. This, in spite of the claim of Linux support on > the box. I retract this for Bookworm. It appears to be running just fine on my i386 Lenovo R51 running Bookwo

Re: Mount Permissions (btrfs subvolumes)

2023-06-05 Thread ce
On 6/5/23 7:23 AM, Greg Wooledge wrote: > > You can run the command "mount" with no arguments to see the details of > each mounted file system.  You don't even have to be root.  I don't know > how btrfs subvolumes work, so I don't know whether they appear in the > output of mount, but you could

Re: Debian USB Wifi

2023-06-05 Thread Leandro Noferini
Ciao a tutti, I am using BrosTrend Ac1200 and it works fine.

Screen locker

2023-06-05 Thread Nicolas George
Hi. I need a screen lock mechanism that does not let another user open a new session (= if you lock to go to the bathroom, you get your place back), but after a configurable amount of time (= if you lock and go to the movies, you might not get your place back) has a dialog “this computer is locked

Re: Mount Permissions (btrfs subvolumes)

2023-06-05 Thread Greg Wooledge
On Sun, Jun 04, 2023 at 11:00:18PM -0400, ce wrote: > On 6/4/23 5:46 PM, Greg Wooledge wrote: > > What kind of hardware is this file system on? > > > > What kind of file system is it? > > > > How did you mount it?  (Show the command you used, and any output that > > it produced.) > > > > What does

It's that time of the year again

2023-06-05 Thread Reco
Dear list, [1] came to my attention today. Quoting the most relevant part (emphasis mine): There are still about 100 known RC bugs affecting bookworm, but we have accepted *to release having them included*. Forewarned is forearmed, as they say. [1] https://lists.debian.org/debian-deve

Re: exim - bad file descriptor

2023-06-05 Thread Steve
Le 05-06-2023, à 10:50:00 +0200, Michel Verdier a écrit : Le 5 juin 2023 Steve a écrit : if one succeed without message and with code 0, add in /etc/logrotate.d/exim4-base and /etc/logrotate.d/exim4-paniclog postrotate systemctl exim4-base endscript if you add reload but still get

Re: exim - bad file descriptor

2023-06-05 Thread Michel Verdier
Le 5 juin 2023 Steve a écrit : >>if one succeed without message and with code 0, add in >>/etc/logrotate.d/exim4-base and /etc/logrotate.d/exim4-paniclog >> >>postrotate >>systemctl exim4-base >>endscript >> >>if you add reload but still get the error try restart, I don't know if >>th

Re: exim - bad file descriptor

2023-06-05 Thread Steve
Le 05-06-2023, à 10:21:52 +0200, Michel Verdier a écrit : Le 5 juin 2023 Steve a écrit : Merci pour ton aide Michel. De rien :) Let's continue in english for the list Sure. log_file_path = /var/log/exim4/%slog log_selector = +smtp_protocol_error +smtp_syntax_error +tls_certificate_verif

Re: exim - bad file descriptor

2023-06-05 Thread Michel Verdier
Le 5 juin 2023 Steve a écrit : > Merci pour ton aide Michel. De rien :) Let's continue in english for the list > log_file_path = /var/log/exim4/%slog > log_selector = +smtp_protocol_error +smtp_syntax_error > +tls_certificate_verified +tls_peerdn exim writes directly to the logfiles. If you ge

Re: problem with local DNS

2023-06-05 Thread Brad Rogers
On Mon, 05 Jun 2023 08:49:11 +0200 Michel Verdier wrote: Hello Michel, >I already answered to your problem : I suspect OP is of the belief that we will respond to them directly and, as a consequence, they are not reading the list. -- Regards _ "Valid sig separator is {dash}{dash}{spac

Re: exim - bad file descriptor

2023-06-05 Thread Steve
Le 05-06-2023, à 09:09:05 +0200, Michel Verdier a écrit : Le 5 juin 2023 Steve a écrit : Yes, nothing is done after rotation. But I don't remember the default exim logging mechanism. Can you provide grep -r log_file_path /etc/exim* This gives nothing. Then can you provide exim -bP (snip i

Re: exim - bad file descriptor

2023-06-05 Thread Michel Verdier
Le 5 juin 2023 Steve a écrit : >>Yes, nothing is done after rotation. But I don't remember the default >>exim logging mechanism. Can you provide >> >>grep -r log_file_path /etc/exim* > > This gives nothing. Then can you provide exim -bP (snip ip adresses if you want)