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

Unit shutdown.service could not be found

I'm trying to set up in a Redhat server, 2 services that start a database at startup, and stop it at shutdown, so I have put 2 files under /etc/systemd/system as follows: shutdown.service: [Unit] Description=Shutdown database at…
Souad
  • 236
  • 3
  • 4
  • 14
0
votes
0 answers

Application started from start.sh and monit .jar file (systemd)

How to correctly write a service that will allow start aplication with start.sh where is a bash command and monitor the (.jar) application? [Unit] Description=Some service…
Dafik
  • 1
  • 1
0
votes
0 answers

This site can’t be reached in kubernetes minikube

I applied my react kubernetes manifest file on minikube with the service I am trying to access it on the browser but I am getting error This site can’t be reached deployment.yml apiVersion: apps/v1 kind: Deployment metadata: name: frontend …
Samson
  • 113
  • 5
0
votes
1 answer

Can't disable WinHttpAutoProxySvc

The WinHttpAutoProxySvc is disabled in Services on Windows Server 2019. Is it safe to disable it and if it does, how to do it? I'm running into this problem:…
0
votes
1 answer

StartExecPost calling the service itself

I have a service defined as bellow: Unit] Description=My Service After=network.target [Service] ExecStart=/usr/local/bin/myservice KillMode=process Restart=on-failure ExecStartPost=/usr/local/bin/script.sh [Install] WantedBy=multi-user.target and…
iAmoric
  • 121
  • 1
  • 4
0
votes
0 answers

Trouble starting by service: Linux 3.10.0-1160.62.1.el7.x86_64 #1 SMP Wed Mar 23 09:04:02 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux

Linux XXXXXXXX 3.10.0-1160.62.1.el7.x86_64 #1 SMP Wed Mar 23 09:04:02 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux cat -vetn rc.service 1 [Unit]$ 2 Description=Script Daemon$ 3 $ 4 [Service]$ 5 Type=simple$ 6 …
0
votes
1 answer

one public IP Address same service (https) for two website is working (different Domain name)

One Public IP Address giving same service for two web site (Different DNS). beirutmotorsparts.com - 66.96.147.120 - 443 alwaslautoparts.com - 66.96.147.120 - 443 One public IP can give 443 to one Web site (URL), How it is possible to two url same…
0
votes
0 answers

Connection error: (Unable to connect to any servers, {127.0.0.1:9042: ConnectionRefusedError(111, Tried connecting to [(127.0.0.1, 9042)]

Sometimes when I try cqlsh command on my Ubuntu 22.04 machine I get the following error: Connection error: (Unable to connect to any servers, {127.0.0.1:9042: ConnectionRefusedError(111, Tried connecting to [(127.0.0.1, 9042)]. Last error:…
best_of_man
  • 367
  • 1
  • 3
  • 12
0
votes
1 answer

When and How we should specify "clusterIP" inside the "service.yaml" file?

I tried to deploy mysql and cassandra databases using kubernetes.io/docs instructions. In both of them, within the service.yaml files, they use clusterIP: None like following: For cassandra: apiVersion: v1 kind: Service metadata: labels: …
best_of_man
  • 367
  • 1
  • 3
  • 12
0
votes
1 answer

Secure SQL Server and other traffic with end to end security

All, I am wondering if there are any best practices or ways that I can open up secure access to a service such as (for example) SQL Server, or any other program normally requiring a port to be opened and whitelisted? I have a non-production…
billsecond
  • 199
  • 9
0
votes
0 answers

How to start a tmux session as a non-root/separate user service while also running a shell script?

I'm currently running an automatic service with the following content: Description=Valheim Dedicated…
Adephx
  • 3
  • 4
0
votes
1 answer

What is the easiest way to shut down Kubeadm on Ubuntu?

I have just installed kubeadm, kubelet, kubectl, docker, docker-ce on Ubuntu 22.04 and they all are working fine. I am wondering how I shut them all down without making them corrupted? Also how can I start them all up again? Furthermore I like to…
best_of_man
  • 367
  • 1
  • 3
  • 12
0
votes
0 answers

How to start up GPD for Palo Alto Network in Headless Ubuntu Server?

Trying to install and work with GlobalProtect from Palo Alto Networks on an Amazon Ec2 . headless machine (runs Ubuntu 22.04). I just installed Globalprotect alright, but it is not working. From some reading, I came to believe the GPD service is not…
Della
  • 175
  • 1
  • 1
  • 5
0
votes
0 answers

kube-apiserver.service failing after complete reinstall of kubernetes and kubectl plugins

I'm having an issue where kube-apiserver.service will always fail on my local Fedora 36. Getting the namespaces from a context I was experiencing certificate issues that prevented me from succeeding. I was using kubens and getting the error: >…
0
votes
0 answers

Created Startup Script but i'm not authorized to perform the requested operation

Startup Script #!/bin/bash #Short-Description: IBM ACE Control #Description: IBM-ACE start() { echo "Startovanje Queue Manager" /opt/mqm/bin/strmqm QMPROD1 #/opt/mqm/bin/strmqm %I echo "Startovan Queue Manager" >> /root/pom.txt …
Boro
  • 31
  • 5