[MDEV-28260] Missing systemd service unit file on aarch64 Created: 2022-04-07 Updated: 2022-04-08 Resolved: 2022-04-08 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Repositories |
| Affects Version/s: | 10.4.24 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Matt Jones | Assignee: | Vicențiu Ciorbaru |
| Resolution: | Duplicate | Votes: | 0 |
| Labels: | bug | ||
| Environment: |
Ubuntu 20.04 aarch64 |
||
| Issue Links: |
|
||||||||
| Description |
|
On a clean install of an AWS m6gd instance, the systemd unit file appears to be missing. I installed MariaDB 10.4.24 from an apt mirror as below:
Then installed with:
After install, unable to start the service:
Inspecting, it seems like the service file is missing from /lib/systemd:
After copying the Unit file from another x86 server, it works as expected. Maybe something went wrong with the packaging and this file wasn't packaged for some reason? |
| Comments |
| Comment by Elena Stepanova [ 2022-04-07 ] | ||||||||||||||||||||||||||||||||||||||||||
|
Coincidentally, it had just been filed as | ||||||||||||||||||||||||||||||||||||||||||
| Comment by Daniel Black [ 2022-04-08 ] | ||||||||||||||||||||||||||||||||||||||||||
|
Sorry mattjones, the explanation in
Thankfully the libsystemd.so was still linked into the executable to co-operate with the Type=notify service that you copied. |