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

Why is Docker services keep running without my consent

These docker services keep running without my consent, how to stop them: /usr/bin/docker-containerd-current /usr/bin/dockerd-current I don't want to uninstall Docker, just want to stop services to reduce used RAM. I'm on CentOS. Done all these,…
Dee
  • 125
  • 1
  • 6
0
votes
1 answer

for what need i max open file for service like mysql

For what reason do I need max_open_files for a service like mysql? I'm using one tomcat istance and only the tomcat service has access to my mysql databases. For my tomcat istance 20 users have access to them. Does it means that the limit 1 for…
beard black
  • 67
  • 2
  • 14
0
votes
0 answers

can't access my tomcat service for high port like 8443,8080 as non-root user

im running on my ubuntu server tomcat. I can start the service as root and can access my localhost:8443server.If i started the service as non-root like tomcat,the service will be started as tomcat ,but can't access my localhost:8443 webserver or…
beard black
  • 67
  • 2
  • 14
0
votes
1 answer

start service over systemd as non-root to bind port 80, 443

im running tomcat on my ubuntu 18.04 headless server as root. Like in apache or nginx you can start a service as non-root with systemd and only root will start the master process to bind the ports 80 & 443. So i will using the same start process…
beard black
  • 67
  • 2
  • 14
-1
votes
1 answer

Which roles in win server 2012 for my requirements?

I have a couple of requirements that my system need: A Windows server (Windows server 2012) with linux clients (OpenSUSE with multiple user accounts). The services I have to implement: AD FTP Remote Desktop Bosses and Admins can use the remote…
agiro
  • 101
  • 2
  • 6
-1
votes
1 answer

Not able to stop Windows service

All this while, I was able to successfully start and stop a windows service that I created, but all of a sudden for the last 1 week, I get the following error when I stop it: Windows could not stop the Apache Tomcat service A on Local…
-1
votes
2 answers

Several services (/etc/init.d) don't autostart properly after scheduled reboot

I use the following crontab to regularly reboot my system 30 5 * * * root root reboot but after these scheduled reboots, some services don't automatically start. The ones I have noticed already are OpenVPN and PostgreSQL, but I expect there to be…
-1
votes
1 answer

service script for any linux dist... possible?

I'm developing an app which will be run on linux. It can run on most distributions. Is there any way to create a startup/service script that will work on any distribution? I've read about /etc/init.d but is that only for Debian based distros? I…
-1
votes
1 answer

NGINX wont start: localtion directive is not allowed

Nginx is not starting or restarting, and gives the error: "nginx: [emerg] "location" directive is not allowed here in /home/admin/conf/web/nginx.conf:100". I understand that this is because a location section is not inside of the { } tags, but this…
-1
votes
1 answer

How to know status of time of daemon/service stopped on linux server?

How to know time or date of daemon/service stopped on linux server?
Vish
  • 13
  • 1
  • 3
-1
votes
0 answers

Give Non Root group of Users access to start mysqld service

I have a Non Root User abc,abc2..... I want to add this to a group of users and want to give the group of user ssudo rights only to restart, start or stop - mysqld service. i.e sudo service mysqld restart. How can I do it so?
Shahrukh Khan
  • 201
  • 2
  • 5
  • 10
-1
votes
1 answer

Rescanning specific folders with Windows Indexing service

I need to know if there is a way I can automate rescanning certain folders within Windows Indexing Service. Possibly through a batch file or something like that. I have several hundred folders that need to be rescanned and I don't feel like…
Kevin
  • 105
  • 1
  • 2
  • 6
-1
votes
1 answer

Zabbix monitoring httpd service via SNMP

I have use Nagios, but im forced now to use zabbix, can someone gave me some hints on how to monitor the httpd service, or any other service on a Linux Box ? What i want to achieve is to monitor the Httpd service, ipsec, pluto, etc. but via snmpv3.…
IvanCD
  • 27
  • 1
  • 8
-1
votes
1 answer

Execute a service as a specific user under ubuntu

I'm running a gameserver and want to start it on a screen on system start, but screen is user specific, so I have to run the command as 'user'. So I wrote this short service script which starts itself as 'user': #!/bin/sh #/etc/init.d/gameserver …
yspreen
  • 171
  • 2
  • 12
-1
votes
1 answer

What is the rule to modify key of accountExpires

I want to know how to modify accountExpires via adsi. I find below: when I modify time:2014/3/2 0:00:00 of accountExpires, I can find that the key of accountExpires is "130381632000000000" via ADSI. 2014/3/2 0:00:00 how to converts…