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

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
  • 5
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,763
  • 10
  • 34
  • 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 …
user2128078
  • 101
  • 1
0
votes
1 answer

How can I determine the ongoing/preparatory state of a kubernetes deployment, before it's 'ready'?

As part of my CI test logic, I have a script that creates a Kubernetes deployment file for each of a bunch of dedicated nodes, deletes any previous deployments on them, and then starts the new deployments. (Config appended at the bottom because it's…
-1
votes
1 answer

service script for any linux dist... possible?

I'm developing an app which will be run on linux. It can run on most distributions. Is there any way to create a startup/service script that will work on any distribution? I've read about /etc/init.d but is that only for Debian based distros? I…
-1
votes
2 answers

Linux init script service - delay until mysql socket is ready

How does one go about delaying a service init script in Linux until the MySQL socket exists? Does the sleep command in a startup script delay the entire boot process, or are init scripts each executed by a different thread to prevent blocking? I am…
OwN
  • 187
  • 3
  • 14
-1
votes
1 answer

CentOS 6 script at server boot up

I have three terminal commands that I would like to execute when server boots up. How can I achieve this? I have seen many solutions, but none of them seems to be simple and working. Here are the referrals:…
Marko Tamburic
  • 181
  • 1
  • 1
  • 10
-1
votes
1 answer

Accidently removed all PHP dynamic libraries

I was trying to remove a startup module folder(ioncube) and accidently removed the PHP startup modules/extensions folder (debian) Now I'm getting this PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20100525+lfs/pdo.so' -…
Osa
  • 131
  • 1
  • 5
-1
votes
1 answer

Execute a service as a specific user under ubuntu

I'm running a gameserver and want to start it on a screen on system start, but screen is user specific, so I have to run the command as 'user'. So I wrote this short service script which starts itself as 'user': #!/bin/sh #/etc/init.d/gameserver …
yspreen
  • 171
  • 2
  • 12
-1
votes
1 answer

Sturtup script questions - will runas cmd allow app to be seen by user upon login?

I need to create a startup script on a server that is live in production, so unfortunately I don't have the luxury of trial and error. I need to start an application upon server bootup that is run as a particular service account. I need the same…
-1
votes
1 answer

Scheduled startup on Win10 Dell Inspiron?

I want my Dell Inspiron 15 3567 laptop to automatically switch on every morning at a particular time. I have been trying to work it out, opened my laptop's BIOS settings, but couldn't find anything related to scheduled startups till now. I am aware…
lazarea
  • 99
  • 2
-2
votes
1 answer

Windows Server 2003R2: automatically attaching an iSCSI disk at each startup and setting network shares?

I have a Windows 2003R2 Server soon to be replaced. The server was just connected via iSCSI to a WD MyCloud 4100 NAS, using the Microsoft iSCSI initiator. A large number of directories exists on this disk. And most of the root-level directories are…
carmik
  • 149
  • 11
1 2 3
15
16