Questions tagged [startup]

This tag is related to startup of servers or services.

This tag is related to starting servers, and starting services on servers. It includes actions related to system startup, such as when the system is first powered on.

229 questions
0
votes
1 answer

multipathd not working after restarting

Multipathd is not working on CentOS 6.5 x86_64: device-mapper-multipath-libs-0.4.9-87.el6.x86_64 device-mapper-multipath-0.4.9-87.el6.x86_64 I'm getting below error while restarting multipathd service: ux_socket_connect: Connection…
0
votes
1 answer

How to see when windows XP was on and off

Is there way to see when windows XP was on and off? I have important system on windows XP computer, so I want to see when it was on and off. If this is not possible, it would be also usefull for me to see what it was up(started), if off is not…
WebOrCode
  • 109
  • 2
0
votes
2 answers

Prevent program from being started on RDP logon

I got a small problem. I have a program which has to run all the time on the server (Windows 2008). It's not a service but a normal application. It is located in startup. The problem is its working with a database and isn't allowed to run two times.…
0
votes
3 answers

Dell 8MM01 server won't start - flashing blue light

We have a DELL 8MM01 server that won't start-up. When we try to power it up an amber light slowly flashes at the back. When we push the button next to this light it changes to a flashing blue. The server won't start-up... Any idea if these lights…
Craig McDonnell
0
votes
1 answer

IPTables Rules Being Loaded From Somewhere

I'm having troubles connecting (meaning I can't connect to any IP or port) to my server and it appears that the problem was to do with CSF. I uninstalled CSF (by running /etc/csf/uninstall.sh) and restarted the server. I was still unable to connect.…
SameOldNick
  • 586
  • 7
  • 23
0
votes
1 answer

Starting a GUI application under a different session

I run a game hosting service, and I want my customers to be able to access the console of the game servers. However, despite looking like a terminal window, the game's server console is graphical, and I cannot capture the standard output or input…
hammereditor
  • 11
  • 1
  • 3
0
votes
2 answers

Start up a process before I log in? (linux)

I want to start up synergy on my suse box (gnome) automatically before (preferably, or after) I log in. How do I do this? I am a major Linux newbie and I tried writing the below on the last line of /etc/inittab syn:5:once:synergys --config…
user274
0
votes
2 answers

Windows Server 2008 R2 with Mirrored Disk Booting to Black Screen

I've got a Windows Server 2008 R2 device with 2 disks formatted as Dynamic Mirrored disks booting to a black screen. Upon booting the machine goes through the standard checks and then gets stuck at a black screen just before where the Windows…
0
votes
1 answer

Screensaver startup script (batch or reg) GPO, silent install

I have an application, which after it disconnects from a VPN connection, resets the screensaver settings. What I'd like to do is create a GPO script or batch file to run every time the user logs into the workstation, without the user having to…
0
votes
1 answer

Display a “Splash Screen” in IIS while server is starting application

Our web app has got pretty hefty, and takes a long time to launch on first load. The end-user sees 15-20 seconds of spinning progress bars until the login page. Once the first user has loaded, it's pretty instant to view the login page again. I want…
Jonathan
  • 135
  • 7
0
votes
2 answers

Run at Debian startup

I want to launch a shell script every time Debian starts. It should start an application, amongst other things. Where can I add this information?
Mikkel Rev
  • 147
  • 9
0
votes
1 answer

Amazon EC2 unable to connect to instance

I had to change keypair on my instance. I have created an EBS AMI image of the original instance and created a new one with the image. I can ping the instance but ssh connection is refused. One thing that may be causig the problem is that a…
Elwhis
  • 103
  • 2
0
votes
2 answers

Sometimes Tomcat doesn't re-deploy on startup

The infamous rm -rf command is something we would rather avoid in Production, even if it's scripted. So if you have a war file named mywebapp.war and a directory its deployed to under webapps/ that is called webapps/mywebapp/ how can you force a…
user447607
  • 493
  • 1
  • 6
  • 9
0
votes
2 answers

Running mono-based application on Centos Start

I am very new to Linux and I am currently switching my server from Windows to Centos 6.3. I have written a small UDP server. UDP server was written in C# and now I adopted it to work with Linux using Mono. It is working fine, when I run it this…
Andrew
  • 165
  • 9
0
votes
2 answers

Startup services are not getting started in CENTOS

I deployed my project on a Shared Hosting that has Root access the Server in picture is CENTOS now although I have defined the service to start on boot it not getting started chkconfig --level 35 thin.startup on chkconfig --list | grep…
Viren
  • 171
  • 1
  • 2
  • 10