mirror of
https://github.com/ovh/the-bastion.git
synced 2026-05-10 00:09:09 +02:00
[GH-ISSUE #550] Many cron scripts don't work out-of-the-box on FreeBSD #138
Labels
No labels
answered
bug
documentation
enhancement
enhancement
feature
feature
kept-open-for-info
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/the-bastion#138
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @alexdupre on GitHub (Apr 9, 2025).
Original GitHub issue: https://github.com/ovh/the-bastion/issues/550
osh-remove-empty-folders.shuses the-regextype egrepargument forfind, that is not supported on FreeBSD, but there is the equivalent-Eargument that needs to be set before the pathosh-rotate-ttyrec.shuses the--signal USR1argument forpkill, that is not supported on FreeBSD, but there is the equivalent-USR1argumentosh-lingering-sessions-reaper.shuses several unsupported arguments forps; unfortunately there isn't a straightforward equivalent on FreeBSD, a more complex command pipeline needs to be used@speed47 commented on GitHub (Jul 7, 2025):
Thanks for the report. I've pushed a fix for the two first cron scripts, as these are pretty straighforward. I'll look into the third one and check what is possible (I'd like to avoid aligning
greps, but maybe this is the only solution)