bravemonkey

joined 2 years ago
[–] bravemonkey@lemmy.ca 24 points 3 weeks ago (1 children)

That's a bad take, there will always be people who will say we can never afford it. The real question should be 'can we afford not to' as people live and die in miserable conditions.

[–] bravemonkey@lemmy.ca 4 points 1 month ago (1 children)

This isn’t the Raspberry Pi Imager - it’s a tool to build custom images. From the GitHub: A tool to generate highly customised software images for Raspberry Pi devices.

[–] bravemonkey@lemmy.ca 3 points 1 month ago

Substance was probably my favourite. I haven’t heard of Bramayugam, looking forward to checking it out!

[–] bravemonkey@lemmy.ca 2 points 2 months ago

Congrats on the journey! This is something I've been enjoying lately, but it sounds like it might be too sweet. I'm still trying to find the balance that works for me.

2 oz. Canadian Whisky 1 oz. Dry orange liqueur (I use Pierre Ferrand) 0.25 oz maraschino liqueur 1 oz. lemon juice

[–] bravemonkey@lemmy.ca 5 points 2 months ago (1 children)

Looks like it took inspiration from the Tachikoma!

[–] bravemonkey@lemmy.ca 1 points 3 months ago* (last edited 3 months ago) (1 children)

Someone who doesn’t use the distro is saying a tool ‘is a must’ when I do use the distro and have never needed it. You do you, but the point of my original comment was that it’s a valid distro for Europeans wanting a non-US option. Doesn’t mean you need to like it or use, but others might.

[–] bravemonkey@lemmy.ca 3 points 3 months ago (3 children)

So you find Gnome & KDE ugly? I've never needed to use Yast for any system configuration. Having BTFRS with snapshots as default makes it a great distro.

[–] bravemonkey@lemmy.ca 2 points 3 months ago (5 children)

SUSE/OpenSUSE seems like a much more European option

[–] bravemonkey@lemmy.ca 2 points 3 months ago (3 children)

What ‘domestic ev’s do we even have?

[–] bravemonkey@lemmy.ca 4 points 3 months ago

Looks interesting. Can you post the recipe?

[–] bravemonkey@lemmy.ca 2 points 3 months ago* (last edited 3 months ago) (1 children)

Does anyone have experience with Waterbird based in Waterloo, Ontario?

I'm used to printing with eSUN but haven't had a 3d printer in a while and not sure where to get it any longer (based in Toronto). I've got a Prusa Core One coming soon though so looking to start getting filaments again!

 

I’m running a rootless podman container listening on port 8080 on OpenSUSE Tumbleweed.

From the same host, there's no problem accessing the container. Trying to access the container remotely fails due to firewalld blocking the connection.

What I don't understand is this:

If I configure firewalld to forward port 80 to the container on port 8080 using

firewall-cmd --add-forward-port=port=80:proto=tcp:toport=8080

I can access the container from a remote computer using port 80.

However, if I try:

firewall-cmd --add-forward-port=port=8080:proto=tcp:toport=8080

I'm not able to reach the container. It seems that every port I try will work except for port 8080 in this case, and I can't find any references explaining why this might be the case.

What's going on here? Is it a conflict by trying to forward a port to itself? Is there any way to allow port 8080? Trying to allow port 8080 in the public zone fails as well.

 

I'm new to Podman and so far have been completely frustrated by it.
I don't know if the issue is with the container or Podman since there are just no logs.

I'm trying to run Stirling-PDF, using this command:

podman run -d
-p 8080:8080
-v /location/of/trainingData:/usr/share/tesseract-ocr/5/tessdata
-v /location/of/extraConfigs:/configs
-v /location/of/logs:/logs
-e DOCKER_ENABLE_SECURITY=false
--name stirling-pdf
frooodle/s-pdf:latest

With Docker, I have no issue running the this container. Under Podman the container immediately exits without logs - podman logs stirling-pdf shows nothing.

The same thing happens running the same command with sudo or without sudo but using --rootful. I've also tried removing '-e DOCKER_ENABLE_SECURITY=false ' since it's very Docker specific.

I can run podman run -dt --name webserver -p 8081:80 quay.io/libpod/banner with no issues, so is this something incompatible with the container?

I feel like I'm missing something obvious - like where are the logs?

I'm running on OpenSUSE-Tumbleweed, Podman version 4.9.0

view more: next ›