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

Why I cant access my new AWS EC2 instances?

I am new to AWS Ec2. I just launch a instance, uploaded a test.php and test.html, both just display a "Hello world" text. I copied my public DNS: ec2-XXX-XXX-XXX-XXX.compute.amazonaws.com But it always has connection time out. I managed to connect…
moderaga
  • 79
  • 2
  • 7
0
votes
1 answer

MSSQLSERVER Will Not Start - Event ID 913 and 1814

I need some serious help. I have a major database server down and am scratching my head at how to fix it. The server was hit by rolling black outs last week in Dallas and sense then, Microsoft SQL 2005 SP2 will not start up. I am getting the…
ThaKidd KG5ORD
  • 329
  • 1
  • 7
  • 17
0
votes
2 answers

Cannot bring up ejabberd after VPS change made by hosting company

My hosting provider WebFusion updated my VPS with security patches late last night. Since then I cannot start my ejabberd instance. I get the following errors, which seem to indicate that the hostname has changed. =ERROR REPORT==== 2010-11-29…
user42561
0
votes
1 answer

How long it takes to start Bind?

I'm testing DNSSEC and I need to obtain the time in miliseconds it takes to start Bind now that I have signed zones. I don't know if this would be the right way to do it: time svcadm enable svc:/network/dns/server:default Regards, Arancha
Arancha
0
votes
1 answer

ubuntu startup script problem

i have this startup script under fedora running fine #!/bin/sh -e export P4JOURNAL=/var/log/perforce/journal export P4LOG=/var/log/perforce/p4err export P4ROOT=/var/local/perforce export…
Weiwei
  • 367
  • 1
  • 5
  • 10
0
votes
2 answers

How to install MySql on Ubuntu 10

I have done the following: shell> sudo apt-get install mysql-server-core-5.1 shell> sudo apt-get install mysql-client-core-5.1 Both seemed to complete fine with no errors. I have the following present: /usr/sbin/mysqld However if I try to run…
Richard
  • 3,892
  • 2
  • 18
  • 13
0
votes
1 answer

ubuntu: starting program with sudo on boot

I am trying to start xampp when the ubuntu starts on ubuntu 9.10. I tried going to system->preferences->startup applications adding it there, but it didn't work. I surmised it was because it needs to be started as root. I know you can make a startup…
The.Anti.9
  • 105
  • 6
0
votes
3 answers

Which files do control XMonad’s startup in Mac's X11?

My X11 crashes if I have the following .xinitrc My .xinitrc exec /Users/Masi/.cabal/bin/xmonad I am not sure where the bug is. Files which I know affects the startup are ~/.cabal/bin/xmonad (perhaps): ~/xmonad.hs ~/.xinitrc I have completed the…
0
votes
3 answers

Having trouble getting startup scripts to work in Server 2003

Thanks for taking the time to read this. I am having trouble getting my startup scripts to run correctly on the domain I am administering. Before anyone gets upset and says "go read xxx article from microsoft",... I have. I am simply missing…
Az.
  • 91
  • 14
0
votes
5 answers

What's more cost effective, Hosting your web startup on Foss or Windows?

Not coming from the windows world, I'm confused about licensing. I think my knowledge may be out of date. Before we gave up with windows web servers (IIS 2), we used to have to pay Client Access licence's. This worked out quite expensive. Is it…
The Unix Janitor
  • 2,458
  • 15
  • 13
0
votes
2 answers

Correct way to treat iptables init failure?

I'm initializing my iptables rules via /etc/network/if-pre-up.d/iptables, using iptables-restore. This works fine, but I'm a bit worried about what would happen, if that script failed for some reason (maybe the saved iptables file is corrupt or…
Chris Lercher
  • 4,152
  • 9
  • 35
  • 41
0
votes
0 answers

Cannot start SQL Server 2022 on a system with TLS 1.3 only

From documentation it seems that SQL Server 2022 should support TLS 1.3: SQL Server 2022 (16.x) supports Transport Layer Security (TLS) 1.3 when TDS 8.0 is used. link However, when I try to start a service on Windows Server 2022, where only TLS…
username
  • 249
  • 1
  • 4
  • 18
0
votes
0 answers

Configuring Automatic Start of Azure Virtual Machine upon Remote Desktop Login

We have created an Azure virtual machine 'Standard NV12ads A10 v5' with Windows 10 as the operating system. In order to reduce costs, we would like to find a way to have the machine powered on only when strictly necessary (ideally, when someone is…
El_Merendero
  • 111
  • 3
0
votes
1 answer

How do I prevent a Windows service from setting its own startup type to automatic?

I have a self-starting service, but I want to start it manually instead. However, as long as the service is running, it continues to monitor its startup type status, and as soon as I change it to manual startup, it automatically changes back to auto…
0
votes
1 answer

Unit shutdown.service could not be found

I'm trying to set up in a Redhat server, 2 services that start a database at startup, and stop it at shutdown, so I have put 2 files under /etc/systemd/system as follows: shutdown.service: [Unit] Description=Shutdown database at…
Souad
  • 236
  • 3
  • 4
  • 14