snap.lxd.activate.service failed

Discussion in 'General' started by patiosale, Sep 2, 2021.

  1. patiosale

    patiosale New Member

    I just installed ISPConfig Nightly version 3.2dev20210901 and everything working fine.
    Nevertheless, I made the test and got:
    Code:
    [INFO] systemd failed services status:
      UNIT                      LOAD   ACTIVE SUB    DESCRIPTION                             
    ● snap.lxd.activate.service loaded failed failed Service for snap application lxd.activate
    
    After that, pulled these:
    Code:
    systemctl -a | grep snap.*lxd
     snap-lxd-20326.mount         loaded active   mounted   Mount unit for lxd, revision 20326
    ● snap.lxd.activate.service   loaded failed   failed    Service for snap application lxd.activate
      snap.lxd.daemon.service     loaded inactive dead      Service for snap application lxd.daemon
      snap.lxd.daemon.unix.socket loaded active   listening Socket unix for snap application lxd.daemon
    
    Code:
    systemctl status snap.lxd.activate.service
    ● snap.lxd.activate.service - Service for snap application lxd.activate
         Loaded: loaded (/etc/systemd/system/snap.lxd.activate.service; enabled; vendor preset: enabled)
         Active: failed (Result: exit-code) since Wed 2021-09-01 22:54:49 UTC; 32s ago
        Process: 2330 ExecStart=/usr/bin/snap run lxd.activate (code=exited, status=203/EXEC)
       Main PID: 2330 (code=exited, status=203/EXEC)
    
    Sep 01 22:54:49 host systemd[1]: Starting Service for snap application lxd.activate...
    Sep 01 22:54:49 host systemd[2330]: snap.lxd.activate.service: Failed to execute command: No such file or directory
    Sep 01 22:54:49 host systemd[2330]: snap.lxd.activate.service: Failed at step EXEC spawning /usr/bin/snap: No such file or directory
    Sep 01 22:54:49 host systemd[1]: snap.lxd.activate.service: Main process exited, code=exited, status=203/EXEC
    Sep 01 22:54:49 host systemd[1]: snap.lxd.activate.service: Failed with result 'exit-code'.
    Sep 01 22:54:49 host systemd[1]: Failed to start Service for snap application lxd.activate.
    
    Do I have to create any particular file in this location: /usr/bin/snap ?
    Thanks for your amazing work!
     
    walle24 likes this.
  2. Chris_UK

    Chris_UK Active Member HowtoForge Supporter

  3. till

    till Super Moderator Staff Member ISPConfig Developer

    That's not related to ISPConfig at all. It's an issue using snap (which is not used by ISPconfig) inside an LXC container.
     

Share This Page