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

mysql startup, shtudown and logging on osx

I am trying to troubleshoot some mysql problems (I have a table I cant seem to delete or drop, it hangs forever) I have 10.5.8 osx, I dont remember how/if I installed mysql, here is what I know: it automatically starts on boot the process looks like…
Joelio
  • 177
  • 2
  • 15
1
vote
0 answers

ElasticSearch not starting properly

On startup, our ElasticSearch server throws aJava exception I can see in the elasticsearch.log: [2019-02-27T15:51:59,908][WARN ][o.e.m.j.JvmGcMonitorService] [KibjtLy] [gc][young][263][19] duration [4.1s], collections [1]/[4.4s], total…
Alexis Dufrenoy
  • 235
  • 1
  • 3
  • 11
1
vote
2 answers

Configuring Windows Server 2003 to start the administrator account even with no session?

I need the administrator account on a 2003 machine to start without a password, or even a session. That is, once the machine is powered on, it should boot into the administrator account and run startup programs without any prompting. I know that a…
Stefan Kendall
  • 1,079
  • 3
  • 17
  • 33
1
vote
0 answers

Ensure a Jenkins job runs once on or after the specified cron time - even if Jenkins were not running at the specified cron time

I have two things which are not immediately compatible: The old stuff: Several Jenkins Build-server jobs that must be performed, once or several times daily, currently configured with the cron to trigger at specific times. These jobs sometimes run…
fsteff
  • 161
  • 8
1
vote
2 answers

Read Ahead value automatically getting updated at boot

OS version: CentOS Linux release 7.2.1511 (Core) I have the following commands in my rc.local file: /usr/sbin/blockdev --report > /root/test_boot /usr/sbin/blockdev --setra 256 /dev/vdb /usr/sbin/blockdev --report >> /root/test_boot After booting…
1
vote
0 answers

Debian 8; Run sudo in a screen session at boot without password prompt?

I want to create a startup/boot script that allows me to run a couple of Screen sessions. This I have been able to achieve through creating a script on /etc/init.d/bashfilehere But when I need to run a sudo command, it will prompt me for a password…
Arndroid
  • 111
  • 1
  • 1
1
vote
1 answer

Running script on instance that is created from AWS snapshot

I've a AMI that I'd like to launch more instances based on this. But seems when I create instance based on this images, it doesn't boot-up. So the scripts that I would like to run on startup doesn't work. I've tested on /etc/rc.local…
KevinOelen
  • 343
  • 6
  • 15
1
vote
1 answer

Dell C1100 flashing amber light, no video output

I've been colocating a Dell Poweredge C1100 (CS24-TY) for over a year now, without any issues. The server was pulled out of a working environment and sent to my house, but when booted the server has no video output and the amber fault LED is…
E.D.A
  • 11
  • 3
1
vote
2 answers

Tomcat7 - slow startup

I have a problem with very long startup of Tomcat7. It started suddenly and logs don't reveal anything - when I type 'sudo service tomcat7 start' it says OK and logs are silent for 10-15 minutes. Then my app log says: INFO [2016-01-14 17:38:36,336]…
Blagus
  • 21
  • 5
1
vote
1 answer

Cannot start Weblogic managed node : Stuck at

Appreciate you expert help on this issue. Two weblogic managed nodes running in the same machine went down one day , on trying to start them up again using the startManagedWebLogic.sh, observed that Weblogic is stuck at the statment .
Jimmi Skaria
  • 21
  • 1
  • 3
1
vote
1 answer

starting linux services delayed issue

I have an issue where the bind9 service aka named in my ubuntu system is starting up before my openvpn service. When this happens, the network interface that openvpn creates (tun0) is not found by bind upon its startup and thus doesn't include it…
RCG
  • 794
  • 1
  • 6
  • 15
1
vote
2 answers

How do I output the previous logged in IP's during an SSH login to my ubuntu server?

I have Ubuntu 12.04 installed and everytime I log in, I would like to see the previous IP addresses that logged in to my server. How would I go about doing this? I have fail2ban installed already.
1
vote
1 answer

Recommended way to disable atd (and other unnecessary startup processes) in Ubuntu 14.04 LTS?

I just spun up a new Ubuntu 14.04 server and have been having a bit of trouble getting the atd daemon to stop auto-launching. There's been a bit of changing around on the management of startup processes, and I've viewed dozens of web pages on…
rholmes
  • 256
  • 2
  • 10
1
vote
1 answer

ColdFusion 10 on Windows 2008 R2 won't start automatically after Windows Update

I'm running ColdFusion 10 Update 13 on Windows 2008 R2 x64, and since a Windows Update was applied yesterday, ColdFusion won't start automatically when Windows starts. It looks like the Windows Update was for the following: Microsoft .NET Framework…
1
vote
1 answer

Run script when Varnish starts

I'd like to run a script when Varnish starts. This script should execute a webrequest to a webserver (its backend), which then makes sure Varnish's cache gets filled with all pages residing on this webserver. So this script makes sure everyting is…
kipusoep
  • 111
  • 3