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

How can I test my specific port is open or blocked?

I want to run a service which require to connect with some source using port 20000 but it is not connecting. I want to test my this port is blocked or open.
Root
  • 103
  • 2
-2
votes
1 answer

Auto-restart services on crash or close

Today I fond that MariaDB is closed on my server (I dont know why) but its not restarted after crash. I have already added mariadb to start on boot like: sudo /sbin/chkconfig mariadb on I want to ask that how to restart the service after it get…
user007
  • 103
  • 5
-2
votes
1 answer

Terminal Services connection slow over VPN

I just started with a company and I've been asked to resolve a problem. I'm a jack of all trades and master of none so I'm looking for some help. We have a remote site (8 PC's and 6 printers) with cable modem business class service (10MG download…
jim s
  • 1
-2
votes
2 answers

Learning Puppet Exercise - Installing httpd package and starting service

I'm working my way through the Learning Puppet guide on manifests, and I am stuck on the exercise at the bottom of the page which asks you to install the httpd package and start the httpd service. So far my manifest looks like: package { 'httpd': …
Quetzalcoatl
  • 113
  • 1
  • 3
-2
votes
1 answer

Running services from GNU Screen

There are quite a lot precautions one is to take when running a process as a daemon. It seems to me that running it inside GNU Screen is a viable alternative, since it guarantees to run the process after logging out of the server, output can be…
Joó Ádám
  • 265
  • 3
  • 10
-2
votes
1 answer

Starting/Stopping Custom PHP Chat Server Linux Service (CentOS)

I have been trying all night to get this service working properly. I created this script from a template and am very new to bash coding. I wrote a fully functioning chat server in php which runs endlessly, but now want to make it a dedicated…
chad
  • 1
-2
votes
1 answer

How can I put together services bettwen differents servers?

I have to run differents services in a lab enviroment where I'll have 6 computers working as servers, what services can I put together, and what cannot be, in order to prevent security risks, and considering that if one service goes down, affects…
poz2k4444
  • 99
  • 2
  • 10
-2
votes
2 answers

MS SQL Server Service Does not start

Log Name: System Source: Service Control Manager Date: 11/1/2011 2:01:13 PM Event ID: 7000 Task Category: None Level: Error Keywords: Classic User: N/A Computer: Admin-PC Description: The SQL…
user1002803
-3
votes
2 answers

When a service is specified as (host name, port number), does that specify a transport protocol?

In /etc/services, a service name can have multiple (transport protocol, port number) pairs. For example, http 80/tcp # Hypertext Transfer Protocol http 80/udp ssh 22/tcp # Secure…
Tim
  • 1,487
  • 6
  • 28
  • 43
-3
votes
1 answer

Service port accessible only by one network card

I have server 08 R2 with two network cards. One is for the internal network (10.1.1.x) and another for internet (192.168.1.X connected to the modem). Network clients always accessed a service in this server by a certain port 9999 through the…
vctlzac
  • 95
  • 2
-3
votes
1 answer

How to create inbound rule on Windows firewall for custom service?

Service is written in C#. It is a server that requires opening port 8080 for inbound connections. It runs as Local System and has unrestricted SID (created by sc tool). If I add in Windows Firewall inbound rule for this service, port is still…
Milek7
  • 1
  • 1
-3
votes
1 answer

Hardware for new hosting services

i will start a new hosting company but i dont know what hardware will be the best for this. I'm looking for something cheap and can carry about 200-300 hosting accounts. The server will be using for web, mail and hosting server. QUAD CORE AMD…
-3
votes
1 answer

Redirect OR warn (during initial negotiation) SMTP submitters to use TLS on port 587 - leave 25 explicitly blocked by firewall for better security

I've managed to find a lot of closely related information, but not an answer truly addressing my question. I am expanding on my homelab server, and have decided to use a small publicly hosted server as a simple proxy. My homelab will operate Mailcow…
MJHd
  • 107
  • 6
-5
votes
1 answer

cron - How many times the cron job will run when given aterisk(*) on all positions

If we define a cron job with * * * * * /some/task/to/perform, how many times the job will executed in 60 seconds?
-5
votes
2 answers

How to stop/start only SQL Server in Windows 7 when logged in as Limited User

I have an employee working as a data entry operator on Windows 7 PC. I want to create backup of the data and for that I have to stop SQL server while in administrator mode, to move data files to dropbox. my employee cannot able to stop SQL Server…
Fawad
  • 9
  • 2
1 2 3
68
69