bravemonkey

joined 1 year ago
[–] [email protected] 19 points 3 weeks ago (3 children)

And water is wet? This is a universal evil.

[–] [email protected] 1 points 1 month ago

There's a docker image already that makes it easy to deploy and use, no compiling required.

[–] [email protected] 3 points 1 month ago (2 children)

Have you checked out Stirling-PDF?

[–] [email protected] 2 points 1 month ago (2 children)

What is the ‘dsp’? Is that some American thing?

[–] [email protected] 3 points 2 months ago (1 children)

I finally bought Tears of the Kingdom a few weeks ago, still working my way through it. I love just wandering around finding secrets, shrines and Koroks, although I just made it to the Wind Temple. I expect to spend a lot of time just in this game!

[–] [email protected] 2 points 4 months ago

You don't mention what services yiu plan to utilize and the limits are different for each.

[–] [email protected] 4 points 4 months ago

Another community will take its place one day, so no real value will be lost.

[–] [email protected] 7 points 4 months ago* (last edited 4 months ago) (1 children)

Sounds like it's better for you to ask now so you can decline the job if they're a Windows only shop.

[–] [email protected] 11 points 4 months ago* (last edited 4 months ago) (2 children)

The day Discord dies will be a massive loss for the internet.

What loss will that be? Discord's value is the same as MSN Messenger - the history on Discord is already unusable for resolving issues, so when it's gone people will just move to the next real-time communication platform that fills the same gap. It's not a forum that people can search and find answers on years after discussions have happened and solutions have been posted.

[–] [email protected] 11 points 4 months ago

One thing I would recommend is using a note taking app to create snippets of fixes or personalization changes for your OS that you've made. For me that includes things like how to add my laptop's webcam to the blacklist and other things that I'd need to spend time looking up since I don't do them that often.

[–] [email protected] 5 points 4 months ago (1 children)

This is one of the reasons I'm using OpenSUSE Tumbleweed. It's been a solid distro for me.

[–] [email protected] 5 points 4 months ago

I know this is pedantic, but your relationship with A did not predate public email. Maybe there’s a reason you don’t have hers.

15
submitted 5 months ago* (last edited 5 months ago) by [email protected] to c/selfhosted
 

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 ›