Questions tagged [start]

40 questions
5
votes
1 answer

"systemctl start service" when service already started

I, what happen's precisely when you run systemctl start apache2 (or other service) while service already started ? Can it cause trouble to start several hundred times a day apache2 service? (to prevent the service from shutting down) or can it use…
user2267379
  • 205
  • 2
  • 8
5
votes
2 answers

How to run script on first boot?

I need to run some bash script only once on first boot (after OS installation) of my CentOS machine This script should run before network service start (because this script will change network configuration) How can I register my script to run…
Dima
  • 485
  • 3
  • 7
  • 15
4
votes
2 answers

Memcached is not launching

I just installed memcached and the memcache pecl extension. Now randomly I cannot get it to start. When I run service memcached start I get this: Starting memcached: chown: `memcached\r': invalid user to switch toe user memcached [FAILED] What is…
Petrus
  • 115
  • 1
  • 2
  • 5
4
votes
1 answer

Resource temporarily unavailable: apr_thread_create: unable to create worker thread

Possible Duplicate: Apache2 is not starting my webserver When I try to restart my webserver apache puts "Resource temporarily unavailable: apr_thread_create: unable to create worker thread" in the error log. I'm not sure what this means, is my…
Robert Ross
  • 431
  • 2
  • 6
  • 10
3
votes
1 answer

Remotely restart a service without admin permissions

I have a temporary consultant that is working on a project. He often needs to restart a service that is on another server and he asks me to restart it for him. This server is on a different domain from the working domain. I don't want to make him…
maurice
  • 51
  • 2
  • 6
3
votes
2 answers

Run PowerShell script with Service Start

I'd like to set the Affinity and Priority of a service process when it is started (without modifying the service/process code, I don't own the code, it's a 3rd party service). I know I can do: $Process = Get-Process…
3
votes
5 answers

Need to allow a user to restart bind9

I want to give the www-data user the ability to restart bind9 using this command service bind9 restart At the moment, they can execute it and it will stop bind9 but not restart it again complaining that permissions will not allow a chmod of the file…
Jason
  • 361
  • 6
  • 19
2
votes
0 answers

Choose which folders appear on start (menu) setting via group policy

There is a number of switches available under a setting in windows 10 called "Choose which folders appear on Start". I find them very handy but by default only Settings is switched on. I would like to be able to modify this default setting and push…
Adsy2010
  • 171
  • 9
2
votes
1 answer

How can I troubleshoot a service not starting at boot?

I've got a service set up to start at boot but it's not doing so and I don't know where to look (e.g. logs) to troubleshoot it. I've verified the run level: $ grep default /etc/inittab id:3:initdefault: And the symlinks are there: $ find /etc…
Teflon Ted
  • 500
  • 2
  • 7
  • 18
2
votes
1 answer

What are the first steps to debug nginx default page not showing on fresh Ubuntu vm install?

On a fresh Ubuntu 14.04 virtual machine I've run the following commands: sudo apt-get update sudo apt-get upgrade sudo apt-get install nginx sudo service nginx start In a browser, if I go to the VM's ip or domain the default nginx page is not…
Shwaydogg
  • 131
  • 1
  • 6
2
votes
1 answer

Process starting under linux

Is there any way to start a process on a linux computer if I have ftp connection or network connection?
Mokus
  • 412
  • 1
  • 11
  • 19
1
vote
0 answers

ejabberd (18.01-2) install on ubuntu server 18 fails - cannot start ejabberd

I'm trying to install ejabberd on ubuntu server 18. It fails to start with this error [error] <0.173.0> CRASH REPORT Process <0.173.0> with 0 neighbours exited with reason:…
fexplorer
  • 11
  • 4
1
vote
1 answer

Ubuntu ps command showing wrong values in START column

I have just noticed that my server has wrong value in START column of ps 's output. It always display 2017 value, while it should show hour:minute format. The problem is not fixed after I reboot the server. The time of the server is…
Lan Pham
  • 11
  • 1
1
vote
1 answer

Disable VM Autostart - XenServer

After running updates in XenServer 6.5 I noticed that some virtual machines that were recently turned off started turning on again automatically after the server I applied updates to restarted. When I go to apply updates through xen center I get…
1
vote
2 answers

Cannot start HAProxy

When im starting HAProxy it says: Starting haproxy: [ALERT] 038/154339 (770) : Starting proxy proxy1: cannot bind socket [FAILED] My config: global daemon log /dev/log local4 maxconn…
xCoderTV
  • 13
  • 1
  • 5
1
2 3