-
ENOMAD
pastebin.com/syPVp0Bb - did I forget anything critical?
-
jbk
i think that should be enough
-
ENOMAD
thanks.
-
ENOMAD
I'm still going to wait until tomorrow morning to send it, just in case I think of something more :)
-
ENOMAD
thanks for the assist today, it is much appreciated!
-
ENOMAD
... and email sent.
-
danmcd_
Curl 8.18 is out with several small CVE fixes.
-
danmcd
There we go...
-
jbk
now if only rsyslog would fix their bugs...
-
Woodstock
didn't someone recently claim they ported syslog-ng? :)
-
jbk
there's a buffer overflow (though it's unclear that it's exploitable.. basically in a corner case, it'll write 1 byte past the end of the buffer, which makes libumem unhappy)
-
jbk
it's on the heap and not the stack
-
jbk
at least
-
ENOMAD
jbk, hopefully that email is what you need to prod Gordon. Let me know if you don't see it. I haven't posted to that list before so I'm just presuming I can.
-
jbk
i didn't see it
-
jbk
are you joined to the list?
-
ENOMAD
hmm. It didn't bounce.
-
jbk
if not, i think it gets held for moderation
-
jbk
(thought not 100% sure, I don't admin them, so not sure how they're configured)
-
ENOMAD
probably not. I'm on omnios-dsicuss but IIRC I never subscribed to illumos-discuss.
-
jbk
though presumably if it is, there's probably someone in here that can release it
-
» ENOMAD nods
-
ENOMAD
I'm on way too many mailing lists so I tend to shy away from subscribing to more.
-
ENOMAD
the joys of being an allarounder.
-
ENOMAD
Hmm. Does illumos ignore crontabs in /etc/cron.d? I was hoping I could have ansible manage some crontab entries without having to mess with scripts to submit jobs.
-
ENOMAD
(I ask because it seems to be ignoring the test crontab I dropped in there.)
-
richlowe
unfortunately, I think /etc/cron.d has that name because /etc/cron was a binary once
-
richlowe
so it's not the cron.d you expect, it's just a directory for cron
-
ENOMAD
:(
-
ENOMAD
Is there an official and suggested way of doing what I'm talking about or do I need to write stuff to shove things into root's crontab?
-
ENOMAD
(looks like /etc/cron is still a binary...)
-
ENOMAD
I was really hoping not to 'polute' root's crontab but I guess I can use ansible.builtin.cron to manage this stuff. I just hate messing with distribution stuff like that.
-
ENOMAD
(and it doesn't include comments saying *why* something is there.)
-
richlowe
I think your only option is probably doing it the old way :\
-
richlowe
though filing a bug to make it not suck would be good too :)
-
ENOMAD
am I failing again or is there really no ticket for this already in bugs.illumos.org?
-
ENOMAD
ah cool, there is a way to add a comment to the line ansible.builtin.cron writes.
-
ENOMAD
-
fenix
→ FEATURE 17811: RFE: support for /etc/cron.d/specific_support_file (New)
-
ENOMAD
hopefully that makes sense.
-
ENOMAD
ION, is there anyone here who can approve the email I sent to illumos-discuss (presumint it's stuck in moderation and not just lost in the void)?
-
ENOMAD
presuming
-
jbk
i have a branch where i started adding something similar to the smf based scheduling bits in solaris 11.4 (since they seem like they'd be useful)
-
jbk
can't remember what they call it
-
jbk
IIRC, I think I got most of the smf bits, but just need to write the actual restarter/bits to run things
-
alanc
periodic & scheduled services (depending on whether they are run every X hours/minutes/etc or run at a given time)
-
jbk
yeah
-
alanc
sigh, the migration to the new blog system in November lost the authors of posts by previous employees, like
blogs.oracle.com/solaris/periodic-and-scheduled-services-with-smf
-
richlowe
cron jobs with dependencies, rather than remembering everything to pgrep for, sounds lovely