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
#1761 fixed Xenial version of usb-creator fails to create a live usb key live-demo@… kalxas
Description

During our rc1 testing we realized that the live usb keys created with usb-creator 0.3.2 from an Ubuntu 16.04 Xenial host are unusable.

When trying to boot from the resulting usb, an "operating system missing" error occurs.

I have reported this issue upstream:

https://bugs.launchpad.net/ubuntu/+source/usb-creator/+bug/1605803

#1149 fixed WSGI Apps preferred conf live-demo@… darkblueb
Description

Python WSGI apps have to share resources on the Live. This ticket is just a reminder for best practices while things are tuned. At the time of writing, EOxServer has the following settings, which appear to be appropriate for the Live:

    processes=5 threads=1
#1210 fixed wrong version of leaflet is installed johanvdw johanvdw
Description

On the current build of the live dvd an old version of leaflet is accidently installed (0.2 instead of 0.6.2).

This renders the quickstart and demo useless. The fix is fairly easy, and won't affect other programs on the live dvd.

It can be tested on the current live dvd by running

apt-get install libjs-leaflet

I therefore propose to add this fix even though we are already at a RC level.

Full fix below:

--- install_leaflet.sh	(revision 10783)
+++ install_leaflet.sh	(working copy)
@@ -20,6 +20,7 @@
 ####
 
 add-apt-repository --yes ppa:johanvdw/leafletjs
+apt-get -q update
 apt-get --assume-yes install libjs-leaflet


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.