Questions tagged [start]
39 questions
1
vote
3 answers
Cannot start apache (Unable to change directory to /root)
When trying to start Apache by using:
/etc/init.d/httpd start
I get the following error in /var/log/httpd/error_log:
Unable to change directory to /root
Anyone have any idea what this means?

ahmetunal
- 151
- 1
- 2
- 6
1
vote
1 answer
httpd won't start on boot
I have some problemes with apache on CENTOS...
When I reboot the system, httpd won't start
I have to execut my-self "service httpd start"
chkconfig httpd --list
httpd 0:off 1:off 2:on 3:on 4:on 5:on 6:off
Any ideas ?…
Michael Vendi
1
vote
0 answers
Win 2008 - "Pin to start menu" doesn't show up as a right-click option
A couple of us in our organization have new VMs with Win 2008, and the "Pin to Start Menu" doesn't show up as an option when we right-click a program. Also, the start menu is entirely empty. Any ideas on how to get it working?

NealWalters
- 1,333
- 8
- 19
- 39
1
vote
1 answer
Using "at" to call a delayed process from within a cgi script
Here is a puzzle I hope you can help me with. A client wants to send a welcome letter exactly 47 minutes after a document is uploaded via cgi script.
I wrote a routine to send the letter, and then I attempted to use the Linux "at" command to execute…

Rob Y
- 11
- 1
1
vote
5 answers
Cannot start MySQL
I used this command from shell to repair all Databases
mysqlcheck -u root -p --auto-repair --check --optimize --all-databases
and after that I restarted the server
when it came back alive again I tried to open my vBulletin forum but I recived…

Mohamed Nour El-Din
- 21
- 1
- 1
- 4
0
votes
1 answer
I get this error "Active: failed " from the Process: 9666 ExecStart=/etc/init.d/apache2 start (code=exited, status=2)?
I was check my web server in apache2 and when I run the next command I get this error:
root@me:~# sudo systemctl status apache2
sudo: unable to resolve host me
● apache2.service - LSB: Apache2 web server
Loaded: loaded (/etc/init.d/apache2;…

simon
- 103
- 4
0
votes
3 answers
ElasticSearch doesn't start after installing 5.6.4
I just installed ElasticSearch 5.6.4 from https://www.elastic.co/downloads/elasticsearch via DEB (I use Debian 9) package using these commands:
wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-5.6.4.deb
dpkg -i…

tomsk
- 287
- 1
- 6
- 18
0
votes
1 answer
unable to start service in remote and local machine with sc command and net command
I am trying to start the services using the below SC command and service is not coming up.
sc start startliq_2090
output:
SERVICE_NAME: startliq_2090
TYPE : 10 WIN32_OWN_PROCESS
STATE : 2 …
0
votes
1 answer
JBOD Failed to assemble after middle device Failed
Ive got an Problem with my JBOD, after my Synology DS died because of the failure of the Boot-HDD, ive wanted to recover my JBOD (3x3TB). Ive Started an Debian-Live to mount and save the data from my Jbod, that worked well.
I Ordered an 8Tb drive…

Leonard G.
- 1
- 2
0
votes
1 answer
pg_ctl: could not start server
I am trying to start the PostgreSQL server installed on a remote Redhat server(RHEL 6.7 x86_64) through putty.
The command that I used to start the server is /etc/init.d/postgresql-9.5 start
But it is showing the following error:
This is the…

niraj
- 31
- 1
- 2
- 5
0
votes
2 answers
How to start rpcbind automatically at boot on Ubuntu 14.04 server?
I have been unsuccessfully trying to configure my Ubuntu 14.04 server to start rpcbind on boot.
RPCbind is installed and works fine if I start it manually with
service rpcbind start
I have added the symlinks to the runlevel directories automatically…

Neo_999
- 1
- 1
- 3
0
votes
0 answers
OpenVPN start at boot not working on Ubuntu 14.04
I am trying do configure my Ubuntu 14.04 server, so OpenVPN will start at boot.
So far, I am able to start OpenVPN server with the command:
service openvpn start
After I execute this command, I am prompted for the private key password, and after…

Neo_999
- 1
- 1
- 3
0
votes
2 answers
Ucarp start error on Centos 6 : "You must supply a valid host id"
I'm trying to get ucarp working on 2 Centos 6 servers running Apache.
I've configured both /etc/sysconfig/carp/vip-001.conf and /etc/sysconfig/network-scripts/eth0 and eth0:0 as such on serv1:
vip-001.conf :
# Virtual IP configuration file for…

PaKempf
- 63
- 1
- 10
0
votes
1 answer
PHP Session File Stored in Temp Directory - Apache
I am having a slight problem...I have a server that I set up using AppServ 2.5.10, running Apache 2.2.8 and PHP 5.2.6. This is running on Windows Server 2008R2.
The problem is in order for the sessions to work, I have to be logged into the server.…

navalhawkeye
- 3
- 1
- 2
0
votes
3 answers
CentOS 5.5 - services start
Can I know if my service is started on system init or it started by user using service command?
On my service I need to make different logic (into service starter script) if service is started automatically or by user command.
Thanks

Dima
- 485
- 3
- 7
- 15