Custom Query (1138 matches)
Results (112 - 114 of 1138)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1075 | fixed | Mapbender password | ||
Description |
The default password (root,root) doesn't seem to work. |
|||
#1077 | fixed | passwords.txt | ||
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 | ||
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? |