Bug 279672 - databases/mysql*-server: make the rc script service jails aware
Summary: databases/mysql*-server: make the rc script service jails aware
Status: New
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Jochen Neumeister
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-06-11 08:30 UTC by Alexander Leidinger
Modified: 2024-06-11 08:31 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (joneum)


Attachments
mysql80 (476 bytes, patch)
2024-06-11 08:30 UTC, Alexander Leidinger
no flags Details | Diff
mysql81 (476 bytes, patch)
2024-06-11 08:30 UTC, Alexander Leidinger
no flags Details | Diff
mysql84 (476 bytes, patch)
2024-06-11 08:31 UTC, Alexander Leidinger
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Leidinger freebsd_committer freebsd_triage 2024-06-11 08:30:39 UTC
Created attachment 251384 [details]
mysql80

Hi,

attached is a mechanical patch (untested) which makes the rc.d script service jails ready. This is a new feature in -current.

The setup I've chosen is to allow ipv4/ipv6 access. It does not allow to use sysv IPC in a jail. IF you want to add this possibility, the config would need to be changed to "net_basic sysvipc" instead. The config can be overridden in rc.conf.

See also:
  https://docs.freebsd.org/en/books/handbook/jails/#service-jails
  https://docs.freebsd.org/en/articles/rc-scripting/#rcng-service-jails

Bye,
Alexander.
Comment 1 Alexander Leidinger freebsd_committer freebsd_triage 2024-06-11 08:30:58 UTC
Created attachment 251385 [details]
mysql81
Comment 2 Alexander Leidinger freebsd_committer freebsd_triage 2024-06-11 08:31:14 UTC
Created attachment 251386 [details]
mysql84