Siva

Results 34 comments of Siva

Its apparent to assume `supervisord` is managing cluster and postgresql system service. Can someone point me in the source code.

After few search, found https://blog.container-solutions.com/running-docker-containers-with-systemd, which talks about running containers as systemd service. The below command removes all the container instance and also its associated services. In my case it...

> Hi there! Unfortunately wasm-pdf doesn't have that capability. Microsoft has [this tool](https://github.com/microsoft/Simplify-Docx) but it's written in Python. Thanks, I converted a Docx file to JSON using `simplify_docx`, but it's...

> Yes, you'll have to process this JSON data into a format that works with wasm-pdf. This you can do with JavaScript, take a look at the examples. Thanks, I'll...

Please let me know if I'm missing something here?

> From what I can see, you need to install `gcc`. `gcc` has already been installed on the machine. ``` pi@raspberrypi:~ $ gcc --version gcc (Debian 10.2.1-6) 10.2.1 20210110 Copyright...

Still getting the same error: ``` kraft up -t helloworld@staging ./my-first-unikernel 2.78% : | 1 / 36 |: app/ 100.00% :::::::::::::::::::::::::::::::::::::::: | 36 / 36 |: app/helloworld 0.32% | 1...

> You simply can't be building this on an arm device, as you have some hardcoded `x86_64-linux-gnu-gcc` expectation of a gcc binary in some makefile probably. You can try and...

By default systemd is not available in centos 6 version. The below kernel details of the deployed machine. ``` name -a Linux development 2.6.32-358.el6.x86_64 #1 SMP Fri Feb 22 00:31:26...

> I haven't tried it myself. > But what is preventing the driver to be used there? Let me test it on ejabberd and get back with the findings ,...