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

fwupdmgr 1.3.3 - Auto-firmware update fails to start #1473

Open
JSEHV opened this issue Nov 9, 2019 · 3 comments
Open

fwupdmgr 1.3.3 - Auto-firmware update fails to start #1473

JSEHV opened this issue Nov 9, 2019 · 3 comments
Labels

Comments

@JSEHV
Copy link

JSEHV commented Nov 9, 2019

$ systemctl status fwupd
● fwupd.service - Firmware update daemon
   Loaded: loaded (/usr/lib/systemd/system/fwupd.service; static; vendor preset: disabled)
   Active: active (running) since Sat 2019-11-09 13:09:41 CET; 21min ago
     Docs: https://fwupd.org/
 Main PID: 5366 (fwupd)
    Tasks: 5
   Memory: 15.8M
   CGroup: /system.slice/fwupd.service
           └─5366 /usr/libexec/fwupd/fwupd

nov 09 13:09:41 clearlinux-desktop systemd[1]: Starting Firmware update daemon...
nov 09 13:09:41 clearlinux-desktop fwupd[5366]: 12:09:41:0175 FuConfig             Daemon configuration /etc/fwupd/daemon.conf not found
nov 09 13:09:41 clearlinux-desktop fwupd[5366]: 12:09:41:0425 FuPluginUefi         Error opening directory “/sys/firmware/efi/esrt/entries”: No such file or directory
nov 09 13:09:41 clearlinux-desktop fwupd[5366]: 12:09:41:0480 FuEngine             failed to add udev device /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0: failed to open (null): Bad address
nov 09 13:09:41 clearlinux-desktop systemd[1]: Started Firmware update daemon.
$ fwupdmgr --version
client version:	1.3.3
compile-time dependency versions
	gusb:	0.2.11
	efivar:	36
daemon version:	1.3.3

The log (via Cockpit) shows these errors:

1:09 PM Failed to start Auto-firmware update.
1:09 PM clr-fwupd-update.service: Failed with result 'exit-code'.
1:09 PM clr-fwupd-update.service: Main process exited, code=exited, status=255/EXCEPTION
1:09 PM Starting Auto-firmware update...
@superm1
Copy link

superm1 commented Nov 12, 2019

Daemon configuration /etc/fwupd/daemon.conf not found is a duplicate of #1478 and #1479

Error opening directory “/sys/firmware/efi/esrt/entries”: No such file or directory
Is this a UEFI system with UEFI updates turned on in BIOS setup?

@ahkok ahkok removed the new label Nov 12, 2019
@JSEHV
Copy link
Author

JSEHV commented Nov 12, 2019

@superm1, to respond to your question:

Is this a UEFI system with UEFI updates turned on in BIOS setup?
No, it is not having UEFI updates turned on, but it is a UEFI system bios (Supermicro X9SCM).

@superm1
Copy link

superm1 commented Nov 12, 2019

If you turn on UEFI bios updates I expect that error around ESRT entries will go away (or your system doesn't support updates that means if that is not possible to populate)

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

3 participants