Actions
action #48143
closed[tools][functional][u] openq: permission issues on openqaworker5
Start date:
2019-02-20
Due date:
% Done:
0%
Estimated time:
Description
we see some tests which were running on openqaworker5 reporting following errors:
Fontconfig error: Cannot load default config file
IceWM: Warning: Could not load font "sans-serif:size=10:bold".
IceWM: xft: fallback from 'sans-serif:size=10:bold'
IceWM: Warning: Loading of fallback font "sans-serif" failed.
IceWM: failed to load font 'sans-serif:size=10:bold', trying fallback
IceWM: Warning: Could not load font "sans-serif:size=12".
IceWM: xft: fallback from 'sans-serif:size=12'
IceWM: Warning: Loading of fallback font "sans-serif" failed.
IceWM: Could not load fallback Xft font.
IceWM: Warning: Could not load font "monospace:size=12:bold".
IceWM: xft: fallback from 'monospace:size=12:bold'
IceWM: Warning: Loading of fallback font "sans-serif" failed.
IceWM: failed to load font 'monospace:size=12:bold', trying fallback
IceWM: Warning: Could not load font "sans-serif:size=12".
IceWM: xft: fallback from 'sans-serif:size=12'
IceWM: Warning: Loading of fallback font "sans-serif" failed.
IceWM: Could not load fallback Xft font.
IceWM: Warning: Could not load font "monospace:size=12:bold".
IceWM: xft: fallback from 'monospace:size=12:bold'
IceWM: Warning: Loading of fallback font "sans-serif" failed.
IceWM: failed to load font 'monospace:size=12:bold', trying fallback
IceWM: Warning: Could not load font "sans-serif:size=12".
IceWM: xft: fallback from 'sans-serif:size=12'
IceWM: Warning: Loading of fallback font "sans-serif" failed.
IceWM: Could not load fallback Xft font.
IceWM: Warning: Could not load font "sans-serif:size=12".
IceWM: xft: fallback from 'sans-serif:size=12'
IceWM: Warning: Loading of fallback font "sans-serif" failed.
IceWM: failed to load font 'sans-serif:size=12', trying fallback
IceWM: Warning: Could not load font "sans-serif:size=12".
IceWM: xft: fallback from 'sans-serif:size=12'
IceWM: Warning: Loading of fallback font "sans-serif" failed.
IceWM: Could not load fallback Xft font.
IceWM: Warning: Could not load font "sans-serif:size=12".
IceWM: xft: fallback from 'sans-serif:size=12'
IceWM: Warning: Loading of fallback font "sans-serif" failed.
IceWM: failed to load font 'sans-serif:size=12', trying fallback
IceWM: Warning: Could not load font "sans-serif:size=12".
IceWM: xft: fallback from 'sans-serif:size=12'
IceWM: Warning: Loading of fallback font "sans-serif" failed.
IceWM: Could not load fallback Xft font.
IceWM: Warning: Could not load font "sans-serif:size=12:bold".
IceWM: xft: fallback from 'sans-serif:size=12:bold'
IceWM: Warning: Loading of fallback font "sans-serif" failed.
IceWM: failed to load font 'sans-serif:size=12:bold', trying fallback
IceWM: Warning: Could not load font "sans-serif:size=12".
IceWM: xft: fallback from 'sans-serif:size=12'
IceWM: Warning: Loading of fallback font "sans-serif" failed.
IceWM: Could not load fallback Xft font.
IceWM: Warning: Could not load font "sans-serif:size=12".
IceWM: xft: fallback from 'sans-serif:size=12'
IceWM: Warning: Loading of fallback font "sans-serif" failed.
IceWM: failed to load font 'sans-serif:size=12', trying fallback
IceWM: Warning: Could not load font "sans-serif:size=12".
IceWM: xft: fallback from 'sans-serif:size=12'
IceWM: Warning: Loading of fallback font "sans-serif" failed.
IceWM: Could not load fallback Xft font.
Traceback (most recent call last):
File "/usr/bin/xterm-console", line 31, in <module>
with open("/sys/module/vt/parameters/default_{}".format(cname)) as f:
PermissionError: [Errno 13] Permission denied: '/sys/module/vt/parameters/default_red'
see https://openqa.suse.de/tests/2479352/file/autoinst-log.txt
Updated by mgriessmeier about 6 years ago
- Status changed from In Progress to Resolved
- Priority changed from Normal to High
solved by stopping apparmor which got started on 18th of February, I guess because the worker was restarted by dheidler to get his changes take effect:
VR: https://openqa.suse.de/tests/2479684
Updated by mkittler about 6 years ago
- Related to action #48146: Disable apparmor persistently on OSD worker hosts added
Actions