The service tag has no wiki summary.
1
vote
0answers
6 views
What is the correct way to configure a Tridion UGC spam filter? (.NET)
I have implemented a Spam filter based on the Tridion UGC API, and I now wish to configure my UGC web service to make use of it. So far the spam filter appears not to be invoked when adding a comment ...
0
votes
0answers
18 views
Solaris 11: image packaging repository svc:/application/pkg/server remains in state “maintenance” (mounted as iso)
On my Solaris 11 machine, svc:/application/pkg/server is always in the state maintenance:
$ svcs -l svc:/application/pkg/server
fmri svc:/application/pkg/server:default
name image ...
3
votes
1answer
50 views
Tridion content delivery “Error while configuring ambient data framework”
I have installed the Tridion content delivery web service on a 64 bit Windows Server 2008 R2 system, intending to configure UGC. (In fact I have two services, which both exhibit the same problem).
...
0
votes
1answer
39 views
service iptables restart does not work
I am trying to add the following line in the /etc/sysconfig/iptables in CentOS so I will be allowed to access mysql.
-A RH-Firewall-1-INPUT -p tcp -m state --state NEW -m tcp --dport 3306 -j ACCEPT
...
0
votes
1answer
32 views
service account - prevent misuse via drive mappings
I am deploying an application which scans files. Our systems access management team will provide a Windows non interactive service account so the app can access file shares. They've just told me that ...
0
votes
0answers
21 views
server 2000 'Installer interrupted before service could be installed'
I want to install a service on a windows server 2000.
I get Error:
The installer was interrupted before serviceSetup could be installed. You need to restart the installer to try again.
I have ...
1
vote
1answer
227 views
Time Service will not start on Windows Server - System error 1290
I have been trying to sort out some time sync issues involving two domain controllers and seem to have ended up with a bigger problem. It's horrible.
They are both virtual machines (one being on ...
0
votes
1answer
55 views
Cannot reset an network interfaces without a reboot
I have edited the /etc/network/interfaces file and I use the sudo /etc/init.d/networking restart.
After restart, the eth1 interfaces don't setup properly. I need a hard reboot to enable this ...
0
votes
1answer
79 views
No Response message from any snmpget or snmpwalk
I have installed net-snmp on my Windows XP and I have configured the SNMP service on my router and my machine, but when I try to make an snmpwalk or an snmpget, I receive always a message No response ...
0
votes
2answers
113 views
installing a script as startup service in ubuntu
I have a script openerp-server.py in ~/openerp/stable6/server/bin/.I want it to be run at startup.(As a service or not - I don't know the difference)
These are the steps I followed
1 Created a ...
3
votes
4answers
209 views
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 ...
1
vote
1answer
36 views
How do I make a service depend on another service on different server?
I have some java processes which need to be started by roster:
J1 on X --> J2 on Y --> J3 on Z
An idea comes to my mind is let J1 start automatically and use Nagios + NRPE to start J2 based ...
3
votes
1answer
27 views
Automating enabling and disabling specific services for brief maintenance windows
For short periods of time (generally measured in seconds or minutes), I need to enable ftp (vsftpd) access on a webserver hosting WordPress so that plugins, themes, etc can be updated via the WP ...
0
votes
1answer
85 views
Ubuntu Server SSH does not autostart
I use a VPS with Ubuntu 10.04. After I performed "apt-get upgrade", the ssh daemon stopped working and does not automatically start when I restart my server. I have only access to files (edit, create ...
1
vote
1answer
40 views
Add more ressources to Server service on Windows 7
I'm trying to configure Service service on Windows 7, to add more ressources to it.
In our infrastructure there is a Linux server, which has mounted partitions from a Windows 7 machine. Partitions ...
0
votes
2answers
463 views
Restarting the httpd service in RHEL returns “Stopping httpd: [FAILED]” - How do I fix this?
This is my first indication of an issue:
$ sudo /sbin/service httpd restart
Stopping httpd: [FAILED]
Starting httpd: no listening sockets available, ...
0
votes
0answers
57 views
Why is my mysqld being aborted when I connect to it with a client ?
I am installing mysql-5.5.7rc from source. After the installation I start the mysqld service, but as soon as I run the mysql client service, the mysqld service gets aborted. Also mysql_install_db is ...
2
votes
1answer
64 views
Can daemontools (djbtools) be configured to start multiple processes as a single UNIX service?
If I have an application that requires two separate processes (front- and back-end) to run properly, is it possible to launch both of them from a single runscript and have daemontools supervise both ...
1
vote
4answers
209 views
cannot start mysql 5.1 windows service under normal user account
MySQL 5.1 service can start under Local System account or Administrator User account.
But MySQL 5.1 service cannot start under normal user account.
It gives:
Error 1067:The process terminated ...
0
votes
4answers
133 views
MySQL server not starting up
I have a server running CentOS 5.5 x86_64, and have recently installed MySQL Server via YUM, but when starting the server I get:
[root@server etc]# service mysqld start
Warning: World-writable ...
2
votes
1answer
119 views
chkconfig not starting application script on bootup
OS: Centos 5.7
My application script starts like this (/etc/init.d/myapp):
#!/bin/sh
# chkconfig 2345 85 60
# description: my application controller
# processname: myapp
NAME=MyApp
DIR=/opt/myapp/
...
0
votes
1answer
130 views
How to start java service automatically when Centos server starts up
I have a server running CentOS, which I am configuring and I would like to have a java service startup automatically when the server is restarted how can I go about doing this?
The command to run the ...
0
votes
0answers
74 views
ASP.NET State Service crashes
We're running an ASP.NET WebApplication that relies on the ASP.NET State Service to handle the session information. We currently have 2 servers that are suffering from an unknown problem that causes ...
1
vote
3answers
104 views
Have trouble with monit (monit dead but subsys locked)
I installed monit on my centos 6/64bit and somethings wrong. Look at the shell :
[root@ND-1003 monit.d]# service monit start
Starting monit: monit: generated unique Monit id ...
0
votes
2answers
106 views
How can I force Windows to run only a single instance of a 3rd party application?
I have a Windows Server 2008 64 bit machine, and there is one program that is set to run on startup (shortcut placed in the Startup folder). So whenever a user logs in, the application starts up.
...
3
votes
2answers
200 views
Finding service that is holding port 8443
I have executed the following command to get better idea of what is holding the port 8443 on server I'm trying to work on and install some new software on it.
C:\Users\Administrator>netstat -abn | ...
3
votes
1answer
142 views
Disable colour output from /etc/init.d scripts?
On RedHat/CentOS systems, all of the service management scripts in /etc/init.d (and also run by the "service" command) produce color output. (i.e. the "[ OK ]" and "[FAILED]" strings.) How do I ...
0
votes
0answers
36 views
Lowering Service Priority / Enabling Guaranteed RDC Access
I have a service running on a shared Windows 2003 server. Every few weeks my process goes bonkers (goes to 100% CPU utilization). When this happens other services on the system start failing to work ...
-2
votes
2answers
158 views
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
...
1
vote
1answer
158 views
Is there an issue with working directory when using service to launch an init script?
I am curious, is there something I need to watch out for when spawning process as background jobs from init scripts using service?
Here is the line that works at terminal, in a bash script/an init ...
0
votes
3answers
157 views
using curl to trigger a notification over http e.g. when a long running task has completed?
Today I left work with a long running task running in the shell. For the sake of argument let's say I'm using 'wc -l' to count lines in a huge file. I'd like to get a notification when it is done, but ...
3
votes
1answer
106 views
Running mongos as a reliable service on Windows Server 2008R2 (64-bit)
Can anyone provide any information on running mongos as a reliable service on a Windows Server 2008R2 (64-bit) Web server? 10Gen suggests using the Windows Server 2003 Resource Kit Tools, but they are ...
-1
votes
1answer
42 views
Can't override service exe file after service was stopped
On Windows Server 2008 R2 I stopped my service and trying to override the exe file to update it, but it gives me access denied exception. What can I do to fix it?
2
votes
3answers
82 views
Linux: user defined daemons/services
I'm looking for a framework/library/environment so an ordinary user can set up it's own server processes. These processes should run under his uid as any other user process.
However the definition of ...
0
votes
0answers
43 views
Postgres installer does not create Windows service
I am installing PostgreSQL 8.4 on a Vista (32bit) machine. UAC is disabled, and I am using an account with admin rights. Everything seems to work fine (including stackbuilder), no error messages ...
3
votes
3answers
238 views
Stopping Windows service does not kill processes (service uses ant)
I have a Windows service on Windows Server 2008 R2 that I set-up using instsrv on the srvany.exe executable. The three values in the Parameters key are set as follows:
AppDirectory C:\selenium-grid
...
2
votes
1answer
277 views
MySQL Engine InnoDB Unknown
Knowing my history of problems, it's a permissions issue. Where are mysql engines stored on a server so I can make sure I the right users have access to it?
Before anyone asks, yes, I've checked my ...
0
votes
1answer
139 views
Format of URL's in HP's Service Manager web client?
What is format of URL in HP's Service Manager web client?
Is it possible to show the requset info by request_id passed as url parameter?
Like in JIRA or modern bug-tracking systems.
1
vote
2answers
129 views
Nameservers are unresponsive, can't start named
I've tried restarting them
# /sbin/service named restart
Stopping named: [ OK ]
Starting named: [FAILED]
And I've tried this to fix it
# yum install dbus
Which completed successfully. But I ...
0
votes
1answer
146 views
environment var not found on SuSe init.d script at boot
I've got a /etc/init.d/tomcat1 script which runs on boot on rc levels 3 and 5. This script calls /usr/local/tomcat1/bin/startup.sh on start.
Although I can manually execute ...
0
votes
0answers
105 views
W2k8 Service with low privileges
I have the weirdest problem I've ever encountered.
I run a batch file which starts an external program (Scan2PDF) to convert a tif to a pdf file.
If I run it from an elevated command prompt ...
0
votes
1answer
343 views
SharePoint 2010 search crawl not working
I have the following set up:
1 x Windows server 2008 R2 running SQL
1 x Windows server 2008 R2 running SharePoint 2010.
I have an issue with the search service application, the crawl appears to run ...
2
votes
1answer
678 views
Error1053 trying to start postgres as service on windows
I installed postgres on windows7 and tried to start the service through control panel. It produces error 1053.
When I try to run postgres.exe from command line, I get this message:
C:\Program Files ...
0
votes
1answer
46 views
Windows Service Only Runs When Logged In
I am trying to run an EXE file as a service with no user logged into the server. I have created the service and it starts up without a problem.
The problem is that the service only runs correctly ...
1
vote
1answer
468 views
Confusion on networking service start/stop in Ubuntu
I'm preparing to move and took down two of my servers, leaving only one with some essential services running. What I neglected to consider was that one was the DHCP server(which I realized when ...
0
votes
2answers
241 views
503 Service Unavailable error when deploying a working ear file to weblogic server!
I have a working service deployed to weblogic 9.2. We had a server migration, so we moved this application to another server with the same weblogic setup. Now, when I try to access the WSDL, I get ...
4
votes
5answers
1k views
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 ...
1
vote
1answer
84 views
Considerations for building SysV or Upstart compatible Bash scripts
I've just knocked out a quick script for keeping a slave web server in sync with a master using rsync. (https://github.com/simonjgreen/liveFolderSync/blob/master/liveFolderSync.sh)
I'd like to make ...
0
votes
1answer
227 views
Windows 7: How to stop/start service from commandline (like services.msc does it)?
I have developed a program in Java that uses on a local SQL Server instance to store its data. On some installations the SQL Server instance is not running sometimes.
Users can fix this problem by ...
1
vote
2answers
181 views
Reliable DNS service with url forward ability
I have been with cloudns.net for a few weeks now. Cloudns's UI is very good. Very convenient for newbies. And it has a url redirection ability: you can do a redirect: example.com to www.example.com.
...