Re: firmware-iwlwifi

2022-10-04 Thread David Wright
On Mon 03 Oct 2022 at 13:27:13 (-0600), Charles Curley wrote: > On Mon, 3 Oct 2022 20:53:46 +0300 Georgi Naplatanov wrote: > > > Actually I think I found out what was happening: > >- for failed connection attempts trough SSH - the notebook > > sometimes switches to suspend/sleep mode and turns

Re: SSD Optimization - Crucial CT1000MX500SSD1

2022-10-04 Thread David Christensen
On 10/4/22 18:41, piorunz wrote: ... fully supported ECC on Intel processors but disabled because no "Xeon" in the name. AIUI memory support on Intel platforms depends upon the chipset and the processor. For example, my Intel S1200V3RPS (C222 chipset) and S1200V3RPL (C226 chipset) server b

Re: SSD Optimization - Crucial CT1000MX500SSD1

2022-10-04 Thread piorunz
On 05/10/2022 01:00, David Christensen wrote: I have moved the majority of my data to servers with ECC memory and ZFS mirrors, but I have little to no defense against memory errors on my desktops and laptops without ECC memory.  So, I keep as little data as possible on the latter, and backup/ ar

Re: gspeaker installation

2022-10-04 Thread Nate Bargmann
* On 2022 04 Oct 11:55 -0500, Gary L. Roach wrote: > Hi all, > > Is anyone familiar with gspeaker installation. This program has to be > compiled from source code. I keep getting the following error when running > make: > > ***/usr/include/glib-2.0/glib/gtypes.h:29:2:error: #error "Only can > be

Re: SSD Optimization - Crucial CT1000MX500SSD1

2022-10-04 Thread David Christensen
On 10/4/22 04:39, piorunz wrote: On 04/10/2022 03:56, David Christensen wrote: Of course, [my trouble-shooting strategy] is all premised upon devising a stimulus that reliably reproduces the result.  When my HDD's/SSD's were having SATA cable and/or drive rack problems, reading 10 GB from th

Re: ssh -X authentication with sudo

2022-10-04 Thread martin f krafft
Regarding the following, written by "debian-u...@howorth.org.uk" on 2022-10-04 at 13:52 Uhr +0100: PS as you surmised, I don't really want root ssh access. But you are running GUIs as root?? -- .''`. martin f. krafft @martinkrafft : :' : proud Debian developer `. `'` http://people.deb

Re: Some applications don't follow default browser settings

2022-10-04 Thread Tianyu Chen
在 2022年10月4日星期二 UTC+8 13:00:06,MaxNikulin写道: x-scheme-handler/http=google-chrome.desktop; x-scheme-handler/https=google-chrome.desktop; Do not forget to run update-desktop-database with a proper directory as its argument. Thanks! Changing the x-scheme-handler to google-chrome.desktop works for

gspeaker installation

2022-10-04 Thread Gary L. Roach
Hi all, Is anyone familiar with gspeaker installation. This program has to be compiled from source code. I keep getting the following error when running make: ***/usr/include/glib-2.0/glib/gtypes.h:29:2:error: #error "Only can be included directly."* I have searched the web and have found

Re: Anacron job output/email

2022-10-04 Thread Charles Curley
On Tue, 4 Oct 2022 11:25:22 -0400 wrote: > As I mentioned, the email which should > have been generated did finally arrive, 3 hours later. Actually, no, you didn't mention it in your original post. -- Does anybody read signatures any more? https://charlescurley.com https://charlescurley.com/b

Re: Anacron job output/email

2022-10-04 Thread Tixy
On Tue, 2022-10-04 at 11:25 -0400, pa...@quillandmouse.com wrote: > Yes, Exim4, properly configured. As I mentioned, the email which should > have been generated did finally arrive, 3 hours later. Go figure. Looking at the email headers would help you figure out where on the delivery route the del

Re: Anacron job output/email

2022-10-04 Thread David Wright
On Tue 04 Oct 2022 at 11:25:22 (-0400), pa...@quillandmouse.com wrote: > On Tue, 4 Oct 2022 08:21:20 -0600 Charles Curley wrote: > > On Tue, 4 Oct 2022 09:11:59 -0400 wrote: > > > > > Can anyone give me a clue why the output of the script > > > would fail to generate an email for me? > > > > Do

Re: Anacron job output/email

2022-10-04 Thread paulf
On Tue, 4 Oct 2022 15:25:29 +0100 debian-u...@howorth.org.uk wrote: > > Folks: > > > > I have a Raspberry Pi (Raspberry Pi OS = Debian version 11.5) which > > runs a backup daily via a file called /etc/cron.daily/backup. This > > file generates copious output, which should get emailed to root. Th

Re: Anacron job output/email

2022-10-04 Thread paulf
On Tue, 4 Oct 2022 08:21:20 -0600 Charles Curley wrote: > On Tue, 4 Oct 2022 09:11:59 -0400 > wrote: > > > Can anyone give me a clue why the output of the script > > would fail to generate an email for me? > > Do you have a mail transport agent (MTA) such as postfix or exim > installed? > Ye

Re: Error including file in nftables.conf

2022-10-04 Thread Dave Parker
On Tue, Oct 4, 2022 at 2:32 AM Anssi Saari wrote: > Dave Parker writes: > > > So, I copied /lib/systemd/system/nftables.service to > /etc/systemd/system/nftables.service, set > > ProtectHome=false, ran "systemctl daemon-reload", and now it works! > > Well, good, buy why not put configuration dat

Re: Error including file in nftables.conf

2022-10-04 Thread Andy Smith
Hello, On Mon, Oct 03, 2022 at 10:36:53PM -0400, Dave Parker wrote: > So, I copied /lib/systemd/system/nftables.service to > /etc/systemd/system/nftables.service, set ProtectHome=false, ran "systemctl > daemon-reload", and now it works! This overrides the entire file with your copy in /etc. That

Re: Anacron job output/email

2022-10-04 Thread debian-user
> Folks: > > I have a Raspberry Pi (Raspberry Pi OS = Debian version 11.5) which > runs a backup daily via a file called /etc/cron.daily/backup. This > file generates copious output, which should get emailed to root. The > backup script ran this morning at 06:25, as predicted. I know this > becaus

Re: Anacron job output/email

2022-10-04 Thread Charles Curley
On Tue, 4 Oct 2022 09:11:59 -0400 wrote: > Can anyone give me a clue why the output of the script > would fail to generate an email for me? Do you have a mail transport agent (MTA) such as postfix or exim installed? -- Does anybody read signatures any more? https://charlescurley.com https://c

Re: ssh -X authentication with sudo

2022-10-04 Thread Jeremy Ardley
On 4/10/22 8:52 pm, debian-u...@howorth.org.uk wrote: To use the display without ssh root login. ssh as normal user to host. Then echo $DISPLAY su - export DISPLAY=localhost:10 (or whatever your logged in user DISPLAY is set to) xauth add $(xauth -f ~/.Xauthority list | tail -1) xhost Tha

Anacron job output/email

2022-10-04 Thread paulf
Folks: I have a Raspberry Pi (Raspberry Pi OS = Debian version 11.5) which runs a backup daily via a file called /etc/cron.daily/backup. This file generates copious output, which should get emailed to root. The backup script ran this morning at 06:25, as predicted. I know this because it created a

Re: ssh -X authentication with sudo

2022-10-04 Thread debian-user
> On 4/10/22 7:39 pm, Greg Wooledge wrote: > > Change the sshd_config to allow direct root logins. > > Then do ssh -X r...@debian.box. > > > > If you're the paranoid type, or if the Debian system is exposed to > > the public Internet, then make sure you only permit root logins > > when using pubkey

Re: ssh -X authentication with sudo

2022-10-04 Thread Jeremy Ardley
On 4/10/22 7:39 pm, Greg Wooledge wrote: Change the sshd_config to allow direct root logins. Then do ssh -X r...@debian.box. If you're the paranoid type, or if the Debian system is exposed to the public Internet, then make sure you only permit root logins when using pubkey authentication, not p

Re: Mount NFS hangs

2022-10-04 Thread Greg Wooledge
On Tue, Oct 04, 2022 at 12:04:56PM +0100, tony wrote: > I can successfully do (pls ignore spurious line break): > > mount -t nfs -o _netdev tony-fr:/mnt/sharedfolder > /mnt/sharedfolder_client > > but the user id is incorrect. What do you mean, "the user id"? As if there's only one? This isn't

Re: ssh -X authentication with sudo

2022-10-04 Thread Greg Wooledge
On Tue, Oct 04, 2022 at 12:31:23PM +0100, Dave Howorth wrote: > I have a machine running debian that I access using ssh. I use the -X > with ssh and can successfully run e.g. xeyes on the debian machine > showing the display on my local machine. But now I want to run a > graphical program that need

Re: SSD Optimization - Crucial CT1000MX500SSD1

2022-10-04 Thread piorunz
On 04/10/2022 03:56, David Christensen wrote: On 10/3/22 09:23, piorunz wrote: On 02/10/2022 21:33, David Christensen wrote: On 10/2/22 06:19, Marcelo Laia wrote: # cat /etc/debian_version ; uname -a bookworm/sid Linux marcelo 5.19.0-2-amd64 #1 SMP PREEMPT_DYNAMIC Debian 5.19.11-1 (2022-09-2

Mount NFS hangs

2022-10-04 Thread tony
Hi, I need to mount a directory from a debian 11 server to a debian 10 client. I can successfully do (pls ignore spurious line break): mount -t nfs -o _netdev tony-fr:/mnt/sharedfolder /mnt/sharedfolder_client but the user id is incorrect. If I now try: mount -t nfs -o _netdev,uid=1002 tony-f

ssh -X authentication with sudo

2022-10-04 Thread Dave Howorth
I have a machine running debian that I access using ssh. I use the -X with ssh and can successfully run e.g. xeyes on the debian machine showing the display on my local machine. But now I want to run a graphical program that needs to run as root on the debian machine while displaying on my local ma