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

"pg_ctl: could not find postgres program executable" but only on startup?

I'm having a strange new issue with PostgreSQL. After the last two reboots it hasn't started properly, and that was the error in the log (it occurs early enough in the startup process to not say anything in Postgres' own logs.) Starting it…
Kev
  • 984
  • 4
  • 23
  • 46
0
votes
2 answers

set service dependency on internet connection

I have created a window service and set some dependencies like on MSMQ, MSSQLSERVER and so. Everything is working nice. but i need to send another dependency for my service. That is on internet connection. My service is responsible for sending…
nccsbim071
0
votes
2 answers

Installed Apache. Bash: 'service httpd status' does nothing,

I just installed Apache 2 on CentOS5 from source (httpd-2.2.15.tar.gz) using: ./configure --prefix=/usr/local/apache make make install /usr/local/apache/bin/apachectl start I have verified that httpd is running in ps, and verified it is serving the…
Josh
0
votes
1 answer

Windows Service with a Logon user set

I have a service running in a box with Windows XP and a box of Server (2008). The service is configured as autmactic mode with a logon user/pwd set. The log on user is a local user. The service requires this user setting in order to run. The issue I…
David.Chu.ca
  • 181
  • 1
  • 4
  • 15
0
votes
3 answers

How may I run a user process at system startup that the user can set himself?

I would like the users of the system to be able to setup processes that run at system startup that they can setup by themselves. How may I do it?
Eduardo
  • 205
  • 2
  • 7
0
votes
1 answer

Fedora: Service is running, but service not found when attempting to restart

Fedora 8: When I run /sbin/service --status-all, I see slapd (pid 2285) is running... as expected. When I run /sbin/service slapd restart I get slapd: unrecognized service I don't see slapd under /etc/init.d/ either Any ideas on how to access…
Jake Wilson
  • 8,814
  • 29
  • 97
  • 125
0
votes
1 answer

EC2 hosted service multi-tenant dynamic DNS solution

I want to change the model of my EC2 hosted service to have a separate sub domain for each tenant (ie. .example.com). My primary DNS is now with dnsmadeeasy.com, but their dynamic DNS offering seem pretty weak: it requires the API to…
0
votes
1 answer

windows service log on as user a/c on different PC on same workgroup

trying to run a service (logon as admin@PC2) from PC1, when both are in work-group fails. why could this happen? OS is win-2003 and please let me know if any windows remote services have to be turned on or firewall configuration? does having PC's on…
JMS77
  • 1,275
  • 5
  • 27
  • 45
0
votes
1 answer

Service to monitor Service not triggering

On Ubuntu 18 I have a service : [Unit] Description=Gets CSV OnFailure=pushovercsv.service [Service] ExecStart=/usr/bin/vehicles.sh [Install] WantedBy=multi-user.target This works. I am trying unsuccessfully to setup another service which alerts…
Al Grant
  • 125
  • 1
  • 1
  • 7
0
votes
0 answers

How to use open service mesh in kubernetes?

I am trying to test open service mesh for our application. No tags in serverfault for service mesh or servicemesh or osm or open service mesh,etc. So I kept istio as serverfault tag to this question as it is also a similar product of service…
sardar
  • 1
  • 2
0
votes
0 answers

Dockerd run as ServiceUnit alters /tmp access

It's been my first success weeks developing Docker containers using dockerd along its plugins and recently i found out some problems after automating the daemon. Tried to manipulate dockerd as a systemd unit which loads system-wide as root from…
ogeid
  • 101
  • 2
0
votes
0 answers

Unable to modify Recovery Actions for a service

I have a service (NameOfService.exe) that frequently shuts down on its own. I haven't yet figured out why it keeps stopping. I want to trigger an alert for when it does shutdown. I assume that this can be done via the Recovery Options. I also want…
0
votes
1 answer

Protecting the service of a specific application

We have a business requirement where we don't want even Admins to be able to stop a service of a specific application running on windows machines. Reason being the application plays an important role in the security and the only barrier for security…
0
votes
1 answer

Daemonized influxdb container won't start on Ubuntu 22

I'm trying to upgrade a server to Ubuntu 22. Among other things it's running a docker image of InfluxDB 2.7. The whole setup is puppetised, so I'm not "upgrading" the OS as much as I'm setting up the whole thing on a new instance that is running…
UncleBob
  • 247
  • 2
  • 13
0
votes
2 answers

Starting MySQL standalone works but as windows service it fails

I have an xampp-portable directory that contains mysql/mariadb. The xampp directory is located directly on d:, so path is d:\xampp and mysql is d:\xampp\mysql I want to run mysql as windows service so it automatically gets started on system start.…
Michael
  • 103
  • 3