http://bugzilla.opensuse.org/show_bug.cgi?id=1165294
Bug ID: 1165294
Summary: haveged is marked as deleted after reboot
Classification: openSUSE
Product: openSUSE Tumbleweed
Version: Current
Hardware: Other
OS: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Basesystem
Assignee: screening-team-bugs(a)suse.de
Reporter: hpj(a)urpla.net
QA Contact: qa-bugs(a)suse.de
Found By: ---
Blocker: ---
Hi,
*After reboot*, a couple of my TW systems show:
$ zyp ps
Verbosity: 2
Checking for running processes using deleted libraries...
The following running processes use deleted files:
PID | PPID | UID | User | Command | Service | Files
----+------+-----+------+-------------------+---------
+------------------------------
531 | 1 | 0 | root | haveged (deleted) | haveged | /lib64/ld-2.31.so
| | | | | | /lib64/libc-2.31.so
| | | | | | /usr/sbin/haveged
(deleted)
| | | | | |
/usr/lib64/libhavege.so.1.1.0
You may wish to restart these processes.
See 'man zypper' for information about the meaning of values in the above
table.
No core libraries or services have been updated.
Reboot is probably not necessary.
Marcus Meissner noted on the factory ML, that:
> It is ran in the initrd and probably still running after transition to the
> regular system.
>
> (Likely pulled in via dracut-fips module)
Shouldn't a transition from initrd to regular operation include a restart of
this service then?
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1183965
Bug ID: 1183965
Summary: makedumpfile, crash: are not able to read kenrel log
from the lockless ringbuffer added in kernel-5.10
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: pmladek(a)suse.com
QA Contact: qa-bugs(a)suse.de
Found By: ---
Blocker: ---
kernel-5.10 started storing kernel (printk) messages in a new lockless
ringbuffer. As a result makedumpfile and crash tools are not able to read the
kernel log from vmcore 5.10+ kernels.
crasdump is important tool for kernel debugging. The log is usually the first
thing that people look at.
These never kernels are already used in openSUSE Tumbleweek.
The needed changes are already upstream. It is just a matter to backport them.
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1190261
Bug ID: 1190261
Summary: Kernel scriptlets: XXX: Only call mokutil if UEFI and
shim are used
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: martin.wilck(a)suse.com
QA Contact: qa-bugs(a)suse.de
Found By: ---
Blocker: ---
Spin-off from bug 1189841.
From https://github.com/openSUSE/suse-module-tools/pull/33:
@mwilck:
so why not test this? e.g. like this:
if [ "$(mokutil --sb-state 2>/dev/null)" = "SecureBoot enabled" ]; then
...
fi
@hramrach:
???
The part that github displays as context for this comment does not look
relevant
@hramrach hramrach 21 hours ago Member
Right, if you refer to
XXX: Only call mokutil if UEFI and shim are used
then I have no opinion on that.
Should be probably handled in a separate bug and the implications of any
possible check discussed to death.
@hramrach hramrach 21 hours ago Member
Actually, there is the problem that on arm64 you suddenly get from no shim to
shim on SP update without any warning so this is really hairy to get right.
Really deserves a separate bug.
--
You are receiving this mail because:
You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1047218
Bug ID: 1047218
Summary: trackerbug: packages do not build reproducibly from
including build time
Classification: openSUSE
Product: openSUSE Tumbleweed
Version: Current
Hardware: All
OS: SUSE Other
Status: CONFIRMED
Severity: Normal
Priority: P5 - None
Component: Development
Assignee: bwiedemann(a)suse.com
Reporter: bwiedemann(a)suse.com
QA Contact: qa-bugs(a)suse.de
Found By: Development
Blocker: ---
See also https://reproducible-builds.org/
and https://reproducible-builds.org/specs/source-date-epoch/
When packages include the current time of build
it results in binaries that differ on every build
and thus trigger rebuilds of depending packages
and are published to mirrors and users
when actually nothing really changed.
--
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.