Questions tagged [start]

39 questions
0
votes
1 answer

Ubuntu - PostgreSQL failing with no error message

I've installed PostgreSQL 9.0 on Ubuntu 10.04 using this guide. However, when I try to start the service, I get this back, with no error or message shown. root@srv1:/etc/init.d# ./postgresql start * Starting PostgreSQL 9.0 database server * The …
Samuurai
  • 185
  • 1
  • 3
  • 8
0
votes
3 answers

how do i create a 1 line command using "sc start" or "net start" on services whose names match a pattern?

I am creating a batch file to start several services, instead of enumerating each "net start" with the exact service name, how can i create the script to run "net start" on any service that begins with "EED" Thanks.
user20849
  • 88
  • 3
-1
votes
1 answer

Container (Apache) exit after 1 seconds

I've made a mistake in my apache2.conf and so every time I try to start the container, it exits: #docker start portail portail #docker ps -a CONTAINER ID IMAGE COMMAND CREATED STATUS …
rsabir
  • 191
  • 1
  • 2
  • 10
-1
votes
1 answer

mysql stopped and cannot start

I need some help here (excuse me for my bad English). mysql stopped suddenly after running for several hour. Since then I'm unable to start it. I have also restarted my computer. I get the following error message mysqld.exe: Table '.\mysql\db' is…
-1
votes
2 answers

CentOS stopped loading after I added something to /etc/rc.d/rc.local

I am very new in Linux (first day). I needed to add my program to the OS startup. I could not find a solution, so I tried to do something that could solve my issue. I added my line of text /opt/mono/bin/mono /root/MySoft/UDPServer.exe "$@" to…
Andrew
  • 165
  • 9
-2
votes
1 answer

ElasticSearch doesn't start after upgrade from 2.3.1 to 5.6.4

I was running on elasticsearch 2.3.1, but I had to upgrade to 5.6.4 (because I wanted to install Kibana/Sense), but ElasticSearch won't start anymore. This is log from ElasticSearch: java.lang.IllegalStateException: The index…
tomsk
  • 287
  • 1
  • 6
  • 18
-2
votes
1 answer

EC2 pricing for multiple stop-start within the same hour

In http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Stop_Start.html, it says, Each time you start a stopped instance we charge a full instance hour, even if you make this transition multiple times within a single hour. Does this mean if within…
Ivan Wang
  • 3
  • 1
-4
votes
1 answer

Autostart apache and mySQL Server on AWS

I've set up apache, mysql and php on my AWS EC2 instance, but how could it be done that these services are starting when the EC2 is starting? I've found the chkconfig -a mysql command but this just gives an error like option -a not found.
John Brunner
  • 145
  • 2
  • 7
-6
votes
1 answer

How long a latest rack server in data center takes to boot?

For an short/simple experiments, I need to know how long a latest rack server Xen/Vmware hypervisor installed with its utilities takes time to boot up (cold boot)? In our lab we do not have rack servers we have Dell servers(we have the data) but we…
Kal
  • 1
  • 1
1 2
3