Zwuzelmaus
@Zwuzelmaus@feddit.org
- Comment on SMART data on some old drives, can anyone beat my powered-on times? 2 days ago:
It was actually a sad day when we powered it off for the last time
No, it died not from the reboot.
It died because it’s life had no meaning anymore, after you had taken all the workload off it.
/s
- Comment on Selfhosting as a Linux newbie - Ubuntu Server LTS or Debian 13? 6 days ago:
I use Debian as my daily driver
Chances are that you would find Ubuntu not just more complicated, but unneccessary complicated.
Stay with Debian. It can do everything.
- Comment on Self hosted photo options for the family? 1 week ago:
Can you upload by any other means, or does it always require it’s own upload mechanism?
- Comment on How much do you secure a home server that's only accessible with VPN? 3 weeks ago:
VPS bad!
Can’t put your rings of garlic around it.
- Comment on ZFS breaks the boot process 5 weeks ago:
To be precise, I think that it does not “both fail and finish”.
You get the success message a little late, and some job control has decided earlier that it has failed, when in truth it just took longer than expected. The ‘fail’ message comes from this job control, while the ‘success’ message comes from ZFS itself.
- Comment on ZFS breaks the boot process 5 weeks ago:
the system waits for about half a second
Guess it should wait just a little longer at this point.
- Comment on The Death of Traditional VPNs: How DPI Firewalls Use Machine Learning to Fingerprint Your Traffic 1 month ago:
You are completely right, my apologies.
OMG it’s even an AI bot.
- Comment on Could somebody share a working Arr stack in docker with me? 1 month ago:
What a wonderful rant!
- Comment on What's your contingency plan for the apocalypse? 1 month ago:
UPS for 1-2 minutes.
They won’t find my server ;-)
Feds are coming
…most important: I am not inside Usa.
- Comment on What are your self–hosted alternatives for inter device communication? 1 month ago:
Yes. AI agent that doesn’t even identify as such. A shame.
- Comment on Help with MariaDB root login 1 month ago:
This description leaves many holes. So either someone succeeds with guessing, or you need someone to interact with you for analyzing step by step what’s really going on there.
My guess is that you need to use the right user on the right system, because “env” exists only in the context of one certain user on one certain (virtual or real) system.
- Comment on Getting Started with Proxmox 10 months ago:
You have that new machine to play with. So do it.
Install it and play around. If you do nothing that should “last forever” in these first days, you can tear it down and do it again in different ways.
- Comment on Looking for ... inventory management, I guess? 1 year ago:
a version controlled markdown file
There’s a lot of genius in this idea …
- Comment on Need help getting domain to resolve over LAN 1 year ago:
Now you know that the problem is not your DNS.
It is either your routing or firewalling.
- Comment on Need help getting domain to resolve over LAN 1 year ago:
I tell it to point docmost.example.com to 192.168.1.80, […] but actually nothing happens. I get a connection timed out error.
I suggest to collect more info about this “nothing”.
ping from your PC on the inside to the name docmost.example.com
ping from your PC on the inside to the number 192.168.1.80
traceroute from your PC on the inside to the name docmost.example.com
traceroute from your PC on the inside to the number 192.168.1.80
Then do the same in the reverse direction: from that docker container to your PC.
Maybe traceroute shows you some stations on the route. Then do the same from this station.
Write down the results thoroughly.