Summary: | masked rsyslog.service is started | ||
---|---|---|---|
Product: | systemd | Reporter: | Michael Biebl <mbiebl> |
Component: | general | Assignee: | systemd-bugs |
Status: | RESOLVED FIXED | QA Contact: | systemd-bugs |
Severity: | normal | ||
Priority: | medium | CC: | colin |
Version: | unspecified | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Michael Biebl
2013-06-19 19:54:43 UTC
Thinking out loud, this could also affect things like masking bus activated services where the busname Alias is the one that is typically used. I guess a quick test would be to mask AND disable the service, that way the alias would be removed too. I'm posting this for completeness sake (already mentioned on the mailing list): I've tried it with another socket activated service (avahi-daemon) and could not reproduce the problem there. So this might be specific to rsyslog / the sylsog integration. Usually we have foo.service and a corresponding foo.socket. With syslog, the rsyslog.service (or syslog-ng.service) use the syslog.service Alias to map to syslog.socket Maybe systemd get's confused because of this. Actually my comment was really in reply to your mailing list comment about how it's maybe the alias name that's used to trigger the service start (which is how a lot of bus-activated services work - using the busname alias as the SystemdService). How do i fix wireless displays connections in windows 10 https://fixconnectionsbluetoothaudiodeviceswirelessdisplayswindows10.net if you want to add wireless speakers in window 10 PC. This should be fixed now. We are pretty careful to not start masked services: $ systemctl start systemd-timedated.service Failed to start systemd-timedated.service: Unit systemd-timedated.service is masked. $ systemctl start systemd-timedated.socket Job failed. See "journalctl -xe" for details. $ journalctl -u systemd-timedated.socket systemd[1]: systemd-timedated.socket: Socket service systemd-timedated.service not loaded, refusing. systemd[1]: Failed to listen on systemd-timedated.socket. OK, the message could be a bit better, but we refuse. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.