Alex2357

Results 11 comments of Alex2357

I have had the same problem. What I found http://stackoverflow.com/questions/21365714/nodejs-error-installing-with-npm It says you may not need VS, but need Python. I don't want any of those for my app.

I wanted just a single nodejs package which can do a job. Your prebuilt package still has too many dependencies

> Don't close this topic yet, if you can. Maybe someone knows how to do it and will give an answer here. I will raise this topic on the Home...

@smshr did you figure out how to do this? If yes, please provide some info. Many thanks in advance

script has a bug it always get into the if block and generates new directory here https://github.com/hpaolini/tiny-nvr/blob/06868e75a4e76ce363ebe802dddeff6c37538b58/docker-entrypoint.sh#L49 in regards to empty fodlers you need to play with rtsp url you...

Installing as described here https://github.com/draios/sysdig/wiki/How-to-Install-Sysdig-for-Linux#user-content-automatic-installation also did not work ``` curl -s https://download.sysdig.com/stable/install-sysdig | bash * Detecting operating system * Installing EPEL repository (for DKMS) warning: /var/tmp/rpm-tmp.UNZRJM: Header V4 RSA/SHA256...

I'm also having a problem I can not deploy chart while using helm CLI works fine. Would be nice if there was ability to request chart to be deployed using...

> Which ArgoCD version are you on? I was using 2.14.10. Tried v3.0.11 and it also did not work. > As for the solution, if you need to use ArgoCD,...

Hi everyone! This is very annoying issue with Ubuntu. Playbooks which use apt simply very fragile. The problem with unnatended upgrades in ubuntu. See details here https://itsfoss.com/could-not-get-lock-error/ Initial my idea...

@tonycpsu how do you solve upgrades then if you have disabled? My problem is that I use ansible to configure ubuntu machines at home. All works fine except this annoying...