[MDEV-26461] Unit name mariadb-extra@.socket Created: 2021-08-21 Updated: 2022-02-11 Resolved: 2021-08-22 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Packaging |
| Affects Version/s: | 10.6.4 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Minor |
| Reporter: | Alex | Assignee: | Daniel Black |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | mariadb-extra, need_feedback, socket | ||
| Environment: |
Distributor ID: Debian |
||
| Issue Links: |
|
||||||||
| Description |
|
When you stop and start mariadb.service, the following messages appear: Failed to get properties: Unit name mariadb-extra@.socket is neither a valid invocation ID nor unit name. The same messages appear when stopping/starting any service. |
| Comments |
| Comment by Daniel Black [ 2021-08-22 ] | |||
|
Systemd units, sockets and services, with @ in the name are multi-instance systemd services. They are started with mariadb@name.socket and mariadb-extra@name.socket. They are not installed enabled https://github.com/MariaDB/server/blob/10.6/debian/rules#L185-L191 and shouldn't be enabled or started without the name. If you have these enabled try to disable with systemctl disable mariadb-extra@.socket Starting/stopping mariadb.service should have no dependency to the multi-instance names. docs https://mariadb.com/kb/en/systemd/#multi-instance-socket-activation | |||
| Comment by Alex [ 2021-08-22 ] | |||
|
Daniel, thanks for trying to help. I'll check if I can turn them off.
And another moment. A similar error appears on 2 machines - remote VDS and Debian 10 on a Windows 10 Hyper-V virtual machine. | |||
| Comment by Alex [ 2021-08-22 ] | |||
|
As I assumed, disabling the sockets did nothing. It's not that they are running. They have been disabled since installation. | |||
| Comment by Daniel Black [ 2021-08-22 ] | |||
|
I don't know. I checked the systemd source code and this message not longer is part of it. | |||
| Comment by Alex [ 2021-08-22 ] | |||
|
Daniel, thank you. I will wait for a response from a person who understands what the problem is. Or he knows how to solve it. | |||
| Comment by Alex [ 2021-08-22 ] | |||
|
I just don't understand why you closed my question? I would not be so disgraced if I were you ... | |||
| Comment by Daniel Black [ 2021-08-22 ] | |||
|
You got a harmess, though slightly confusing message, that isn't generated by MariaDB, that we can't change. I'm not smirking on this. I just don't see a problem to be solved. And there are other bugs that crash and cause people real trouble. | |||
| Comment by Alex [ 2021-08-22 ] | |||
|
Developer ... Developers don't say "I don't know." Empty space ... And we still use what these "I don't know." | |||
| Comment by Alex [ 2021-08-22 ] | |||
|
Just put on your glasses. You are blind. I will solve this problem myself. Without you - the developers ... | |||
| Comment by Tuukka Pasanen [ 2022-02-11 ] | |||
|
Please see |