<div dir="ltr">You should not change the admin password but use the commands listed here <a href="http://docs.geonode.org/en/master/tutorials/admin/install/quick_install.html">http://docs.geonode.org/en/master/tutorials/admin/install/quick_install.html</a> at step 3.<div>$ geonode createsuperuser</div><div>$ geonode-updateip</div><div><br></div><div>Then use the created user to login.</div><div><br></div><div>Thanks for the feedback about the java issue.</div></div><div class="gmail_extra"><br><div class="gmail_quote">2015-05-08 13:49 GMT+02:00 Charles Cossé <span dir="ltr"><<a href="mailto:ccosse@gmail.com" target="_blank">ccosse@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">On Fri, May 8, 2015 at 3:48 AM, i wrote:<br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><span>I went ahead 
and provisioned a normal 14.04 server and the installation of 
ppa:geonode/testing is working</span></div></blockquote><div><br></div><div>But the username/password = admin/admin did not work ... it was necessary to do this:<br></div><div><br>root@geonode:~# geonode shell<br>Python 2.7.6 (default, Mar 22 2014, 22:59:56) <br>[GCC 4.8.2] on linux2<br>Type "help", "copyright", "credits" or "license" for more information.<br>(InteractiveConsole)<br>>>> import geonode<br>>>> geonode.people.models.Profile.objects.all()[1]<br><Profile: admin><br>>>> geonode.people.models.Profile.objects.all()<br>[<Profile: AnonymousUser>, <Profile: admin>]<br>>>> geonode.people.models.Profile.objects.all()[1]<br><Profile: admin><br>>>> a=geonode.people.models.Profile.objects.all()[1]<br>>>> a.set_password("mypassword")<br>>>> a.save()<br><br> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><span>In fact I now found that the rpi 14.04 install 
also fails on startx after installing xubuntu-desktop as per the <a href="https://wiki.ubuntu.com/ARM/RaspberryPi" target="_blank">same instructions</a>.  </span></div></blockquote><div><br></div><div>Although this point is not directly related to geonode, I did manage to get the xubuntu-desktop running by editing config.txt (the rpi's text-file bios) according to the defaults suggested <a href="https://www.raspberrypi.org/documentation/configuration/config-txt.md" target="_blank">here</a>, <a href="https://www.raspberrypi.org/forums/viewtopic.php?f=26&t=5851" target="_blank">here</a> and <a href="https://forums.gentoo.org/viewtopic-p-7244624.html" target="_blank">here</a>.   It took about 20 minutes to reboot directly into X with blankscreen and no feedback during.  Once booted run "top" in a terminal and watch for load avgs to settle down.  Eventually, after about 30 minutes, the x-desktop is responsive.<br><br></div><div>The architecture of the raspberry-pi is ARM rather than i86, and the geoserver stuff is all java, if i'm not mistaken, so the problem with the goenode-geoserver part of the ppa:geonode/testing installation (i.e. that it failed to install) is likely a Java-ARM issue ... IMLIC (if my logic is correct)<br><br></div><div><br></div></div></div></div>
<br>_______________________________________________<br>
geonode-users mailing list<br>
<a href="mailto:geonode-users@lists.osgeo.org">geonode-users@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/cgi-bin/mailman/listinfo/geonode-users" target="_blank">http://lists.osgeo.org/cgi-bin/mailman/listinfo/geonode-users</a><br>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature">Simone </div>
</div>