I’m sorry but I followed all the advices given to make Cockpit (that I installed from Discover) run in my browser on localhost:9090. The browser Firefox cannot make contact with the server on localhost:9090/ Yes, I changed the passwd, group and shadow in etc/nsswitch.conf … but still the result is the same.
Blockquote
systemctl status cockpit.socket
× cockpit.socket - Cockpit Web Service Socket
Loaded: loaded (/usr/lib/systemd/system/cockpit.socket; enabled; preset: disabled)
Active: failed (Result: trigger-limit-hit) since Sat 2025-11-15 17:06:48 CET; 28min ago
Duration: 1min 47.071s
Triggers: ● cockpit.service
Docs: man:cockpit-ws(8)
Listen: [::]:9090 (Stream)
Process: 1797 ExecStartPost=/usr/share/cockpit/motd/update-motd localhost (code=exited, status=0/SUCCESS)
Process: 1805 ExecStartPost=/bin/ln -snf active.motd /run/cockpit/motd (code=exited, status=0/SUCCESS)
Process: 3929 ExecStopPost=/bin/ln -snf inactive.motd /run/cockpit/motd (code=exited, status=0/SUCCESS)
CPU: 21ms
Nov 15 17:05:01 Sysa6PC systemd[1]: Starting Cockpit Web Service Socket…
Nov 15 17:05:01 Sysa6PC systemd[1]: Listening on Cockpit Web Service Socket.
Nov 15 17:06:48 Sysa6PC systemd[1]: cockpit.socket: Trigger limit hit, refusing further activation.
Nov 15 17:06:48 Sysa6PC systemd[1]: cockpit.socket: Failed with result ‘trigger-limit-hit’.
Blockquote
What is this “trigger limit hit”?
Thanks for any answer that could help me (I’m afraid what this will mean for Leap 16.0 …)
offen 01:42PM - 24 Sep 24 UTC
geschlossen 08:50AM - 08 Jan 25 UTC
question
bug
### Explain what happens
1. I try to access cockpit from the webbrowser.
2. C… ockpit.socket crashes with this error:
× cockpit.socket - Cockpit Web Service Socket
Loaded: loaded (/usr/lib/systemd/system/cockpit.socket; enabled; preset: disabled)
Active: failed (Result: trigger-limit-hit) since Tue 2024-09-24 15:33:43 CEST; 8s ago
Duration: 22.153s
Triggers: ● cockpit.service
Docs: man:cockpit-ws(8)
Listen: [::]:9090 (Stream)
Process: 27228 ExecStartPost=/usr/share/cockpit/motd/update-motd localhost (code=exited, status=0/SUCCESS)
Process: 27236 ExecStartPost=/bin/ln -snf active.motd /run/cockpit/motd (code=exited, status=0/SUCCESS)
Process: 27267 ExecStopPost=/bin/ln -snf inactive.motd /run/cockpit/motd (code=exited, status=0/SUCCESS)
CPU: 9ms
systemd[1]: Starting Cockpit Web Service Socket...
systemd[1]: Listening on Cockpit Web Service Socket.
systemd[1]: cockpit.socket: Trigger limit hit, refusing further activation.
systemd[1]: cockpit.socket: Failed with result 'trigger-limit-hit'.
### Version of Cockpit
The one that opensuse leap 15.6 downloads automatically when you type zypper install cockpit on 23.09.2024
### Where is the problem in Cockpit?
Networking
### Server operating system
openSUSE
### Server operating system version
Opensuse Leap 15.6
### What browsers are you using?
Firefox
### System log
```shell
systemd[1]: Dependency failed for Cockpit Web Service.
cockpit.service: Job cockpit.service/start failed with result 'dependency'.
Dependency failed for Cockpit Web Service.
cockpit.service: Job cockpit.service/start failed with result 'dependency'.
Dependency failed for Cockpit Web Service.
cockpit.service: Job cockpit.service/start failed with result 'dependency'.
Dependency failed for Cockpit Web Service.
cockpit.service: Job cockpit.service/start failed with result 'dependency'.
Dependency failed for Cockpit Web Service.
cockpit.service: Job cockpit.service/start failed with result 'dependency'.
Dependency failed for Cockpit Web Service.
cockpit.service: Job cockpit.service/start failed with result 'dependency'.
Dependency failed for Cockpit Web Service.
cockpit.service: Job cockpit.service/start failed with result 'dependency'.
Dependency failed for Cockpit Web Service.
cockpit.service: Job cockpit.service/start failed with result 'dependency'.
Dependency failed for Cockpit Web Service.
cockpit.service: Job cockpit.service/start failed with result 'dependency'.
Dependency failed for Cockpit Web Service.
cockpit.service: Job cockpit.service/start failed with result 'dependency'.
Dependency failed for Cockpit Web Service.
cockpit.service: Job cockpit.service/start failed with result 'dependency'.
Dependency failed for Cockpit Web Service.
cockpit.service: Job cockpit.service/start failed with result 'dependency'.
Dependency failed for Cockpit Web Service.
cockpit.service: Job cockpit.service/start failed with result 'dependency'.
Dependency failed for Cockpit Web Service.
cockpit.service: Job cockpit.service/start failed with result 'dependency'.
Dependency failed for Cockpit Web Service.it'.
```
I had problems with entries in the /etc/nsswitch.conf, you need:
passwd: compat systemd
group: compat [SUCCESS=merge] systemd
shadow: compat systemd
# Allow initgroups to default to the setting for group.
# initgroups: compat
hosts: files mdns_minimal [NOTFOUND=return] dns
But cockpit in Leap 15.6 has not all plugins as in Leap 16.0, so no need to install cocpit.
Also Yast is available…
It means that the service triggered by the socket unit failed to start too often.
Your post is unreadable. Use preformatted text to post computer output.
Sauerland:
you need
Not on Leap 15.6, no.