Custom query (1088 matches)

Filters
 
or
 
  
 
Columns

Show under each result:


Results (109 - 111 of 1088)

Ticket Resolution Summary Owner Reporter
#1075 fixed Mapbender password astrid_emde micha
Description

The default password (root,root) doesn't seem to work.

#1077 fixed passwords.txt live-demo@… micha
Description

There's an entry in the passwords file for MapGuide, which is no longer on the disk. Probably should be removed.

#1120 wontfix gpsbabel works only as root live-demo@… micha
Description

I see that trying to download data with gpsbabel from a garmin GPS works only as root on the Live DVD. The user 'user' doesn't have permissions on the USB device. So the QGIS plugin GPSTools also doesn't work.

The workaround suggested here http://wiki.openstreetmap.org/wiki/USB_Garmin_on_GNU/Linux is to add a udev rules file. (The user 'user' is already a member of plugdev). Should we consider something like:

echo << EOF > /etc/udev/rules.d/51-garmin.rules
ATTRS{idVendor}=="091e", ATTRS{idProduct}=="0003", MODE="664", GROUP="plugdev" 
EOF

in the setdown.sh script ?? or elsewhere?

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.