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

"Can't connect to local MySQL server through socket" and deleted socket

It's a common error, but all the answers don't solve my problem : When I start mysql, I have : ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) So after reading some answers, I change it in…
Dorian
  • 103
  • 5
0
votes
2 answers

SQL service log on account

I installed SQLServer 2008 Express and pretty much took all the defaults. After about a week of running an app that hits this database I changed the administrator password for the server. About a day later, the SQLServer service wouldn't start. I…
Jeff
  • 277
  • 3
  • 14
0
votes
1 answer

The NetTcpPortSharing service won't start on my Windows 7 installation

The NetTcpPortSharing service won't start on my Windows 7 installation, it says: Windows could not start the NetTcpPortSharing service on Local Computer. Error 2: The system cannot find the file specified. Perhaps the service is located in a…
0
votes
1 answer

Terminal Service Bench Script (tbscript.exe) - Cannot specify password?

I'm trying to follow the testing methodology described in the Terminal Server Capacity and Scaling document using the Terminal Services Scalability Planning Tools available with the Windows Server 2003 Resource Kit Tools TBScript.exe is a script…
Ameer Deen
  • 3,598
  • 4
  • 26
  • 27
0
votes
1 answer

Fail to start TMG server

Is there any conflict between Backup EXEC 2010 Remote agent and TMG Server (on 2008 R2)? Because when I install Backup EXEC 2010 Remote agent on TMG Server, server failed to start!!! and after disable it's service in safe mode, solved...but Backup…
emdadgar2
0
votes
3 answers

Start ruby script at boot as particular user

wondering how I can have a ruby script started at boot, as a particular user. This is on centos, so I imagine i need to create a service. ?
thomasfedb
  • 455
  • 5
  • 14
0
votes
1 answer

Dependencies of Windows sc.exe

I want to include the sc.exe program in an installation package to manage services on Windows 2000. Does it have any other dependencies or will it run on its own? Does it have any service pack dependencies?
vfclists
  • 1,632
  • 5
  • 22
  • 37
0
votes
2 answers

Image serving and storage mechanism

My website publishes entertainment news daily. There are many number of images and videos we publish every day through admin panel. Currently the overall folder occupied 20 GB to store videos and images. The main problem with this is, it is taking…
Macro
0
votes
2 answers

Configure Remote Service broker

I need help in configuring Service broker in sqlserver 2008. My requirement is to transfer data from one sql web server to another web server. I have followed the all steps like created master key, message type, queue and certificate. but when i…
Bhushan
0
votes
2 answers

Ubuntu SSLH Service Not Starting on Boot

I am trying to run SSH and HTTPS both on Port 443 on an Ubuntu server. I found SSLH which seems to do the trick. My only problem is getting it to start on system boot. Supposedly, it is already setup to do. An "sudo update-rc.d sslh defaults" says…
user46942
0
votes
1 answer

Postgresql server will not start

I'm on Windows 7. I restarted my computer. I then tried to connect to the database and got an error. I don't remember which one in particular but it was some connection issue. I decided to try to restart the server, so I clicked on "Restart server"…
Claudiu
  • 1,207
  • 5
  • 21
  • 28
0
votes
2 answers

Application running as a service is not able to create the same number of processes as when it runs from cmd

I have a Windows application which creates up to 35 processes and it's working OK when it's running from cmd. But when it is executed as a service on the same machine it is able to create only 20 processes and all other are killed because of some…
Pini Reznik
  • 123
  • 2
  • 6
0
votes
2 answers

Add Clamd as a service to CentOS?

As I understand I think I need to add something to init.d, but I am not sure what to add. At the moment to start clamav I have to do clamd start. I would like it as a service so I can start it on run level 3 as a service. I realize I could probably…
Joshua Enfield
  • 3,454
  • 8
  • 42
  • 59
0
votes
2 answers

How do I change the Web Service Account for SQL Server Reporting Services?

I am trying to configure a Report Server on SQL Server 2005 and need to change the ASP.NET Web Service Account. Can anyone point me in the right direction of how to do this. Thanks Andy
0
votes
2 answers

Running a binary executable as an auto-starting service on Gentoo

I have a Gentoo box on Linode and couldn't get to install MongoDB thorough Portage, so I'm running the static binary I downloaded from the website. How do I make it run as a service, and how do I add it to the auto-start list so it comes back up…
agentofuser
  • 557
  • 3
  • 6
  • 14