Re: warm restart

2019-12-09 Thread dormando
weird... I suspect that's something in your environment. It's certainly not that way anywhere I've ever run it. I'm using it right now with a space :) On Mon, 9 Dec 2019, David Karlsen wrote: > -e /cache_state/memory_file <-- fails-e/cache_state/memory_file <-- OK > > man. 9. des. 2019 kl. 22:58

Re: warm restart

2019-12-09 Thread David Karlsen
-e /cache_state/memory_file <-- fails -e/cache_state/memory_file <-- OK man. 9. des. 2019 kl. 22:58 skrev dormando : > example? > > On Mon, 9 Dec 2019, David Karlsen wrote: > > > OK, found it, apparently -e needs to be followed by path w/o any > whitespace > > > > man. 9. des. 2019 kl. 21:54

Re: warm restart

2019-12-09 Thread dormando
example? On Mon, 9 Dec 2019, David Karlsen wrote: > OK, found it, apparently -e needs to be followed by path w/o any whitespace > > man. 9. des. 2019 kl. 21:54 skrev dormando : > I'm not sure offhand. From my perspective I'd triple check what the > path/file it's trying to open is

Re: warm restart

2019-12-09 Thread David Karlsen
OK, found it, apparently -e needs to be followed by path w/o any whitespace man. 9. des. 2019 kl. 21:54 skrev dormando : > I'm not sure offhand. From my perspective I'd triple check what the > path/file it's trying to open is (add a printf or something), else you're > in container/kube territory

Re: warm restart

2019-12-09 Thread David Karlsen
No. It is there and writable man. 9. des. 2019 kl. 21:32 skrev dormando : > Is the directory missing? > > On Mon, 9 Dec 2019, David Karlsen wrote: > > > OK, I hacked it together apt-installing some shared libs.With the patch > applied I get: > > > > k logs test-memcached-0 > > failed to open

Re: warm restart

2019-12-09 Thread David Karlsen
Noe man. 9. des. 2019 kl. 21:32 skrev dormando : > Is the directory missing? > > On Mon, 9 Dec 2019, David Karlsen wrote: > > > OK, I hacked it together apt-installing some shared libs.With the patch > applied I get: > > > > k logs test-memcached-0 > > failed to open file for mmap: No such file

Re: warm restart

2019-12-09 Thread dormando
Is the directory missing? On Mon, 9 Dec 2019, David Karlsen wrote: > OK, I hacked it together apt-installing some shared libs.With the patch > applied I get: > > k logs test-memcached-0 > failed to open file for mmap: No such file or directory > > Which is a bit strange - should not the file be

Re: warm restart

2019-12-09 Thread David Karlsen
OK, I hacked it together apt-installing some shared libs. With the patch applied I get: k logs test-memcached-0 failed to open file for mmap: No such file or directory Which is a bit strange - should not the file be created dynamically if it does not exist? fredag 6. desember 2019 23.51.38

Re: warm restart

2019-12-09 Thread David Karlsen
OK, so I compiled with that changed (doing the same steps as in the .travis.yml) - but it seems to use shared-libraries. Is there anyway to compile this statically? I also created a PR with the same change: https://github.com/memcached/memcached/pull/587 lørdag 30. november 2019 18.03.23 UTC+1