Bug report #17980

"resources/data/world_map.shp" should be only accessed read-only

Added by Johannes Kroeger about 6 years ago. Updated about 5 years ago.

Status:Open
Priority:Low
Assignee:-
Category:Unknown
Affected QGIS version:3.6.0 Regression?:No
Operating System: Easy fix?:No
Pull Request or Patch supplied:No Resolution:
Crashes QGIS or corrupts data:No Copied to github as #:25876

Description

QGIS tells me

Warning 4: Failed to open /opt/qgis-git/share/qgis/resources/data/world_map.shp, Permission denied.

The file exists and is world readable

-rw-r--r-- 1 root root 528032 Jan 23 23:06 /opt/qgis-git/share/qgis/resources/data/world_map.shp

strace suggests that QGIS is trying to access the file with write access.

openat(AT_FDCWD, "/opt/qgis-git/share/qgis/resources/data/world_map.shp", O_RDONLY) = 76
openat(AT_FDCWD, "/opt/qgis-git/share/qgis/resources/data/world_map.shp", O_RDWR) = -1 EACCES (Permission denied)
stat("/opt/qgis-git/share/qgis/resources/data/world_map.shp", {st_mode=S_IFREG|0644, st_size=528032, ...}) = 0
stat("/opt/qgis-git/share/qgis/resources/data/world_map.shp", {st_mode=S_IFREG|0644, st_size=528032, ...}) = 0
openat(AT_FDCWD, "/opt/qgis-git/share/qgis/resources/data/world_map.shp", O_RDONLY) = 76
stat("/opt/qgis-git/share/qgis/resources/data/world_map.shp", {st_mode=S_IFREG|0644, st_size=528032, ...}) = 0
openat(AT_FDCWD, "/opt/qgis-git/share/qgis/resources/data/world_map.shp", O_RDWR) = -1 EACCES (Permission denied)

As the file is used as source for the CRS display it does only require read access.

Opening it in read-only mode should get rid of the warning and be what was intended. :)


Related issues

Related to QGIS Application - Bug report #17549: WARNING Cannot open /usr/share/qgis/resources/data/world_... Closed 2017-11-25

History

#1 Updated by Jürgen Fischer almost 6 years ago

  • Duplicates Bug report #17549: WARNING Cannot open /usr/share/qgis/resources/data/world_map.shp.() added

#2 Updated by Jürgen Fischer almost 6 years ago

  • Status changed from Open to Closed
  • Resolution set to duplicate

#3 Updated by Jürgen Fischer almost 6 years ago

  • Resolution changed from duplicate to worksforme

This is harmless - OGR tries to open r/w and falls back to r/o after that. But this is just for the map display in the CRS selection dialog.

#4 Updated by Jürgen Fischer almost 6 years ago

  • Duplicates deleted (Bug report #17549: WARNING Cannot open /usr/share/qgis/resources/data/world_map.shp.())

#5 Updated by Jürgen Fischer almost 6 years ago

  • Related to Bug report #17549: WARNING Cannot open /usr/share/qgis/resources/data/world_map.shp.() added

#6 Updated by Johannes Kroeger almost 6 years ago

  • Status changed from Closed to Reopened

Harmless but: annoying and confusing in the terminal.

#7 Updated by Jürgen Fischer almost 6 years ago

  • Assignee set to Johannes Kroeger
  • Resolution deleted (worksforme)

#8 Updated by Giovanni Manghi about 5 years ago

  • Status changed from Reopened to Feedback

Please check if this issue is still valid on QGIS 3.4.5 or 3.6.

#9 Updated by Johannes Kroeger about 5 years ago

  • Status changed from Feedback to Open

Still happening in 3.6.0-Noosa.

#10 Updated by Giovanni Manghi about 5 years ago

  • Affected QGIS version changed from master to 3.6.0
  • Assignee deleted (Johannes Kroeger)

Also available in: Atom PDF