Skip to main content

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.

0 votes
0 answers
27 views

How to make Microsoft OpenSSH daemon start automatically in Windows Server 2022?

I have just installed Windows Server 2022 in a VM. Then I have added the feature "OpenSSH"; that is, I have installed the Microsoft OpenSSH daemon that is shipped with Windows Server. I have ...
Binarus's user avatar
  • 588
0 votes
0 answers
23 views

Multiple Postfix Instances *without* postmulti

I have been running multiple instances of certain services (php-fpm, mysqld, httpd) and am now trying to do the same with Postfix. Searching online, I have so far only been able to find descriptions ...
user10709800's user avatar
0 votes
1 answer
223 views

How can I reload or stop the nbd-server?

I'm running nbd-server on Debian (nbd-server package) with my config at /etc/nbd-server/config, but then I might change the config and need to reload. How can I do that? man nbd-server has nothing on ...
Jesse's user avatar
  • 261
0 votes
0 answers
29 views

Can't resolve service in Kubernetes

I have a pod that wants to connect to Redis, but we use dragonfly instead, but it can’t do that. [2024-04-01 14:34:28.421 DEBUG common_server/src/db/redis_manager.rs:112] creating redis pool with ...
Moonlight's user avatar
0 votes
1 answer
168 views

How can I determine the resource responsible for a specific APIService?

I'm new to k8s, so please forgive me if I use some definitions incorrectly. Every k8s cluster has a set of APIs available, some of which are part of k8s itself ("core", or "built-in&...
Alexandr Paliy's user avatar
0 votes
1 answer
119 views

Issue with IIS and error in biztalk server

I have created an application within BizTalk. It includes a receive location configured with TYPE: HTTP, with a BizTalkServerIsolatedHost handler. The URI created looks like this: /ph_qa/...
Nico Migliarino Ferro's user avatar
1 vote
1 answer
158 views

Systemd service stops after start (only while booting)

I have a minimal systemd service that seems to work normally when started manually using systemctl start my-application.service And it stops normally using the corresponding stop command. For some ...
Luca Sagoleo's user avatar
0 votes
0 answers
22 views

Create a service for lc_adapter.exe in Windows - Error 1053

I have a program named lc_adapter.exe. The program is used to foward syslogs from a firewall to LimaCharlie.io. I want the program to start as a service. I have tried the following two different ...
Europa's user avatar
  • 139
1 vote
1 answer
672 views

Mystery "Failed to locate executable"

I've been setting up a monitoring solution for various servers using Promtail, Loki and Grafana, following this article. I got a monitoring machine running Loki and Grafana (on Rocky Linux 9.3) and a ...
Steven Blyatman Chayka's user avatar
0 votes
0 answers
49 views

Not able to create a project in GCP by using a service account through API

Description I am facing an issue while attempting to create a project in Google Cloud Platform (GCP) using a service account through the API. Here are the steps I've taken: Initially, I manually ...
Abdul Suban's user avatar
0 votes
2 answers
1k views

SQL Server Services won't start and database engine can't be accessed

So my SQL server can't be connected to after the computer crashed while connecting to it over RDP. The MSSQLSERVER, UALSVC and MSSQL$SQLEXPRESS services are all set to automatic (the ualsvc is set to ...
tobymax's user avatar
0 votes
1 answer
745 views

Tomcat9 used environments variables on server.xml

I try to insert environments var on conf/server.xml file I follow the tomcat documentation : https://tomcat.apache.org/tomcat-9.0-doc/api/org/apache/tomcat/util/digester/EnvironmentPropertySource.html ...
toto rrro's user avatar
0 votes
0 answers
127 views

Linux service constantly restarting

I have a service file mmctrl.service with the following contents [Unit] Description=MosquitoMax Controller Service After=network.target [Service] User=mm Group=mm WorkingDirectory=/home/mm/ ...
Daniel Watrous's user avatar
0 votes
0 answers
691 views

What is the standard Windows service timeout?

While starting or restarting a Windows service the service might time out, for example if you're starting is programmatically. In my current script the timeout is set to 30 sec. and that applies to ...
metablaster's user avatar
0 votes
0 answers
99 views

Why can my K8S service only access one of three replicas?

New to K8S I have installed microk8s on three Raspberry Pi 4 computers (blackpi, bluepi, redpi). I have a little hello world REST application as docker image in a local registry. I have deployed it as ...
HerrB's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
70