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

can cygwin run things at startup

In normal Linux I can put things in rc.local to run at startup. Is there a way to do this in Cygwin? It seems that when I start the Cygwin terminal it doesn't automatically run anything. Specifically, I wanted it to start mysqld.
raphael75
  • 133
  • 2
  • 10
0
votes
1 answer

Windows Service created & started at startup time using Powershell script not functioning correctly

I create a new AWS Windows 2016 Server instance and provide it the script to execute through User Data. The script first creates a Windows service, creates a new admin user, grants user the Logon as a Service right and assigns the user to that…
0
votes
2 answers

start sevices after boot complete in linux mint

I am using linux mint 18.3 Sylvia. My system is taking a long time to boot, as I found a lot of services are running at start up. What I am asking is there any way I could start those services after boot process is completed? Because I dont need…
mehedi
  • 103
  • 3
0
votes
0 answers

Web Management Service fails to start automatically

After a reboot Web Management Service fails to start. I see the following error in Event Log Unable to bind to the underlying transport for 192.168.0.101:8172. The IP Listen-Only list may contain a reference to an interface which may not exist on…
0
votes
0 answers

Ubuntu: run daemon (service) only when server run with specific IP

I try to set up an Ubuntu server so it start specific services (daemon) only when machine uses specific IP. The idea is that I have a server to run some service on (and service is RAM-intensive), the server has its static IP. I would like to have…
Alexander
  • 774
  • 2
  • 11
  • 20
0
votes
7 answers

How would you create a web host provider?

What would be required to create a web host? Servers? Nameservers? Software? Cpanel? DNS? If you were to start a web host from the ground up, what would you do? What technologies would you use? Security? Thanks edit to clarify: Be a web-host…
kgrad
  • 151
  • 1
  • 7
0
votes
1 answer

Windows 10 Hibernate Boot let's suspend (Powershell) Script execution at Startup

I am intensively working with Powershell Scripts which are executed at startup (local machine, not logon). I had some problems to troubleshoot like "Wait for network" or replication failures between our domain controllers that prevented sometimes…
0
votes
1 answer

Is there an equivalent package to "iptables-services" in Debian 9 Stretch?

I would like to administer my firewall by good, old-fashioned iptables commands saved by iptables-save instead of ufw or firewalld. For RHEL, there is a neat little package called iptables-services that does just that. (See here) For Debian, there…
JCCyC
  • 680
  • 3
  • 13
  • 24
0
votes
0 answers

Trying to rebuild InnoDB files after server crash with no dump file

I am having a major problem starting mysql (using mariadb). I had a server crash (and didn't have a dump of the databases in the server. After restoring the server, I tried to manually copy the databases from the old to the new data-directory. But…
Ali Samii
  • 121
  • 1
  • 9
0
votes
1 answer

chkconfig wont install tomcat8

I have tomcat8 intalled on my Amazon Linux AMI, I modified the tomcat8 init script header, so chkconfig could install tomcat8 to run automatically on boot. The modified header is: #!/bin/bash # # tomcat This shell script takes care of starting…
mFeinstein
  • 513
  • 2
  • 5
  • 10
0
votes
5 answers

MySQL won't start - only 480 error messages, but it should contain at least 481 error messages

I updated mysql and not it won't start. I tried removing it and reinstalling and it still will not start. I get the following error in the logs. When you start it it just tells you that mysql timed out. I get more information by looking at the error…
playkid
  • 13
  • 2
  • 5
0
votes
0 answers

Mongodb autostart with linux

I have recently updated mongodb on my AWS linux server with sudo yum install -y mongodb-org The result was that the mongod command would no longer successfully launch the mongodb server, because I would get an error saying the directory that it…
Nickpick
  • 145
  • 8
0
votes
2 answers

Long Tomcat start up times

We are currently deploying our in house program on two different servers. Both of these servers built within Cisco Openstack. OS Centos 7. The issue is, that with every redeploy of the app, we need to restart tomcat; shutting down tomcat is behaving…
Josafoot
  • 113
  • 6
0
votes
3 answers

Prevent Apache2 from writing startup information in error log

Apache2 is always writing startup information into the error log. See the following output: [Fri Aug 26 12:57:54.298895 2016] [ssl:warn] [pid 4287] AH01873: Init: Session Cache is not configured [hint: SSLSessionCache] [Fri Aug 26 12:57:54.326885…
Isidius
  • 3
  • 3
0
votes
1 answer

How to get notified when a server started with gcloud is completely up

Is there a way to detect when a server is completely up (i.e. finished all the kernel startup tasks)? This is a Google Compute Engine Instance. Nov 18 10:58:51 image-name google: No startup script found in metadata. Nov 18 10:58:53 image-name…
Gabriel Petrovay
  • 248
  • 3
  • 12