Custom Query (1155 matches)
Results (124 - 126 of 1155)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#2174 | fixed | RC1 iso not booting properly under VirtualBox | ||
Description |
Unfortunately Ubuntu released a new LTS (18.04.3) before our RC1 build, so a new linux kernel was pulled in from the updates Preparing to unpack .../150-linux-signed-generic-hwe-18.04_5.0.0.23.80_amd64.deb ... Unpacking linux-signed-generic-hwe-18.04 (5.0.0.23.80) over (4.18.0.15.65) ... This also brought in new vbox drivers and while the iso works under KVM, it does not work under VirtualBox |
|||
#2175 | fixed | CJK Fonts missing | ||
Description |
o13 RC2
font |
|||
#2176 | wontfix | OTB quickstart - Full paths to image files | ||
Description |
The OTB quick start explains to use tif images in /usr/share/data: Sample data used in this quickstart can be found in :
If I cd to that directory and try to run the quickstart commands, they fail with "Permission denied". The quickstart does not explain that the commands should be run from user's home directory, and does not give the full paths to the test images. i.e. I would expect in the quickstart: cd ~ otbcli_BandMath -il ~/data/north_carolina/rast_geotifflsat7_2002_10.tif \ ~/data/north_carolina/rast_geotiff/lsat7_2002_20.tif \ -out difference.tif -exp "im1b1-im2b1" |