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
1
vote
1 answer

how to locate which startup scripts executes riak startup

I have a 64bit ubuntu server in a virtual machine, and I have some scripts running at startup, and I can't seam to locate in which file do we have the riak startup setup. I searched a lot of files mainly under /etc and none of them contained the…
Pentium10
  • 444
  • 1
  • 9
  • 23
1
vote
0 answers

Windows Server 2008 R2 server not booting

It's a Hyper-V machine that runs the DC for my lab environment. Had a power failure that shut down my server and all other machines come up fine except this lone DC. It boots up straight to Recovery. Startup Repair hasnt helped. When I go into…
Agent
  • 314
  • 4
  • 16
1
vote
2 answers

How to not run /etc/profile.d/custom.sh during Secure FTP login

When I attempt to Secure FTP (using WinSCP) to my CentOS 6.4 box I'm prompted with a message that states: Received too large (168438314 B) SFTP packet. Max supported packet size is 1024000 B. This error is typically caused by message printed from…
Brad
  • 619
  • 1
  • 10
  • 28
1
vote
3 answers

Is there anything like BizSpark for non software startups?

I'm trying to figure out how to build a decent IT infrastructure for a new business on a budget and I was wondering if anyone has any tips or ideas on how to build a Windows IT infrastructure cheaply in a new business. I know for software startups…
Max Schmeling
  • 849
  • 3
  • 10
  • 19
1
vote
2 answers

init.d not executing stop command on reboot

I have an init.d script to start a Python script: #!/bin/sh # ############################################################################### # sd-agent # # Written by Boxed Ice # A server monitoring daemon for…
davidmytton
  • 666
  • 3
  • 7
  • 17
1
vote
1 answer

ec2 instance doesn't start

I have an EBS backed EC2 instance, which doesn't start The system log says: [ 0.881605] Write protecting the kernel read-only data: 1196k Loading, please wait... %GCouldn't get a file descriptor referring to the console …
jdog
  • 121
  • 7
  • 29
1
vote
2 answers

How do I get a Task Scheduler startup trigger to delay

System is Windows 2008 R2 I have a task scheduler task with a trigger to run at system startup, and have set the Delay to 20 minutes, however the task runs immediatley on system startup and ignores the 20 minute delay. There are other triggers, but…
Tom Brown
  • 177
  • 1
  • 3
  • 6
1
vote
3 answers

How to execute further commands in a Linux startup script after starting a process

I am trying to write a startup script that executes an application (MapProxy) after a server reboot. My server runs Ubuntu 11.04 Natty 64 bit. In the script, I execute a python script exec python /$path/"config.py" & which successfully creates a…
Jason
  • 121
  • 6
1
vote
1 answer

alfresco, tomcat crashes on startup, no clues in the logs

I have installed an alfresco community edition 4.0 on a Win 2003 R2 with 3GB of RAM. I've used alfresco for some hours, i've created a user, uploaded some documents. But now, restarting it, tomcat crashes during startup. The logs are VERY poor:…
AgostinoX
  • 181
  • 2
  • 13
1
vote
4 answers

Server 2003: login delay while service starting

On Windows Server 2003, we have an occasional condition where an application service fails to start immediately, and the service stays in the “Starting” state for 20 minutes, after which it times out and shuts down. If this happens on a reboot,…
Stuart Forman
1
vote
1 answer

Why is Windows writing to Page File when I have 4GB of free memory?

I have 8GB of memory on my machine, running Windows 7 Ultimate x64. I put my laptop to sleep and then woke it up. As it was coming back to life I noticed a lot of activity reads and writes from/to the pagefile.sys. Task manager only showed 4GB of…
Elan
  • 119
  • 3
1
vote
1 answer

Can OpenVPN run and connect on startup?

I just set up an OpenVPN Server on an Amazon EC2 Instance. Now I want the client (me in this case) to connect to the server when my computer boots. I have read that it can be done by modifying a registry entry, but all the things I found apparently…
npiani
  • 277
  • 4
  • 13
1
vote
7 answers

MySQL dying on startup

I have just restarted my dev machine, and now MySQL refuses to start up. When I start the service, it instantly throws an exception and dies... I can't think of anything I could've changed before restarting that could've affected MySQL in any way...…
Daniel Magliola
  • 1,432
  • 9
  • 20
  • 33
1
vote
1 answer

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 service is: java -jar testing.jar this is located…
Dino
  • 47
  • 1
  • 3
  • 5
1
vote
1 answer

Replacing TTY with a script in CentOS 6

How would I go about replacing a TTY with a custom script in CentOS 6. CentOS 6 uses upstart instead of the standard SysV init scripts, so I'm having difficulty figuring out how it all works. Typically (in SysV init scripts), I would edit…
devicenull
  • 5,622
  • 1
  • 26
  • 31