https://bugzilla.suse.com/show_bug.cgi?id=1196048
Bug ID: 1196048
Summary: audit file watches do not really work?
Classification: openSUSE
Product: openSUSE Tumbleweed
Version: Current
Hardware: Other
OS: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Kernel
Assignee: kernel-bugs(a)opensuse.org
Reporter: meissner(a)suse.com
QA Contact: qa-bugs(a)suse.de
Found By: ---
Blocker: ---
auditctl -e 1
auditctl -w /etc/issue
if i do
echo hallo >> /etc/issue
-> not audited
if i do
vim /etc/issue
... remove hallo line and save ...
-> audited
cat /etc/issue
-> not audited
Not sure if I am doing it right.
--
You are receiving this mail because:
You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1193250
Bug ID: 1193250
Summary: Fully switch TW to DRM graphics drivers and disable
fbdev drivers
Classification: openSUSE
Product: openSUSE Tumbleweed
Version: Current
Hardware: Other
OS: Other
Status: NEW
Severity: Enhancement
Priority: P5 - None
Component: X.Org
Assignee: gfx-bugs(a)suse.de
Reporter: tzimmermann(a)suse.com
QA Contact: gfx-bugs(a)suse.de
Found By: ---
Blocker: ---
In TW, we mostly use fbdev vesafb and efifb drivers for early-boot display
output and as fallback.
This has a number of problems, such as
* Most modern Wayland compositors don't support fbdev any longer. Even X'
support is bolted-on. Generally, userspace support for fbdev is slowly fading.
See bug 1187154.
* Handover from fbdev to native DRM drivers is unreliable and can result in
stuck systems during boot. See bug 1181913.
Therefore, replace TW's fbdev drivers with simpledrm and maybe other DRM
drivers.
--
You are receiving this mail because:
You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1198616
Bug ID: 1198616
Summary: Emacs segfaults in xterm (or urxvt) without DISPLAY
Classification: openSUSE
Product: openSUSE Tumbleweed
Version: Current
Hardware: Other
OS: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Other
Assignee: screening-team-bugs(a)suse.de
Reporter: mjambor(a)suse.com
QA Contact: qa-bugs(a)suse.de
Found By: ---
Blocker: ---
After upgrading to Tumbleweed 20220415 and emacs-28.1-393.10.x86_64,
when I open xterm and unset DISPLAY, emacs almost always crashes.
Even with -Q. Sometimes I can get something that looks like a
potentially useful backtrace in gdb, sometimes not. The potentially
useful one is:
Thread 1 "emacs-gtk" received signal SIGSEGV, Segmentation fault.
(gdb) bt
#0 0x00000000004707a9 in ()
#1 0x00000000004748d3 in update_frame ()
#2 0x00000000004a0fd5 in ()
#3 0x00000000004976a9 in message3_nolog ()
#4 0x0000000000497978 in message3 ()
#5 0x00000000005df970 in Fmessage ()
#6 0x00000000005e3d81 in funcall_subr ()
#7 0x00000000005e2723 in Ffuncall ()
#8 0x0000000000629c70 in exec_byte_code ()
#9 0x00000000005e22e8 in ()
#10 0x00000000005e25bd in Ffuncall ()
#11 0x0000000000611308 in Fload ()
#12 0x00000000005e3e76 in funcall_subr ()
#13 0x00000000005e2723 in Ffuncall ()
#14 0x0000000000629c70 in exec_byte_code ()
#15 0x00000000005e22e8 in ()
#16 0x00000000005e7e31 in ()
#17 0x00000000005e8161 in eval_sub ()
#18 0x00000000006137af in ()
#19 0x000000000061600d in ()
#20 0x0000000000616371 in Feval_buffer ()
#21 0x00000000005e3e76 in funcall_subr ()
#22 0x00000000005e2723 in Ffuncall ()
#23 0x0000000000629c70 in exec_byte_code ()
#24 0x00000000005e22e8 in ()
#25 0x00000000005e25bd in Ffuncall ()
#26 0x0000000000611308 in Fload ()
#27 0x00000000005e3e76 in funcall_subr ()
#28 0x00000000005e2723 in Ffuncall ()
#29 0x0000000000629c70 in exec_byte_code ()
#30 0x00000000005e22e8 in ()
#31 0x00000000005e25bd in Ffuncall ()
#32 0x0000000000629c70 in exec_byte_code ()
#33 0x00000000005e22e8 in ()
#34 0x00000000005e25bd in Ffuncall ()
#35 0x0000000000629c70 in exec_byte_code ()
#36 0x00000000005e22e8 in ()
#37 0x00000000005e7e31 in ()
#38 0x00000000005e8161 in eval_sub ()
#39 0x000000000055f346 in ()
#40 0x00000000005e0cf7 in internal_condition_case ()
#41 0x000000000055f7b2 in ()
#42 0x00000000005e0c51 in internal_catch ()
#43 0x000000000055fb5b in ()
#44 0x000000000055fc5f in recursive_edit_1 ()
#45 0x000000000055fde3 in Frecursive_edit ()
#46 0x000000000046ae2c in main ()
(gdb) info threads
Id Target Id Frame
* 1 Thread 0x7fffec13b480 (LWP 18954) "emacs-gtk" 0x00000000004707a9 in ??
()
2 Thread 0x7fffeb347640 (LWP 18960) "gmain" 0x00007fffef35752f in
__GI___poll (fds=0xb48020, nfds=1, timeout=-1)
at ../sysdeps/unix/sysv/linux/poll.c:29
(gdb) thread 2
[Switching to thread 2 (Thread 0x7fffeb347640 (LWP 18960))]
#0 0x00007fffef35752f in __GI___poll (fds=0xb48020, nfds=1, timeout=-1) at
../sysdeps/unix/sysv/linux/poll.c:29
29 return SYSCALL_CANCEL (poll, fds, nfds, timeout);
(gdb) bt
#0 0x00007fffef35752f in __GI___poll (fds=0xb48020, nfds=1, timeout=-1) at
../sysdeps/unix/sysv/linux/poll.c:29
#1 0x00007ffff6ef144e in () at /lib64/libglib-2.0.so.0
#2 0x00007ffff6ef156f in g_main_context_iteration () at
/lib64/libglib-2.0.so.0
#3 0x00007ffff6ef15c1 in () at /lib64/libglib-2.0.so.0
#4 0x00007ffff6f1bac5 in () at /lib64/libglib-2.0.so.0
#5 0x00007fffef2db2ba in start_thread (arg=<optimized out>) at
pthread_create.c:442
#6 0x00007fffef365460 in clone3 () at
../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
Emacs seems to run fine in GNU screen (so this is my workaround) or in
a virtual terminal.
emacs-x11 and emacs-nox are also affected, except that both seem not
crash under gdb (at least not now) and after that one successful start
they also work in the same xterm window. But not in new ones.
--
You are receiving this mail because:
You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1180882
Bug ID: 1180882
Summary: perf does not build reproducibly
Classification: openSUSE
Product: openSUSE Tumbleweed
Version: Current
Hardware: Other
OS: All
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Kernel
Assignee: kernel-bugs(a)opensuse.org
Reporter: bwiedemann(a)suse.com
QA Contact: qa-bugs(a)suse.de
Blocks: 1041090
Found By: Development
Blocker: ---
While working on reproducible builds for SLE and openSUSE, I found that
our perf package differs across builds.
/usr/bin/perf differs in ELF section .dynsym
/usr/bin/perf differs in ELF section .rela.dyn
because nftw in
https://github.com/torvalds/linux/blob/v5.3/tools/perf/pmu-events/jevents.c…
reads pmu-events/arch/x86/*/*.json
in random filesystem readdir order
--
You are receiving this mail because:
You are on the CC list for the bug.
http://bugzilla.suse.com/show_bug.cgi?id=952198
Bug ID: 952198
Summary: django-admin does not work, django-admin.py does
Classification: openSUSE
Product: openSUSE Distribution
Version: Leap 42.1 RC1 1
Hardware: x86-64
OS: openSUSE 42.1
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Development
Assignee: bnc-team-screening(a)forge.provo.novell.com
Reporter: o.kurz(a)gmx.de
QA Contact: qa-bugs(a)suse.de
Found By: ---
Blocker: ---
observation:
The django tutorial
https://docs.djangoproject.com/en/1.8/intro/tutorial01/
suggests to use the tool "django-admin" with django >= v1.7 which is also
available in Leap but does not work. "django-admin.py" also exists and works
ok.
steps to reproduce:
- "zypper in python-Django python-sqlite" # confirm uninstallation of blocker
package
- "django-admin startproject mysite"
- observe error with python traceback
problem:
unknown so far. Is ist maybe related that python-Django (still) uses python2?
workaround:
- Use django-admin.py which works flawlessly, e.g. example project can be
configured and run:
"django-admin.py startproject mysite && python manage.py migrate && python
manage.py runserver", connect with webbrowser to http://localhost:8000.
--
You are receiving this mail because:
You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1153837
Bug ID: 1153837
Summary: gobject-introspection has to require a specific Python
ABI version
Classification: openSUSE
Product: openSUSE Tumbleweed
Version: Current
Hardware: Other
OS: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: GNOME
Assignee: gnome-bugs(a)suse.de
Reporter: stefan.bruens(a)rwth-aachen.de
QA Contact: qa-bugs(a)suse.de
Found By: ---
Blocker: ---
The _giscanner module depends on the ABI version used during the build:
https://build.opensuse.org/package/live_build_log/openSUSE:Factory:Staging:…
[ 108s] /usr/lib64/gobject-introspection/giscanner/__init__.py 0 (none)
100644 root root 0 4294967295
[ 108s]
-/usr/lib64/gobject-introspection/giscanner/_giscanner.cpython-38-x86_64-linux-gnu.so
0 (none) 100755 root root 0 4294967295
[ 108s]
+/usr/lib64/gobject-introspection/giscanner/_giscanner.cpython-37m-x86_64-linux-gnu.so
0 (none) 100755 root root 0 4294967295
[ 108s] /usr/lib64/gobject-introspection/giscanner/_version.py 0 (none)
100644 root root 0 4294967295
Trying to use g-ir-scanner then leads to non-obvious errors, e.g.:
https://build.opensuse.org/build/openSUSE:Factory:Staging:C/standard/x86_64…
[ 50s] [ 28%] Built target fcitx-addon-fcitx-classic-ui--headers-1
[ 50s] Scanning dependencies of target fcitx-addon-fcitx-x11--addon--conf-1
[ 50s] Traceback (most recent call last):
[ 50s] File "/usr/bin/g-ir-scanner", line 98, in <module>
[ 50s] from giscanner.scannermain import scanner_main
[ 50s] File "/usr/lib64/gobject-introspection/giscanner/scannermain.py",
line 35, in <module>
[ 50s] from giscanner.ast import Include, Namespace
[ 50s] File "/usr/lib64/gobject-introspection/giscanner/ast.py", line 29,
in <module>
[ 50s] from .sourcescanner import CTYPE_TYPEDEF, CSYMBOL_TYPE_TYPEDEF
[ 50s] File "/usr/lib64/gobject-introspection/giscanner/sourcescanner.py",
line 33, in <module>
[ 50s] from giscanner._giscanner import SourceScanner as CSourceScanner
[ 50s] ModuleNotFoundError: No module named 'giscanner._giscanner'
--
You are receiving this mail because:
You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1140614
Bug ID: 1140614
Summary: Error loading Applications menu extension in
SLE-Classic
Classification: openSUSE
Product: openSUSE Tumbleweed
Version: Current
Hardware: x86-64
OS: openSUSE Factory
Status: NEW
Severity: Normal
Priority: P5 - None
Component: GNOME
Assignee: qkzhu(a)suse.com
Reporter: qkzhu(a)suse.com
QA Contact: qa-bugs(a)suse.de
CC: gwang(a)suse.com, xiaoguang.wang(a)suse.com,
yfjiang(a)suse.com, zcjia(a)suse.com
Found By: ---
Blocker: ---
apps-menu disappeared in TW-20190704, and journalctl shows:
> gnome-shell[2369]: Extension "apps-menu(a)gnome-shell-extensions.gcampax.github.com" had error: Error: Requiring GMenu, version none: Typelib file for namespace 'GMenu' (any version) not found
--
You are receiving this mail because:
You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1146018
Bug ID: 1146018
Summary: Unreliable copy and cut
Classification: openSUSE
Product: openSUSE Tumbleweed
Version: Current
Hardware: x86-64
OS: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: KDE Workspace (Plasma)
Assignee: opensuse-kde-bugs(a)opensuse.org
Reporter: audi_s4(a)luukku.com
QA Contact: qa-bugs(a)suse.de
Found By: ---
Blocker: ---
After fresh installation of Tumbleweed to a new hardware (Ryzen Threadripper +
AMD gfx) copy and cut with ctrl+c/x started working unreliably (never
experienced this with the previous hardware setups). After KDE is started these
work OK but after few hours already copy and cut start to miss these presses.
2nd press usually works but not always.
After several days without restarting KDE this problem gets more severe -
misses more often. Also, strange behaviour happens with Dolphin for example.
When ctrl+x is pressed the file/folder icon flicks quickly to greyed out (cut
selection) and back to normal. It becomes difficult to press ctrl+x so that cut
selection remains. Holding ctrl+x pressed for repeat the icon start to flicker
between normal and selected.
Tried changing clipboard configuration options but none have made any
difference to the problem.
I have not seen issues with paste i.e. if there's something on a clipboard it
can be pasted.
This is not only ctrl+c/x button combination issue but same applied to
selecting copy&cut from application menus. All applications (KDE basic apps,
LibreOffice, Thunderbird, Firefox..) I use suffer from this problem thus it
seems to be KDE related issue.
This has been an issue for several months (since installation early 2019). In
the beginning it was even worse i.e. some updates have reduced the issue a bit
but not much.
--
You are receiving this mail because:
You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1185952
Bug ID: 1185952
Summary: [Build 20210510] PostgreSQL is not startable on s390x
Classification: openSUSE
Product: openSUSE Tumbleweed
Version: Current
Hardware: S/390-64
URL: https://openqa.opensuse.org/tests/1734657/modules/post
gresql_server/steps/6
OS: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Other
Assignee: screening-team-bugs(a)suse.de
Reporter: ada.lovelace(a)gmx.de
QA Contact: qa-bugs(a)suse.de
Found By: openQA
Blocker: Yes
## Observation
openQA test in scenario
opensuse-Tumbleweed-DVD-s390x-textmode@s390x-zVM-vswitch-l2 fails in
[postgresql_server](https://openqa.opensuse.org/tests/1734657/modules/postgr…
All packages can be installed. The problem is that the PostgreSQL server can
not be started. The journal log is saying:
-- Logs begin at Mon 2021-05-10 22:41:06 EDT, end at Mon 2021-05-10 23:23:02
EDT. --
May 10 23:15:15 susetest systemd[1]: Starting PostgreSQL database server...
May 10 23:15:15 susetest systemd[1]: postgresql.service: Control process
exited, code=exited, status=1/FAILURE
May 10 23:15:15 susetest systemd[1]: postgresql.service: Failed with result
'exit-code'.
May 10 23:15:15 susetest systemd[1]: Failed to start PostgreSQL database
server.
May 10 23:15:15 susetest postgresql-script[12832]: Cannot find an active
PostgreSQL server binary. Please install one of the PostgreSQL
May 10 23:15:15 susetest postgresql-script[12832]: server packages or activate
an already installed version using update-alternatives.
## Test suite description
Maintainer: QE Yast
Installation in textmode and selecting the textmode "desktop" during
installation.
## Reproducible
Fails since (at least) Build
[20210510](https://openqa.opensuse.org/tests/1734657) (current job)
## Expected result
Last good: [20210507](https://openqa.opensuse.org/tests/1731697) (or more
recent)
## Further details
Always latest result in this scenario:
[latest](https://openqa.opensuse.org/tests/latest?arch=s390x&distri=opensuse…
--
You are receiving this mail because:
You are on the CC list for the bug.