Running: sudo apt-get install mapr-single-node. There needs to be more stated about the error, eg, where does "Use of 127.0.0.1" come from, and what is a remedy on a single server machine with no static IP address (eg, a typical laptop)?

The output is:

j@ubuntu:~$ sudo apt-get install mapr-single-node
[sudo] password for j: 
Reading package lists... Done
Building dependency tree     
Reading state information... Done mapr-single-node is already the newest version. The following packages were automatically installed and are no longer required: linux-headers-2.6.38-8-generic linux-headers-2.6.38-8 Use 'apt-get autoremove' to remove them. 0 upgraded, 0 newly installed, 0 to remove and 98 not upgraded. 1 not fully installed or removed. After this operation, 0 B of additional disk space will be used. Do you want to continue [Y/n]? Y Setting up mapr-single-node (1.1.1.11051GA-1) ... Install Script ubuntu ERROR: Use of 127.0.0.1 can lead to unpredicatble results. Please use different IP address ERROR:Use of 127.0.0.1 can lead to unpredicatble results. Please use different IP address dpkg: error processing mapr-single-node (--configure): subprocess installed post-installation script returned error exit status 1 Errors were encountered while processing: mapr-single-node E: Sub-process /usr/bin/dpkg returned an error code (1)

asked 15 Sep '11, 19:36

jasonrutherglen's gravatar image

jasonrutherglen
16457
accept rate: 0%

edited 15 Sep '11, 19:37


This will be fixed in the upcoming release.

Meanwhile to get you going:

inside of /opt/mapr/server/configure.sh script comment out the "exit 1" lines that follow this one:

"Use of 127.0.0.1 can lead to unpredictable results"

And run /opt/mapr/server/configure.sh -C 127.0.0.1 -Z 127.0.0.1

link

answered 15 Sep '11, 22:32

yufeldman's gravatar image

yufeldman ♦♦
1.9k27
accept rate: 25%

edited 16 Sep '11, 12:59

Peter%20Conrad's gravatar image

Peter Conrad ♦♦
776127

Thanks! That fixed the problem!

link

answered 16 Sep '11, 12:34

jasonrutherglen's gravatar image

jasonrutherglen
16457
accept rate: 0%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or __italic__
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×123
×47
×13

Asked: 15 Sep '11, 19:36

Seen: 949 times

Last updated: 16 Sep '11, 12:59

powered by OSQA