Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A "BUSERROR" notify message is documented but not implemented #6073

Closed
mvduin opened this issue Jun 1, 2017 · 1 comment · Fixed by #33430
Closed

A "BUSERROR" notify message is documented but not implemented #6073

mvduin opened this issue Jun 1, 2017 · 1 comment · Fixed by #33430
Labels
pid1 RFE 🎁 Request for Enhancement, i.e. a feature request

Comments

@mvduin
Copy link
Contributor

mvduin commented Jun 1, 2017

Submission type

  • Documentation error

systemd version the issue has been seen with

git master

Both sd-daemon.h and the sd_notify manpage mention a "BUSERROR=..." notify message, however no such message is actually implemented.

@poettering
Copy link
Member

Yeah, we should collect that and show it.

@poettering poettering added pid1 RFE 🎁 Request for Enhancement, i.e. a feature request labels Jun 12, 2017
YHNdnzj added a commit to YHNdnzj/systemd that referenced this issue Jun 20, 2024
YHNdnzj added a commit to YHNdnzj/systemd that referenced this issue Jun 20, 2024
poettering added a commit to poettering/systemd that referenced this issue Jun 20, 2024
varlinkctl has this nice feature that it sends the varlink error it gets
via sd_notify() to the caller. With systemd#33430 ths information is collected
and exposed in "systemctl status".

Let's make sure we can provide the same in busctl: also propagate errors
the same way.

With this and systemd#33430 we can comprehensively close systemd#6073
poettering added a commit to poettering/systemd that referenced this issue Jun 20, 2024
varlinkctl has this nice feature that it sends the varlink error it gets
via sd_notify() to the caller. With systemd#33430 ths information is collected
and exposed in "systemctl status".

Let's make sure we can provide the same in busctl: also propagate errors
the same way.

With this and systemd#33430 we can comprehensively close systemd#6073
YHNdnzj added a commit to YHNdnzj/systemd that referenced this issue Jun 20, 2024
YHNdnzj pushed a commit to YHNdnzj/systemd that referenced this issue Jun 20, 2024
varlinkctl has this nice feature that it sends the varlink error it gets
via sd_notify() to the caller. With previous commits this information
is collected and exposed in "systemctl status".

Let's make sure we can provide the same in busctl: also propagate errors
the same way.

With this we can comprehensively close systemd#6073
YHNdnzj pushed a commit to YHNdnzj/systemd that referenced this issue Jun 20, 2024
varlinkctl has this nice feature that it sends the varlink error it gets
via sd_notify() to the caller. With previous commits this information
is collected and exposed in "systemctl status".

Let's make sure we can provide the same in busctl: also propagate errors
the same way.

With this we can comprehensively close systemd#6073
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pid1 RFE 🎁 Request for Enhancement, i.e. a feature request
2 participants