Update (FIXED)

a dev from synology fixed it by running ‘update-ca-certificates.sh’ from the /etc/ssl/certs folder as root.

Not sure if he somehow moved that file into my nas manually if that’s included functionality. either way it was a really simple fix that only took them like 3 weeks to address.

---- Original post ----- A couple days ago I randomly received this notification email: “System is busy and unable to deliver the diagnostic data. Please try again later.” there’s no info in the body. When I received the email I checked my DSM dashboard and it was unreachable, but my docker ccontainers were still running and I was able to SSH to the machine.

I tried to reset it and it didn’t reset for around 20 minutes (i think maybe something to do with virtual machine manager because after logging back in and restarting, this was holding up the restart process). I restarted by holding it down until it powered down and started up again

It has been exhibiting odd behavior: I cannot access the package manager, Security advisor, quickconnect, support center, push service under notifications, sign in on the notification > email page on control panel, it does nothing, synology account section of the control panel, active insight, DSM update, all are giving me errors that imply some broken connection, certificate, or networking issue. I tried to update a docker container and I can’t access the registry. It’s giving me an error: “Error response from daemon: Get “https://registry-1.docker.io/v2/”: x509: certificate signed by unknown authority” Trying to access synology photos from my phone also gives an invalid certificate error

I have made no changes to my router or system or anything.

I can ping all the services here from SSH: https://kb.synology.com/en-global/DSM/tutorial/What_websites_does_Synology_NAS_connect_to_when_running_services_or_updating_software

I’m worried that I somehow got attacked. I’ve been trying to figure out how to connect to this thing with my double nat situation which has made it impossible to access from outside without tailscale. I just don’t understand what’s happening. My worst fear is that maybe someone hacked in and modified my dsm install to mess with it or something. IDK.

I reached out to synology support a couple days ago but they responded with the most generic tech support questions:

you attempted to access DSM using various devices or web browsers? Are there any indications of hardware-related issues?

Are there any third-party applications or packages installed on your Synology device that might be affecting its performance?

Can you access the Synology device’s interface directly, or is the problem limited to accessing DSM?

Have you encountered any recent power outages or disruptions that might have influenced the current situation?

I saw on this thread some people having errors that sound very similar but they all got them resolved around the same time

  • sfcl33t@discuss.tchncs.de
    link
    fedilink
    English
    arrow-up
    2
    ·
    1 year ago

    Sorry you’re going through that OP. I manage around a dozen large business Synology servers, and this right here is why I cringe when I see it be so often recommended for home use. I appreciate the value they bring for home labs with all their out of the box bells and whistles, but when they fail, they fail really hard.

    For your use case, your best bet is to ssh in and start digging through the logs. You’ll be missing a lot of basic tools when you ssh in, like a text editor, and there is probably no package manager to install anything from the shell. I remember last time I had to do that I had to install some stuff by downloading directly. I believe I was also able to mount a remote drive from the shell and copy the logs over at one point.

    Anyway, the log files should at least give you plenty of error messages and at least point you in the right direction for working with support. Good luck.