Skip to content
Advertisement

Tag: installation

mesos-master can not found mesos-slave, and elect a new leader in a short interval

I follow this doc to setup mesos cluster. There are three vm(ubuntu 12, centos 6.5, centos 7.2). config in each mathine: After start zookeeper, mesos-master and mesos-slave in three vm, I can view the mesos webui(10.142.55.190:5050), but agents count is 0. After a little time, mesos page get error: Failed to connect to 10.142.55.190:5050! Retrying in 16 seconds… (Now I

How does ${path} work, in this tutorial

I’m sure this is one of the dumbest problems asked on this site, but I am very new to linux, and a little out of my depths. I’m working off of this tutorial here and am stuck on the “add the path” and verify steps. For this one the tutorial told me to use this: I have already defined DTITK_ROOT,

Magento 2 Installation – Key must not exceed 56 bytes

I’m having issues installing Magento 2 via command line. When setup is running it gets to: Module ‘Magento_Indexer’: Running recurring.. And it throws an error: [MagentoFrameworkExceptionLocalizedException] Key must not exceed 56 bytes. I have searched around and couldn’t find any clues as to what it can be. I thought the –key might be too long for Magento setup but I

How to install Android SDK on Ubuntu?

For my Ubuntu machine, I downloaded the latest version of Android SDK from this page. After extracting the downloaded .tgz file, I was trying to search for installation instructions and found: To get started on Linux: Unpack the .zip file you’ve downloaded. The SDK files are download separately to a user-specified directory. Make a note of the name and location

Node.js installation error

I have installed Node.js, NVM and NPM according to : https://www.digitalocean.com/community/tutorials/how-to-install-node-js-on-an-ubuntu-14-04-server My working directory looks like this: Working_FilesWebRTC which contains the files: package.json server.js and Working_FilesWebRTCviews which contains an index file: In Working_FilesWebRTC, in order to run the server, using: every time I have to repeat the process explained in the installation, otherwise I receive the error: where the error

How to remove a broken installation of glibc

I just attempted to install glibc version 2.19 to my computer as follows: 1) I cloned the glibc git repo with 2) I checked out version 2.19 with 3) I made a directory objdir in my home directory, and built the installation there with 4) I tested the make with This gave me an error, but some webpage I found

dependency error in R package

Everytime I give the command for any package, in this case for ggplot2, I get this after a few minutes. I am missing something, but can’t figure out what. Thanks in advance! Answer You are on R 2.14. Please please PLEASE upgrade to something from the last few years — preferably from the current year such as R 3.2.0, 3.2.1

Advertisement