cass80
@cass80@programming.dev
- Comment on Strange cAdvisor Issue 2 days ago:
My guess is the cleanup process is running as root and clobbers anything it sees regardless of permissions. But that’s a guess. I’ve never tried keeping long term data in tmp.
- Comment on Strange cAdvisor Issue 3 days ago:
You have two things happening at once.
First. There a process that cleans up tmp files according to a configuration. Yours is probably set to clean files older than a day.
www.freedesktop.org/software/…/tmpfiles.d.html for more information
Second, As to the folder. Docker will create a folder with the bind mount’s name if it’s not found. So Docker tries to find your promethius file, doesn’t find it, then creates a folder with that name and mounts it instead.
You should move the files out of tmp. That’ll solve all your problems.
- Comment on What is your favourite way to transfer files in your homelab? 2 months ago:
Snapdrop if they both have a gui/webbrowser. github.com/SnapDrop/snapdrop
Scp otherwise
- Comment on What's up, selfhosters? - Sunday thread 4 months ago:
Yup. It does individual/group chat messages too.
- Comment on What's up, selfhosters? - Sunday thread 4 months ago:
Correct!
- Comment on What's up, selfhosters? - Sunday thread 4 months ago:
Finished setting up an email server and am now looking into a matrix nextcloud bridge. Doesn’t seem to exist, so I guess I’m writing one.