Re: bash read and field separator

2022-12-09 Thread Max Nikulin
On 08/12/2022 23:52, Greg Wooledge wrote: On Thu, Dec 08, 2022 at 09:53:37PM +0700, Max Nikulin wrote: I have tried slash (a character disallowed in file names) instead of space as field separator: The "problem" with that is we have slashes in our pathnames (%p) in almost all cases. But if w

how to find the original install version

2022-12-09 Thread Bonno Bloksma
Hi, Some of my Debian installations have been done several years ago and then gotten upgrades to a new version. Like I have a system that started as a Debian 8 machine and is now at Debian 11, But... how do I find out when a particular machine started it's life, is there a way to find out? How

Re: bash read and field separator

2022-12-09 Thread Greg Wooledge
On Fri, Dec 09, 2022 at 10:23:29PM +0700, Max Nikulin wrote: > find dir dir/ dir// | sed -n l > dir$ > dir/$ > dir//$ > > find dir dir/ dir// -printf '%T@/%TY-%Tm-%Td/%TT/%p\0' | sort -zn | > while IFS=/ read -rd '' _ day time path; do > printf '%s %s %s\n' "$day" "${time%.*}" "$path";

Re: hard disk and sub flash disk issues

2022-12-09 Thread David Wright
On Thu 08 Dec 2022 at 16:38:55 (+0300), Semih Ozlem wrote: > > (i) I accidentally turned one of the partitions on the hard disk of the > machine I currently have to linux swap. That partition contained files that > I may need to review or use later. Is there a way to recove those files and > if so

Re: how to find the original install version

2022-12-09 Thread David Wright
On Fri 09 Dec 2022 at 12:40:48 (+), Bonno Bloksma wrote: > > Some of my Debian installations have been done several years ago and then > gotten upgrades to a new version. > Like I have a system that started as a Debian 8 machine and is now at Debian > 11, > > But... how do I find out when a

Re: how to find the original install version

2022-12-09 Thread tomas
On Fri, Dec 09, 2022 at 12:40:48PM +, Bonno Bloksma wrote: > Hi, > > Some of my Debian installations have been done several years ago and then > gotten upgrades to a new version. > Like I have a system that started as a Debian 8 machine and is now at Debian > 11, > > But... how do I find ou

Global- MSPs/MSSPs and CSPs Install Base

2022-12-09 Thread Hazel Johnson
Hi there, Would you like to target accounts and users of the below install base in order to boost your sales and marketing goals in this last quarter? We have hands in providing contact information of: - Geography North America APAC EMEA LATAM Technology # A/C # Contacts # A/C #

Re: hangs at boot

2022-12-09 Thread David Wright
I've removed [Solved] from the Subject: line as reinstallation doesn't count as a solution, and any evidence is destroyed. On Thu 08 Dec 2022 at 20:33:58 (-0500), Greg Wooledge wrote: > On Fri, Dec 09, 2022 at 01:19:46AM +0100, email.list...@gmail.com wrote: > > As it turns out I didn't need to bu

Re: hangs at boot

2022-12-09 Thread Greg Wooledge
On Fri, Dec 09, 2022 at 01:57:44PM -0600, David Wright wrote: > You and I presumably run our systems with multi-user as the final > target. I think the OP had graphical instead, but hadn't installed > a DM. I didn't change the default target. unicorn:~$ systemctl get-default graphical.target In

Re: hangs at boot

2022-12-09 Thread David Wright
On Fri 09 Dec 2022 at 15:22:23 (-0500), Greg Wooledge wrote: > On Fri, Dec 09, 2022 at 01:57:44PM -0600, David Wright wrote: > > You and I presumably run our systems with multi-user as the final^H^H^H^H^H default > > target. I think the OP had graphical instead, but hadn't installed > > a DM. >

e-mail with line in body beginning with "From"

2022-12-09 Thread Greg Marks
I occasionally send e-mail from the command line via Postfix, using a script containing the command /usr/sbin/sendmail -oi -f -t < file In a recent instance, the body of the e-mail contained a line beginning with the word "From"; the sendmail program prefixed the line with the character ">"

Monitor traffic on a port.

2022-12-09 Thread peter
Debian 11 here. Appears nettools is deprecated. How is traffic on a specific port monitored now? Thx, ... P.

Re: e-mail with line in body beginning with "From"

2022-12-09 Thread Teemu Likonen
* 2022-12-09 20:39:34-0600, Greg Marks wrote: > Is there a way to tell the Postfix sendmail command not to alter any > such lines ["From" lines] in the body of the message? I can't answer your actual question but I think Postfix and other "sendmails" do the right thing. In my opinion you shouldn'