Minneapolis, MN
existential crisis actor
From Jes Olson to ~sircmpwn/sr.ht-discuss
> So will sourcehut still be apolitical in these subjects or would it become political someday? such a question has no answer. it's way too vague. nobody knows the future. nobody is going to pledge that sourcehut will always be apolitical, whatever that even means.
From to ~emersion/public-inbox
hi, j3s again - ignore the workaround i had posted previously, it's uninformed. here's a better one: exec_always pkill kanshi; exec kanshi &> /tmp/kanshi.log I have no idea why adding the stdout/stderr redirect fixes my issue, but it does. On boot, my laptop screen now displays nothing appropriately. I have not tested the POSIX variant: exec_always pkill kanshi; exec kanshi > /tmp/kanshi.log 2>&1 but I assume it would work as well. 🤷
From j3s to ~sircmpwn/sr.ht-discuss
No we weren't - my apologies, I misread your email.
From j3s to ~sircmpwn/sr.ht-discuss
On Thu May 6, 2021 at 4:29 PM CDT, Nicolai Dagestad wrote: > That's interesting, it's really not my experience with selfhosting > sourcehut. > Granted I am only using it for myself but I really don't need to > maintain > it much for it to just workâ„¢. do you run every component? and for how long? some services do "just work", but others do not. The build system in particular has been a struggle to get working in the first place, and to keep running. # builds
From to ~sircmpwn/sr.ht-discuss
> you could try setting it up yourself > but I don't think this community is going to help you out beyond maybe > wishing you good luck. Untrue. Drew once offered to help debug our orgs sourcehut installation - I think it's disingenuous to say that nobody here will help out - I'd certainly chime in if I knew a thing. That said, be warned that sr.ht is not easy to install or to maintain. Plan on spending at least several hours per week keeping it up to date and running into various edge cases. We've decided that while the project is great, it's not
From to ~sircmpwn/alpine-devel
Ohai, monkey wrencher from capsul here. We support Alpine on our cloud infra, here be the build scripts: https://git.cyberia.club/services/capsul-images/tree/alpine Maybe this will be of some use to somebody.
From j3s to ~martijnbraam/public-inbox
--- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index 18b4c1a..8a6e28a 100644 --- a/main.c +++ b/main.c @@ -1004,7 +1004,7 @@ adventure(size_t pid, char *input) return; } else if (strcmp(input, "help") == 0) { snprintf(buf, sizeof(buf), "Commands: help, examine room, go [room], murder crewmate, report, check tasks"); snprintf(buf, sizeof(buf), "Commands: help, map, examine room, go [room], murder crewmate, report, check tasks");[message trimmed]
From j3s to ~martijnbraam/public-inbox
--- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index bd9b39b..18b4c1a 100644 --- a/main.c +++ b/main.c @@ -430,7 +430,7 @@ check_win_condition(void) } if (nalive == 1) { broadcast("The impostor is alone with the last crewmate and murders him", -1); broadcast("The impostor is alone with the last crewmate and murders them", -1);[message trimmed]
From j3s to ~martijnbraam/public-inbox
--- main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.c b/main.c index ba652c7..bd9b39b 100644 --- a/main.c +++ b/main.c @@ -681,8 +681,8 @@ discussion(size_t pid, char *input) } } if(vote < -1 || vote > NUM_PLAYERS-1 || players[vote].fd == -1 || players[vote].stage != PLAYER_STAGE_DISCUSS) {[message trimmed]
From to ~sircmpwn/sr.ht-discuss
> The second issue I had was that the oauth2 page would error out. For this > I had to add a section in my apache config to also proxy requests to > /query to 127.0.0.1:5100/query. This is the thing that fixed everything for me! I didn't have to mess with /etc/hosts at all. Using the config here as a reference: https://git.sr.ht/~sircmpwn/sr.ht-nginx/tree/master/meta.sr.ht.conf Other symptoms were: - services would timeout if you tried to visit them on the web, however if you restarted nginx occasionally some or all of the sr.ht services