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

dbusctl set-property log says command failed, but property value got updated #537

Open
branupama opened this issue Dec 12, 2024 · 0 comments

Comments

@branupama
Copy link

dbusctl set-property log says command failed, but still property value got updated.

Commands I tried:

root@p10bmc:~# busctl introspect com.ibm.VPD.Manager /com/ibm/VPD/Manager com.ibm.VPD.Manager
NAME TYPE SIGNATURE RESULT/VALUE FLAGS
.CollectFRUVPD method o - -
.GetExpandedLocationCode method sq s -
.GetFRUsByExpandedLocationCode method s ao -
.GetFRUsByUnexpandedLocationCode method sq ao -
.GetHardwarePath method o s -
.PerformVPDRecollection method - - -
.ReadKeyword method sv v -
.WriteKeyword method sv i -
.deleteFRUVPD method o - -
.CollectionStatus property s "InProgress" emits-change writable


root@p10bmc:~# busctl set-property com.ibm.VPD.Manager /com/ibm/VPD/Manager com.ibm.VPD.Manager CollectionStatus s "Completed"
Failed to set property CollectionStatus on interface com.ibm.VPD.Manager: Invalid argument


root@p10bmc:~# busctl introspect com.ibm.VPD.Manager /com/ibm/VPD/Manager com.ibm.VPD.Manager
NAME TYPE SIGNATURE RESULT/VALUE FLAGS
.CollectFRUVPD method o - -
.GetExpandedLocationCode method sq s -
.GetFRUsByExpandedLocationCode method s ao -
.GetFRUsByUnexpandedLocationCode method sq ao -
.GetHardwarePath method o s -
.PerformVPDRecollection method - - -
.ReadKeyword method sv v -
.WriteKeyword method sv i -
.deleteFRUVPD method o - -
.CollectionStatus property s "Completed" emits-change writable

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant