Skip to content

Errors with fwupd  #24376

@eskimor

Description

@eskimor

Issue description

Firing up fwupdmgr:

fwupdmgr get-updates
Error calling StartServiceByName for org.freedesktop.fwupd: GDBus.Error:org.freedesktop.systemd1.NoSuchUnit: Unit fwupd.service not found.

So fwupd cannot be started automatically, so I start it manually:

/nix/store/pdlbih1qhwn48w0f99fvy047y9sz25c7-fwupd-0.8.1/libexec/fwupd/fwupd 

(fwupd:5552): Fu-WARNING **: disabling plugin because: failed to coldplug raspberrypi: Raspberry PI firmware updating not supported, no /boot/start.elf

(fwupd:5552): Fu-WARNING **: disabling plugin because: failed to coldplug synapticsmst: MST firmware updating not supported, missing kernel support.

which kinda works, but not fully:

fwupdmgr refresh
Failed to download https://s3.amazonaws.com/lvfsbucket/downloads/firmware.xml.gz.asc: SSL handshake failed

listing devices with get-devices works fine though.

Steps to reproduce

  1. Install fwupd by adding it to environment.systemPackages in /etc/nixos/configuration.nix
  2. Also add it to services.dbus.packages (thought that might help)
  3. Try to run fwupdmgr as listed above

Technical details

  • System: (NixOS: nixos-version, Ubuntu/Fedora: lsb_release -a, ...)
    17.03.git.5e4b43d (Gorilla)
  • Nix version: (run nix-env --version)
    nix-env (Nix) 1.11.7
  • Nixpkgs version: (run nix-instantiate --eval '<nixpkgs>' -A lib.nixpkgsVersion)
    "17.03beta542.5e4b43d"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions