<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Hi Handy an Julierme,<div class=""><br class=""></div><div class="">the updateip command you know from apt can still be used.</div><div class="">This should work:</div><div class=""><br class=""></div><div class="">Have a look at my ansible task which makes it accessible again:</div><div class=""><a href="https://github.com/csgis/geonode_ansible/blob/master/tasks/helper/update_ip.yml" class="">https://github.com/csgis/geonode_ansible/blob/master/tasks/helper/update_ip.yml</a></div><div class=""><br class=""></div><div class="">For example</div><div class=""><br class=""><div><div>- name: helper_update_ip | copy geonode.binary</div><div>  copy:</div><div>    src: "{{ virtualenv_dir }}/src/geonode/package/support/geonode.binary"</div><div>    dest: /usr/bin/geonode</div><div>    remote_src: yes</div><div>  become: yes</div></div><div><br class=""></div><div>Would be translated to plain bash like:</div><div><br class=""></div><div>cp  PATH_TO_VIRTUALENV/src/geonode/package/support/geonode.binary  /usr/bin/geonode</div><div><br class=""></div><div>The rest is a chmod +x and a symlink … </div><div><br class=""></div><div>After that you can again run: geonode_updateip -p {{ server_name }}</div><div>as usual. In case you have problems translating the yml / ansible code</div><div>let me know.</div><div><br class=""></div><div>Cheers,</div><div><br class=""></div><div>Toni</div><div><br class=""></div><div><br class=""><blockquote type="cite" class=""><div class="">Am 22.11.2018 um 15:07 schrieb <a href="mailto:geonode-users-request@lists.osgeo.org" class="">geonode-users-request@lists.osgeo.org</a>:</div><br class="Apple-interchange-newline"><div class=""><span style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; float: none; display: inline !important;" class="">On Thu, Nov 22, 2018 at 12:05 PM Julierme Pinheiro <</span><br style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;" class=""><a href="mailto:juliermeopensourcedeveloper@gmail.com" style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;" class="">juliermeopensourcedeveloper@gmail.com</a><span style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; float: none; display: inline !important;" class="">> wrote:</span><br style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;" class=""><br style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;" class=""><blockquote type="cite" style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; text-decoration: none;" class="">I think I am wrong. There is no updateip for manage.py.<br class=""><br class=""><br class="">Julierme<br class=""></blockquote></div></blockquote></div><br class=""></div></body></html>