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.

1009 questions
10
votes
1 answer

Can't start mysql service

I can't restart my mysql service from my ubuntu server. Here is the error : ● mysql.service - LSB: Start and stop the mysql database server daemon Loaded: loaded (/etc/init.d/mysql; bad; vendor preset: enabled) Active: failed (Result: exit-code)…
Eko
  • 209
  • 1
  • 2
  • 3
10
votes
1 answer

What does a question mark mean when listing all services?

After executing the command service --status-all I get a listing of all the services on my machine. I get an output like this. [ ? ] acpi-fakekey [ ? ] acpi-support [ + ] acpid [ - ] anacron [ + ] apache2 [ + ] atd [ - ] bootlogd What does a…
Grenville
  • 203
  • 2
  • 6
10
votes
4 answers

Windows Services don't automatically start after reboot?

We've got some Windows services written in .NET. They start fine manually within the services mmc, but despite being set to Automatic, they never start when powering on (or rebooting) the machine. Update In the event log, instead of seeing "xyz…
James Crowley
  • 333
  • 2
  • 3
  • 11
10
votes
1 answer

Services: Is there any real difference between "Manual" and "Disabled"?

I was just looking at our server, thinking about disabling any Services that we're not using, and it got me wondering: Provided a Service is never called by anything to start, and it's just sat on "Manual", does it take any system resources in that…
Django Reinhardt
  • 2,256
  • 3
  • 38
  • 55
10
votes
2 answers

Run a Program Without User Being Logged On

I am running a Windows 7 installation, and I want to be able to run an application when there is no user logged in. The reason for this is that my application is a monitoring tool, and we want to be able to monitor 24/7 even if the computer reboots.…
Goro
  • 654
  • 3
  • 9
  • 18
10
votes
2 answers

Where is a good place to find a good SLA agreement?

I would like to find a website that provides example service level agreements (SLA). Anyone know where I can find good examples?
Daniel
  • 3,741
  • 7
  • 32
  • 33
10
votes
4 answers

Recommended way to disable a service in Debian

Is there a "recommended way" to disable a service in Debian? (Disable = The service is installed but won't start automatically when the machine boots.) I know that you can update-rc.d -f service remove (which basically removes the links in rcX.d),…
Heinzi
  • 2,138
  • 5
  • 30
  • 51
9
votes
3 answers

How do I specify NetworkService or LocalService for a Windows Service on a Domain Controller?

This question is a not duplicate of these existing questions: AUTHORITY\NetworkService does not exist (question is for Windows Server 2003 How can I run a process as "NT Authority\NetworkService"? (this is a scripting…
Dai
  • 2,251
  • 8
  • 27
  • 42
9
votes
3 answers

Likely causes of NTPD dying unexpectedly and solutions

On a web application which uses s3 for physical document storage, we are experiencing issues with NTP continuously dying. This seems to happen roughly once or twice a day. There is very little information provided when this occurs, other than that…
user275940
  • 191
  • 1
  • 4
9
votes
2 answers

Is it reasonable to use Nagios to check that a service is NOT available?

Suppose I have a server with a private interface and a public interface. Public might have things like HTTP(S) servers, private might have MySQL and SSH. Obviously Nagios is useful to check that the services are running on their respective…
smitelli
  • 1,214
  • 1
  • 10
  • 16
9
votes
2 answers

Make systemd user service depend on system target

I have a user service in ~/.config/systemd/user/example.service like so: [Unit] Description=Example service After=network.target [Service] ExecStart=/bin/bash -c 'host google.com > /var/tmp/example' [Install] WantedBy=default.target The actual…
dflemstr
  • 533
  • 1
  • 5
  • 7
9
votes
2 answers

What can cause ALL services on a server to go down, yet still responding to ping? and how to figure out

It has happened to me already twice within very few days that my server goes down completely, meaning http, ssh, ftp, dns, smtp, basically ALL services stop responding, as if the server had been turned off, except it still responds to ping, which is…
matteo
  • 701
  • 2
  • 9
  • 21
9
votes
4 answers

Crontab to restart service

I am running a web server on an AWS EC2 micro instance. The instance has ~630MB of RAM. With time, I have several httpd processes and very little free RAM. When I restart the httpd service, I end up freeing about 350MB of RAM. I thought of having…
Lord Loh.
  • 1,049
  • 3
  • 15
  • 24
9
votes
8 answers

MySQL: Fatal error: Can't open and lock privilege tables: Table 'mysql.host' doesn't exist

All of a sudden my local MySQL 5.5 server stopped running on my Windows XP SP3. I also have WAMP Apache and WAMP MySQL installed, but WAMP MySQL is not running. Error log shows: Can't start server: Bind on TCP/IP port: No such file or directory Do…
Steve
  • 415
  • 2
  • 6
  • 18
9
votes
4 answers

How to stop git-daemon on debian

I'm running debian lenny server, and I've installed git on it. Now there is a git-daemon process (and appropriate opened port), but there is no /etc/init.d/git script that I could stop. I know there is /etc/sv/git-daemon/run but that doesn't help me…
Slartibartfast
  • 265
  • 1
  • 4
  • 8