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
0 answers

Error starting service NSSM CakePHP

I'm trying to start the service installed with NSSM. The error occurs when performing the process on the Skymail server. The executable that is turned into a service is a .bat file that executes CakePHP code, the code of the .bat file is as…
0
votes
0 answers

nodejs windows service shows as running but is not responding

I am using the node-windows module to serve my API as a service on a VM windows server. the service was running fine but after this weekend I had no response from the API and no errors in the app that is calling the API. When I checked the server…
Morgan Hayes
  • 101
  • 1
0
votes
1 answer

SystemD memcached service - (code=exited, status=1/FAILURE)

So I had to deploy in Rocky Linux 8 memcached with SOCKET in /var/run/memcached In order to avoid the service to fail, I have run the following: systemctl edit memcached.service Pasted…
Uhl Hosting
  • 79
  • 10
0
votes
0 answers

Apache2.4 is running but not working

I have Apache2.4 installed, this service show running state, but doesn't work, I need to restart the service from service console to use http access, I realy dont know what is happening, but It's not useful for the ssystem. Please advise on it. Best…
Mantraxyz
  • 1
  • 1
0
votes
0 answers

Start program as user on Windows Server 2016 boot (allowing access to program via RDP)

I'd like to set up a non-domain'd Windows Server 2016 to automatically start a specific graphical application as a specific user at boot such that it is always running -- even after a reboot -- and always accessible by anyone who RDP's into the…
0
votes
0 answers

How to troubleshoot 3rd party service start failure on windows server 2016 standard edition

I have a windows server 2016 standard edition 64-bit machine. The machine is up to date and has the latest security updates. On this machine I have a 3rd party service called Couchbaemphasized textseServer which is the main service of a 3rd party…
Siraf
  • 101
0
votes
0 answers

Ubuntu 20.04 Power LTS: How to disable "multipathd" service at boot time, from the petitboot shell?

Setup: I have large number of multipath LUNs from SAN, connected to this system. Most of these LUNs are not formatted for the Linux env and needs to be reformatted before using. The Problem: To work on these newly attached LUNs, I freshly…
0
votes
0 answers

Is there any alternative for monitoring software that support for AIops and Serviceops Software?

Actually, I am looking for the best network monitoring tool for the organization. I have tried Splunk,motadata, and Dynatrace but their cost is very high on a yearly and perpetual basis license so Can anyone recommend more alternatives for the same?
0
votes
0 answers

Nagios server can't see the Remote Desktop Configuration Service?

I've got an issue that has left me a bit baffled. I'm setting up monitoring for about 15 RD session hosts. And it works on all of them, except one.. On this monitor, I'm getting No service named "Remote Desktop Configuration" could be…
0
votes
0 answers

WSUS Service stopped and won't start

I noticed that the WSUS service on our WSUS server has stopped and will not start. When I Rt click in services and select Start, it tells me "Windows could not start the service on a Local Computer. Error 1067: The process terminated unexpectedly". …
Amroth85
  • 1
  • 1
0
votes
0 answers

Gunicorn can't access a .ini file containing credentials to parse in Django's settings.py Debian+Nginx+Gunicorn+Django

today I spent hours trying to use Environment Variables in Debian for a Python project. I tried exporting them in various files: /home/user/.profile /home/user/.bashrc /etc/environment /etc/profile /etc/profile.d/ /root/.profile /root/.bashrc I…
0
votes
1 answer

Exclude Service with spaces in name in NRPE arguments

exclude=edgeupdate = working fine exclude=Sophos Clean Service = not working what syntax do I have to use here?
BBQtrout
  • 1
  • 1
0
votes
1 answer

Change the localhost setting

I followed the steps mentioned in this blog post.. https://aws.amazon.com/blogs/opensource/dashboards-as-code-a-new-approach-to-visualizing-aws-apis/ and was able to start the service. $ steampipe dashboard [ Wait ] Loading Workspace [ Wait ]…
shantanuo
  • 3,579
  • 8
  • 49
  • 66
0
votes
1 answer

Redis failed every few hours

I have a problem in redis, Each 18-30 hour it failed and I should restart it manually to run it again. Our server have 1 wordpress website. Redis version: 5.0.3 OS: CentOS Linux release 8.3.2011 regards Check Erro Message From Here
0
votes
1 answer

Dynamic NVM node path for service unit file

I recently migrated from using node installed on my Ubuntu server to using NVM to manage my node, but the issue is the application I use on this server uses a .service file that executes with the path of the locally installed node, usr/bin/node. I…
cphill
  • 197
  • 1
  • 1
  • 12