[GeoNode-users] ppa:geonode/testing install issue

Charles Cossé ccosse at gmail.com
Fri May 8 04:49:38 PDT 2015


On Fri, May 8, 2015 at 3:48 AM, i wrote:

> I went ahead and provisioned a normal 14.04 server and the installation of
> ppa:geonode/testing is working
>

But the username/password = admin/admin did not work ... it was necessary
to do this:

root at geonode:~# geonode shell
Python 2.7.6 (default, Mar 22 2014, 22:59:56)
[GCC 4.8.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
(InteractiveConsole)
>>> import geonode
>>> geonode.people.models.Profile.objects.all()[1]
<Profile: admin>
>>> geonode.people.models.Profile.objects.all()
[<Profile: AnonymousUser>, <Profile: admin>]
>>> geonode.people.models.Profile.objects.all()[1]
<Profile: admin>
>>> a=geonode.people.models.Profile.objects.all()[1]
>>> a.set_password("mypassword")
>>> a.save()



> In fact I now found that the rpi 14.04 install also fails on startx after
> installing xubuntu-desktop as per the same instructions
> <https://wiki.ubuntu.com/ARM/RaspberryPi>.
>

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 here
<https://www.raspberrypi.org/documentation/configuration/config-txt.md>,
here <https://www.raspberrypi.org/forums/viewtopic.php?f=26&t=5851> and here
<https://forums.gentoo.org/viewtopic-p-7244624.html>.   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.

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)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/geonode-users/attachments/20150508/ff30fcd9/attachment.html>


More information about the geonode-users mailing list