Dominique Dumont
Dominique Dumont
And no new transition will be possible after jan 12th due to first stage of freeze.
In my case (Oauth2 SSO with PingId), setting up a bearer token is not enough: ``` ⠹ Verifying login details... REQUEST DETAILS ------------------------------------------------------------ GET /rest/api/2/myself HTTP/1.1 Host: confluence.[redacted] Authorization: Bearer...
This LE12 20240311-86dba4b image is working fine on my AMD system (with or without `export mesa_glthread=false`).
For what it's worth, some alternatives to using `--classic` are: * include `kubectl` in your snap * use kubernetes API to get logs (and perform the other operations where `kubectl`...
By default, rpm use `/var/tmp` as tmppath. Have you tried to override this value in `rpmrc` file ? (Either in `/etc/rpm/rc` or `~/.rpmrc`). For more infomration, see [tmppath setup in...
ok, I'll patch this out from Debian package. Thanks for the help
We're not there yet. I've patched out the lines: ``` ASSERT_OK(uv_thread_getpriority(pthread_self(), &priority)); ASSERT_EQ(priority, 0); ``` Test on hppa, loong64, powerpc, ppc64, sparc64 and x32 fail on the line after: ```...
Unfortunately, I cannot reproduce this problem on Debian ppc64 machines, so I cannot strace it.
Oops, I did not. Here the strace output: ``` (sid_ppc64-dchroot)dod@perotto:~/libuv1-1.48.0$ nice strace ./obj-powerpc64-linux-gnu/uv_run_tests thread_priority execve("./obj-powerpc64-linux-gnu/uv_run_tests", ["./obj-powerpc64-linux-gnu/uv_run"..., "thread_priority"], 0x7fffd5169808 /* 19 vars */) = 0 brk(NULL) = 0x10007280000 access("/etc/ld.so.preload", R_OK) =...
Indeed. Thanks for the heads-up