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 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
  • 177
  • 3
  • 13
-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
  • 161
  • 2
  • 11
-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
  • 73
  • 7
-3
votes
1 answer

GPO Startup script did not execute on some computers

The GPO Startup scripts works fine on other machine but not for another half of the machine. gpresult show that GPO was there. I ran RSOP and it show that the Startup script was there but it was never executed. There nothing on application error or…
Aaron Ooi
  • 1
  • 1
-4
votes
1 answer

how to start the tomcat server in linux?

i tried to install 1.yum install -zxvf apache-tomcat-6.0.47.tar.gz then 2. export TOMCAT_HOME=/home/mpatil/softwares/apache-tomcat-6.0.37 3. [root@localhost mpatil]# echo $TOMCAT_HOME /home/mpatil/softwares/apache-tomcat-7.0.47 while…
-4
votes
1 answer

start of dhcp failed on centos

i try to config DHCP on centos. when i start service by #service dhcpd restart it failed. the result of #tail -f /var/log/messages : Dec 31 19:26:31 localhost dhcpd: exiting. Dec 31 19:27:04 localhost dhcpd: Internet Systems Consortium DHCP Server…
sahar
  • 23
  • 4
-5
votes
1 answer

Selling my Used Servers online?

I am new here and doing a bit of research. I am running a startup which takes used technology, fixes it up and sells it online. I am looking for the best method/place to sell servers online, both new and old. Does such a place exist? Are there…
1 2 3
14
15