Member since
11-12-2015
80
Posts
15
Kudos Received
2
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
2911 | 03-03-2016 10:42 AM | |
3900 | 03-03-2016 08:56 AM |
01-11-2017
09:19 AM
@Stephen Russell I tried developing the image natively on my ubuntu 14.04 machine but ran into big issues with appArmor, that's probably the culprit.
... View more
01-11-2017
09:08 AM
Can you have a look in the postgresql logs to see what the error is? Does mysqld start and if not what's the error. I have a feeling this has to do with appArmor on ubuntu. (Also you could download the virtualbox solution that has the container nested inside a centos7 machine while we try to debug).
... View more
01-11-2017
08:45 AM
@Stephen Russell, Are you running the container in privileged mode?
... View more
11-21-2016
03:18 PM
@krishnan srinivasan Do you have 8 GB total? That won't be enough because the OS uses a part of that.
... View more
11-21-2016
02:59 PM
@krishnan srinivasan Hello, first time seeing that message, do you have enough RAM for it? ( 8 GB for the machine ). Boot stalls usually are caused by this. After about 3-5 minutes try connecting to localhost:8888 and see if ambari server is up ( localhost:8080 ). Once you login maybe you can spot what services are failing to start.
... View more
11-08-2016
03:17 PM
@Marcia Hon
What I did was change it in the systemd file: [root@sandbox multi-user.target.wants]# pwd /etc/systemd/system/multi-user.target.wants [root@sandbox multi-user.target.wants]# vi docker.service and changed this line like so: ExecStart=/usr/bin/dockerd --storage-driver=overlay
... View more
11-08-2016
02:48 PM
@Marcia Hon Hello, what storage driver are you using? You can run "sudo docker info" to get that, for example in my case it's : "Storage Driver: aufs"; In case yours says devicemapper you need to change it to overlayfs on centos7 since the image is bigger than 10GB which is the hard limit for the devicemapper.
... View more
10-14-2016
12:08 PM
An error screenshot would definitely help. If your machine has only 8gb RAM then there definitely might be issues with running 2.5 however.
... View more
09-26-2016
08:21 AM
This is because now by default port forwarding to the Sandbox VM is on port 2222 for both vmware and virtualbox and that is to where the :4200 console is connecting. If you need to access the Docker Host Machine, the ports are 22 on vmware and 2122 on virtualbox.
... View more
03-21-2016
02:37 PM
1 Kudo
@Ravi Malayambakkam, @Rafael Coss, @Artem Ervits, That zookeeper port forward was just missed, I've added it to our build code and will be available in our next release. Thanks for notifying us!
... View more
- « Previous
-
- 1
- 2
- Next »