Posts
Showing posts from July, 2022
[Solved] too early for operation, device not yet seeded or device model not acknowledged
- Get link
- X
- Other Apps
Issue:- WWhen installing the terragrunt using the snap got the following error Error:- error: too early for operation, device not yet seeded or device model not acknowledged Effect:- Was not able to install the terragrunt as installation failed at that very moment. [root@aafe920be71c ~]# snap install terragrunt error: too early for operation, device not yet seeded or device model not acknowledged Resolution:- Follow the following steps to resolve the issue 1. Try checking the status of the snapd service which was inactive in my case [root@aafe920be71c ~]# systemctl status snapd.seeded.service ● snapd.seeded.service - Wait until snapd is fully seeded Loaded: loaded (/usr/lib/systemd/system/snapd.seeded.service; disabled; vendor preset: disabled) Active: inactive (dead) 2. Now start the snapd service as [root@aafe920be71c ~]# systemctl status snapd.seeded.service ● snapd.seeded.service - Wait until snapd is fully seeded Loaded: loaded (/usr/lib/syst...