cass80
@cass80@programming.dev
- Comment on Linux Reaches 5% Desktop Market Share In USA 21 hours ago:
I’m out of the loop. What did he do?
- Comment on Tape drive backups 1 day ago:
Don’t buy lto5. Lto6 is the sweet spot right now.
I can buy lto6 drives on ebay for 250ish. Tapes are like 15-25 bucks each.
- Comment on Strange cAdvisor Issue 3 weeks 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 weeks 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? 3 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.