Mykola Dimura

Results 17 comments of Mykola Dimura

Thank you for your response. I initially used the `ssh-stdinserver-transport` example from the docs as the starting point and adapted it from source+pull scheme to push+sink. My guess was, that...

Would it be possible to introduce `to` as a keyword, which expands to `>= L and

It seems, you are right. I think, a patch for Cereal would be great. Thank you for the response! > no way to determine the struct member names. Yep, apparantly,...

Based on your examples, I've put together a minimum functional set of [wrappers](https://gist.github.com/mdimura/f8019caf775d36471958a63bccf50997).

Not really a solution, but there are two possible workarounds: install libParent.so separately as a dependency, or link libParent.so statically into libBindings.so.

What is the status of this feature? How does chunkserver performance prioritization interplay with proximity (topology) prioritization ?

I am using Nvidia proprietary drivers. Tried adding as suggested at http://unix.stackexchange.com/questions/18003/linux-lxc-deploying-images-with-tiniest-possible-x11 ``` mknod -m 666 /dev/nvidia0 c 195 0 mknod -m 666 /dev/nvidiactl c 195 255 ``` But it...

Sure, I should have mentioned, I put the `mknod` commands in the init script, did not help, however. I also tried removing the container, updating the lxc-desktop and creating the...

Yes, this may be the reason. I did not realise in the beginning, that "ubuntu-desktop" is a 12.04 container. Installing proper nvidia drivers in the 12.04 container seems difficult.