Skip to main content

Questions tagged [daemon]

Computer program that runs as a background process, rather than being under the direct control of an interactive user.

10 votes
5 answers
2k views

In this context, an 'exception' is an undesirable scenario, which could be: a code-level signal (like SIGSEGV), incorrect ways of launching an app (like launching a command-line app as a daemon) etc. ...
NightFuryLxD's user avatar
1 vote
1 answer
54 views

I have an Ubuntu server with ~6-7 users. We all use some software that requires some shared files and folders to be regularly updated. Let's call that shared directory /opt/science/online-data ...
ETM's user avatar
  • 31
0 votes
1 answer
618 views

I want to have a command run on my computer on startup, without me having to login. I want to do this because I want to have a program running all the time on my computer without me needing to login ...
Kovy Jacob's user avatar
1 vote
1 answer
85 views

Looking at the following screen shot from System Monitor in Ubuntu 18.04.4 LTS (Linux 4.15.0-1079-oem), you see "(p-portal)" in the process list: I should have interrogated systemctl, ps ...
Dalton Bentley's user avatar
0 votes
2 answers
89 views

I'm writing a daemon in C which needs to do some things as a separate user from root. I will call this user "testuser". My program is installed by its makefile. My question is thus, when ...
spinosarus123's user avatar
3 votes
1 answer
1k views

Currently I launch my UDP BitTorrent tracker using the command ./target/release/aquatic_udp -c "aquatic-udp-config.toml" the app shuts down when I close the console. What is the preferred ...
skarz's user avatar
  • 131
1 vote
2 answers
727 views

I have acquired a python script that is invoked at the command line and immediately returns having demonised and two processes have spawned. Unsure why two but one is the parent of the other. I wish ...
r.l.'s user avatar
  • 101
1 vote
1 answer
4k views

The pop-up "Daemons using outdated libraries" "Which services should be restarted?" breaks my scripts as it cannot be interacted with, requiring me to interrupt. It happens when I ...
BigMistake's user avatar
-1 votes
1 answer
909 views

Profile-sync-daemon can be installed in Debian based systems with sudo apt install profile-sync-daemon and in Arch based systems with sudo pacman -S profile-sync-daemon, but it lacks native support ...
H2onvety's user avatar
  • 143
0 votes
0 answers
175 views

I'm trying to understand why TOR does not start as a service on my FreeBSD 13.2. This is the error message that I see during the boot : [notice] Tor 0.4.8.9 running on FreeBSD with Libevent 2.1.12- ...
Marietto's user avatar
  • 599
1 vote
0 answers
131 views

I am trying to run a rather simple python program on startup and making it restart by itself. Python program working fine from terminal. Service just gives me a failed Message. sudo systemctl status ...
Sebastian Bätz's user avatar
0 votes
0 answers
55 views

I have a python program that runs as a systemd user service. From that program, I launch external commands via subprocess.Popen(cmd, close_fds=True, start_new_session=True). My intention is for these ...
czert's user avatar
  • 1
0 votes
1 answer
308 views

I have a unit file that calls a script (myscript.sh), passing it a "start" command. The script parses what is passed to it and if it's a start command, it runs a jar using this line: java -...
Bob_From_IT's user avatar
1 vote
0 answers
218 views

I'm working on a Yocto Project build of an AARCH64 system, where I need the monit daemon (or at least a process started by monit) to access an environment variable I'm setting. It's my understanding ...
Patrick M's user avatar
-4 votes
1 answer
208 views

The latest way to install skype is with snap. sudo snap install skype Reboot,it can be started automatically and run in background daemon way.We can enable or disable its automatical startup in ...
showkey's user avatar
  • 611

15 30 50 per page
1
2 3 4 5
29