<div dir="ltr">Update - I realised there is no need to run the ansible program itself from Xenial (I don't think)-  I've recovered from my brain-fart and installed ansible 1.9.6 (easily using pip!) on ubuntu 14.04. However, still getting same errors as described below. </div><div class="gmail_extra"><br><div class="gmail_quote">On 6 January 2017 at 11:57, Dave Kennewell <span dir="ltr"><<a href="mailto:davekennewell@gmail.com" target="_blank">davekennewell@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi Angelos, <div><br></div><div>I installed ansible 1.9.4 on Xenial. It wasn't trivial, so I'll share my notes here for others: </div><div><br></div><div>First I tried this:</div><div><br></div><div><pre style="box-sizing:border-box;font-family:inconsolata,consolata,monaco,monospace;font-size:12px;margin-top:0px;margin-bottom:0px;padding:12px;line-height:1.5;overflow:auto;color:rgb(64,64,64)">$ sudo apt-get install software-properties-common
$ sudo apt-add-repository ppa:ansible/ansible-1.9
$ sudo apt-get update
$ sudo apt-get install ansible</pre></div><div>This installed version 2.0.0.2 (... go figure). I ran the latest geonode-ansible play anyway (even though it wasn't an ansible version 1.9.x), and got an error at </div><div><a href="https://github.com/GeoNode/ansible-geonode/blob/master/tasks/geoserver.yml#L57" target="_blank">https://github.com/GeoNode/<wbr>ansible-geonode/blob/master/<wbr>tasks/geoserver.yml#L57</a><br></div><div><br></div><div>Not sure if this is to do with the latest commit (last night it seems) or if it's still to do with the ansible 2.0.x install... but we don't want to use 2.0.x anyway, so I didn't look into it too much.</div><div><br></div><div>So I tried again to install 1.9.x, this time using pip. </div><div><br></div><div><div style="margin:0px;padding:0px;border:0px;font-family:arial,helvetica,sans-serif;font-size:13px"><font face="courier new, monospace" style="margin:0px;padding:0px;border:0px">sudo apt-get install python-pip<br></font></div><div style="margin:0px;padding:0px;border:0px;font-family:arial,helvetica,sans-serif;font-size:13px"><font face="courier new, monospace" style="margin:0px;padding:0px;border:0px">sudo pip install --upgrade pip </font></div><div style="margin:0px;padding:0px;border:0px;font-family:arial,helvetica,sans-serif;font-size:13px"><font face="courier new, monospace" style="margin:0px;padding:0px;border:0px">sudo pip install ansible==1.9.6</font></div></div><br>This throws an error to do with a crypt something something package (sorry I didn't copy the message). I'm guessing the dependencies aren't right for xenial. So I tried again to install 1.9.4 using deb packages (roughly based on <a href="https://github.com/ansible/ansible/issues/13898" target="_blank">https://github.com/ansible/<wbr>ansible/issues/13898</a>):<div><br></div><div><pre style="box-sizing:border-box;font-family:consolas,"liberation mono",menlo,courier,monospace;font-size:11.9px;margin-top:0px;font-stretch:normal;line-height:1.45;word-wrap:normal;padding:16px;overflow:auto;background-color:rgb(247,247,247);border-radius:3px;color:rgb(51,51,51);margin-bottom:0px"><code style="box-sizing:border-box;font-family:consolas,"liberation mono",menlo,courier,monospace;font-size:11.9px;padding:0px;margin:0px;background-image:initial;background-position:initial;background-size:initial;background-repeat:initial;background-origin:initial;background-clip:initial;background-color:transparent;border-radius:3px;word-break:normal;border:0px;display:inline;overflow:visible;line-height:inherit;word-wrap:normal"># Make sure we are up to date
sudo apt-get update

# Download working ansible deb package
wget <a href="https://launchpad.net/~ansible/+archive/ubuntu/ansible-1.9/+files/ansible_1.9.4-1ppa~trusty_all.deb" target="_blank">https://launchpad.net/~<wbr>ansible/+archive/ubuntu/<wbr>ansible-1.9/+files/ansible_1.<wbr>9.4-1ppa~trusty_all.deb</a> -O /tmp/ansible.deb

# Manually install deps
sudo apt-get install -y \
  python-jinja2 \
  python-yaml \
  python-paramiko \
  python-httplib2 \
  python-crypto sshpass</code></pre><pre style="box-sizing:border-box;font-family:consolas,"liberation mono",menlo,courier,monospace;font-size:11.9px;margin-top:0px;font-stretch:normal;line-height:1.45;word-wrap:normal;padding:16px;overflow:auto;background-color:rgb(247,247,247);border-radius:3px;color:rgb(51,51,51);margin-bottom:0px"><code style="box-sizing:border-box;font-family:consolas,"liberation mono",menlo,courier,monospace;font-size:11.9px;padding:0px;margin:0px;background-image:initial;background-position:initial;background-size:initial;background-repeat:initial;background-origin:initial;background-clip:initial;background-color:transparent;border-radius:3px;word-break:normal;border:0px;display:inline;overflow:visible;line-height:inherit;word-wrap:normal"># python-support is required too, but doesn't install from apt on xenial, so use (<a href="http://askubuntu.com/questions/766169/why-no-more-python-support-in-16-04" target="_blank">http://askubuntu.com/<wbr>questions/766169/why-no-more-<wbr>python-support-in-16-04</a>): </code></pre><pre style="box-sizing:border-box;font-family:consolas,"liberation mono",menlo,courier,monospace;font-size:11.9px;margin-top:0px;font-stretch:normal;line-height:1.45;word-wrap:normal;padding:16px;overflow:auto;background-color:rgb(247,247,247);border-radius:3px;color:rgb(51,51,51);margin-bottom:0px"><code style="box-sizing:border-box;font-family:consolas,"liberation mono",menlo,courier,monospace;font-size:11.9px;padding:0px;margin:0px;background-image:initial;background-position:initial;background-size:initial;background-repeat:initial;background-origin:initial;background-clip:initial;background-color:transparent;border-radius:3px;word-break:normal;border:0px;display:inline;overflow:visible;line-height:inherit;word-wrap:normal"><pre class="m_9103982673249954924gmail-lang-py m_9103982673249954924gmail-prettyprint m_9103982673249954924gmail-prettyprinted" style="margin-top:0px;margin-bottom:1em;padding:5px;border:0px;font-size:13px;width:auto;max-height:600px;overflow:auto;font-family:consolas,menlo,monaco,"lucida console","liberation mono","dejavu sans mono","bitstream vera sans mono","courier new",monospace,sans-serif;background-color:rgb(239,240,241);color:rgb(57,51,24);word-wrap:normal"><code style="margin:0px;padding:0px;border:0px;font-family:consolas,menlo,monaco,"lucida console","liberation mono","dejavu sans mono","bitstream vera sans mono","courier new",monospace,sans-serif;white-space:inherit"><span class="m_9103982673249954924gmail-pln" style="margin:0px;padding:0px;border:0px;color:rgb(48,51,54)">wget http</span><span class="m_9103982673249954924gmail-pun" style="margin:0px;padding:0px;border:0px;color:rgb(48,51,54)">://</span><span class="m_9103982673249954924gmail-pln" style="margin:0px;padding:0px;border:0px;color:rgb(48,51,54)">launchpadlibrarian</span><span class="m_9103982673249954924gmail-pun" style="margin:0px;padding:0px;border:0px;color:rgb(48,51,54)">.</span><span class="m_9103982673249954924gmail-pln" style="margin:0px;padding:0px;border:0px;color:rgb(48,51,54)">net</span><span class="m_9103982673249954924gmail-pun" style="margin:0px;padding:0px;border:0px;color:rgb(48,51,54)">/</span><span class="m_9103982673249954924gmail-lit" style="margin:0px;padding:0px;border:0px;color:rgb(125,39,39)"><wbr>109052632</span><span class="m_9103982673249954924gmail-pun" style="margin:0px;padding:0px;border:0px;color:rgb(48,51,54)">/</span><span class="m_9103982673249954924gmail-pln" style="margin:0px;padding:0px;border:0px;color:rgb(48,51,54)">python</span><span class="m_9103982673249954924gmail-pun" style="margin:0px;padding:0px;border:0px;color:rgb(48,51,54)">-</span><span class="m_9103982673249954924gmail-pln" style="margin:0px;padding:0px;border:0px;color:rgb(48,51,54)">support_1</span><span class="m_9103982673249954924gmail-pun" style="margin:0px;padding:0px;border:0px;color:rgb(48,51,54)">.</span><span class="m_9103982673249954924gmail-lit" style="margin:0px;padding:0px;border:0px;color:rgb(125,39,39)">0.<wbr>15</span><span class="m_9103982673249954924gmail-pln" style="margin:0px;padding:0px;border:0px;color:rgb(48,51,54)">_all</span><span class="m_9103982673249954924gmail-pun" style="margin:0px;padding:0px;border:0px;color:rgb(48,51,54)">.</span><span class="m_9103982673249954924gmail-pln" style="margin:0px;padding:0px;border:0px;color:rgb(48,51,54)">deb -O /tmp/python<span class="m_9103982673249954924gmail-pun" style="white-space:inherit;margin:0px;padding:0px;border:0px">-</span><span class="m_9103982673249954924gmail-pln" style="white-space:inherit;margin:0px;padding:0px;border:0px">support_1</span><span class="m_9103982673249954924gmail-pun" style="white-space:inherit;margin:0px;padding:0px;border:0px">.</span><span class="m_9103982673249954924gmail-lit" style="white-space:inherit;margin:0px;padding:0px;border:0px;color:rgb(125,39,39)">0.15</span><span class="m_9103982673249954924gmail-pln" style="white-space:inherit;margin:0px;padding:0px;border:0px">_all</span><span class="m_9103982673249954924gmail-pun" style="white-space:inherit;margin:0px;padding:0px;border:0px"><wbr>.</span><span class="m_9103982673249954924gmail-pln" style="white-space:inherit;margin:0px;padding:0px;border:0px">deb</span><br>
sudo dpkg </span><span class="m_9103982673249954924gmail-pun" style="margin:0px;padding:0px;border:0px;color:rgb(48,51,54)">-</span><span class="m_9103982673249954924gmail-pln" style="margin:0px;padding:0px;border:0px;color:rgb(48,51,54)">i /tmp/python</span><span class="m_9103982673249954924gmail-pun" style="margin:0px;padding:0px;border:0px;color:rgb(48,51,54)">-</span><span class="m_9103982673249954924gmail-pln" style="margin:0px;padding:0px;border:0px;color:rgb(48,51,54)">support_1</span><span class="m_9103982673249954924gmail-pun" style="margin:0px;padding:0px;border:0px;color:rgb(48,51,54)">.</span><span class="m_9103982673249954924gmail-lit" style="margin:0px;padding:0px;border:0px;color:rgb(125,39,39)">0.15</span><span class="m_9103982673249954924gmail-pln" style="margin:0px;padding:0px;border:0px;color:rgb(48,51,54)">_all</span><span class="m_9103982673249954924gmail-pun" style="margin:0px;padding:0px;border:0px;color:rgb(48,51,54)"><wbr>.</span><span class="m_9103982673249954924gmail-pln" style="margin:0px;padding:0px;border:0px;color:rgb(48,51,54)">deb</span></code></pre>

# Install Package
sudo dpkg -i /tmp/ansible.deb

# Remove downloaded packages
sudo rm -f /tmp/ansible.deb </code>/tmp/python<span class="m_9103982673249954924gmail-pun" style="font-family:consolas,menlo,monaco,"lucida console","liberation mono","dejavu sans mono","bitstream vera sans mono","courier new",monospace,sans-serif;white-space:inherit;background-color:rgb(239,240,241);font-size:13px;margin:0px;padding:0px;border:0px;color:rgb(48,51,54)">-</span><span class="m_9103982673249954924gmail-pln" style="font-family:consolas,menlo,monaco,"lucida console","liberation mono","dejavu sans mono","bitstream vera sans mono","courier new",monospace,sans-serif;white-space:inherit;background-color:rgb(239,240,241);font-size:13px;margin:0px;padding:0px;border:0px;color:rgb(48,51,54)">support_1</span><span class="m_9103982673249954924gmail-pun" style="font-family:consolas,menlo,monaco,"lucida console","liberation mono","dejavu sans mono","bitstream vera sans mono","courier new",monospace,sans-serif;white-space:inherit;background-color:rgb(239,240,241);font-size:13px;margin:0px;padding:0px;border:0px;color:rgb(48,51,54)">.</span><span class="m_9103982673249954924gmail-lit" style="font-family:consolas,menlo,monaco,"lucida console","liberation mono","dejavu sans mono","bitstream vera sans mono","courier new",monospace,sans-serif;white-space:inherit;background-color:rgb(239,240,241);font-size:13px;margin:0px;padding:0px;border:0px;color:rgb(125,39,39)">0.15</span><span class="m_9103982673249954924gmail-pln" style="font-family:consolas,menlo,monaco,"lucida console","liberation mono","dejavu sans mono","bitstream vera sans mono","courier new",monospace,sans-serif;white-space:inherit;background-color:rgb(239,240,241);font-size:13px;margin:0px;padding:0px;border:0px;color:rgb(48,51,54)">_all</span><span class="m_9103982673249954924gmail-pun" style="font-family:consolas,menlo,monaco,"lucida console","liberation mono","dejavu sans mono","bitstream vera sans mono","courier new",monospace,sans-serif;white-space:inherit;background-color:rgb(239,240,241);font-size:13px;margin:0px;padding:0px;border:0px;color:rgb(48,51,54)"><wbr>.</span><span class="m_9103982673249954924gmail-pln" style="font-family:consolas,menlo,monaco,"lucida console","liberation mono","dejavu sans mono","bitstream vera sans mono","courier new",monospace,sans-serif;white-space:inherit;background-color:rgb(239,240,241);font-size:13px;margin:0px;padding:0px;border:0px;color:rgb(48,51,54)">deb</span></pre></div><div><br></div><div>This worked (yay). </div><div><br></div><div>I'm running the playbook by git cloning from <a href="https://github.com/GeoNode/ansible-geonode" target="_blank">https://github.com/<wbr>GeoNode/ansible-geonode</a> into a "roles/ansible-geonode" directory under my playbook.yml file. I'm at commit <span style="color:rgb(51,51,51);font-family:consolas,"liberation mono",menlo,courier,monospace;font-size:12px">1e6d8f9. </span></div><div><br></div><div>playbook.yml now looks like this: <br><div><pre style="color:rgb(0,0,0);font-family:"courier new";font-size:9pt"><span class="">- <span style="color:rgb(0,0,128);font-weight:bold">hosts: </span>webserver<br>  <span style="color:rgb(0,0,128);font-weight:bold">remote_user: </span>ubuntu<br></span><span class="">  <span style="color:rgb(0,0,128);font-weight:bold">gather_facts: </span>no<br>  <span style="color:rgb(0,0,128);font-weight:bold">pre_tasks:<br></span><span style="color:rgb(0,0,128);font-weight:bold">  </span>- <span style="color:rgb(0,0,128);font-weight:bold">name: </span><span style="color:rgb(0,128,0);font-weight:bold">'install python2'<br></span><span style="color:rgb(0,128,0);font-weight:bold">    </span><span style="color:rgb(0,0,128);font-weight:bold">raw: </span>apt -y update && apt install -y python-minimal<br>    <span style="color:rgb(0,0,128);font-weight:bold">sudo: </span>yes<br>  - <span style="color:rgb(0,0,128);font-weight:bold">setup:<br></span></span><span class=""><span style="color:rgb(0,0,128);font-weight:bold">  vars:<br></span><span style="color:rgb(0,0,128);font-weight:bold">    app_name: </span>my_test_app<br>    <span style="color:rgb(0,0,128);font-weight:bold">github_user: </span>GeoNode<br>  <span style="color:rgb(0,0,128);font-weight:bold">roles:<br></span></span><span style="color:rgb(0,0,128);font-weight:bold">    </span>- ansible-geonode</pre></div><div>Under this configuration, the "makemigrations" command works, but we now get stuck on "syncdb", error log is here: </div><div><br></div><div><a href="https://gist.github.com/davekennewell/130f10d6b45a88e2d1bfa9b8dcd065ad" target="_blank">https://gist.github.com/<wbr>davekennewell/<wbr>130f10d6b45a88e2d1bfa9b8dcd065<wbr>ad</a><br></div><div><br></div><div>I reran the process with the commit I began with 2 days ago (<span style="color:rgb(51,51,51);font-family:consolas,"liberation mono",menlo,courier,monospace;font-size:12px">ab17551)</span>and received the same error message. </div><div><span style="color:rgb(51,51,51);font-family:consolas,"liberation mono",menlo,courier,monospace;font-size:12px"><br></span></div><div>I'm a bit confused as to why the playbook would run makemigrations (Django 1.8) and then syncdb (Django 1.6)? Should it not be makemigrations then migrate? </div><div><br></div><div>I get the same error if I run the playbook from ansible-galaxy. </div><div><br></div><div>thanks for the help!</div><div><br></div><div>cheers</div><div>Dave</div><div><br></div><div><br></div><div><br></div><div><br></div><div><br><div class="gmail_extra"><br><div class="gmail_quote"><div><div class="h5">On 6 January 2017 at 04:07, Angelos Tzotsos [via OSGeo.org] <span dir="ltr"><<a href="mailto:ml-node+s1560n5302236h31@n6.nabble.com" target="_blank">ml-node+s1560n5302236h31@n6.<wbr>nabble.com</a>></span> wrote:<br></div></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div><div class="h5"><span class="m_9103982673249954924gmail-">

        
  
    
  
  
    <div class="m_9103982673249954924gmail-m_3549301396119377673moz-cite-prefix">Hi Dave,<br>
      <br>
      It looks like this error is specific to ansible 2.x<br>
      The ansible role works fine with ansible 1.9.x for now.<br>
      We will try to fix this issue soon.<br>
      <br>
      Thanks,<br>
      Angelos<br>
      <br>
      On 01/05/2017 01:16 PM, Dave Kennewell wrote:<br>
    </div>
    </span></div></div><blockquote style="border-left:2px solid rgb(204,204,204);padding:0px 1em" type="cite">
      <pre><div><div class="h5"><span class="m_9103982673249954924gmail-">Hi Angelos,

Thanks for this - I've tried the geonode-ansible installer. It seems to be
working well, until I get to the "makemigrations" command, when I get this
permissions error:


[image: Inline images 1]


If I ssh into the server, activate the venv and execute the makemigrations
command manually, it works fine... but the rest of the playbook won't run.

My playbook looks like this

- hosts: webserver

  remote_user: ubuntu

  vars:
    app_name: my_test_app
    github_user: GeoNode

  roles:
    - geonode


Both my ansible controlling machine & the geonode server are running
Xenial.

It's my first time using ansible, so I might be doing something not quite
right, or it might the the scripts?

Thanks
Dave Kennewell

On 3 January 2017 at 18:29, Angelos Tzotsos [via OSGeo.org] <
</span></div></div><a href="http:///user/SendEmail.jtp?type=node&node=5302236&i=0" rel="nofollow" target="_blank">[hidden email]</a>> wrote:

</pre>
      <blockquote style="border-left:2px solid rgb(204,204,204);padding:0px 1em" type="cite">
        <pre><div><div class="h5"><span class="m_9103982673249954924gmail-">Hi all,

I just completed updating the ansible installer for Ubuntu Xenial:
<a class="m_9103982673249954924gmail-m_3549301396119377673moz-txt-link-freetext" href="https://github.com/GeoNode/ansible-geonode" rel="nofollow" target="_blank">https://github.com/GeoNode/ans<wbr>ible-geonode</a></span>
Please test and let me know how this works out.

I am going to work on the ppa issues next.

Best,
Angelos

On 01/03/2017 10:01 AM, David Kennewell wrote:

Ah, thanks Simone... I had been trying on Ubuntu 14.04 and not getting
anywhere with the /testing repo.

On 16.04 I'm now getting the same packaging problems as Jeff mentioned in
his recent email (subject: "GeoNode 2.5.6 is out"). But at least I'm now on
the same page as everyone else :)

(and apologies for any cross-posting with this reply, I've been getting
confused with my email lists)


David Kennewell
Water Resources Engineer
Hydrata.com
+971 55 409 7378[hidden email] <a class="m_9103982673249954924gmail-m_3549301396119377673moz-txt-link-rfc2396E" href="http:///user/SendEmail.jtp?type=node&node=5301842&i=0" rel="nofollow" target="_blank"><http:///user/SendEmail.jtp?ty<wbr>pe=node&node=5301842&i=0></a>


On Tue, Jan 3, 2017 at 11:08 AM, Simone Dalmasso [hidden email] <a class="m_9103982673249954924gmail-m_3549301396119377673moz-txt-link-rfc2396E" href="http:///user/SendEmail.jtp?type=node&node=5301842&i=1" rel="nofollow" target="_blank"><http:///user/SendEmail.jtp?ty<wbr>pe=node&node=5301842&i=1></a>
wrote:


Hi, the fastest is to install geonode on xenial using the normal geonode
installation guide but just use:

sudo add-apt-repository ppa:geonode/testing

instead of

sudo add-apt-repository ppa:geonode/stable.

hope this helps

2017-01-03 7:38 GMT+01:00 David Kennewell [hidden email] <a class="m_9103982673249954924gmail-m_3549301396119377673moz-txt-link-rfc2396E" href="http:///user/SendEmail.jtp?type=node&node=5301842&i=2" rel="nofollow" target="_blank"><http:///user/SendEmail.jtp?ty<wbr>pe=node&node=5301842&i=2></a>:


Hi list,

I'd like to try out the new react viewer, and use django 1.8, not 1.6.

As of today, what's the easiest way to get this up and running on a clean
server?

regards
Dave


______________________________<wbr>_________________
geonode-users mailing list[hidden email] <a class="m_9103982673249954924gmail-m_3549301396119377673moz-txt-link-rfc2396E" href="http:///user/SendEmail.jtp?type=node&node=5301842&i=3" rel="nofollow" target="_blank"><http:///user/SendEmail.jtp?ty<wbr>pe=node&node=5301842&i=3></a><a class="m_9103982673249954924gmail-m_3549301396119377673moz-txt-link-freetext" href="http://lists.osgeo.org/mailman/listinfo/geonode-users" rel="nofollow" target="_blank">http:<wbr>//lists.osgeo.org/mailman/list<wbr>info/geonode-users</a>

 --
Simone




______________________________<wbr>_________________
geonode-users mailing list[hidden email] <a class="m_9103982673249954924gmail-m_3549301396119377673moz-txt-link-rfc2396E" href="http:///user/SendEmail.jtp?type=node&node=5301842&i=4" rel="nofollow" target="_blank"><http:///user/SendEmail.jtp?ty<wbr>pe=node&node=5301842&i=4></a><a class="m_9103982673249954924gmail-m_3549301396119377673moz-txt-link-freetext" href="http://lists.osgeo.org/mailman/listinfo/geonode-users" rel="nofollow" target="_blank">http:<wbr>//lists.osgeo.org/mailman/list<wbr>info/geonode-users</a>



--
Angelos Tzotsos, PhD
OSGeo Charter Memberhttp://<a href="http://users.ntua.gr/tzotsos" target="_blank">users.ntua.gr/tzo<wbr>tsos</a>


______________________________<wbr>_________________
geonode-devel mailing list
[hidden email] <a class="m_9103982673249954924gmail-m_3549301396119377673moz-txt-link-rfc2396E" href="http:///user/SendEmail.jtp?type=node&node=5301842&i=5" rel="nofollow" target="_blank"><http:///user/SendEmail.jtp?ty<wbr>pe=node&node=5301842&i=5></a>
<a class="m_9103982673249954924gmail-m_3549301396119377673moz-txt-link-freetext" href="http://lists.osgeo.org/mailman/listinfo/geonode-devel" rel="nofollow" target="_blank">http://lists.osgeo.org/mailman<wbr>/listinfo/geonode-devel</a>


------------------------------
If you reply to this email, your message will be added to the discussion
below:
<a class="m_9103982673249954924gmail-m_3549301396119377673moz-txt-link-freetext" href="http://osgeo-org.1560.x6.nabble.com/Re-GeoNode-users-install" rel="nofollow" target="_blank">http://osgeo-org.1560.x6.nabbl<wbr>e.com/Re-GeoNode-users-install</a>
<a href="http://ing-geonode-2-5-6-tp5301842.ht">ing-geonode-2-5-6-tp5301842.ht</a><wbr>ml
To unsubscribe from GeoNode devel, click here
</div></div><a class="m_9103982673249954924gmail-m_3549301396119377673moz-txt-link-rfc2396E" rel="nofollow"><
.
NAML
</a><a class="m_9103982673249954924gmail-m_3549301396119377673moz-txt-link-rfc2396E" href="http://osgeo-org.1560.x6.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml" rel="nofollow" target="_blank"><http://osgeo-org.1560.x6.nabb<wbr>le.com/template/NamlServlet.<wbr>jtp?macro=macro_viewer&id=<wbr>instant_html%21nabble%3Aemail.<wbr>naml&base=nabble.naml.<wbr>namespaces.BasicNamespace-<wbr>nabble.view.web.template.<wbr>NabbleNamespace-nabble.view.<wbr>web.template.NodeNamespace&<wbr>breadcrumbs=notify_<wbr>subscribers%21nabble%3Aemail.<wbr>naml-instant_emails%21nabble%<wbr>3Aemail.naml-send_instant_<wbr>email%21nabble%3Aemail.naml></a>

</pre>
      </blockquote>
      <pre></pre>
      <br>
      <fieldset class="m_9103982673249954924gmail-m_3549301396119377673mimeAttachmentHeader"></fieldset>
      <br><span class="m_9103982673249954924gmail-">
      <pre>______________________________<wbr>_________________
geonode-users mailing list
<a href="http:///user/SendEmail.jtp?type=node&node=5302236&i=1" rel="nofollow" target="_blank">[hidden email]</a>
<a class="m_9103982673249954924gmail-m_3549301396119377673moz-txt-link-freetext" href="http://lists.osgeo.org/mailman/listinfo/geonode-users" rel="nofollow" target="_blank">http://lists.osgeo.org/mailman<wbr>/listinfo/geonode-users</a>
</pre>
    </span></blockquote><span class="m_9103982673249954924gmail-"><span class="">
    <br>
    <p><br>
    </p>
    <pre class="m_9103982673249954924gmail-m_3549301396119377673moz-signature" cols="72">-- 
Angelos Tzotsos, PhD
OSGeo Charter Member
<a class="m_9103982673249954924gmail-m_3549301396119377673moz-txt-link-freetext" href="http://users.ntua.gr/tzotsos" rel="nofollow" target="_blank">http://users.ntua.gr/tzotsos</a></pre>
  

<br></span>______________________________<wbr>_________________
<br></span><span class="m_9103982673249954924gmail-"><span class="">geonode-users mailing list
<br><a href="http:///user/SendEmail.jtp?type=node&node=5302236&i=2" rel="nofollow" target="_blank">[hidden email]</a>
<br></span><a href="http://lists.osgeo.org/mailman/listinfo/geonode-users" rel="nofollow" target="_blank">http://lists.osgeo.org/mailman<wbr>/listinfo/geonode-users</a><br>

        
        
        
        <br>
        <br>
        </span><hr noshade size="1" color="#cccccc">
        <div style="color:rgb(68,68,68);font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:normal;font-stretch:normal;font-size:12px;line-height:normal;font-family:tahoma,geneva,helvetica,arial,sans-serif"><span class=""><span class="m_9103982673249954924gmail-">
                <div style="font-weight:bold">If you reply to this email, your message will be added to the discussion below:</div>
                </span></span><a href="http://osgeo-org.1560.x6.nabble.com/installing-geonode-2-5-6-tp5301801p5302236.html" target="_blank">http://osgeo-org.1560.x6.nabbl<wbr>e.com/installing-geonode-2-5-<wbr>6-tp5301801p5302236.html</a>
        </div><span class=""><div class="m_9103982673249954924gmail-HOEnZb"><div class="m_9103982673249954924gmail-h5">
        <div style="color:rgb(102,102,102);font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:normal;font-stretch:normal;font-size:11px;font-family:tahoma,geneva,helvetica,arial,sans-serif;margin-top:0.4em;line-height:1.5em">
                
                To unsubscribe from GeoNode users, <a href="http://osgeo-org.1560.x6.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=5185389&code=ZGF2ZWtlbm5ld2VsbEBnbWFpbC5jb218NTE4NTM4OXwtOTI1NjEyMTk0" target="_blank">click here</a>.<br>
                <a href="http://osgeo-org.1560.x6.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml" rel="nofollow" style="font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:normal;font-stretch:normal;font-size:9px;line-height:normal;font-family:serif" target="_blank">NAML</a>
        </div></div></div></span></blockquote></div><br></div></div></div></div>
</blockquote></div><br></div>