Re: marc.info expired cert.

2022-02-24 Thread Goetz Schultz

I don't think you are correct in your assumption:

 Issuer Name states "Sectigo RSA Domain Validation Secure Server CA", 
plus the cert is valid for a year, not 3 month. So that are two hints 
... 


Thanks and regards

  Goetz R Schultz

>8
Quis custodiet ipsos custodes?
  /"\
  \ /  ASCII Ribbon Campaign
   X   against HTML e-mail
  / \
8<

On 24/02/2022 09:50, harold felton wrote:

following links fail in firefox:
https://marc.info/?l=openbsd-ports=147434362321356=2
https://marc.info/?l=openbsd-tech=159346071801266=2

i can see the cached-version, but a refresh talks about expired-cert...
view-cert shows:  Validity
not-before Tue, 23 Feb 2021 00:00:00 GMT
not-after Wed, 23 Feb 2022 23:59:59 GMT

i assume that the.Lets-Encrypt-cron-job isnt working ?

fyi, h.



OpenPGP_0xBCB85469AF02FF70.asc
Description: OpenPGP public key


OpenPGP_signature
Description: OpenPGP digital signature


Re: Syspatch failed

2021-11-26 Thread Goetz Schultz



On 26/11/2021 18:22, Fabio Martins wrote:

On 2021-11-26 13:37, Goetz Schultz wrote:

Hello list,

I found the issue and have rectified it. All working again.

Thanks and regards

  Goetz R Schultz

>8
Quis custodiet ipsos custodes?
  /"\
  \ /  ASCII Ribbon Campaign
   X   against HTML e-mail
  / \
8<

On 25/11/2021 21:06, Goetz Schultz wrote:

Hello list,

I am a bit stuck with syspatch. When running syspatch it is "doing 
nothing" - coming back with exit code "1". So far I assume something 
fails. I checked dmesg and systemlogs, but nothing in there. Any 
hints? I tried various entries in installurl, but nothing helped.


Any clue where else to look? I can curl/wget to the 
installurl-locations.




Is it worth to share the issue? Or was it too specific?

Regards,

--
Fabio



Maybe it is very specific, but I removed the folder "_sysupgrade" from 
/home and that has fixed it. Still no wiser to the "why".


Thanks and regards

  Goetz R Schultz

>8
Quis custodiet ipsos custodes?
  /"\
  \ /  ASCII Ribbon Campaign
   X   against HTML e-mail
  / \
8<


OpenPGP_0xAE3BF20B2187E63C.asc
Description: OpenPGP public key


OpenPGP_signature
Description: OpenPGP digital signature


Re: Syspatch failed

2021-11-26 Thread Goetz Schultz

Hello list,

I found the issue and have rectified it. All working again.

Thanks and regards

  Goetz R Schultz

>8
Quis custodiet ipsos custodes?
  /"\
  \ /  ASCII Ribbon Campaign
   X   against HTML e-mail
  / \
8<

On 25/11/2021 21:06, Goetz Schultz wrote:

Hello list,

I am a bit stuck with syspatch. When running syspatch it is "doing 
nothing" - coming back with exit code "1". So far I assume something 
fails. I checked dmesg and systemlogs, but nothing in there. Any hints? 
I tried various entries in installurl, but nothing helped.


Any clue where else to look? I can curl/wget to the installurl-locations.



OpenPGP_0xAE3BF20B2187E63C.asc
Description: OpenPGP public key


OpenPGP_signature
Description: OpenPGP digital signature


Syspatch failed

2021-11-25 Thread Goetz Schultz

Hello list,

I am a bit stuck with syspatch. When running syspatch it is "doing 
nothing" - coming back with exit code "1". So far I assume something 
fails. I checked dmesg and systemlogs, but nothing in there. Any hints? 
I tried various entries in installurl, but nothing helped.


Any clue where else to look? I can curl/wget to the installurl-locations.

--
Thanks and regards

  Goetz R Schultz

>8
Quis custodiet ipsos custodes?
  /"\
  \ /  ASCII Ribbon Campaign
   X   against HTML e-mail
  / \
8<

>8--

 /"\
 \ /  ASCII Ribbon Campaign
  X   against HTML e-mail
 / \ 


  This message is transmitted on 100% recycled electrons.

>8--

Please support these causes:

https://you.38degrees.org.uk/petitions/rescue-lanes-on-multi-lane-roads

https://www.justgiving.com/crowdfunding/fylde-cfr-team

8<--
Unsigned message - no responsibillity that content is not altered



Re: Run a command on "last day of month"

2021-09-01 Thread Goetz Schultz



On 01/09/2021 13:02, Nick Holland wrote:

On 9/1/21 5:50 AM, Joel Carnat wrote:

Hello,

I would like to run a command on "the last day of each month".

  From what I understood reading the crontab(5) manpage, the simplest way
would be setting day-of-month to "28-31". But this would mean running
the command 4 times for months that have 31 days.

Is there a simpler/better way to configure crontab(1) to run a command
on "the last day of month" only ?

Thank you,
Joel C.



Just run your script every day, and first thing in the script, check to see
if it is the last day of the month -- and quickly exit if it isn't.  Very
cheap to do and relatively easy if you know a good trick to do it.

http://holland-consulting.net/scripts/endofmonth.html

Find the last day of the month:
    $ set $(cal)
    $ shift $(($# - 1))
    $ echo $1
    30

Compare to today:
    $ date "+%d"
    1

rather easy, and fairly portable.
You could probably stuff it into a one-liner in a crontab, but I would not
recommend it.


Nick.



I would go the other way and check tomorrows date. If it is "01", then I 
know today is the last of this month:


date --date="tomorrow" +%d
02

--
Thanks and regards

  Goetz R Schultz

Quis custodiet ipsos custodes?
>8--
  /"\
  \ /  ASCII Ribbon Campaign
   X   against HTML e-mail
  / \
>8--

>8--

 /"\
 \ /  ASCII Ribbon Campaign
  X   against HTML e-mail
 / \ 


  This message is transmitted on 100% recycled electrons.

>8--

Please support these causes:

https://you.38degrees.org.uk/petitions/rescue-lanes-on-multi-lane-roads

https://www.justgiving.com/crowdfunding/fylde-cfr-team

8<--
Unsigned message - no responsibillity that content is not altered