Provide a friendlier message if another daemon is already running on startup
See original GitHub issueI often have an IPFS daemon running to interface with other IPFS tools. When launching station, I receive an alert that an instance of the daemon is already running but the message contains the text that one would normally expect on the command-line and not a message typically displayed from a GUI app.
Replicate:
- Start an IPFS daemon on the system
npm start
from the root of the station working directory
Station 5bd8846a007f9655a451072c23008b162168dd8a macOS 10.13.1
Issue Analytics
- State:
- Created 6 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
ERROR:Daemon already running: pid 1603 · Issue #77 - GitHub
Sometimes after a reboot, the daemon systemd service I set up doesn't start, and when I try manually, I get the above error....
Read more >Linux waiting for another Daemon to start - Stack Overflow
I ran the following to register the daemon already. I know it is running @ startup from message log. update-rc.d mydaemon default. #!...
Read more >6 Startup and shutdown of an advanced daemon
A handy function named checkyesno is provided by rc.subr(8). It takes a variable name as its argument and returns a zero exit code...
Read more >Another MySQL daemon already running with the same unix ...
Hi my droplet just restarted by DO support with suddenly and i receive message that the mysqld not able to run with this...
Read more >start-stop-daemon(8) - Linux manual page - man7.org
start-stop-daemon is used to control the creation and termination of system-level ... Any matching process will prevent --start from starting the daemon.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I was thinking about the same thing when fixing this issue, I’ll create another issue about that.
Just updated the image ^^