@ftranschel Eheh that's what CWs are for 😆
Stefano Marinelli
Posts
-
Today's Lasagna -
Today's Lasagna -
Sometimes I need to find somethingSometimes I need to find something.
Sometimes I fire up a search engine and search.8 times out of 10 I end up on @joel 's blog.
https://www.tumfatig.net/2024/running-web-browsers-in-freebsd-jail/
-
A sunset walk to try to regain a bit of mental balance after a heavy week and a truly demanding day.@golemwire Thank you! Have a peaceful weekend, too!
-
A sunset walk to try to regain a bit of mental balance after a heavy week and a truly demanding day.@peterkotrcka thank you!
-
A sunset walk to try to regain a bit of mental balance after a heavy week and a truly demanding day.A sunset walk to try to regain a bit of mental balance after a heavy week and a truly demanding day.
My relationship with the weekend has always been complicated. And this weekend I hope will be calm, with the same atmosphere as this photo.
-
Just noticed this on a fishing vessel and yeah I know that I need to grow up.@justine oh, I see! You spotted the current #MastoBlaster build number! 😂
-
The server doesn't boot natively@robinp it was just an emergency measure, while the provider connected the KVM interface to debug it. Those bare metals just run jails, so no problems (except for some performance and resources waste, but it can be done for some hours).
One hour later they gave me the KVM console and it's back to normal operations.
-
The server doesn't boot nativelyThe server doesn't boot natively.
It can boot in Linux rescue mode. So:
qemu-system-x86_64 -enable-kvm -m 65536 -smp 16 \
-bios /usr/share/ovmf/OVMF.fd \
-drive file=/dev/nvme0n1,format=raw,if=virtio \
-drive file=/dev/nvme1n1,format=raw,if=virtio \
-netdev user,id=net0,hostfwd=tcp::80-:80,hostfwd=tcp::443-:443 \
-device virtio-net-pci,netdev=net0 \
-vnc 127.0.0.1:0A couple of lines modified in /etc/rc.conf and /etc/pf.conf
And the server is responding, while waiting for the KVM console.
-
A bare metal server stopped respondingUPDATE: https://mastodon.bsd.cafe/@stefano/116102448269360934
A bare metal server stopped responding.
The provider panel said it was switched off.
I switched it on but it's not responding, too.I've asked for the KVM console and opened a ticket.
The client is a bit nervous.
I'm nervous^2.Fingers crossed...
-
I've just pushed the build 69 of #MastoBlaster.@wasteland_rider hello! Sure, it is: https://testflight.apple.com/join/Pkxa5R1k
-
Sometimes I wonder why my brain works like this.@Tionisla I like this interpretation 🙂
-
Sometimes I wonder why my brain works like this.Sometimes I wonder why my brain works like this.
I have a deadline in half an hour, another in two hours, but I'm working on what I need to do over the next 10 days, which I enjoy much more.My mind is rebellious.
-
Jealous of @rubenerd getting to experience imminently that new laptop smell -
Sometimes in life you have to stop when you least expect it.@Linkshaender true: Italians love those situations
-
I've just pushed the build 69 of #MastoBlaster.@Linkshaender thank you!
-
@dexter ooh nice!@dexter ooh nice! Pizza, great people and great topics. This is must be heaven.
-
#Mastoblaster!@filis 👍
-
I've just pushed the build 69 of #MastoBlaster.@ctuffli great, thank you for your feedback!
-
After quite some time, I’m finally ready to share this.@seiz Thank you. I’ve been working on it for a long time, the skeleton of the app has been there for more than 3 years. I’ve identified some points that were specific to iOS 26 and put them into a condition. I could make it work with less than 40 modified lines.