Questions tagged [daemon]

On linux an unix-like systems is demon the designation of processes running in the background and providing certain services. Direct user intaractions with demons are not intended.

280 questions
0
votes
0 answers

Linux OS hangs at boot due to daemon systemd service fault

i have a python script that does infinite loop on functions written, and i have added this to systemd as service so i want to run python script at background and control its from systemctl. sudo vi…
Maria628
  • 101
0
votes
1 answer

Making git daemon serve the repo I created

I've been wracking my brain over this and came to a possible conclusion with no solution. First, my dilemma. I have a project where I can create a repo programmatically. I can edit the description of the repo, set the default branch, &c. This is…
0
votes
1 answer

Docker daemon seems to ignore no_proxy configuration

I'm trying to setup a docker daemon behind a corporate proxy (e.g. http://proxy.domain.name:3128) and want the daemon to ignore the proxy when pulling images from a local registry (e.g. registry.domain.name) I have the following configuration: File:…
Bigbohne
  • 113
  • 5
-1
votes
1 answer

Killing a Perl process in Linux

I started a perl process that runs a script and I want to end it, but not the rest of perl scripts. How do I target it and not the rest?
prgrm
  • 151
  • 2
  • 6
-1
votes
2 answers

Run php scripts in ubuntu as deamon one time and on every bootup

I have a simple question that I couldn't find an answer for on the web or on StackOverflow. I have two PHP scripts that I would like to run as daemon (not every x seconds/days). Now I want to run them manually. I would also like them to run every…
Liad Livnat
  • 221
  • 1
  • 2
  • 7
-1
votes
1 answer

logging in daemon process

I'm new to all this stuff, so please forgive if a question is stupid. I'm running a script as daemon, in order to debug it I'm trying to dump logs in file, but no file is created. And if I run script not as daemon log file is created and logs are…
Eugeny89
  • 131
  • 1
  • 5
-1
votes
1 answer

What is the difference between Windows XP services and Windows 7 services?

I have downloaded an open source C++ application. This application run as a Linux daemon, listening at a port, and waiting for connection from client PC. Someone has compiled this application under Cygwin so that it can run in Windows environment.…
-2
votes
1 answer

Running services from GNU Screen

There are quite a lot precautions one is to take when running a process as a daemon. It seems to me that running it inside GNU Screen is a viable alternative, since it guarantees to run the process after logging out of the server, output can be…
Joó Ádám
  • 255
  • 3
  • 10
-3
votes
1 answer

how to run postfix by hand

I compiled postfix 2.9.5 with mysql backend.You know postfix daemons are ran with postfix, So i don't know main postfix daemon to run by hand. What's main daemon ?
PersianGulf
  • 596
  • 6
  • 21
-4
votes
1 answer

Run two daemon jobs in two different directories

I want to write a script that would start two daemon jobs in two different directories. This script should run in the foreground, and then when I press ctrl-c, the script would exit and bring down the two daemons with it. Say the two daemons are…
Derek Chiang
  • 101
  • 1
  • 2
1 2 3
18
19