Community discussions

MikroTik App

Search found 3 matches

by zmolnar
Sun Sep 15, 2024 3:22 pm
Forum: Containers
Topic: Containers won't start after power loss
Replies: 8
Views: 8950

Re: Containers won't start after power loss

Yes, that was the solution, because I'm using a SanDisk UltraFit 64GB pendrive. I updated the script with USB reset and now it works for me: # do a USB power reset to fix device detection issue :system routerboard usb power-reset duration=1s :delay 3s :local containers [/container find where tag~&qu...
by zmolnar
Sun Sep 15, 2024 9:29 am
Forum: Containers
Topic: Containers won't start after power loss
Replies: 8
Views: 8950

Re: Containers won't start after power loss

Hi, thanks for your reply. Based on your suggestions, I created a script to start adguard, but it does not solve the problem. (This is my very first ROS script I wrote so I'm happy to get feedback.) :local containers [/container find where tag~"adguard"] :foreach adguard in $containers do=...
by zmolnar
Thu Sep 12, 2024 10:00 am
Forum: Containers
Topic: Containers won't start after power loss
Replies: 8
Views: 8950

Re: Containers won't start after power loss

Hi! I'm facing the exact same problem on my RB5009 running v7.5.13. Whenever a reboot occurs after a power outage, the AdGuard container does not start. If I try to start it manually, nothing happens, nothing is logged, and the container remains stopped. (I don't know if it's AdGuard-specific or not...