u/SuperSecureHuman

▲ 10 r/truenas

Docker containers not starting on boot with Portainer - Over 2 weeks of debugging, have a workaround, looking for proper fix

Issue - After every reboot, docker ps is empty. Running systemctl restart docker immediately brings everything back.

Stuff I tried -- Changing boot order of services, waiting.. Nothing seem to work.

I have no idea whats supposed to be the right way... I have now disabled apps entirerly, and modifyed the docker systemd to pass everything via command args itself.

Whats the workaround I have now

Workaround (what I'm running now):

Put all Docker config in systemd override (since TrueNAS wipes daemon.json):

/etc/systemd/system/docker.service.d/override.conf: 
[Unit] 
StartLimitBurst=1  
StartLimitIntervalSec=910
After=ix-netif.service network-online.target local-fs.target ix-zfs.service 
Wants=network-online.target 
Requires=ix-netif.service

[Service] 
ExecStart=
ExecStart=/usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock  
--data-root=/mnt/ssd_mirror/docker_apps --exec-opt native.cgroupdriver=cgroupfs --iptables=true --ipv6=true  
--fixed-cidr-v6=fdd0::/64 --default-address-pool base=172.17.0.0/12,size=24 --default-address-pool  
base=fdd0::/48,size=64
ExecStartPost=/bin/sh -c "iptables -P FORWARD ACCEPT && ip6tables -P FORWARD ACCEPT" 
Restart=always
RestartSec=10
TimeoutStartSec=900
TimeoutStartFailureMode=terminate 
reddit.com
u/SuperSecureHuman — 4 days ago
▲ 2 r/anycubic+2 crossposts

Anykubic kobra 2 neo

I am facing the following issues.

On bottom left, I see kinda rough surface

Mostly towards right I see gaps between perimeter and infill (the perimenter infill bridge ratio is currently at 27%... but increasing it more makes left side more overlap)

PLA - Temp of first layer is 220, flow ratio is 1.01. I have did ABL, make sure the mesh is loaded (M420 S1). Fans off

Z offset set with multiple experiments, and this is the best I have..

Bottom surface is almost flawless (there is a slight gap in 2 to 3 lines and some imprerfections where there is kinda rough blobby texture)

I believe I have added all the possible info. Let me know if you need more.

What Should I do / Try?

The gantry is level to the bed to best of my ablities... I dont have anything to validate it, i got a bussness card between nozzle and bed and made sure it felt same thought the x movement.

The spacer between heatbed is not 100% the same height, there is a slight variation, but I believe it can be corrected with the ABL, its not widely different, but just letting you know.

u/SuperSecureHuman — 24 days ago