* [gentoo-user] emerge notice
@ 2024-07-06 23:31 Thelma
2024-07-06 23:46 ` Jude DaShiell
2024-07-07 8:49 ` Wols Lists
0 siblings, 2 replies; 4+ messages in thread
From: Thelma @ 2024-07-06 23:31 UTC (permalink / raw
To: Gentoo mailing list
I have in my make.conf:
PORTAGE_ELOG_CLASSES="warn error log"
PORTAGE_ELOG_SYSTEM="mail"
PORTAGE_ELOG_MAILURI="info@domain.com /usr/sbin/sendmail"
PORTAGE_ELOG_MAILFROM="portage"
PORTAGE_ELOG_MAILSUBJECT="package \${PACKAGE} merged on \${HOST} with notice"
It used to work, but ever since Rogers took over Shaw network, they started making changes to their mail server and most email sent from command line to myself via my provider doesn't work.
Is there an alternative, example send these notifications to a file or print them at the end of emerge.
--
Thelma
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-user] emerge notice
2024-07-06 23:31 [gentoo-user] emerge notice Thelma
@ 2024-07-06 23:46 ` Jude DaShiell
2024-07-06 23:58 ` Thelma
2024-07-07 8:49 ` Wols Lists
1 sibling, 1 reply; 4+ messages in thread
From: Jude DaShiell @ 2024-07-06 23:46 UTC (permalink / raw
To: Gentoo mailing list
you could first pipe portage output to tee perhaps portage.log for a file
to hold output then use grep on portage.log to find notifications in
context sofollowing lines of notifications would be preserved. I've not
used grep with lines of context before yet so don't know how that feature
would work.
--
Jude <jdashiel at panix dot com>
"There are four boxes to be used in defense of liberty:
soap, ballot, jury, and ammo.
Please use in that order."
Ed Howdershelt 1940.
On Sat, 6 Jul 2024, Thelma wrote:
> I have in my make.conf:
>
> PORTAGE_ELOG_CLASSES="warn error log"
> PORTAGE_ELOG_SYSTEM="mail"
> PORTAGE_ELOG_MAILURI="info@domain.com /usr/sbin/sendmail"
> PORTAGE_ELOG_MAILFROM="portage"
> PORTAGE_ELOG_MAILSUBJECT="package \${PACKAGE} merged on \${HOST} with notice"
>
> It used to work, but ever since Rogers took over Shaw network, they started
> making changes to their mail server and most email sent from command line to
> myself via my provider doesn't work.
>
> Is there an alternative, example send these notifications to a file or print
> them at the end of emerge.
>
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-user] emerge notice
2024-07-06 23:46 ` Jude DaShiell
@ 2024-07-06 23:58 ` Thelma
0 siblings, 0 replies; 4+ messages in thread
From: Thelma @ 2024-07-06 23:58 UTC (permalink / raw
To: gentoo-user
On 7/6/24 17:46, Jude DaShiell wrote:
> you could first pipe portage output to tee perhaps portage.log for a file
> to hold output then use grep on portage.log to find notifications in
> context sofollowing lines of notifications would be preserved. I've not
> used grep with lines of context before yet so don't know how that feature
> would work.
>
>
> --
> Jude <jdashiel at panix dot com>
> "There are four boxes to be used in defense of liberty:
> soap, ballot, jury, and ammo.
> Please use in that order."
> Ed Howdershelt 1940.
What the command would look like.
Maybe it would be a solution for single emerge but I'm not sure how it would work with "emerge -uDNavq world" when a system emerges over 300 packages.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-user] emerge notice
2024-07-06 23:31 [gentoo-user] emerge notice Thelma
2024-07-06 23:46 ` Jude DaShiell
@ 2024-07-07 8:49 ` Wols Lists
1 sibling, 0 replies; 4+ messages in thread
From: Wols Lists @ 2024-07-07 8:49 UTC (permalink / raw
To: gentoo-user
On 07/07/2024 00:31, Thelma wrote:
> I have in my make.conf:
>
> PORTAGE_ELOG_CLASSES="warn error log"
> PORTAGE_ELOG_SYSTEM="mail"
> PORTAGE_ELOG_MAILURI="info@domain.com /usr/sbin/sendmail"
> PORTAGE_ELOG_MAILFROM="portage"
> PORTAGE_ELOG_MAILSUBJECT="package \${PACKAGE} merged on \${HOST} with
> notice"
>
> It used to work, but ever since Rogers took over Shaw network, they
> started making changes to their mail server and most email sent from
> command line to myself via my provider doesn't work.
>
> Is there an alternative, example send these notifications to a file or
> print them at the end of emerge.
>
Bear in mind I've tried to do stuff like this, and failed miserably, but
I run a local mailserver type setup.
And reading between the lines, if you could get this to work, you could
probably get the command line to work too ...
But get something like exim or postfix or whatever set up locally,
configure it to send deliver local mail locally, and forward the rest to
Rogers.
Or if you actually want to use Rogers as your cloud email provider, get
it to send everything.
As a last resort, create an independent local system, so any mail sent
using standard *nix utilities stays on the local system (you'll probably
have to configure both the client and server to use a non-standard port
like 26) and now all your emerge and system monitoring stuff stays local
and under your control.
I feel your pain, my wife's laptop has suddenly stopped communicating
with gmail using thunderbird. But I can access those same accounts, with
the identical config, no problem. What the **** is going on?
Cheers,
Wol
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-07-07 8:49 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-06 23:31 [gentoo-user] emerge notice Thelma
2024-07-06 23:46 ` Jude DaShiell
2024-07-06 23:58 ` Thelma
2024-07-07 8:49 ` Wols Lists
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox