Mailman3 archive does not display for me after upgrade to Bookworm

2023-09-06 Thread kjohnson
The Mailman3 mailing list forwarding, administration, and archive display all worked here under Bullseye. The symptom I see now is that when I try to view a mailing list archive with a web browser, I see a spinning star where I previously saw data. In addition to the package upgrades, I have

Re: pppoe ipv6 PD

2023-09-06 Thread basti
Am 06.09.23 um 09:37 schrieb Marco: Am 06.09.2023 09:24 schrieb Anssi Saari: That should be enough but I don't really know how pppoe works, I've only used IPv6 with tunneling, 6rd and 6in4 with the late route48.org. With PPP IPv6CP (RFC 2472 is being used. It negotiates a 64 bit interface ide

Re: Debian 12 - IPv4 blocked without fail2ban & co

2023-09-06 Thread Romain
Next time it happens I'll run more tests from the server to my home. I'm wondering if my modem at home could not be the culprit. I'm prepared for more tests here too. But yes I'm sure I don't have any rules on the server: # iptables -nL Chain INPUT (policy ACCEPT) target prot opt source

Re: Debian 12 - IPv4 blocked without fail2ban & co

2023-09-06 Thread Andy Smith
On Wed, Sep 06, 2023 at 10:59:29AM +0200, Romain wrote: > > > > So when this is happening mtr works but http, ssh and ping don't? > > Yes I think there is definitely a firewall involved somewhere as that is quite complicated selective blocking: it's allowing back the ICMP Time Exceeded packets th

Re: Owners of GeForce 600 Series Warning

2023-09-06 Thread Махно
Hello. I have no problems with Nvidia Tesla 470 driver installation (my card is Nvidia Gtx650). Working stable as it should. 2023-09-05, an, 23:50 Stan Katz rašė: > > Owners of GeForce 600 Series graphics cards should be forewarned that the > Nvidia Tesla 470 driver release may result in a crash

Re: just a question about the iwlwifi_20230515-3 file

2023-09-06 Thread tomas
On Wed, Sep 06, 2023 at 11:28:03AM +0100, debian-u...@howorth.org.uk wrote: > Charles Curley wrote: [...] > > E.g. gaining root privileges with "su" vs. "su -i". > > Isn't -i a sudo option rather than an su option? Yes: tomas@trotzki:~$ su -i su: invalid option -- 'i' Try 'su --help' fo

Re: just a question about the iwlwifi_20230515-3 file

2023-09-06 Thread debian-user
Charles Curley wrote: > On Tue, 5 Sep 2023 19:47:00 + > "Andrew M.A. Cater" wrote: > > > At this point, you are not root and so dpkg -i complains. > > Actually she is root (the # in the prompt, and the username@host at > the beginning of the prompt, assuming she hasn't played with her > p

Re: Components of the computer

2023-09-06 Thread Anssi Saari
jeremy ardley writes: > In my experience, just about any aftermarket laptop battery you buy > off ebay or Amazon will have significantly lower capacity than > advertised. Aftermarket batteries can also be physically bad, i.e. not fitting properly. One reason why I finally retired my old Thinkpad

Re: su

2023-09-06 Thread Michel Verdier
On 2023-09-05, Greg Wooledge wrote: > How *incredibly* Red Hat. Really, it just sickens me that this is the > answer accepted by so many people. It's not Red Hat, it's man page and own practice, even before Red Hat exists :) > To perform that installation, you run "su", which gives you a root s

Re: Debian 12 - IPv4 blocked without fail2ban & co

2023-09-06 Thread Romain
> > So when this is happening mtr works but http, ssh and ping don't? Yes If you run tcpdump on the server, do your http/ssh packets even > reach it? I wasn't seeing any request coming from my IP last time I checked. I'll re-check. If you do tcptraceroute on port 22/80/443 from your home, how f

Re: Debian 12 - IPv4 blocked without fail2ban & co

2023-09-06 Thread Andy Smith
Hi, On Wed, Sep 06, 2023 at 08:39:55AM +0200, Romain wrote: > When my IP is blocked, curl returns a "Connection refused," and ping > returns "Destination Port Unreachable." > > I couldn't find any mentions of my IPv4 address in the server logs. MTR > (-4) doesn't report any issues reaching the se

Re: Debian 12 - IPv4 blocked without fail2ban & co

2023-09-06 Thread Romain
No but's this is what I plan to do next time :) Le mer. 6 sept. 2023 à 10:41, Michel Verdier a écrit : > On 2023-09-06, Romain wrote: > > > I couldn't find any mentions of my IPv4 address in the server logs. MTR > > (-4) doesn't report any issues reaching the server. > > Did you run mtr from the

Re: Debian 12 - IPv4 blocked without fail2ban & co

2023-09-06 Thread Michel Verdier
On 2023-09-06, Romain wrote: > I couldn't find any mentions of my IPv4 address in the server logs. MTR > (-4) doesn't report any issues reaching the server. Did you run mtr from the both sides ?

Re: just a question about the iwlwifi_20230515-3 file

2023-09-06 Thread Max Nikulin
On 06/09/2023 05:32, Maureen L Thomas wrote: 02:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8821CE 802.11ac PCIe Wireless Network Adapter Does it mean that your Intel wifi card is a USB one? dpkg-query --show firmware-iwlwifi but it is not found root@debiandesktop-4:/home/

Re: pppoe ipv6 PD

2023-09-06 Thread Marco
Am 06.09.2023 09:24 schrieb Anssi Saari: > That should be enough but I don't really know how pppoe works, I've > only used IPv6 with tunneling, 6rd and 6in4 with the late route48.org. With PPP IPv6CP (RFC 2472 is being used. It negotiates a 64 bit interface identifier to create the link-local add

Re: su

2023-09-06 Thread Max Nikulin
On 06/09/2023 10:41, Greg Wooledge wrote: Just put "ALWAYS_SET_PATH yes" into /etc/default/su and the problem is FIXED. "su" will work properly again! Greg, you provided a valid example when "su -" is undesirable, however in general "su -" is safer than just "su" since it resets some user s