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.

223 questions
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,652
  • 2
  • 17
  • 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,388
  • 14
  • 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
  • 3,982
  • 9
  • 34
  • 41
0
votes
3 answers

Odd log entries when starting up PotgreSQL

When restarting pgSQL, I get the following log entries: 2010-02-10 16:08:05 EST LOG: received smart shutdown request 2010-02-10 16:08:05 EST LOG: autovacuum launcher shutting down 2010-02-10 16:08:05 EST LOG: shutting down 2010-02-10 16:08:05 EST…
Alex S
  • 393
  • 3
  • 6
  • 16
0
votes
1 answer

Find .exe file for entry in Windows 10 "Starup Apps" settings

I have a couple suspicious mystery entries in my Startup Apps. MalwareBytes didn't flag them but I want to try them on VirusTotal to be sure. startup entries named just named "Program" and "Update" that just look like the sort of thing a crypto…
0
votes
0 answers

Failing to start since stuck on service

I have a raspbian server that when I start it get's stuck on a service I defined. When I see the startup logs they reach: [FAILED] Failed to start Server. See 'systemctl status server.service' for details [ OK ] Stopped Server. Starting…
Tomer Amir
  • 105
  • 1
  • 5
0
votes
0 answers

How to control which background programs load for specific users in Window Server 2019?

I am still new to Windows Server maintenance so forgive my newbie question. I have installed a translation program (Antidote) for one of my users on my Windows 2019 installation but it has 2 agents/programs that run in the background (similar to all…
Tamerax
  • 15
  • 1
  • 4
0
votes
1 answer

SVN server start at boot

I'm configuring Subversion and want it to start at boot. Used following command series: sudo mkdir /var/svn sudo useradd -r -s /bin/false svn sudo mkdir /etc/svn sudo cp /home/zipo/svnserve /etc/svn/svnserve sudo chown root:root…
Index
  • 147
  • 4
0
votes
2 answers

How to autostart apps in OS X as a different user

I am playing with CouchDB and whenever I do, I first have to issue sudo couchdb -i -u couchdb couchdb -b This starts CouchDB as the user couchdb, group couchdb. I then also have to enter my password again (I am admin but still need to, when doing…
raoulsson
  • 4,633
  • 10
  • 32
  • 29
0
votes
0 answers

I am not able to start an instance of Oracle Database - ORA-00205: error in identifying control file, check alert log for more info

When I want start the server instance I get the following message: SQL> startup ORA-32004: obsolete or deprecated parameter(s) specified for RDBMS instance ORACLE instance started. Total System Global Area 2.1475E+10 bytes Fixed Size …
1 2 3
14
15