Deploying apps error

fernando155

Cadet
Joined
Jul 28, 2022
Messages
5
Good afternoon everyone.

I just started on this world, and I´m trying to find up where the problem is and... I´m lost. I´m trying to deploy Plex and Homeassistant on TrueNas Scale, new installation.

I configure them, but I got this errors:

from plex

2022-07-28 13:05:27
Pulling image "plexinc/pms-docker:plexpass"
2022-07-28 13:09:45
Error: ImagePullBackOff
2022-07-28 13:09:45
Back-off pulling image "plexinc/pms-docker:plexpass"
2022-07-28 13:09:45
Error: ErrImagePull
2022-07-28 13:09:45
Failed to pull image "plexinc/pms-docker:plexpass": rpc error: code = Unknown desc = local error: tls: bad record MAC
2022-07-28 13:05:27
Add eth0 [xx.xx.xx.xx/16](just hide it) from ix-net

Successfully assigned ix-plex/plex-6d9dc65468-9vzkp to ix-truenas
2022-07-28 13:05:26
Created pod: plex-6d9dc65468-9vzkp
2022-07-28 13:05:26
Scaled up replica set plex-6d9dc65468 to 1

and HomeAssistant

2022-07-28 13:24:00
Error: ImagePullBackOff
2022-07-28 13:24:00
Back-off pulling image "postgres:13.1"
2022-07-28 13:23:59
Error: ErrImagePull
2022-07-28 13:23:59
Failed to pull image "postgres:13.1": rpc error: code = Unknown desc = local error: tls: bad record MAC
2022-07-28 13:18:48
Pulling image "postgres:13.1"
2022-07-28 13:25:44
Error: ImagePullBackOff
2022-07-28 13:25:44
Back-off pulling image "postgres:13.1"
2022-07-28 13:25:43
Error: ErrImagePull
2022-07-28 13:25:43
Failed to pull image "postgres:13.1": rpc error: code = Unknown desc = local error: tls: bad record MAC
2022-07-28 13:18:48
Pulling image "postgres:13.1"
2022-07-28 13:18:48
Add eth0 [/16] from ix-net
2022-07-28 13:18:48
Add eth0 [172.16.0.26/16] from ix-net
2022-07-28 13:18:47
Created pod: ha-home-assistant-postgres-5599c9746b-k8xzg
2022-07-28 13:18:47
Created pod: ha-home-assistant-56d9897dcd-qqtd7
2022-07-28 13:18:47
Scaled up replica set ha-home-assistant-56d9897dcd to 1

Successfully assigned ix-ha/ha-home-assistant-postgres-5599c9746b-k8xzg to ix-truenas

Successfully assigned ix-ha/ha-home-assistant-56d9897dcd-qqtd7 to ix-truenas
2022-07-28 13:18:47
Scaled up replica set ha-home-assistant-postgres-5599c9746b to 1
2022-07-28 13:18:47
Job completed
2022-07-28 13:18:46
Started container pre-install-job
2022-07-28 13:18:46
Created container pre-install-job
2022-07-28 13:18:46
Successfully pulled image "alpine:latest" in 4m47.835701803s
2022-07-28 13:13:58
Pulling image "alpine:latest"
2022-07-28 13:13:58
Add eth0 [/16] from ix-net
2022-07-28 13:13:57
Created pod: ha-home-assistant-preinstall-job-rk644

Successfully assigned ix-ha/ha-home-assistant-preinstall-job-rk644 to ix-truenas

I don´t know why is pulling this errors tbh. I tryed to ping google and was working. ANd in ha, looks like it pull and image and worked... so i don´t know what to do.

ANy help will be really appreciate it
 

mgoulet65

Explorer
Joined
Jun 15, 2021
Messages
95
Good afternoon everyone.

I just started on this world, and I´m trying to find up where the problem is and... I´m lost. I´m trying to deploy Plex and Homeassistant on TrueNas Scale, new installation.

I configure them, but I got this errors:

from plex



and HomeAssistant



I don´t know why is pulling this errors tbh. I tryed to ping google and was working. ANd in ha, looks like it pull and image and worked... so i don´t know what to do.

ANy help will be really appreciate it
Pay attention to the Forum Rules above (https://www.truenas.com/community/threads/forum-guidelines.45124) which state that you must include your system particulars.
 

fernando155

Cadet
Joined
Jul 28, 2022
Messages
5

aekt

Dabbler
Joined
Jul 22, 2022
Messages
13
this is nic card driver issue, either find a working driver or replace the network interface device you're using
 

fernando155

Cadet
Joined
Jul 28, 2022
Messages
5
this is nic card driver issue, either find a working driver or replace the network interface device you're using
well, i can not change the network interface because is the nic integrated motherboard. I have two ports, and i tryed both, change the configs as well in the app advance options... nothing worked. So could be drivers. but i don´t have a clue to how to do it tbh.

Its really strange. I can see downloading and updating. But is not able to pull that images...
 

aekt

Dabbler
Joined
Jul 22, 2022
Messages
13
Try to manually pull the image with docker image pull command, see how that works out first

If it also failed, see if you can restart the nic interface by using ifdown ifup command
 

indivision

Guru
Joined
Jan 4, 2013
Messages
806
sorry about that:

  • Motherboard make and model gygabite z270 wifi
  • CPU make and model i5 7600k
  • RAM quantity 16gb
  • Hard drives, quantity, model numbers, and RAID configuration, including boot drives 3 hdd toshiba 4tb HDWG480UZSVA and crucial ssd 1tb for boot

Intel NIC is recommended for TrueNAS. You could pick one up on Amazon for $20-$40 from what I've seen lately.

TrueNAS can run on a lot of different hardware combos. And that might cover testing or other needs. But, long term, it's likely going to be a much better experience to follow the hardware recommendations: https://www.truenas.com/community/resources/hardware-recommendations-guide.12/
 

fernando155

Cadet
Joined
Jul 28, 2022
Messages
5
Try to manually pull the image with docker image pull command, see how that works out first

If it also failed, see if you can restart the nic interface by using ifdown ifup command
so i been trying that using "docker pull debian" (i´m sorry, I´m quite bad with commands). I can see that dowloads for like 2s and "retrying", dowloads another 1s and again. After a few trys, just does the same "tls: bad record MAC"


ifdown -a ifup-a worked. it turn internet down and back up, but still the same.

Bought one nic, this one:
Intel 82574L

and is doing the same.

I can see that I soon as I turn on plex for deploying, shows me like 1mb of download, and goes down to close 0.

I´m lost of ideas tbh...
 

aekt

Dabbler
Joined
Jul 22, 2022
Messages
13
in general, a bad record mac means incoming packet is corrupted causing the SSL checksum to fail.
Usually this is due to NIC driver issue or a bad network connection. (possibly a bad switch).

a bad driver will be fairly consistent on most of connection.
from what you just described it sounded like a bad network issue.

to isolate dockerhub cert related concern, try to pull from the official dockerhub via

docker image pull debian:latest

this is the latest debian image, see if it can be pulled without issue
 

fernando155

Cadet
Joined
Jul 28, 2022
Messages
5
in general, a bad record mac means incoming packet is corrupted causing the SSL checksum to fail.
Usually this is due to NIC driver issue or a bad network connection. (possibly a bad switch).

a bad driver will be fairly consistent on most of connection.
from what you just described it sounded like a bad network issue.

to isolate dockerhub cert related concern, try to pull from the official dockerhub via



this is the latest debian image, see if it can be pulled without issue


so it´s looks like, the way I got my home connected, truenas doen´t like it. I wanted to install the server at the living room, so for that, I got my router upstairs and the cable goes to the garage, goes to a switch and then goes to an other router. that two routers are the "same (to use the same wifi etc, i don´t know if you know what i mean), and is in that router where it was connected.

After you said that, I put the computer where is the original.... and everything worked. That command worked, and plex was deployed. I been messing with everying to make it work, and it does it in the garage. Probably now it will stay there.

Anyway, thank you so much for the help.
 
Top