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
-1
votes
2 answers

Is possible for a vps service with own ip addresses to have ports restricted?

I am looking for a cheap vps service, and i found some, but the most appellative i found for what i need ("fileMedia") has a really bad translation on its page and there is something which is leaving me some doubt. This service, just like many…
SOMN
  • 101
  • 4
-1
votes
2 answers

How do I change a third party service password without stopping my service that depends on that service?

Here's my scenario: I have a service that has to run 24/7 and depends on a third party service that has a password. I need to have that password changed. If I blindly change the password my service no longer works because it will continue using the…
sharptooth
  • 2,739
  • 4
  • 32
  • 40
-1
votes
1 answer

Just installed Ubuntu server - What services can i disable/uninstall?

i just installed Ubuntu server 13.04. What services can i disable/uninstall? All i want is to keep sshd (to connect to my vps) and whatever is absolutely needed for the system to run and get rid of the rest. So far i have only uninstalled apache. I…
Christos Baziotis
  • 313
  • 1
  • 4
  • 14
-1
votes
1 answer

Cron and FTP daemons crashing randomly in RHEL

Not sure where to start in troubleshooting this. I'm not finding anything indicating an issue in ProFTP logs or in /var/log/messages. So I do apologize for not having more information to give. Overview: RHEL 5 shared web server w/ Plesk 10. Uptime…
Mahdi.Montgomery
  • 261
  • 1
  • 2
  • 7
-1
votes
2 answers

Server Vs Service / Physical Vs Virtual

When reading definitions for a server service (e.g. iis) you will often find that there are several cross references to a virtual server but none seem to definitively refer to the two as the same..... Can somebody help me to understand the…
user559142
  • 115
  • 2
-1
votes
1 answer

monitoring services, CPU, memory remotely on a Windows server machine

I'm looking for a tool that is able to (remotely) monitor CPU and Memory in a Windows server but most importantly, which service/process is using it. Or-- is it possible to monitor a specific running service? We got a server that freezes on regular…
-1
votes
1 answer

Can't override service exe file after service was stopped

On Windows Server 2008 R2 I stopped my service and trying to override the exe file to update it, but it gives me access denied exception. What can I do to fix it?
-1
votes
1 answer

Windows Service Only Runs When Logged In

I am trying to run an EXE file as a service with no user logged into the server. I have created the service and it starts up without a problem. The problem is that the service only runs correctly when the user is logged in. This behavior is the same…
-1
votes
2 answers

Unlimited VOIP Phone Numbers?

Sorry, by VOIP confirmation server, I mean a VOIP PBX server that provides a verbal confirmation service to people; The script will branch based on ANI and DNIS information to an automated setup. That was horrible wording on my part. I am looking to…
-1
votes
1 answer

Most common network services statistics?

I'm looking for some statistics about the most common used LAN network services... does anyone know a source for this kind of information? Is there somekind of report about the current network services tendencies? Thanks
Joao Heleno
  • 251
  • 1
  • 4
  • 12
-1
votes
2 answers

Virtual machine vs real machine server performance

I want to self-host some services (some examples include, but are not limited to, Nextcloud, Matrix, Jitsi, Bitwarden). For security reasons, I don't want to install all of them on the same machine directly (because, if one of them causes the whole…
conectionist
  • 113
  • 1
  • 4
-1
votes
1 answer

Which service is responsible for GPO?

Can someone please tell me what service should I start to apply GPO on my DC. I have a GPO on my DC but it does not apply on it. (I was asked specifically about services so it must be the problem.) Thank you.
-1
votes
1 answer

Starting service inside shell script via PHP

So i'm looking for a way to start Plex Media Server service using PHP redirect. I basically want to start and stop the server by going to the certain URL. I'm using Apache and here's my code and commands i'm using: My /var/www/site/index.php:
maskey
  • 1
  • 2
-2
votes
1 answer

Service design on Docker machine

There is the word "One service per machine". Is this still true when it comes to Docker? Or is it common / best practice to deploy containers with completely independent services (say: a Nexus Package Manager, a MantisBT bug tracker, a Dokuwiki and…
wollud1969
  • 99
  • 2
-2
votes
3 answers

How do I launch a service on linux

I have written server-socket Java application (not a web application) and I have a server running on Linux machine. How do I deploy this application so that I can request from anywhere from any app (assume the app has permission). Should I install…
1 2 3
68
69