Sebastian Spaeth
Sebastian Spaeth
@AndrewGMorgan I apologize for drawing your attention to the above, but am I doing something fundamentally wrong?
> > /etc/capabilities/security contains ^cap_wake_alarm * > > I think you mean `/etc/security/capability.conf`, or? of course, fixed. Sorry and thanks.
I'd say, that the ball is now in systemd's court. libcap allows want we need, the pam way works in granting ambient capabilities, including System wakeup. Now, all that remains...
I just tried the API endpoint on my 0.9.5 monolith and get https://XXX/_matrix/client/r0/directory/room/INVALIDROOMFORMAT {`"errcode":"M_BAD_JSON","error":"Room alias must be in the form '#localpart:domain` https://XXX/_matrix/client/r0/directory/room/#room:domain.com gives me a stock "404 page not found"...
same with nginx:` _matrix/client/r0/directory/room/#matrix:matrix.org` is logged as `_matrix/client/r0/directory/room/` (resulting in a 404) by nginx.
just checked whether this is still relevant, and yes as hinted by https://github.com/matrix-org/dendrite/blob/5424b88f3061dddbeae53df8b67bd064e8cbc400/clientapi/routing/createroom.go#L473 we first create a room and then try to create the alias, bailing out when it is...
The good thing in Linux DEs is that they move towards Pipewire which can act as Jack/ALSA/Pulseaudio client directly, so on Linux audio backends would become less problematic (and supporting...
Given that a server ooerator can always see to which hosts a network connection is being made, I do not think there is much to be gained. RSS feeds are...
Could it be that you run into the interpolation feature of COnfigParser? Try to use a RawConfigParser and see if this improves things?
I like the cobra change in general (can't comment on the koanf(?) one), command line handling always had felt a bit manual and fragile (but then I am used to...