Questions tagged [service]

A service (also daemon or server) is a programme that constantly runs in the background. It usually services requests. If you are asking about online services, please use a different tag.

A service (also daemon or server) is a programme that constantly runs in the background. It usually services requests. If you are asking about online services, please use a different tag.

1035 questions
0
votes
1 answer

How to start webmin (service) on centos 9 stream on boot

I have just installed a CentOS 9 Stream VM. Next, I have installed Webmin on the VM (using the RPM method). All is good - until I reboot the VM then Webmin is not running... It seems that webmin is not started as a service. It has installed the "old…
John Dalsgaard
  • 203
  • 3
  • 11
0
votes
1 answer

How to pass variables for a systemd unit file that calls a php script?

I am needing to create multiple instances of a systemd service. Is it possible to pass the parameters when starting the service, which would be the params for a php script? For example, let's say I have a script, test_systemd.php, with two…
DevOpsSauce
  • 348
  • 1
  • 5
  • 22
0
votes
1 answer

Do NTP pool servers use gpsd?

A bug in gpsd upon which some NTP servers rely, has been known for a couple of months, but it hasn't really become general knowledge until recently, just before the October 24, 2021 rollover that may set some NTP servers' clocks back to 2002. A…
Spencer
  • 197
  • 1
  • 9
0
votes
1 answer

What is igrid server - port 19000?

Recently our monitoring tools is reporting a port as down, the port number is 19000. I have never seen this port before and I don't find out good information. Doing some tests, I've seen I can telnet it using localhost, but not…
Potter
  • 153
  • 6
0
votes
1 answer

Manage Services within Azure VM from Automation Runbook

I'm looking to use Azure Runbooks (powershell) to automate the shutdown/startup process of a few Azure virtual machines. The VM's are running 3rd party reporting tools, some of which take a few minutes to start and stop services. I was wondering if…
jrd1989
  • 698
  • 15
  • 48
0
votes
2 answers

How to run service after kernel module is loaded

I have been breaking my head over this the last few hours. On one of my machines the intel-rapl-msr driver is buggy and reloading it fixes the issue. I thought I could trivially create a service that does this on boot. But I can't get the service to…
John Smith
  • 101
  • 3
0
votes
1 answer

Parse Service Pathnames

(get-ciminstance cim_service).pathname outputs something like: C:\WINDOWS\system32\msiexec.exe /V Does anyone know of a solution to remove all arguments and options from the output? Or a method of outputting all service executable file path…
RevoCaine
  • 1
  • 4
0
votes
1 answer

AD account for monitoring services across servers

We have some Windows servers that run various services and we have a situation where sometimes those services just stop. To monitor these services I have written a Windows service that uses the ServiceController to look at the suspect services and…
Spratty
  • 103
  • 1
0
votes
0 answers

consul routing is not happening, how to fix that?

My deployment and other yaml files for a sample app in consul: link The routing is not happening. Could anyone please check them and suggest what need to be fixed. The traffic is not entering the app at all. The steps I followed to install consul: I…
uday
  • 352
  • 10
  • 30
0
votes
1 answer

istioctl kiali is not creating, how to fix that?

From the getting started link, I was able to create a gateway and the routing to bookinfo app provided in sample. It got deployed and able to access the app from ingress gateway of istio. The next step, deployed kiali using the addons. kubectl apply…
uday
  • 352
  • 10
  • 30
0
votes
1 answer

How to configure consul to access webpage from Ingress gateway

I am trying to configure ingress gateway for consul deployed in AKS. As per their documentation , I have created a sample deployment and ingress gateway to it. yaml files: github kubectl apply -f static-app/ I changed the static app service from…
uday
  • 352
  • 10
  • 30
0
votes
0 answers

When I "stop" a system process, the "ExecStart" command process does not stop

I run a system service with the following config my_script.service: [Unit] Description=My demo…
Newskooler
  • 211
  • 1
  • 3
  • 14
0
votes
2 answers

Why most services use non-root account could create logfile in /var/log?

I want to write a service putting log in /var/log, then I edit a xxx.service under systemd. [Service] User=xxx Group=xxx But the service throw a error that open /var/log/xxx.log the permission denied. How do they implement write log in /var/log and…
fido han
  • 11
  • 1
0
votes
0 answers

Centos8 java application as service

Background: We are running java springboot applications on Centos8 (for now...) as service but applications take some time to startup: flyway, DAO initialization... Actualy start of service can take about 7 minuts SystemD…
Facty
  • 111
  • 5
0
votes
1 answer

Forcing server as idle as possible (all OSes, but possibly illumos too)

Sometimes a server will start showing some kind of hardware failures, not disabling its functionalities, but requiring hands-on presence (it could be days to reach, if remote post). In some such cases, the server must be kept on to preserve some…
gsl
  • 143
  • 1
  • 6