Custom query (1087 matches)

Filters
 
or
 
  
 
Columns

Show under each result:


Results (22 - 24 of 1087)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
Ticket Resolution Summary Owner Reporter
#440 fixed gvSIG install script live-demo@… jsanz
Description

I've tested alpha 5 of the gisvm and gvSIG again is not installed.

I've noticed that the gvsig install script at /home/user/gisvm/trunk/bin is old (revision 1919).

I've updated locally the script (svn update), run it and gvSIG installs without any problem so I don't know why it's not being installed. Any problem with it??

#441 fixed Updating the VM live-demo@… jsanz
Description

There are lots of packages to update at the VM, including some "geo" stuff. If I run a "sudo aptitude safe-upgrade" I get the following output:

Reading package lists...
Building dependency tree...
Reading state information...
Reading extended state information...
Initializing package states...
Resolving dependencies...
Resolving dependencies...
Resolving dependencies...
Resolving dependencies...
The following NEW packages will be installed:
  libgdal1-1.6.0{a} libgeos-3.1.0{a} libproj-dev{a} libproj0{a} 
  linux-headers-2.6.28-15{a} linux-headers-2.6.28-15-generic{a} 
  linux-image-2.6.28-15-generic{a} 
  linux-restricted-modules-2.6.28-15-generic{a} proj-bin{a} proj-data{a} 
The following packages will be REMOVED:
  linux-headers-2.6.28-11{u} linux-headers-2.6.28-11-generic{u} 
The following packages will be upgraded:
  acpid app-install-data app-install-data-commercial apport apport-gtk 
  apturl bind9-host bluetooth bluez bluez-alsa bluez-cups bluez-gstreamer 
  bluez-utils brasero cgi-mapserver consolekit cron cups cups-bsd 
  cups-client cups-common dbus dbus-x11 dhcp3-client dhcp3-common 
  dnsmasq-base dnsutils evince file firefox firefox-3.0 
  firefox-3.0-branding firefox-3.0-gnome-support foomatic-db-engine 
  gnome-app-install gnome-desktop-data gnome-system-tools 
  gstreamer0.10-plugins-good gvfs gvfs-backends gvfs-bin hal imagemagick 
  imagemagick-doc language-selector language-selector-common libbind9-40 
  libbluetooth3 libbrasero-media0 libcamel1.2-14 libck-connector0 
  libcompress-raw-zlib-perl libcups2 libcupsimage2 libcurl3-gnutls 
  libdbus-1-3 libdns45 libebook1.2-9 libecal1.2-7 libedataserver1.2-11 
  libevdocument1 libevview1 libfreetype6 libgeos-c1 libgl1-mesa-dri 
  libgl1-mesa-glx libglu1-mesa libgnome-desktop-2-11 libgnutls26 
  libgoffice-0-6 libgoffice-0-6-common libgoffice-gtk-0-6 libgvfscommon0 
  libgweather-common libgweather1 libhal-storage1 libhal1 libical0 libisc45 
  libisccc40 libisccfg40 liblwres40 libmagic1 libmagickcore1 libmagickwand1 
  libmetacity0 libmpfr1ldbl libnautilus-extension1 libnspr4-0d libnss3-1d 
  libpam-ck-connector libpam-modules libpam-runtime libpam0g 
  libpoppler-glib4 libpoppler4 libpurple-bin libpurple0 libsasl2-2 
  libsasl2-modules libsmbclient libsoup-gnome2.4-1 libsoup2.4-1 
  libsqlite3-0 libssl0.9.8 libtiff4 libtrackerclient0 libudev0 
  libvolume-id1 libvorbis0a libvorbisenc2 libvorbisfile3 libwbclient0 
  libwmf0.2-7 libxcb-render0 libxcb1 libxi6 libxklavier12 libxml2 
  libxml2-utils linux-generic linux-headers-generic linux-image-generic 
  linux-libc-dev linux-restricted-modules-common 
  linux-restricted-modules-generic lsb-base lsb-release metacity-common 
  mozilla-thunderbird notification-daemon ntpdate openssl pidgin 
  pidgin-data poppler-utils proj python-apport python-cupshelpers 
  python-gobject python-libxml2 python-problem-report samba-common 
  screen-profiles smbclient splix synaptic system-config-printer-common 
  system-config-printer-gnome thunderbird udev update-manager 
  update-manager-core xfce4-terminal xfce4-weather-plugin 
  xserver-xorg-video-intel xulrunner-1.9 xulrunner-1.9-gnome-support 
158 packages upgraded, 10 newly installed, 2 to remove and 0 not upgraded.
Need to get 132MB of archives. After unpacking 113MB will be used.
Do you want to continue? [Y/n/?]
#442 fixed Resolve java and servlet container versions live-demo@… camerons
Description

Ideally we should only have one Java version on the LiveDVD. This is because:

  • The VM is RAM constrained (to 512Meg) and Java is RAM intensive.
  • Users are expected to open up one application after another, often not closing the prior applications. This will use up RAM, and once RAM is exceeded the machine will slow to the point of being unusable.
  • Also a somewhat important is to conserve space on the LiveDVD.

So we need to update the install_scripts to take this into account. As per this email thread http://lists.osgeo.org/pipermail/live-demo/2009-September/000409.html , it seems that:

deegree is happy with either sun-java5 (preferred) or sun-java-6, GeoServer runs under sun-java-5 or sun-java-6 (preferred), gvsig runs under sun-java-5 only.

We should:

  • move: install_sunjre6.sh to install_java.sh
  • Update install_java.sh to install sun java 5
  • Update main.sh so that it doesn't install tomcat any more.
  • Ensure OpenJDK is not installed as nobody seems to be using it
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.