Jump to content

SHA256 errors, trying to narrow the source down - any advice greatly appreciated!


Go to solution Solved by Yivey_unraid,

Recommended Posts

Hi!

I have another thread in the forum, but as that started out regarding nginx crashes for the webUI I feel that a new thread was necessary to get proper support in this issue. Hopefully is this the source of the problems I've had....

 

This is my last post in that thread:

Quote

 

As it looks now, I'm pretty certain that it's the main servers hardware that are faulty in some way. As far as I understand SHA256 is a hash crypto function carried out by the CPU, but it could also be . Something is corrupting the data somewhere, or the algorithm isn't working (highly unlikely).

 

I was still not sure that the problem wasn't related to the network parts on the motherboard. Going through the MB manual I found that all networking functionality is going through the chipset in all the ways I've tested. So I tested the PCIe Ethernet card in PCI_E1 socket to rule out that it's the chipset that's faulty. At first I got my hopes up, as it seemed to actually be working, but no bueno. 🙈 I don't know if I can rule the chipset out completely since the USB is still connected via it, and I don't know a way around that short of buying a PCIe card with both ethernet and USB.

 

358823966_Skrmavbild2023-10-07kl_01_32_41.thumb.png.a5dbe1851f32670fc6baba8a8fb7bb5c.png

 

Now, the only thing I can think of to do further is to disassemble the PC and reseat the CPU in the socket. Don't really see what difference that'll make but I'll give it a try. I'm out of ideas, and buying a new MB and CPU on a hunch is really the last resort...

 

Any other suggestions of what to look for or try out?

 

 

Does any one have any ideas on how to solve this? Is my only option to buy a new MB and CPU? How does something like this happen?

 

EDIT:

The specs for my system at the moment is:

Edited by Yivey_unraid
Added specs
Link to comment
4 hours ago, Yivey_unraid said:

Is my only option to buy a new MB and CPU?

CPU seldom have problem. But both are fundamental component, so we must testing those first.

 

Pls create memory test boot USB to test CPU / MB / Memory ( must use parallel CPU thread during test, if you got two pass then it is fine, no need 24hrs )

https://www.memtest86.com/

 

If all fine, then start Unraid and test docker service in /tmp to isolate any storage affect issue first. ( no need unplug any other hardware this moment )

 

image.png.ae0ede8f949869e25bcb3af9230a5929.png

Edited by Vr2Io
Link to comment
8 hours ago, Vr2Io said:

CPU seldom have problem. But both are fundamental component, so we must testing those first.

 

Pls create memory test boot USB to test CPU / MB / Memory ( must use parallel CPU thread during test, if you got two pass then it is fine, no need 24hrs )

https://www.memtest86.com/

 

If all fine, then start Unraid and test docker service in /tmp to isolate any storage affect issue first. ( no need unplug any other hardware this moment )

 

image.png.ae0ede8f949869e25bcb3af9230a5929.png

Thank you for your answer! Much appreciate any help I can get!

 

I actually went and purchased two new memory sticks, because I was so fed up. Missed that part in the specs list. But I’ll do it anyway, just to try!
 

Is there a need to create a separate bootable flash for MemTest86 when it’s already on the unRAID flash? I see it’s choosable during startup. Never used it that way before though.. 😅

 

I’ll get back to you when I tested everything!

 

EDIT: Upgraded the specs list with the RAM in the first post.

Edited by Yivey_unraid
Link to comment
7 minutes ago, Yivey_unraid said:

Is there a need to create a separate bootable flash for MemTest86 when it’s already on the unRAID flash? I see it’s choosable during startup. Never used it that way before though.

The version on the Unraid flash only works if booting in legacy mode.   A more recent version that also works in UEFI mode boot can be downloaded from memtest86.com.

 

  • Thanks 1
Link to comment
11 hours ago, Vr2Io said:

 

Pls create memory test boot USB to test CPU / MB / Memory ( must use parallel CPU thread during test, if you got two pass then it is fine, no need 24hrs )

https://www.memtest86.com/

Ran a complete memory test with CPU in parallel. This test was on the newly installed Corsair Vengeance DDR4-3200 2x16GB. No errors.

1687769114_Skrmavbild2023-10-07kl_16_07_49.thumb.png.9c723915f7a07e19581eafa9ae37174e.png

 

11 hours ago, Vr2Io said:

If all fine, then start Unraid and test docker service in /tmp to isolate any storage affect issue first. ( no need unplug any other hardware this moment )

Did a new trial install on a flash drive to eliminate any previous configuration errors. Didn't have the NVMe adapter card nor the HBA card installed since before so they weren't present during this test.

 

Changed all the Docker paths to /tmp.

 

Booted up and got the exact same problems as before. A mix of mostly tls x509 failures and some SHA256 errors. I'd say that SHA256 errors was more frequent before though, now tls takes the lead... 

 

docker run
  -d
  --name='S-PDF'
  --net='bridge'
  -e TZ="America/Los_Angeles"
  -e HOST_OS="Unraid"
  -e HOST_HOSTNAME="Tower-test"
  -e HOST_CONTAINERNAME="S-PDF"
  -e 'APP_HOME_NAME'='Stirling PDF'
  -e 'APP_HOME_DESCRIPTION'='Your locally hosted one-stop-shop for all your PDF needs.'
  -e 'APP_NAVBAR_NAME'='Stirling PDF'
  -e 'ALLOW_GOOGLE_VISIBILITY'='false'
  -e 'APP_ROOT_PATH'='/'
  -e 'APP_LOCALE'='en_GB'
  -l net.unraid.docker.managed=dockerman
  -l net.unraid.docker.webui='http://[IP]:[PORT:8080]'
  -l net.unraid.docker.icon='https://raw.githubusercontent.com/Frooodle/Stirling-PDF/main/src/main/resources/static/favicon.png'
  -p '8080:8080/tcp'
  -v '/tmp/Stirling-PDF/OCR':'/usr/share/tesseract-ocr/4.00/tessdata':'rw' 'frooodle/s-pdf' 
Unable to find image 'frooodle/s-pdf:latest' locally
docker: Error response from daemon: Head "https://registry-1.docker.io/v2/frooodle/s-pdf/manifests/latest": Get "https://auth.docker.io/token?scope=repository%3Afrooodle%2Fs-pdf%3Apull&service=registry.docker.io": tls: failed to parse certificate from server: x509: malformed extension OID field.
See 'docker run --help'.

The command failed.

 

 

IMAGE ID [182761574]: Pulling from frooodle/s-pdf. 
IMAGE ID [34df401c391c]: Pulling fs layer. Downloading 100% of 53 MB. Retrying in 5 seconds. Retrying in 4 seconds. Retrying in 3 seconds. Retrying in 2 seconds. Retrying in 1 second. Retrying in 10 seconds. Retrying in 9 seconds. Retrying in 8 seconds. Retrying in 7 seconds. Retrying in 6 seconds. Retrying in 5 seconds. Retrying in 4 seconds. Retrying in 3 seconds. Retrying in 2 seconds. Retrying in 1 second. Retrying in 15 seconds. Retrying in 14 seconds. Retrying in 13 seconds. Retrying in 12 seconds. Retrying in 11 seconds. Retrying in 10 seconds. Retrying in 9 seconds. Retrying in 8 seconds. Retrying in 7 seconds. Retrying in 6 seconds. Retrying in 5 seconds. Retrying in 4 seconds. Retrying in 3 seconds. Retrying in 2 seconds. Retrying in 1 second. Downloading 100% of 53 MB. Retrying in 20 seconds. Retrying in 19 seconds. Retrying in 18 seconds. Retrying in 17 seconds. Retrying in 16 seconds. Retrying in 15 seconds. Retrying in 14 seconds. Retrying in 13 seconds. Retrying in 12 seconds. Retrying in 11 seconds. Retrying in 10 seconds. Retrying in 9 seconds. Retrying in 8 seconds. Retrying in 7 seconds. Retrying in 6 seconds. Retrying in 5 seconds. Retrying in 4 seconds. Retrying in 3 seconds. Retrying in 2 seconds. Retrying in 1 second. Retrying in 25 seconds. Retrying in 24 seconds. Retrying in 23 seconds. Retrying in 22 seconds. Retrying in 21 seconds. Retrying in 20 seconds. Retrying in 19 seconds. Retrying in 18 seconds. Retrying in 17 seconds. Retrying in 16 seconds. Retrying in 15 seconds. Retrying in 14 seconds. Retrying in 13 seconds. Retrying in 12 seconds. Retrying in 11 seconds. Retrying in 10 seconds. Retrying in 9 seconds. Retrying in 8 seconds. Retrying in 7 seconds. Retrying in 6 seconds. Retrying in 5 seconds. Retrying in 4 seconds. Retrying in 3 seconds. Retrying in 2 seconds. Retrying in 1 second. Downloading 0 B. 
IMAGE ID [8cdc2b53ba57]: Pulling fs layer. Downloading 100% of 15 MB. Verifying Checksum. Download complete. 
IMAGE ID [c6c65d966457]: Pulling fs layer. Downloading 100% of 82 MB. Retrying in 5 seconds. Retrying in 4 seconds. Retrying in 3 seconds. Retrying in 2 seconds. Retrying in 1 second. Retrying in 10 seconds. Retrying in 9 seconds. Retrying in 8 seconds. Retrying in 7 seconds. Retrying in 6 seconds. Retrying in 5 seconds. Retrying in 4 seconds. Retrying in 3 seconds. Retrying in 2 seconds. Retrying in 1 second. Retrying in 15 seconds. Retrying in 14 seconds. Retrying in 13 seconds. Retrying in 12 seconds. Retrying in 11 seconds. Retrying in 10 seconds. Retrying in 9 seconds. Retrying in 8 seconds. Retrying in 7 seconds. Retrying in 6 seconds. Retrying in 5 seconds. Retrying in 4 seconds. Retrying in 3 seconds. Retrying in 2 seconds. Retrying in 1 second. Retrying in 20 seconds. Retrying in 19 seconds. Retrying in 18 seconds. Retrying in 17 seconds. Retrying in 16 seconds. Retrying in 15 seconds. Retrying in 14 seconds. Retrying in 13 seconds. Retrying in 12 seconds. Retrying in 11 seconds. Retrying in 10 seconds. Retrying in 9 seconds. Retrying in 8 seconds. Retrying in 7 seconds. Retrying in 6 seconds. Retrying in 5 seconds. Retrying in 4 seconds. Retrying in 3 seconds. Retrying in 2 seconds. Retrying in 1 second. Downloading 100% of 82 MB. Retrying in 25 seconds. Retrying in 24 seconds. Retrying in 23 seconds. Retrying in 22 seconds. Retrying in 21 seconds. Retrying in 20 seconds. Retrying in 19 seconds. Retrying in 18 seconds. Retrying in 17 seconds. Retrying in 16 seconds. Retrying in 15 seconds. Retrying in 14 seconds. Retrying in 13 seconds. Retrying in 12 seconds. Retrying in 11 seconds. Retrying in 10 seconds. Retrying in 9 seconds. Retrying in 8 seconds. Retrying in 7 second. Retrying in 6 seconds. Retrying in 5 seconds. Retrying in 4 seconds. Retrying in 3 seconds. Retrying in 2 seconds. Retrying in 1 second. 
IMAGE ID [13099527500c]: Pulling fs layer. Downloading 100% of 526 KB. Retrying in 5 seconds. Retrying in 4 seconds. Retrying in 3 seconds. Retrying in 2 seconds. Retrying in 1 second. Downloading 100% of 264 MB. Retrying in 10 seconds. Retrying in 9 seconds. Retrying in 8 seconds. Retrying in 7 seconds. Retrying in 6 seconds. Retrying in 5 seconds. Retrying in 4 seconds. Retrying in 3 seconds. Retrying in 2 seconds. Retrying in 1 second. Retrying in 15 seconds. Retrying in 14 seconds. Retrying in 13 seconds. Retrying in 12 seconds. Retrying in 11 seconds. Retrying in 10 seconds. Retrying in 9 seconds. Retrying in 8 seconds. Retrying in 7 seconds. Retrying in 6 seconds. Retrying in 5 seconds. Retrying in 4 seconds. Retrying in 3 seconds. Retrying in 2 seconds. Retrying in 1 second. Downloading 100% of 265 MB. Retrying in 20 seconds. Retrying in 19 seconds. Retrying in 18 seconds. Retrying in 17 seconds. Retrying in 16 seconds. Retrying in 15 seconds. Retrying in 14 seconds. Retrying in 13 seconds. Retrying in 12 seconds. Retrying in 11 seconds. Retrying in 10 seconds. Retrying in 9 seconds. Retrying in 8 seconds. Retrying in 7 seconds. Retrying in 6 seconds. Retrying in 5 seconds. Retrying in 4 seconds. Retrying in 3 seconds. Retrying in 2 seconds. Retrying in 1 second. Retrying in 25 seconds. Retrying in 24 seconds. Retrying in 23 seconds. Retrying in 22 seconds. Retrying in 21 seconds. Retrying in 20 seconds. Retrying in 19 seconds. Retrying in 18 seconds. Retrying in 17 seconds. Retrying in 16 seconds. Retrying in 15 seconds. Retrying in 14 seconds. Retrying in 13 seconds. Retrying in 12 seconds. Retrying in 11 seconds. Retrying in 10 seconds. Retrying in 9 seconds. Retrying in 8 seconds. Retrying in 7 seconds. Retrying in 6 seconds. Retrying in 5 seconds. Retrying in 4 seconds. Retrying in 3 seconds. Retrying in 2 seconds. Retrying in 1 second. Downloading 100% of 265 MB. 
IMAGE ID [78c116fb88da]: Pulling fs layer. Downloading 100% of 84 MB. Retrying in 5 seconds. Retrying in 4 seconds. Retrying in 3 seconds. Retrying in 2 seconds. Retrying in 1 second. Retrying in 10 seconds. Retrying in 9 seconds. Retrying in 8 seconds. Retrying in 7 seconds. Retrying in 6 seconds. Retrying in 5 seconds. Retrying in 4 seconds. Retrying in 3 seconds. Retrying in 2 seconds. Retrying in 1 second. Downloading 100% of 84 MB. Retrying in 15 seconds. Retrying in 14 seconds. Retrying in 13 seconds. Retrying in 12 seconds. Retrying in 11 seconds. Retrying in 10 seconds. Retrying in 9 seconds. Retrying in 8 seconds. Retrying in 7 seconds. Retrying in 6 seconds. Retrying in 5 seconds. Retrying in 4 seconds. Retrying in 3 seconds. Retrying in 2 seconds. Retrying in 1 second. Downloading 100% of 83 MB. Retrying in 20 seconds. Retrying in 19 seconds. Retrying in 18 seconds. Retrying in 17 seconds. Retrying in 16 seconds. Retrying in 15 seconds. Retrying in 14 seconds. Retrying in 13 seconds. Retrying in 12 seconds. Retrying in 11 seconds. Retrying in 10 seconds. Retrying in 9 seconds. Retrying in 8 seconds. Retrying in 7 seconds. Retrying in 6 seconds. Retrying in 5 seconds. Retrying in 4 seconds. Retrying in 3 seconds. Retrying in 2 seconds. Retrying in 1 second. Retrying in 25 seconds. Retrying in 24 seconds. Retrying in 23 seconds. Retrying in 22 seconds. Retrying in 21 seconds. Retrying in 20 seconds. Retrying in 19 seconds. Retrying in 18 seconds. Retrying in 17 seconds. Retrying in 16 seconds. Retrying in 15 seconds. Retrying in 14 seconds. Retrying in 13 seconds. Retrying in 12 seconds. Retrying in 11 seconds. Retrying in 10 seconds. Retrying in 9 seconds. Retrying in 8 seconds. Retrying in 7 seconds. Retrying in 6 seconds. Retrying in 5 seconds. Retrying in 4 seconds. Retrying in 3 second. Retrying in 2 seconds. Retrying in 1 second. Downloading 100% of 84 MB. 
IMAGE ID [c8b0cfd16c77]: Pulling fs layer. Downloading 100% of 252 B. Verifying Checksum. Download complete. 
IMAGE ID [8dba544373b8]: Pulling fs layer. Downloading 0 B. 
IMAGE ID [0b7bf9f56788]: Pulling fs layer. Downloading 100% of 526 KB. Retrying in 5 seconds. Retrying in 4 seconds. Retrying in 3 seconds. Retrying in 2 seconds. Retrying in 1 second. Downloading 100% of 9 MB. Retrying in 10 seconds. Retrying in 9 seconds. Retrying in 8 seconds. Retrying in 7 seconds. Retrying in 6 seconds. Retrying in 5 seconds. Retrying in 4 seconds. Retrying in 3 seconds. Retrying in 2 seconds. Retrying in 1 second. Downloading 100% of 9 MB. Retrying in 15 seconds. Retrying in 14 seconds. Retrying in 13 seconds. Retrying in 12 seconds. Retrying in 11 seconds. Retrying in 10 seconds. Retrying in 9 seconds. Retrying in 8 seconds. Retrying in 7 seconds. Retrying in 6 seconds. Retrying in 5 seconds. Retrying in 4 seconds. Retrying in 3 seconds. Retrying in 2 seconds. Retrying in 1 second. Downloading 100% of 6 MB. Retrying in 20 seconds. Retrying in 19 seconds. Retrying in 18 seconds. Retrying in 17 seconds. Retrying in 16 seconds. Retrying in 15 seconds. Retrying in 14 seconds. Retrying in 13 seconds. Retrying in 12 seconds. Retrying in 11 seconds. Retrying in 10 seconds. Retrying in 9 seconds. Retrying in 8 seconds. Retrying in 7 seconds. Retrying in 6 seconds. Retrying in 5 seconds. Retrying in 4 seconds. Retrying in 3 seconds. Retrying in 2 seconds. Retrying in 1 second. Retrying in 25 seconds. Retrying in 24 seconds. Retrying in 23 seconds. Retrying in 22 seconds. Retrying in 21 seconds. Retrying in 20 seconds. Retrying in 19 seconds. Retrying in 18 seconds. Retrying in 17 seconds. Retrying in 16 seconds. Retrying in 15 seconds. Retrying in 14 seconds. Retrying in 13 seconds. Retrying in 12 seconds. Retrying in 11 seconds. Retrying in 10 seconds. Retrying in 9 seconds. Retrying in 8 seconds. Retrying in 7 seconds. Retrying in 6 seconds. Retrying in 5 seconds. Retrying in 4 seconds. Retrying in 3 seconds. Retrying in 2 seconds. Retrying in 1 second. Downloading 100% of 15 MB. 
IMAGE ID [4f4fb700ef54]: Pulling fs layer. Verifying Checksum. Download complete. 
IMAGE ID [0e1176372572]: Pulling fs layer. Retrying in 5 seconds. Retrying in 4 seconds. Retrying in 3 seconds. Retrying in 2 seconds. Retrying in 1 second. Retrying in 10 seconds. Retrying in 9 seconds. Retrying in 8 seconds. Retrying in 7 seconds. Retrying in 6 seconds. Retrying in 5 seconds. Retrying in 4 seconds. Retrying in 3 seconds. Retrying in 2 seconds. Retrying in 1 second. Downloading 100% of 58 MB. Retrying in 15 seconds. Retrying in 14 seconds. Retrying in 13 seconds. Retrying in 12 seconds. Retrying in 11 seconds. Retrying in 10 seconds. Retrying in 9 seconds. Retrying in 8 seconds. Retrying in 7 seconds. Retrying in 6 seconds. Retrying in 5 seconds. Retrying in 4 seconds. Retrying in 3 seconds. Retrying in 2 seconds. Retrying in 1 second. Retrying in 20 seconds. Retrying in 19 seconds. Retrying in 18 seconds. Retrying in 17 seconds. Retrying in 16 seconds. Retrying in 15 seconds. Retrying in 14 seconds. Retrying in 13 seconds. Retrying in 12 seconds. Retrying in 11 seconds. Retrying in 10 seconds. Retrying in 9 seconds. Retrying in 8 seconds. Retrying in 7 seconds. Retrying in 6 seconds. Retrying in 5 seconds. Retrying in 4 seconds. Retrying in 3 seconds. Retrying in 2 seconds. Retrying in 1 second. Retrying in 25 seconds. Retrying in 24 seconds. Retrying in 23 seconds. Retrying in 22 seconds. Retrying in 21 seconds. Retrying in 20 seconds. Retrying in 19 seconds. Retrying in 18 seconds. Retrying in 17 seconds. Retrying in 16 seconds. Retrying in 15 seconds. Retrying in 14 seconds. Retrying in 13 seconds. Retrying in 12 seconds. Retrying in 11 seconds. Retrying in 10 seconds. Retrying in 9 seconds. Retrying in 8 seconds. Retrying in 7 seconds. Retrying in 6 seconds. Retrying in 5 seconds. Retrying in 4 seconds. Retrying in 3 seconds. Retrying in 2 seconds. Retrying in 1 second. 
IMAGE ID [a057ccd9dc71]: Pulling fs layer. Retrying in 5 seconds. Retrying in 4 seconds. Retrying in 3 seconds. Retrying in 2 seconds. Retrying in 1 second. Verifying Checksum. Download complete. 

TOTAL DATA PULLED: 520 MB

Error: Get "https://registry-1.docker.io/v2/frooodle/s-pdf/blobs/sha256:0e1176372572ad78ed341fc455897b93e51d90b04f5b41d8a1bb57caad3d3810": tls: failed to parse certificate from server: x509: invalid RDNSequence: invalid attribute value: invalid PrintableString

 

 

docker run
  -d
  --name='adminer'
  --net='bridge'
  -e TZ="America/Los_Angeles"
  -e HOST_OS="Unraid"
  -e HOST_HOSTNAME="Tower-test"
  -e HOST_CONTAINERNAME="adminer"
  -e 'ADMINER_DESIGN'='flat'
  -e 'ADMINER_PLUGINS'=''
  -l net.unraid.docker.managed=dockerman
  -l net.unraid.docker.webui='http://[IP]:[PORT:8080]'
  -l net.unraid.docker.icon='https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/img/adminer.png'
  -p '8080:8080/tcp' 'adminer'
Unable to find image 'adminer:latest' locally
latest: Pulling from library/adminer
ddf874abf16c: Pulling fs layer
9d75c017e041: Pulling fs layer
86e22a4c35d4: Pulling fs layer
eb4bd38d1031: Pulling fs layer
e3bc33b7b683: Pulling fs layer
3d61d710f98a: Pulling fs layer
f8441003ca94: Pulling fs layer
e3bc33b7b683: Waiting
3d61d710f98a: Waiting
f8441003ca94: Waiting
eb4bd38d1031: Waiting
86e22a4c35d4: Retrying in 5 seconds
86e22a4c35d4: Retrying in 4 seconds
86e22a4c35d4: Retrying in 3 seconds
86e22a4c35d4: Retrying in 2 seconds
86e22a4c35d4: Retrying in 1 second
9d75c017e041: Retrying in 5 seconds
ddf874abf16c: Retrying in 5 seconds
9d75c017e041: Retrying in 4 seconds
ddf874abf16c: Retrying in 4 seconds
9d75c017e041: Retrying in 3 seconds
ddf874abf16c: Retrying in 3 seconds
9d75c017e041: Retrying in 2 seconds
ddf874abf16c: Retrying in 2 seconds
9d75c017e041: Retrying in 1 second
ddf874abf16c: Retrying in 1 second
86e22a4c35d4: Retrying in 10 seconds
86e22a4c35d4: Retrying in 9 seconds
86e22a4c35d4: Retrying in 8 seconds
86e22a4c35d4: Retrying in 7 seconds
86e22a4c35d4: Retrying in 6 seconds
86e22a4c35d4: Retrying in 5 seconds
86e22a4c35d4: Retrying in 4 seconds
86e22a4c35d4: Retrying in 3 seconds
86e22a4c35d4: Retrying in 2 seconds
86e22a4c35d4: Retrying in 1 second
9d75c017e041: Retrying in 10 seconds
ddf874abf16c: Retrying in 10 seconds
9d75c017e041: Retrying in 9 seconds
ddf874abf16c: Retrying in 9 seconds
9d75c017e041: Retrying in 8 seconds
ddf874abf16c: Retrying in 8 seconds
9d75c017e041: Retrying in 7 seconds
ddf874abf16c: Retrying in 7 seconds
9d75c017e041: Retrying in 6 seconds
ddf874abf16c: Retrying in 6 seconds
9d75c017e041: Retrying in 5 seconds
ddf874abf16c: Retrying in 5 seconds
9d75c017e041: Retrying in 4 seconds
ddf874abf16c: Retrying in 4 seconds
9d75c017e041: Retrying in 3 seconds
ddf874abf16c: Retrying in 3 seconds
9d75c017e041: Retrying in 2 seconds
ddf874abf16c: Retrying in 2 seconds
9d75c017e041: Retrying in 1 second
ddf874abf16c: Retrying in 1 second
86e22a4c35d4: Retrying in 15 seconds
86e22a4c35d4: Retrying in 14 seconds
86e22a4c35d4: Retrying in 13 seconds
86e22a4c35d4: Retrying in 12 seconds
86e22a4c35d4: Retrying in 11 seconds
86e22a4c35d4: Retrying in 10 seconds
86e22a4c35d4: Retrying in 9 seconds
86e22a4c35d4: Retrying in 8 seconds
86e22a4c35d4: Retrying in 7 seconds
86e22a4c35d4: Retrying in 6 seconds
86e22a4c35d4: Retrying in 5 seconds
86e22a4c35d4: Retrying in 4 seconds
86e22a4c35d4: Retrying in 3 seconds
86e22a4c35d4: Retrying in 2 seconds
86e22a4c35d4: Retrying in 1 second
docker: error pulling image configuration: download failed after attempts=6: dial tcp: lookup production.cloudflare.docker.com: i/o timeout.
See 'docker run --help'.
The command failed.

 

 

I'm not sure, but in some way I do still believe it is network related. I tried using both the internal 1 GbE and the PCIe 1 GbE card. Attached diagnostics.

What do you say?

tower-test-diagnostics-20231007-1720.zip

Edited by Yivey_unraid
Link to comment
20 minutes ago, Yivey_unraid said:

 

I'm not sure, but in some way I do still believe it is network related. I tried using both the internal 1 GbE and the PCIe 1 GbE card. Attached

Just note in pulling stage already have problem, I agree it likely network issue, suggest trying adjust MTU setting at router, try 1500, 1492. ( unraid keep at 1500 )

 

Or as previous mention, try use /tmp to store docker img to eliminate storage issue.

 

** /tmp were RAM disk **

 

To verify network issue, could you try other ISP ? i.e. make test at friend's home or use Mobile data ( an easy way was buy a type C USB RJ45 network adapter then plug it to a Android phone and connect to Unraid. )

Edited by Vr2Io
Link to comment
1 hour ago, Vr2Io said:

Just note in pulling stage already have problem, I agree it likely network issue, suggest trying adjust MTU setting at router, try 1500, 1492. ( unraid keep at 1500 )

 

Or as previous mention, try use /tmp to store docker img to eliminate storage issue.

 

** /tmp were RAM disk **

 

To verify network issue, could you try other ISP ? i.e. make test at friend's home or use Mobile data ( an easy way was buy a type C USB RJ45 network adapter then plug it to a Android phone and connect to Unraid. )

I did ran the previous post tests with all Docker directories on the /tmp RAM disk.

 

I believe it’s a network issue, but shouldn’t adjusting MTU have been needed when I tested setting up a NUC also?

 

Yeah, I’ll try and run it from another network if I can. Will even try and setup a new router and run through that. 
 

Don’t really understand though how my network could work flawless with same unRAID flash in another machine (NUC)?!

  • Like 1
Link to comment
  • 1 month later...
  • Solution

Just recapping what happened in the end.

 

The last week it got so bad I couldn't boot anything at all, no Live-USBs or anything.

So after months of trying to find the problem I finally couldn't narrow it down any more than to the MB or the CPU. Since I had so many errors that pointed to the CPU I decided to open a warranty ticket with Intel. They accepted after I presented my evidence of my problems and replaced my CPU with a new one.

 

Very nice experience dealing with the support, and I'm glad I bought the boxed and not the trayed version of the CPU since the trayed had shorter warranty. At least for 11th gen, I think the warranty aren't differentiated in the newer generations.

 

Now it runs good again. 👍

  • Like 2
Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...