Top "Lockfile" questions

Do I commit the package-lock.json file created by npm 5?

npm 5 was released today and one of the new features include deterministic installs with the creation of a package-lock.json …

node.js git npm version-control lockfile
What is the best way to ensure only one instance of a Bash script is running?

What is the simplest/best way to ensure only one instance of a given script is running - assuming it's …

linux bash pid flock lockfile
Quick-and-dirty way to ensure only one instance of a shell script is running at a time

What's a quick-and-dirty way to make sure that only one instance of a shell script is running at a given …

bash shell process lockfile
Waiting for another flutter command to release the startup lock

When I run my flutter application it show Waiting for another flutter command to release the startup lock this messages …

flutter lockfile
Why is my program creating empty .lck files?

I am trying to use Java Logger. I get my logger file (name.log) with the content, it works and …

java logging lockfile
Get the pid of the shell script and save it into a lockfile

I do my backups with rsnapshot which creates a lockfile with the process pid inside. Now I would like to …

linux bash shell pid lockfile
Python: module for creating PID-based lockfile?

I'm writing a Python script that may or may not (depending on a bunch of things) run for a long …

python pid lockfile
Is 'lockfileVersion: 2' in package-lock.json from npm 7 compatible with older versions of npm?

I was wondering if the new lockfileVersion 2 was backwards compatable with older versions of NPM. Now since NPM 7 is released, …

npm version lockfile
How to have yarn fail on yarn install when package.json and yarn.lock are out of sync?

On a project I have replaced npm with yarn to get the benefits of it, and also enforce our dependencies …

node.js yarnpkg lockfile
I don't understand the results from #service tomcat6 status

I'm trying to get Tomcat 6 running on Fedora 14. I'm quite new to this sort of thing, though I have managed …

tomcat6 fedora lockfile