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

witherspoon ipmid: Failed to get bus name #3532

Closed
gkeishin opened this issue Apr 22, 2019 · 7 comments
Closed

witherspoon ipmid: Failed to get bus name #3532

gkeishin opened this issue Apr 22, 2019 · 7 comments
Labels

Comments

@gkeishin
Copy link
Member

Apr 22 17:12:49 witherspoon ipmid[1463]: Failed to get bus name
Apr 22 17:12:49 witherspoon ipmid[1463]: Unsupported parameter

Seen during booting...

{
    "_PID" : "1588",
    "CODE_LINE" : "105",
    "ERROR" : "No such file or directory",
    "PRIORITY" : "3",
    "_HOSTNAME" : "witherspoon",
    "SYSLOG_IDENTIFIER" : "netipmid",
    "CODE_FUNC" : "helper_log",
    "_UID" : "0",
    "MESSAGE" : "Failed to get bus name",
    "_CAP_EFFECTIVE" : "3fffffffff",
    "__CURSOR" : "s=0eae46b8909c496c8c5132c8b6bcc646;i=1b58;b=be231487c73d4dbda433c001c54a0ee2;m=abfb77c;t=587217373c224;x=c1484e17df59ed25",
    "_SYSTEMD_CGROUP" : "/system.slice/phosphor-ipmi-net.service",
    "_MACHINE_ID" : "789e9af2788f4ac7b0ad2441e61b85d9",
    "_GID" : "0",
    "_SYSTEMD_SLICE" : "system.slice",
    "_BOOT_ID" : "be231487c73d4dbda433c001c54a0ee2",
    "CODE_FILE" : "/usr/src/debug/phosphor-ipmi-net/1.0+gitAUTOINC+8af90ebcc5-r1/recipe-sysroot/usr/include/phosphor-logging/log.hpp",
    "PATH" : "/org/openbmc/control/chassis0",
    "_COMM" : "netipmid",
    "__REALTIME_TIMESTAMP" : "1555952624189988",
    "_EXE" : "/usr/bin/netipmid",
    "_CMDLINE" : "netipmid",
    "TRANSACTION_ID" : "544788054",
    "_SYSTEMD_INVOCATION_ID" : "809bceb55e2e4d97a9f2a2fbc9bd54eb",
    "_SOURCE_REALTIME_TIMESTAMP" : "1555952624189887",
    "__MONOTONIC_TIMESTAMP" : "180336508",
    "_SYSTEMD_UNIT" : "phosphor-ipmi-net.service",
    "_TRANSPORT" : "journal"
}

looks like something to do with UUID.

@geissonator
Copy link
Contributor

We removed the legacy python app that hosts the UUID object. We need to come up with a design for UUID and get it implemented. IPMI seems to just use a default when it can't find one so we should be ok until we figure it out. FYI @tomjoseph83 @vmauery @nasamuffin

@vmauery
Copy link
Member

vmauery commented Apr 22, 2019

The netipmid guid code needs to be re-worked to make sure it matches the ipmid code.

For the BMC's UUID, I think that it should be keyed off the systemd machine-id via sd_id128_get_machine_app_specific https://www.freedesktop.org/software/systemd/man/sd_id128_get_machine_app_specific.html

A quick call to the settings daemon could tell if it was set. If not present, the ipmid could call sd_id128* and create the value and stuff it into the setting. Then all other interested parties could find it.

That is just my opinion. I have not discussed it with anyone else. :)

@tomjoseph83
Copy link
Contributor

Using machine-id looks fine after covering the man page. I assume the settings daemon will kick-in before the netipmid/ipmid comes up.

@stale
Copy link

stale bot commented Oct 23, 2019

This issue has been automatically marked as stale because no activity has occurred in the last 6 months. It will be closed if no activity occurs in the next 30 days. If this issue should not be closed please add a comment. Thank you for your understanding and contributions.

@stale stale bot added the stale label Oct 23, 2019
@geissonator
Copy link
Contributor

Still seeing this with 2.8.0-dev-675

@stale stale bot removed the stale label Oct 23, 2019
@stale
Copy link

stale bot commented Apr 25, 2020

This issue has been automatically marked as stale because no activity has occurred in the last 6 months. It will be closed if no activity occurs in the next 30 days. If this issue should not be closed please add a comment. Thank you for your understanding and contributions.

@stale stale bot added the stale label Apr 25, 2020
@stale
Copy link

stale bot commented May 25, 2020

This issue has been closed because no activity has occurred in the last 7 months. Please reopen if this issue should not have been closed. Thank you for your contributions.

@stale stale bot closed this as completed May 25, 2020
stefanberger pushed a commit to stefanberger/openbmc that referenced this issue Aug 1, 2023
Eddie James (2):
  hwmon: (pmbus/core) Add lock and unlock functions
  hwmon: (pmbus/ibm-cffps) Use default debugfs attributes and lock function

Reed Frandsen (1):
  Merge pull request openbmc#212 from eajames/1050-dev-6.1+cffps

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

No branches or pull requests

4 participants