Dmitry Meyer

Results 15 comments of Dmitry Meyer

Oh, I see a problem with hyphens: ``` $ ls *.tar.gz opm-test-package-1-0.tar.gz $ opm --cwd --verbose upload ... > x-file: opm-test-package-1-0.tar.gz > x-file-checksum: e81b4c655ae46d720461ea4c4e37de4a ... ``` https://github.com/openresty/opm/blob/315e56b907eb5edefa704df0b0fe286998e0317e/web/lua/opmserver.lua#L164-L165 https://github.com/openresty/opm/blob/315e56b907eb5edefa704df0b0fe286998e0317e/web/lua/opmserver.lua#L174-L175 ``` $...

gdb bt ``` #0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=140736297170496) at ./nptl/pthread_kill.c:44 #1 __pthread_kill_internal (signo=6, threadid=140736297170496) at ./nptl/pthread_kill.c:78 #2 __GI___pthread_kill (threadid=140736297170496, signo=signo@entry=6) at ./nptl/pthread_kill.c:89 #3 0x00007ffff7a78476 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26 #4...

The [`privileged`](https://dstack.ai/docs/reference/dstack.yml/task/#privileged) property is available since [0.18.18](https://github.com/dstackai/dstack/releases/tag/0.18.18). If you still have issues with `privileged: true` in the run configuration, please open another issue with steps to reproduce.

### Action Plan (WIP) Completing the plan would allow to (at least): * run non-root images on backends where we cannot override the container user (e.g., NIM on RunPod); *...

Fleet instances won't survive reboot either, at least on some backends (tested with `gcp`) — they don't have `dstack` public keys after reboot.