Re: email lacks sender address

2022-04-27 Thread tomas
On Wed, Apr 27, 2022 at 10:43:33PM +0200, Vincent Lefevre wrote: > On 2022-04-27 11:29:17 -0400, Greg Wooledge wrote: > > So if your /etc/mailname contains lenin.histomat.net then mail sent by > > john on your system may(!) have a default(!) from/sender address of > > j...@lenin.histomat.net. Unle

Re: HTTP Proxy

2022-04-27 Thread Tim Woodall
On Wed, 27 Apr 2022, Larry Martin wrote: I am using my home router IP address 192.168.1.0 device number 45. This doesn't make sense. Are you sure it's not one of: 192.168.1.1 192.168.1.254 192.168.1.45 (if it's the latter then you do not want to use the same address on the machine you're ins

Re: file born 30 seconds after its creation on ext4 - bug?

2022-04-27 Thread Greg Wooledge
On Wed, Apr 27, 2022 at 10:45:09PM -0400, Stefan Monnier wrote: > Another option might be that your system's time was "reset". > This shouldn't happen, but it can happen if your NTP was down, the > machine got out-of-sync over time and you restart the NTP server at > which point it may(!) decide to

Re: Graphics::Magick

2022-04-27 Thread IL Ka
Rectangle should be transparent by default (unless you provide `fill` argument explicitly). 'false' is not a valid color, so providing it shouldn't make any difference. I suggest to provide color explicitly: https://imagemagick.org/script/color.php Here i

Re: "Disabling IRQ #9" - how to check for impact

2022-04-27 Thread IL Ka
Hi. Short answer: This is a known kernel bug: https://bugzilla.kernel.org/show_bug.cgi?id=207749 Long answer: This message means some hardware generates an interrupt request, but the interrupt handler (kernel driver) failed to process it. See: https://stackoverflow.com/questions/13861282/understa

Re: email lacks sender address

2022-04-27 Thread Vincent Lefevre
On 2022-04-27 14:31:51 -0400, Greg Wooledge wrote: > Funny thing, though... I'm not sure that /etc/mailname actually does > anything other than sit there looking cute. Reading farther along in > , it says: > > Exim (i.e. exim 3.x) doesn't read /etc/mailname

Re: Unwanted route appears at every reboot...

2022-04-27 Thread Charles Curley
On Wed, 27 Apr 2022 22:49:59 +0200 nimrod wrote: > Please note that I only use Network Manager from the Gnome GUI with a > static address, and I didn't modify the configuration in several > months. Never touched /etc/network* dirs and files, nor > /etc/systemd/network. Check that NM didn't someh

Re: email lacks sender address

2022-04-27 Thread Vincent Lefevre
On 2022-04-27 15:30:33 -0400, Greg Wooledge wrote: > On Wed, Apr 27, 2022 at 07:26:31PM +0100, Brian wrote: > > On Wed 27 Apr 2022 at 08:05:46 -0400, Haines Brown wrote: > > > A message that you sent could not be delivered to one or more of its > > > recipients. This is a permanent error. The f

Re: Unwanted route appears at every reboot...

2022-04-27 Thread Jeremy Ardley
On 28/4/22 4:49 am, nimrod wrote: default dev eno1 scope link src 169.254.30.62 metric 202 the 169.254 address is Used for link-local addresses between two hosts on a single link when no IP address is otherwise specified, such as would have normally been retrieved from a DHCP server. So so

Re: Recommendations for a home server running Debian Bullseye (11)?

2022-04-27 Thread David Christensen
On 4/27/22 05:24, Will Mengarini wrote: * Tom Browder [22-04/27=We 05:50 -0500]: I really appreciate all the advice, but I am not going to build from scratch again [...]. Just in case anybody's discouraged that the OP won't build from scratch, I just want to say /I/ found this thread valuable

Re: Recommendations for a home server running Debian Bullseye (11)?

2022-04-27 Thread David Christensen
On 4/27/22 03:50, Tom Browder wrote: On Tue, Apr 26, 2022 at 08:49 Christian Britz wrote: ... I really appreciate all the advice, but I am not going to build from scratch again (but I will encourage my grandchildren if they ever get interested). In that vein, the link on the modern build-your-

Re: email lacks sender address

2022-04-27 Thread Vincent Lefevre
On 2022-04-27 13:46:01 -0400, Haines Brown wrote: > On Wed, Apr 27, 2022 at 11:29:17AM -0400, Greg Wooledge wrote: > > If what you WANT is for your outgoing mail to appear to come from > > j...@histomat.net then you should have histomat.net in that file instead. > > Thanks for the clarifation. I c

Re: Debian 10 and also 11 installation fails, because grub fails - please fix

2022-04-27 Thread Jaroslav Fojtík
Hi, >Looks like your partition is full. >Check if there are old and unneeded kernels installed. If so, uninstall these >and try again. 133GigaBytes free space on the partition should be sufficient enough. >Please could you install pastebininit, maybe and put all the details into a >pasteb

Unwanted route appears at every reboot...

2022-04-27 Thread nimrod
Hi, yesterday afternoon, after working all day at office without any (network) problem, I decided to reboot my machine. Suddenly I could not navigate on the web. But I could ping the gateway, I could resolve names... just cannot reach the network (most commands just issued the classic "network is

Re: email lacks sender address

2022-04-27 Thread Haines Brown
On Wed, Apr 27, 2022 at 05:14:34PM +0100, Jonathan Dowland wrote: > On Wed, Apr 27, 2022 at 10:37:28AM -0400, Haines Brown wrote: > > Don't my headers show that I'm using Devuan? Devuan is simply Debian > > without systemd. > > And any bugs they have introduced. We cannot handle support for Devuan

Re: email lacks sender address

2022-04-27 Thread Vincent Lefevre
On 2022-04-27 11:29:17 -0400, Greg Wooledge wrote: > So if your /etc/mailname contains lenin.histomat.net then mail sent by > john on your system may(!) have a default(!) from/sender address of > j...@lenin.histomat.net. Unless it's overridden. > > If what you WANT is for your outgoing mail to ap

Re: Debian 10 and also 11 installation fails, because grub fails - please fix

2022-04-27 Thread Andrew M.A. Cater
On Wed, Apr 27, 2022 at 08:34:25PM +0200, Jaroslav Fojtík wrote: > > Dears, > > > > > Please fix an issue in Debian installer that blocks automatic installation. > > It affects all known Debian distributions on my machine. > > > > > > http://78.108.103.11/~fojtik/debian11/DebianInstallFa

Re: email lacks sender address

2022-04-27 Thread Greg Wooledge
On Wed, Apr 27, 2022 at 02:57:19PM -0500, David Wright wrote: > 4) The MAIL FROM address, which is the one that you're having trouble > with. Just to keep everything clear, the MAIL FROM address and the envelope sender address are the same thing. The colloquial use of "sender" (with lowercase s,

Re: HTTP Proxy

2022-04-27 Thread David Wright
On Wed 27 Apr 2022 at 14:24:51 (-0400), gene heskett wrote: > On Wednesday, 27 April 2022 14:04:43 EDT Larry Martin wrote: > > >> Thank you for the prompt reply. I am still having problems. I > > >> enter my IP address as 192.168.1.45 and all appears to go ok. When > > >> it gets to the point of

Re: email lacks sender address

2022-04-27 Thread David Wright
On Wed 27 Apr 2022 at 08:05:46 (-0400), Haines Brown wrote: > David. thanks for hanging in with me! > > On Tue, Apr 26, 2022 at 03:23:17PM -0500, David Wright wrote: > > > Do you know why mutt is adding a Sender: line to your emails? > > Did you ask it to, or have you been asked to by someone els

Re: email lacks sender address

2022-04-27 Thread Greg Wooledge
On Wed, Apr 27, 2022 at 07:26:31PM +0100, Brian wrote: > On Wed 27 Apr 2022 at 08:05:46 -0400, Haines Brown wrote: > > A message that you sent could not be delivered to one or more of its > > recipients. This is a permanent error. The following address(es) failed: > > This message is from your

Re: Crucial SSDs and Debian Bullseye

2022-04-27 Thread Tom Browder
On Wed, Apr 27, 2022 at 12:12 Alexander V. Makartsev wrote: > On 27.04.2022 20:37, Tom Browder wrote: > > ... > > If either of those fail to see it, I’m afraid I toasted it. I don’t > > think that will qualify for a return. I finally got it working! I blame lack of attention to details, old age

Re: email lacks sender address

2022-04-27 Thread Brian
On Wed 27 Apr 2022 at 13:46:01 -0400, Haines Brown wrote: > On Wed, Apr 27, 2022 at 11:29:17AM -0400, Greg Wooledge wrote: > > > YOU ARE NOT USING DEBIAN SO WE DON'T KNOW! > > I insist that the Devan operating system I use is identical to Debian > except for its lack of systemd. Its installati

Re: Debian 10 and also 11 installation fails, because grub fails - please fix

2022-04-27 Thread Hans
Am Mittwoch, 27. April 2022, 20:34:25 CEST schrieb Jaroslav Fojtík: Looks like your partition is full. Check if there are old and unneeded kernels installed. If so, uninstall these and try again. Good luck! Hans > Dears, > > > > > Please fix an issue in Debian installer that blocks automati

Re: how are the dlbd images created?

2022-04-27 Thread didier gaumet
Le mercredi 27 avril 2022 à 15:13 +, Andrew M.A. Cater a écrit : [...] > Congratulations, however, you're the first person I've come across > who actually gains benefit from the dlbd and has reported such: I'm > pleased because it makes the effort of generating them and > (potentially) test

Debian 10 and also 11 installation fails, because grub fails - please fix

2022-04-27 Thread Jaroslav Fojtík
Dears, Please fix an issue in Debian installer that blocks automatic installation. It affects all known Debian distributions on my machine. http://78.108.103.11/~fojtik/debian11/DebianInstallFail.jpg Debian could be hacked to finish installation and then works. This does not loo

Re: email lacks sender address

2022-04-27 Thread Greg Wooledge
On Wed, Apr 27, 2022 at 01:46:01PM -0400, Haines Brown wrote: > Thanks for the clarifation. I changed it to histomat because I want > outgoing mail to appear to come from hai...@histomat.net. OK! We're making progress now. Funny thing, though... I'm not sure that /etc/mailname actually does any

Re: email lacks sender address

2022-04-27 Thread Byung-Hee HWANG
Celejar writes: > (... thanks ...) > the problem is that it doesn't verify the > server's SSL certificate, so it's susceptible to a MITM attack by > someone impersonating Gmail. Again, you'll have to judge for yourself > whether this is something to worry about. Now i understood correctly. Thank

Re: email lacks sender address

2022-04-27 Thread Brian
On Wed 27 Apr 2022 at 08:05:46 -0400, Haines Brown wrote: [...] > A message that you sent could not be delivered to one or more of its > recipients. This is a permanent error. The following address(es) failed: This message is from your smarthost, mail.guardedhost.com. It has attempted to sen

Re: HTTP Proxy

2022-04-27 Thread gene heskett
On Wednesday, 27 April 2022 14:04:43 EDT Larry Martin wrote: > Dan, > > Thank you. That makes perfect sense. > > > On Apr 27, 2022, at 2:02 PM, Dan Ritter wrote: > > > > Larry Martin wrote: > >> Dan, > >> > >> Thank you for the prompt reply. I am still having problems. I > >> enter my IP ad

Re: HTTP Proxy

2022-04-27 Thread Larry Martin
Dan, Thank you. That makes perfect sense. > On Apr 27, 2022, at 2:02 PM, Dan Ritter wrote: > > Larry Martin wrote: >> Dan, >> >> Thank you for the prompt reply. I am still having problems. I enter my IP >> address as 192.168.1.45 and all appears to go ok. >> When it gets to the point of c

Re: email lacks sender address

2022-04-27 Thread Haines Brown
On Wed, Apr 27, 2022 at 11:29:17AM -0400, Greg Wooledge wrote: > If what you WANT is for your outgoing mail to appear to come from > j...@histomat.net then you should have histomat.net in that file instead. Thanks for the clarifation. I changed it to histomat because I want outgoing mail to appe

Re: Crucial SSDs and Debian Bullseye

2022-04-27 Thread Alexander V. Makartsev
On 27.04.2022 20:37, Tom Browder wrote: ... If either of those fail to see it, I’m afraid I toasted it. I don’t think that will qualify for a return. ... What makes you think that way? It is next to impossible to actually mishandle and "toast" a device simply by unpacking it and connecting t

Re: Crucial SSDs and Debian Bullseye

2022-04-27 Thread Felix Miata
Tom Browder composed on 2022-04-27 10:37 (UTC-0500): > I removed the old drive, installed the new SSD, then booted off a Debian > live dvd. > It never found the drive, so I may have killed it. Killed it how? My Linux-only 120G & 240G MX500s were mere PNP, the smaller originally setup in a tower

Re: HTTP Proxy

2022-04-27 Thread Dan Ritter
Larry Martin wrote: > I am installing Debian 11 from a single CD. My plan was to complete the > install via the internet. > I am using my home router IP address 192.168.1.0 device number 45. > However I have no idea about what to specify as an HTTP proxy. > I have tried a couple of options

Re: HTTP Proxy

2022-04-27 Thread Greg Wooledge
On Wed, Apr 27, 2022 at 12:23:12PM -0400, Larry Martin wrote: > I am installing Debian 11 from a single CD. My plan was to complete the > install via the internet. > I am using my home router IP address 192.168.1.0 device number 45. I have no idea what "device number 45" means here. > Howev

Re: HTTP Proxy

2022-04-27 Thread Brian
On Wed 27 Apr 2022 at 12:23:12 -0400, Larry Martin wrote: > I am installing Debian 11 from a single CD. My plan was to complete the > install via the internet. > I am using my home router IP address 192.168.1.0 device number 45. > However I have no idea about what to specify as an HTTP proxy

HTTP Proxy

2022-04-27 Thread Larry Martin
I am installing Debian 11 from a single CD. My plan was to complete the install via the internet. I am using my home router IP address 192.168.1.0 device number 45. However I have no idea about what to specify as an HTTP proxy. I have tried a couple of options but when Debian tries to conne

Re: Graphics::Magick

2022-04-27 Thread Ulf Volmer
On 27.04.22 14:54, mick crane wrote: would result in outlines of 2 rectangles overlaid on white. but with bookworm same thing results in 2 rectangles filled with black. to get same result have to change to $bg->Draw(primitive=>'rectangle',stroke=>'red',points=>"100,100 980,980",fill=>'false');

Re: email lacks sender address

2022-04-27 Thread Jonathan Dowland
On Wed, Apr 27, 2022 at 10:37:28AM -0400, Haines Brown wrote: Don't my headers show that I'm using Devuan? Devuan is simply Debian without systemd. And any bugs they have introduced. We cannot handle support for Devuan because we are not responsible for what they release. -- Please do not CC m

Re: email lacks sender address

2022-04-27 Thread Brian
On Wed 27 Apr 2022 at 11:29:17 -0400, Greg Wooledge wrote: > On Wed, Apr 27, 2022 at 11:05:20AM -0400, Haines Brown wrote: [...] > > In /etc/hosts I have the line: > > > > 127.0.1.1 lenin.histomat.net lenin > > Irrelevant, except insofar as it verifies that you correctly typed yo

Re: Crucial SSDs and Debian Bullseye

2022-04-27 Thread Tom Browder
On Wed, Apr 27, 2022 at 10:11 Keith Bainbridge wrote: > Tom > > Did you remove the old drive and try the SSD using the installer? > I removed the old drive, installed the new SSD, then booted off a Debian live dvd. It never found the drive, so I may have killed it. I am twiddling my thumbs unti

Re: email lacks sender address

2022-04-27 Thread Haines Brown
On Wed, Apr 27, 2022 at 05:13:51PM +0200, Vincent Lefevre wrote: > On 2022-04-25 11:39:01 -0400, Haines Brown wrote: > > Incidentally, I get > > > > $ hostname -A > > lenin-16.home > > > > that's strange. Should be lenin.histomat.net > > About this point, you should not use "hostname -A", b

Re: email lacks sender address

2022-04-27 Thread Greg Wooledge
On Wed, Apr 27, 2022 at 11:05:20AM -0400, Haines Brown wrote: > If mailname (the value of /etc/mailname) is supposed to be my FQDN, > then that would be lenin.histomat.net > > $ hostname -f > lenin.histomat.net > > $ nano /etc/mailname > lenin.histomat.net

Re: email lacks sender address

2022-04-27 Thread Celejar
On Wed, 27 Apr 2022 10:04:06 +0900 Byung-Hee HWANG wrote: > Dear Celejar, > > Celejar writes: > > > On Tue, 26 Apr 2022 09:42:38 +0900 > > 황병희 wrote: > > > >> Dear Greg, > >> > >> Greg Wooledge writes: > >> > >> > (... thanks ...) > >> > unicorn:~$ apt-cache show ssmtp ... > >> Really i

Re: email lacks sender address

2022-04-27 Thread Haines Brown
On Wed, Apr 27, 2022 at 10:52:07AM -0400, Greg Wooledge wrote: > On Wed, Apr 27, 2022 at 10:46:53AM -0400, Haines Brown wrote: > > In exim4 condiguration I select smarthost. > > Is your smarthost "mail.guardedhost.com"? I don't understand. I thought the question in exim configuration referred to

Re: email lacks sender address

2022-04-27 Thread Vincent Lefevre
On 2022-04-25 11:39:01 -0400, Haines Brown wrote: > Incidentally, I get > > $ hostname -A > lenin-16.home > > that's strange. Should be lenin.histomat.net About this point, you should not use "hostname -A", but "hostname -f" (or "hostname --fqdn"). The -A option will just give you the FQDN

Re: how are the dlbd images created?

2022-04-27 Thread Andrew M.A. Cater
On Wed, Apr 27, 2022 at 03:23:15PM +0100, majid hussain wrote: > hi sir Thomas, > > thank you for responding so promptly :) > may you have a great day :) > Majid Hussain > > On 27/04/2022 14:29, Thomas Schmitt wrote: > > Hi, > > > > majid hussain wrote: > > > was just curious, how are the debian

Re: Crucial SSDs and Debian Bullseye

2022-04-27 Thread Keith Bainbridge
Tom Did you remove the old drive and try the SSD using the installer? On 27 April 2022 11:06:20 am UTC, Tom Browder wrote: >I am trying to replace the original hard drive on an old Toshiba laptop >with a 1 TB SSD from Crucial. (I had recently successfully done that in an >old Dell Latitude and

Re: multiple systemd-nspawn container name resolution

2022-04-27 Thread john doe
On 4/27/2022 4:29 PM, basti wrote: Hello, i have setup multiple systemd-nspawn container with virtualEthernet=yes. Inside the container systemd-networkd and systemd-resolved are enabled. So far so good. Is there a way to disable the 169.254... networking for systemd? The problem is as followed

Re: email lacks sender address

2022-04-27 Thread Haines Brown
On Wed, Apr 27, 2022 at 03:31:05PM +0100, Brian wrote: > On Wed 27 Apr 2022 at 15:38:21 +0200, to...@tuxteam.de wrote: > > > On Wed, Apr 27, 2022 at 01:42:05PM +0100, Brian wrote: > > > > [...] > > > > > lenin.histomat.net appears to be unrouteable. How a remote system would > >

Re: Crucial SSDs and Debian Bullseye

2022-04-27 Thread Dan Ritter
Tom Browder wrote: > On Wed, Apr 27, 2022 at 06:42 Christian Britz wrote: > ... > > I have seem some indications on the web though, which suggest there > > might be an ISO image for updating the drive too. What is the exact > > model name? > > > > Crucial MX500 1000GB 2.5-INCH SOLID STATE DRIVE

Re: email lacks sender address

2022-04-27 Thread Greg Wooledge
On Wed, Apr 27, 2022 at 10:46:53AM -0400, Haines Brown wrote: > In exim4 condiguration I select smarthost. Is your smarthost "mail.guardedhost.com"? > So did you mean the > recipient mail server must use smarthost? That's total nonsense. A smarthost is for relaying your outgoing mail.

Re: email lacks sender address

2022-04-27 Thread Haines Brown
On Wed, Apr 27, 2022 at 04:26:09PM +0200, Vincent Lefevre wrote: > On 2022-04-27 09:36:22 -0400, Haines Brown wrote: > > On Wed, Apr 27, 2022 at 01:42:05PM +0100, Brian wrote: > > > On Wed 27 Apr 2022 at 08:05:46 -0400, Haines Brown wrote: > > Thanks for the clarification. > > > > > > These valu

multiple systemd-nspawn container name resolution

2022-04-27 Thread basti
Hello, i have setup multiple systemd-nspawn container with virtualEthernet=yes. Inside the container systemd-networkd and systemd-resolved are enabled. So far so good. Is there a way to disable the 169.254... networking for systemd? The problem is as followed: ip r 169.254.0.0/16 dev ve-test

Re: email lacks sender address

2022-04-27 Thread Haines Brown
On Wed, Apr 27, 2022 at 08:28:27AM -0400, Greg Wooledge wrote: > On Wed, Apr 27, 2022 at 08:05:46AM -0400, Haines Brown wrote: > > If I understand correctly, which is always in serious doubt, it is > > exim that constructs the Sender: line by combining /etc/mailname and > > $LOCALHOST. Is this so

Re: email lacks sender address

2022-04-27 Thread Brian
On Wed 27 Apr 2022 at 15:38:21 +0200, to...@tuxteam.de wrote: > On Wed, Apr 27, 2022 at 01:42:05PM +0100, Brian wrote: > > [...] > > > lenin.histomat.net appears to be unrouteable. How a remote system would >^^^ > > deal with that is anyone's guess. >

Re: exim4 and oAuth

2022-04-27 Thread Dan Ritter
mike.junk...@att.net wrote: > I recently switch ISPs to Frontier.com and find that my emails aren't > going out due to Frontier's insistence on using oAuth which as far as > I can tell is beyond Exim4's capabilities. > Feel free to contradict me if you know otherwise. > I've seen one n

Re: email lacks sender address

2022-04-27 Thread Vincent Lefevre
On 2022-04-27 09:36:22 -0400, Haines Brown wrote: > On Wed, Apr 27, 2022 at 01:42:05PM +0100, Brian wrote: > > On Wed 27 Apr 2022 at 08:05:46 -0400, Haines Brown wrote: > > > > If I understand correctly, which is always in serious doubt, it is > > > exim that constructs the Sender: line by combin

Re: how are the dlbd images created?

2022-04-27 Thread majid hussain
hi sir Thomas, thank you for responding so promptly :) may you have a great day :) Majid Hussain On 27/04/2022 14:29, Thomas Schmitt wrote: Hi, majid hussain wrote: was just curious, how are the debian dlbd images created? By a package named debian-cd: https://tracker.debian.org/pkg/debi

Re: email lacks sender address

2022-04-27 Thread Vincent Lefevre
On 2022-04-27 08:05:46 -0400, Haines Brown wrote: > If I understand correctly, which is always in serious doubt, it is > exim that constructs the Sender: line by combining /etc/mailname and > $LOCALHOST. Is this so? On my machine that uses exim (used to send this mail), exim does not add a "Send

Re: Crucial SSDs and Debian Bullseye

2022-04-27 Thread Tom Browder
On Wed, Apr 27, 2022 at 8:48 AM Anssi Saari wrote: > Tom Browder writes: ... > Looks like the SB800 south bridge supports SATA 3.0 6Gb/s interfaces so > it doesn't seem like it's the problem here. But I have no idea what the > problem could be, other than a faulty drive. Well, as I said original

Re: file born 30 seconds after its creation on ext4 - bug?

2022-04-27 Thread Vincent Lefevre
On 2022-04-27 09:26:50 -0400, Greg Wooledge wrote: > Are you able to reproduce the issue at all, even like 1% of the time? In the past 11 years, I may have ran the script (and looked at the output just after that) hundreds or thousands of times; the commands to look at the output have been in my s

Re: Crucial SSDs and Debian Bullseye

2022-04-27 Thread Anssi Saari
Tom Browder writes: > On Wed, Apr 27, 2022 at 07:08 Alexander V. Makartsev > wrote: > ... > > The laptop is a Toshiba C655D-S5136 Satellite. > The SSD is a Crucial MX500 1000GB 2.5 inch SSD. Some quick specs from https://www.cnet.com/reviews/toshiba-satellite-c655d-review/: Price as reviewed

Re: Crucial SSDs and Debian Bullseye

2022-04-27 Thread Thomas Schmitt
Hi, Christian Britz wrote: > I found it. https://www.crucial.com/support/ssd-support/mx500-support, > there seem to be two versions. Click on the appropriate blue button, a > zip file will be downloaded which contains the ISO. Apparently this can > not be written to USB. Both of them look like th

Re: Crucial SSDs and Debian Bullseye

2022-04-27 Thread Vincent Lefevre
On 2022-04-27 07:46:27 -0500, Tom Browder wrote: > And for future reference, what brand of SSDs (and memory) do you use? A few months ago, when I looked at what was recommended to change the SSD disk of my laptop, I found that the Samsung 870 EVO 1TB was generally recommended. So this is what I ch

Re: email lacks sender address

2022-04-27 Thread tomas
On Wed, Apr 27, 2022 at 01:42:05PM +0100, Brian wrote: [...] > lenin.histomat.net appears to be unrouteable. How a remote system would ^^^ > deal with that is anyone's guess. unresolvable (i.e. there's no (MX) DNS record "out there" for it) is what you

Re: email lacks sender address

2022-04-27 Thread Haines Brown
On Wed, Apr 27, 2022 at 01:42:05PM +0100, Brian wrote: > On Wed 27 Apr 2022 at 08:05:46 -0400, Haines Brown wrote: > > If I understand correctly, which is always in serious doubt, it is > > exim that constructs the Sender: line by combining /etc/mailname and > > $LOCALHOST. Is this so? > > No.

Re: Crucial SSDs and Debian Bullseye

2022-04-27 Thread Vincent Lefevre
On 2022-04-27 17:08:04 +0500, Alexander V. Makartsev wrote: > I've never heard anything like that and I've worked with many > consumer-grade SSDs. > Usually all SSDs "just work". They may come pre-partitioned and > pre-formatted, but this could be reconfigured with any standard utility > programs.

Re: Crucial SSDs and Debian Bullseye

2022-04-27 Thread Christian Britz
On 2022-04-27 14:46 UTC+0200, Tom Browder wrote: > And for future reference, what brand of SSDs (and memory) do you use? Currently I use what is built in to my laptop, a SK Hynix SSD. The Raspi home server is connected to a traditional hard disk. In the past I had a Samsung EVO SSD for home u

Re: how are the dlbd images created?

2022-04-27 Thread Thomas Schmitt
Hi, majid hussain wrote: > was just curious, how are the debian dlbd images created? By a package named debian-cd: https://tracker.debian.org/pkg/debian-cd > and what percentage of the debian archive is used to gennerate them? You may estimate from the .jigdo files which describe them. g

Re: Crucial SSDs and Debian Bullseye

2022-04-27 Thread Alexander V. Makartsev
On 27.04.2022 17:17, Tom Browder wrote: On Wed, Apr 27, 2022 at 07:08 Alexander V. Makartsev wrote: ... The laptop is a Toshiba C655D-S5136 Satellite. The SSD is a Crucial MX500 1000GB 2.5 inch SSD. Thanks, Alexander. -Tom Crucial MX500 is based on SM2258 controller IC from Silicon Motion.

Re: file born 30 seconds after its creation on ext4 - bug?

2022-04-27 Thread Greg Wooledge
On Wed, Apr 27, 2022 at 03:11:22PM +0200, Vincent Lefevre wrote: > So, perhaps there were no issues with openat, but when reading > the directory, the file could not be found because some internal > structures might have been incomplete. If so, this is a bug at the kernel level, perhaps in the VFS

Re: file born 30 seconds after its creation on ext4 - bug?

2022-04-27 Thread Vincent Lefevre
On 2022-04-27 11:39:17 +0200, Thomas Schmitt wrote: > If it has indeed to do with the CPU cache then a particular cache would have > delayed its writing to RAM for 30 seconds but would have served its own CPU > with the full results of file system driver and virtual memory activities > around the n

Graphics::Magick

2022-04-27 Thread mick crane
with bullseye previous Perl script use Graphics::Magick; my $bg=Graphics::Magick->new; $bg->Set(size=>"1000"."x"."1000"); $bg->ReadImage('xc:white'); $bg->Draw(primitive=>'rectangle',stroke=>'red',points=>"100,100 980,980"); $bg->Draw(primitive=>'rectangle',stroke=>'blue',points=>"20,20 400,40

Re: Crucial SSDs and Debian Bullseye

2022-04-27 Thread Tom Browder
On Wed, Apr 27, 2022 at 07:30 Christian Britz wrote: … > I found it. https://www.crucial.com/support/ssd-support/mx500-support, > there seem to be two versions. Click on the appropriate blue button, a > zip file will be downloaded which contains the ISO. Apparently this can > not be written to US

Re: email lacks sender address

2022-04-27 Thread Brian
On Wed 27 Apr 2022 at 08:05:46 -0400, Haines Brown wrote: > David. thanks for hanging in with me! > > On Tue, Apr 26, 2022 at 03:23:17PM -0500, David Wright wrote: > > > Do you know why mutt is adding a Sender: line to your emails? > > Did you ask it to, or have you been asked to by someone else

Re: Recommendations for a home server running Debian Bullseye (11)?

2022-04-27 Thread Will Mengarini
* Tom Browder [22-04/27=We 05:50 -0500]: > I really appreciate all the advice, but I am > not going to build from scratch again [...]. Just in case anybody's discouraged that the OP won't build from scratch, I just want to say /I/ found this thread valuable too. Where do you all buy parts? Alte

Re: Crucial SSDs and Debian Bullseye

2022-04-27 Thread Christian Britz
On 2022-04-27 14:22 UTC+0200, Christian Britz wrote: > > > On 2022-04-27 13:57 UTC+0200, Tom Browder wrote: >> On Wed, Apr 27, 2022 at 06:42 Christian Britz > > wrote: >> ... >> >> I have seem some indications on the web though, which suggest there >> might b

Re: email lacks sender address

2022-04-27 Thread Greg Wooledge
On Wed, Apr 27, 2022 at 08:05:46AM -0400, Haines Brown wrote: > If I understand correctly, which is always in serious doubt, it is > exim that constructs the Sender: line by combining /etc/mailname and > $LOCALHOST. Is this so? > > These values are present: > > $ nano /etec/mailname > lenin

Re: Crucial SSDs and Debian Bullseye

2022-04-27 Thread Christian Britz
On 2022-04-27 13:57 UTC+0200, Tom Browder wrote: > On Wed, Apr 27, 2022 at 06:42 Christian Britz > wrote: > ... > > I have seem some indications on the web though, which suggest there > might be an ISO image for updating the drive too. What is the exact >

Re: Crucial SSDs and Debian Bullseye

2022-04-27 Thread Tom Browder
On Wed, Apr 27, 2022 at 07:08 Alexander V. Makartsev wrote: ... The laptop is a Toshiba C655D-S5136 Satellite. The SSD is a Crucial MX500 1000GB 2.5 inch SSD. Thanks, Alexander. -Tom

Re: Crucial SSDs and Debian Bullseye

2022-04-27 Thread Alexander V. Makartsev
On 27.04.2022 16:06, Tom Browder wrote: I am trying to replace the original hard drive on an old Toshiba laptop with a 1 TB SSD from Crucial. (I had recently successfully done that in an old Dell Latitude and had no problems.) I first did a clean install of Debian 11 on the old drive to ensure

Re: email lacks sender address

2022-04-27 Thread Haines Brown
David. thanks for hanging in with me! On Tue, Apr 26, 2022 at 03:23:17PM -0500, David Wright wrote: > Do you know why mutt is adding a Sender: line to your emails? > Did you ask it to, or have you been asked to by someone else? No, I didn't ask mutt to add a Sender: line and I do not know what

Re: Crucial SSDs and Debian Bullseye

2022-04-27 Thread Tom Browder
On Wed, Apr 27, 2022 at 06:42 Christian Britz wrote: ... I have seem some indications on the web though, which suggest there > might be an ISO image for updating the drive too. What is the exact > model name? > Crucial MX500 1000GB 2.5-INCH SOLID STATE DRIVE Thanks, Christian -Tom

Re: Crucial SSDs and Debian Bullseye

2022-04-27 Thread Christian Britz
On 2022-04-27 13:06 UTC+0200, Tom Browder wrote: > drive. From what I can find at Crucial, I need to install their Storage > Executive program on a Windows host, hook up the SSD to a USB/SATA > connector on that host, and configure or install the firmware onto the SSD. Sounds really crappy. A

how are the dlbd images created?

2022-04-27 Thread majid hussain
hi all, was just curious, how are the debian dlbd images created? I find them very useful my connection is not the most stablest of things currently. so having an option to install offline is most wonderful and what percentage of the debian archive is used to gennerate them? thank you for rea

Crucial SSDs and Debian Bullseye

2022-04-27 Thread Tom Browder
I am trying to replace the original hard drive on an old Toshiba laptop with a 1 TB SSD from Crucial. (I had recently successfully done that in an old Dell Latitude and had no problems.) I first did a clean install of Debian 11 on the old drive to ensure the laptop works okay. Then I installed the

Re: Recommendations for a home server running Debian Bullseye (11)?

2022-04-27 Thread Tom Browder
On Tue, Apr 26, 2022 at 08:49 Christian Britz wrote: ... I really appreciate all the advice, but I am not going to build from scratch again (but I will encourage my grandchildren if they ever get interested). In that vein, the link on the modern build-your-own case (Fractal Design) from David wa

Re: email lacks sender address

2022-04-27 Thread Vincent Lefevre
On 2022-04-27 09:19:38 -, Curt wrote: > On 2022-04-26, David Wright wrote: > > Well, the simple way, which is why I use it, is to put: > > > > set envelope_from_address="someuser@somedomain" > > set use_envelope_from > > The OP sent me an email off-list in which he informed me he was doin

Re: file born 30 seconds after its creation on ext4 - bug?

2022-04-27 Thread Thomas Schmitt
Hi, Vincent Lefevre wrote: > the issue [...] is probably unlikely to occur again. In this case we will hardly be able to find an explanation. > However, there's also the fact that the birth time was 30 seconds > ahead of the actual file creation, while there was no lockup. Yes, your observatio

Re: email lacks sender address

2022-04-27 Thread Curt
On 2022-04-26, David Wright wrote: > > Well, the simple way, which is why I use it, is to put: > > set envelope_from_address="someuser@somedomain" > set use_envelope_from The OP sent me an email off-list in which he informed me he was doing his best and that he'd changed *both* of the followi

Re: file born 30 seconds after its creation on ext4 - bug?

2022-04-27 Thread Vincent Lefevre
Hi, On 2022-04-27 09:07:37 +0200, Thomas Schmitt wrote: > i wrote: > > > So if it got created by the script, maybe it was deleted or renamed > > > shortly afterwards and created again 30 seconds later ? > > Vincent Lefevre wrote: > > The script doesn't do that. The file is created with > > echo

Re: file born 30 seconds after its creation on ext4 - bug?

2022-04-27 Thread Thomas Schmitt
Hi, i wrote: > > So if it got created by the script, maybe it was deleted or renamed > > shortly afterwards and created again 30 seconds later ? Vincent Lefevre wrote: > The script doesn't do that. The file is created with > echo "* $fqdn ($(${1:-.}/config.guess) / ${line#PROC:})" > "$out" > [.