Bug#1067023: ITP: vaultwarden -- Bitwarden compatible server written in Rust

2024-05-22 Thread Bernhard Dick
et me know if you want to build part of that tree. Problems with the approach in the referenced buildspecs are now already answered by the maintainer within the issue you mentioned. Best Regards, Bernhard

Bug#1070687: systemsettings: received signal SIGSEGV, Segmentation fault

2024-05-20 Thread Bernhard Übelacker
his be an ABI break? And could be solved by a binNMU of libkaccounts2? Kind regards, Bernhard [1] #4 #5 0x7f1fb43a2765 in Accounts::Provider::~Provider() () from /lib/x86_64-linux-gnu/libaccounts-qt5.so.1 #6 0x7f1fb43bf198 in ProvidersModel::data(QModelIndex const&, int) const ()

Bug#1070220: jbig2: broken manual page: src/jbig2: error while loading shared libraries: libjbig2enc.so.0: cannot open shared object file: No such file or directory

2024-05-18 Thread Bernhard Übelacker
the below export [1]. Another way would be to move the LD_LIBRARY_PATH assignment to the same line of help2man [2]. Kind regards, Bernhard [1] --- orig/jbig2enc-0.29/debian/rules 2024-02-28 14:02:09.0 +0100 +++ try5/jbig2enc-0.29/debian/rules 2024-05-18 11:13:29.796407931 +0200

Bug#1040375: /usr/lib/x86_64-linux-gnu/simplescreenrecorder/libssr-glinject.so: Segmentation fault when used with anything

2024-05-06 Thread Bernhard Übelacker
ttached file shows my actions inside a minimal bookworm VM. Kind regards, Bernhard # 2024-05-07 Bookworm/stable amd64 qemu VM apt update apt dist-upgrade apt install systemd-coredump mc gdb rr mesa-utils git simplescreenrecorder-lib simplescreenrecorder-lib-dbgsym libglvnd0-dbgsym libstdc++6-dbgsym ap

Bug#1054080: stlcmd: stl_boolean segfaults on some inputs

2024-05-06 Thread Bernhard Übelacker
in Debian, therefore it might be better to report this issue upstream in [2]. Kind regards, Bernhard [1] https://github.com/AllwineDesigns/stl_cmd/blob/7c2582864df1c10d11f5acb4901fb04c55ea7492/src/csgjs/Trees.cpp#L44-L55 [2] https://github.com/AllwineDesigns/stl_cmd/issues Core was generated

Bug#1054661: blastem: Segfault when trying to open rom or access system settings

2024-05-06 Thread Bernhard Übelacker
ditionally into tern_foreach in blasem_nuklear.c line 1873, and gets dereferenced. Following change would add systems.cfg to the Debian package, and did avoid the crash in a short test. Kind regards, Bernhard diff -Nurp orig/blastem-0.6.3.4/debian/blastem.install try2/blastem-0.6.3.4/debian/blast

Bug#1069598: cifs-utils: When mounting a samba-share by a client with kernel 6.1.0-20-amd64, some subdirectories and files within the mounted share are missing

2024-05-05 Thread Bernhard Übelacker
Kind regards, Bernhard

Bug#1057620: doomsday: Crashes on startup

2024-05-05 Thread Bernhard Übelacker
rt.cgi?bug=1062969 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1065714 It looks like upstream removed the relevant code and relies just on SDL functions, but unfortunately did not release a new version yet. https://github.com/skyjake/Doomsday-Engine/commit/5cc4995861 Kind regards, Bernhard

Bug#1053128: smbclient: "smbtree -N" causes a segfault when "server min protocol = NT1"

2024-05-04 Thread Bernhard Übelacker
Hello, I am not a samba maintainer, just trying to collect some more information. As far as I see the crash happens because "cli_credentials_get_password(creds)" in line 62 returns a null pointer, which gets forwarded to the call to strlcpy without further check. Kind regards, Bernh

Bug#1057172: baloo-kf5: Baloo Service Crashes After Enabling 'Index File Contents' Option

2024-05-04 Thread Bernhard Übelacker
5 + 0x2dd6f0) | ... Unfortunately this leads just to some upstream bugs, which are not showing much more information. https://bugs.kde.org/show_bug.cgi?id=441860 https://bugs.kde.org/show_bug.cgi?id=443483 https://bugs.kde.org/show_bug.cgi?id=476479 Kind regards, Bernhard Stack trace of thread 1876: #0 0x

Bug#1059041: Xorg segfault when unlocking from Xscreensaver while video playback

2024-05-04 Thread Bernhard Übelacker
, Bernhard [1] https://gitlab.freedesktop.org/xorg/driver/xf86-video-amdgpu/-/issues/70 [2] https://gitlab.freedesktop.org/xorg/driver/xf86-video-amdgpu/-/merge_requests/85 # 2024-05-04 Trixie/testing amd64 qemu VM apt install gdb xserver-xorg xserver-xorg-video-amdgpu xserver-xorg-core-dbgsym xserver

Bug#1059874: libuhd4.6.0: Segfault in gqrx related to libuhd 4.6.0

2024-05-04 Thread Bernhard Übelacker
Am 04.05.24 um 13:46 schrieb Bernhard Übelacker: These end in some boost::asio functions:   boost::asio::detail::scheduler::concurrency_hint() const at /usr/include/boost/asio/detail/scheduler.hpp:142 Forgot to attach how I got there: debugging.txt And for reference the upstream ticket

Bug#1059874: libuhd4.6.0: Segfault in gqrx related to libuhd 4.6.0

2024-05-04 Thread Bernhard Übelacker
starting qgrx from a terminal - install systemd-coredump. This should produce in the journal some more information. A lot more information about how to retrieve a backtrace could be found here: https://wiki.debian.org/HowToGetABacktrace Kind regards, Bernhard

Bug#1060293: gnome-nettool: Aborts with assert failure: *** stack smashing detected ***

2024-05-02 Thread Bernhard Übelacker
buffer is 128 bytes, but 419 bytes from the line get written to it. This parsing is done here [2] with the format string from here [3]. The stack canary is overwritten with this backtrace [4]. Kind regards, Bernhard [1] dig +nocomments +search +nocmd +nostats +noadditional codethink.co.uk ANY

Bug#1060224: bluetoothd started segfaulting

2024-05-01 Thread Bernhard Übelacker
which should be fixed since release 5.72 [83cfad1]. Kind regards, Bernhard [transport.c:431] https://sources.debian.org/src/bluez/5.71-1/profiles/audio/transport.c/#L431 [701] https://github.com/bluez/bluez/issues/701 [83cfad1] https://github.com/bluez/bluez/

Bug#1062205: Crashes desktop when attempting to make a network display

2024-04-28 Thread Bernhard Übelacker
ame which is described in the mentioned mutter bug report. https://wiki.debian.org/HowToGetABacktrace Simplest version could be to install systemd-coredump and inspecting the journal after a crash. Kind regards, Bernhard https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062205 https://wiki.d

Bug#1064372: evolution: segfault during startup

2024-04-26 Thread Bernhard Übelacker
Hello, just tried to extract the backtrace from the attached core dump. Kind regards, Bernhard Core was generated by `/usr/bin/evolution'. Program terminated with signal SIGSEGV, Segmentation fault. #0 0x in ?? () (gdb) bt #0 0x in ?? () #1

Bug#1068680: din: Process 166294 (din) of user 1000 dumped core

2024-04-24 Thread Bernhard Übelacker
d_client. And would show way more details for the maintainer to look at. I tried to reconstruct the line information to your first thread, which I suspect is the crashing one. More information about debugging crashes can be found in this page: https://wiki.debian.org/HowToGetABacktrace Kind re

Bug#1064347: openssh-server: sshd crashes under heavy traffic

2024-04-23 Thread Bernhard Übelacker
got fixed between openssh 8.4p1-6 and 8.7p1-1. Kind regards, Bernhard #13 #14 malloc_consolidate (av=av@entry=0x7faa3b64cb80 ) at malloc.c:4518 #15 0x7faa3b5023d5 in _int_malloc (av=av@entry=0x7faa3b64cb80 , bytes=bytes@entry=8193) at malloc.c:3699 #16 0x7faa3b503063 in malloc_chec

Bug#1064613: vtun: Segmentation fault with default config

2024-04-22 Thread Bernhard Übelacker
thout having an address assigned. Kind regards, Bernhard 148 int getifaddr(struct sockaddr_storage *addr, char * ifname, sa_family_t af) ... 154 155 for (ifa = ifas; ifa; ifa = ifa->ifa_next) { 156 if( ifa->ifa_addr->sa_family != af || 157

Bug#1067691: FTBFS: double free or corruption

2024-04-21 Thread Bernhard Übelacker
mprovement? Increasing the allocation of the input buffer like in [3] makes the valgrind errors go away. Unfortunately I don't know what exact size this buffer is expected to have. Kind regards, Bernhard [1] ... fft const ==1105453== Invalid write of size 4 ==1105453==at 0x60BFC25: ??? (in /usr/

Bug#1067907: flam3-utils: flam3-genome randomly segfaults on ppc64el

2024-04-13 Thread Bernhard Übelacker
Hello, tried to reproduce the issue and got on a first run this stack: (gdb) bt #0 iter_thread_int (fth=0x157681210) at rect.c:500 #1 0x7fffaa36bad0 in iter_thread_float () at rect.c:253 #2 0x7fffa9c9b010 in start_thread (arg=0x7fffa740f100) at pthread_create.c:444 #3

Bug#1067639: sasl2-bin: terminates with smashed stack and kills qemu-user?!

2024-04-12 Thread Bernhard Übelacker
__os_unique_id from libdb-5.3.so. Unfortunately I am not sure where the canary gets overwritten. Kind regards, Bernhard https://people.debian.org/~gio/dqib/ https://gitlab.com/giomasce/dqib/-/artifacts https://gitlab.com/giomasce/dqib/-/jobs/6565595565/artifacts/download?file_type=archive

Bug#1056555: thunar: segfault when ejecting drive

2024-04-09 Thread Bernhard Übelacker
ers how to get a backtrace of a crash: https://wiki.debian.org/HowToGetABacktrace Kind regards, Bernhard https://wiki.debian.org/InterpretingKernelOutputAtProcessCrash [18950.426861] Thunar[3027]: segfault at 0 ip 5615a96c98cc sp 7ffd2dbd7320 error 4 in thunar[5615a964+92000] likely on

Bug#1053433: mate-panel: mate-clock segfaults on return from hibernation

2024-04-09 Thread Bernhard Übelacker
ector, e.g. systemd-coredump. With this after a crash happened one can inspect it via coredumpctl list coredumpctl gdb This link contains some more ways to debug and to install the dbgsym packages: https://wiki.debian.org/HowToGetABacktrace Kind regards, Bernhard

Bug#1052561: bookworm-pu: package nfdump/1.7.3-1 (pre-discussion)

2024-04-07 Thread Bernhard Schmidt
On 08/10/23 10:19 PM, Bernhard Schmidt wrote: Hi, > > On Sun, Sep 24, 2023 at 09:36:00PM +0200, Bernhard Schmidt wrote: > > > [ Other info ] > > > I did not attach the debdiff because it would be too large and only > > > consist > > > of upstream chang

Bug#1055966: bookworm-pu: package openvpn-dco-dkms/0.0+git20230324-1+deb12u1 (or 0.0+git20231103-0+deb12u1?)

2024-04-07 Thread Bernhard Schmidt
compat.h | 4 ++-- 8 files changed, 75 insertions(+), 9 deletions(-) FTR, the diff between 0.0+git20231103-1 and 0.0+git20231103-1~deb12u1 is debian/changelog | 7 +++ debian/gbp.conf | 2 ++ 2 files changed, 9 insertions(+) Bernhard diffstat for openvpn-dco-dkms-0.0+git2023

Bug#993018: valgrind: vgcore files unusable in gdb / does not load debug symbols

2024-04-06 Thread Bernhard Übelacker
regards, Bernhard

Bug#1040496: qt6-virtualkeyboard FTBFS with parallel=1: qmlcachegen segfaults

2024-04-02 Thread Bernhard Übelacker
make the build succeed. Kind regards, Bernhard # 2024-04-02 stable/bookworm amd64 qemu VM apt install systemd-coredump gdb libqt6qmlcompiler6-dbgsym apt build-dep qt6-virtualkeyboard mkdir /home/benutzer/source/qt6-virtualkeyboard/orig -p cd/home/benutzer/source/qt6-virtualkeyboard/orig apt

Bug#1040382: slapd: debian12 ships with slapd-2.5.13+dfsg-5 which crashes (segfault in dynlist.la).

2024-04-02 Thread Bernhard Übelacker
On Wed, 24 Jan 2024 15:07:46 +0100 wouldsmina wrote: 2024-01-24T09:38:16.810558+01:00 ldap kernel: [ 1553.168747] slapd[13335]: segfault at 0 ip 7fc2370b49c1 sp 7fbd359fc0c0 error 4 in dynlist-2.5.so.0.1.8[7fc2370b1000+6000] likely on CPU 1 (core 0, socket 2)

Bug#1035595: gl-117: Crash on exit

2024-03-30 Thread Bernhard Übelacker
ends on uninitialised value(s)". Maybe those are responsible for the malloc abort. Attached file fixes most of the issues shown by valgrind entering the main menu. Kind regards, BernhardDescription: Fix a few delete and uninitilised values shown by valgrind Author: Bernhard Übelacker Last

Bug#1034685: glob2: Clicking “Settings” and then clicking “Ok” crashes/hangs glob2

2024-03-29 Thread Bernhard Übelacker
Hello, this issue is still present with current testing. For some weird reason this loop in line 195 is never left. Putting a printf into this loop confirms that n counts correctly, but the loop is not left when it reaches 13 (NB_BUILDING). Strangely a similar loop with the same condition in

Bug#1033222: libgl1-mesa-dri: Segmentation fault with nouveau_dri.so

2024-03-27 Thread Bernhard Übelacker
. And testing/trixie might no longer be affected with a mesa version above 22.3.7. Kind regards, Bernhard # 2024-03-26 Debian stable/bookworm qemu x86_64 VM apt install libgl1-mesa-dri gdb coreutils-dbgsym wget https://snapshot.debian.org/archive/debian/20230113T215719Z/pool/main/m/mesa/libgl1

Bug#1065879: openvpn: protocol configs have contradictory and confusing meanings in the man page + broken link + links to walled gardens

2024-03-17 Thread Bernhard Schmidt
ld be in the manpage and in /usr/share/doc/packages/openvpn anyway. If you have concerns about the use of Cloudflare, please raise this upstream. I know there are some devs sensitive to these concerns listening. Bernhard

Bug#1065879: openvpn: protocol configs have contradictory and confusing meanings in the man page + broken link + links to walled gardens

2024-03-17 Thread Bernhard Schmidt
at the upstream Github repository https://github.com/OpenVPN/openvpn and file issues there, if the issue is still present. Bernhard

Bug#1067023: ITP: vaultwarden -- Bitwarden compatible server written in Rust

2024-03-16 Thread Bernhard Dick
Package: wnpp Severity: wishlist Owner: Bernhard Dick X-Debbugs-Cc: debian-de...@lists.debian.org, bernh...@bdick.de * Package name: vaultwarden Version : 1.30.5 Upstream Contact: Daniel García * URL : https://github.com/dani-garcia/vaultwarden * License

Bug#1055966: bookworm-pu: package openvpn-dco-dkms/0.0+git20230324-1+deb12u1 (or 0.0+git20231103-0+deb12u1?)

2024-02-10 Thread Bernhard Schmidt
| 4 ++-- 7 files changed, 66 insertions(+), 9 deletions(-) The change in d/rules is a new directory in the new upstream version. I would just add a d/gbp.conf for the bookworm branch. So 0.0+git20231103-1~deb12u1 ? Bernhard

Bug#1055966: bookworm-pu: package openvpn-dco-dkms/0.0+git20230324-1+deb12u1 (or 0.0+git20231103-0+deb12u1?)

2024-02-06 Thread Bernhard Schmidt
Hi Jonathan, On Tue, Nov 14, 2023 at 11:26:54PM +0100, Bernhard Schmidt wrote: [ Reason ] openvpn-dco-dkms packages an accelerator kernel module for OpenVPN (OpenVPN data channel offload). There is one annoying bug tracked as Bug#1055809 where on heavily loaded TCP servers a refcount issue

Bug#1060379: reportbug: Crashes while scrolling with mousewheel or touchpad

2024-01-10 Thread Bernhard Koschicek-Krombholz
Package: reportbug Version: 12.0.0 Severity: normal X-Debbugs-Cc: bernhard.koschicek-krombh...@oeaw.ac.at Dear Maintainer, When I use the mousewheel or the touchpad to scroll, mostly in IDEs like PyCharm, the screen freezes, mouse symbol freezes but mouse is moveable. After that, sometimes the

Bug#1056984: bind9: regression: the branch 9.19 misses some commits from the branch 9.18

2023-12-19 Thread Bernhard Schmidt
f25e, it's a must! I have taken a look and identified four missing commits. @Ondrej: Could you have a look at https://salsa.debian.org/dns-team/bind9/-/merge_requests/26 ? Bernhard

Bug#1055607: gmemusage crashes immediately

2023-11-25 Thread Bernhard Übelacker
this crash. Kind regard, Bernhard (gdb) bt #0 __pthread_kill_implementation (threadid=, signo=signo@entry=6, no_tid=no_tid@entry=0) at ./nptl/pthread_kill.c:44 #1 0x7f43d244b15f in __pthread_kill_internal (signo=6, threadid=) at ./nptl/pthread_kill.c:78 #2 0x7f43d23fd472 in __GI_raise (sig

Bug#1055966: bookworm-pu: package openvpn-dco-dkms/0.0+git20230324-1+deb12u1 (or 0.0+git20231103-0+deb12u1?)

2023-11-14 Thread Bernhard Schmidt
4-1+deb12u1) bookworm; urgency=medium + + * Import upstream patch to fix refcount imbalance (Closes: 1055809) +- fixes "waiting for tunxxx to become free" seen on heavy loaded TCP + servers + * Add d/gbp.conf for debian/bookworm branch + + -- Bernhard Schmidt Tue, 14 Nov 2023 2

Bug#1055809: Kernel module hangs with "waiting for tunxxx to become free"

2023-11-11 Thread Bernhard Schmidt
Source: openvpn-dco-dkms Version: 0.0+git20230324-1 Severity: important Tags: upstream The dco module sometimes hangs on stopping/crashing OpenVPN processes with unregister_netdevice: waiting for tun321 to become free. Usage count = 1 This has been tracked in

Bug#1052561: bookworm-pu: package nfdump/1.7.3-1 (pre-discussion)

2023-10-08 Thread Bernhard Schmidt
Am 07.10.23 um 13:14 schrieb Jonathan Wiltshire: Hi, On Sun, Sep 24, 2023 at 09:36:00PM +0200, Bernhard Schmidt wrote: [ Other info ] I did not attach the debdiff because it would be too large and only consist of upstream changes. No changes to debian/ (except dropping a backported fix

Bug#1053142: chromium cannot startup after libfreetype6 upgrade to 2.12.1+dfsg-5+deb12u1

2023-09-28 Thread Bernhard Schmidt
Control: affects -1 src:freetype Technically it probably should be the other way around, but I fear this will be missed otherwise. Marking freetype as affected to at least it shows up there.

Bug#1052561: bookworm-pu: package nfdump/1.7.3-1 (pre-discussion)

2023-09-24 Thread Bernhard Schmidt
Package: release.debian.org Severity: normal Tags: bookworm User: release.debian@packages.debian.org Usertags: pu X-Debbugs-Cc: nfd...@packages.debian.org Control: affects -1 + src:nfdump [ Reason ] I am proposing updating updating the nfdump package to a new _upstream_ release in bookworm.

Bug#904044: OpenVPN3

2023-09-19 Thread Bernhard Schmidt
o need of the OpenVPN2 maintainers to specifically review anything in OpenVPN3, and they will continue to be used in parallel for years to come). I've seen you have applied for DM, so I would be happy to give you uploader rights when things have settled. Bernhard

Bug#1051801: document DEB_BUILD_OPTIONS value nopgo

2023-09-13 Thread Bernhard M. Wiedemann
produces different results from first calling B and then A. With all that said, in openSUSE we also have a %do_profiling value to disable PGO for gcc, python and some others, because these profiling runs are too large to make deterministic. Ciao Bernhard M.

Bug#1050180: bookworm-pu: package freeradius/3.2.1+dfsg-4+deb12u1

2023-09-11 Thread Bernhard Schmidt
Hi, Control: tag -1 confirmed On Mon, Aug 21, 2023 at 04:16:12PM +0200, Bernhard Schmidt wrote: [ Reason ] I would like to fix a regression in the bookworm release of FreeRADIUS where the TLS-Client-Cert-Common-Name attribute contains the wrong value, breaking some use-cases (Bug#1043282

Bug#1051355: chromium: Segmentation fault

2023-09-07 Thread Bernhard Reutner-Fischer
Hi! I'm seeing the same thing with chromium-116.0.5845.180-1 $ chromium --temp-profile -g Using temporary profile: /tmp/tmp.ZOHJkTVKhC # Env: # LD_LIBRARY_PATH= # PATH=/home/x/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games #GTK_PATH= # CHROMIUM_FLAGS=

Bug#1050180: bookworm-pu: package freeradius/3.2.1+dfsg-4+deb12u1

2023-08-21 Thread Bernhard Schmidt
upstream commits to fix TLS-Client-Cert-Common-Name +contains incorrect value (Closes: #1043282) + + -- Bernhard Schmidt Sat, 19 Aug 2023 00:26:34 +0200 + freeradius (3.2.1+dfsg-4) unstable; urgency=medium * Don't install symlink for cache_eap module no longer shipped diff -Nru freeradius

Bug#1043282: freeradius: TLS-Client-Cert-Common-Name contains incorrect value

2023-08-18 Thread Bernhard Schmidt
could you please try the binaries at https://people.debian.org/~berni/freeradius/ Thanks, Bernhard

Bug#1042535: Acknowledgement (nfdump doesn't work with profiles using nfsen 1.3.9)

2023-08-18 Thread Bernhard Schmidt
uld be - upload current snapshot to unstable fixing this bug - as soon as there is a 1.7.3 release, upload that and provide a bookworm-backport for people using nfsen Bernhard

Bug#1024129: ITP: tacacs+ -- TACACS+ authentication daemon

2023-08-17 Thread Bernhard Schmidt
thon3 port by it's original author at https://www.tacacs.org/ So I think using the Facebook fork with a few imported pull-requests and maybe switching to the newer do_auth.py (in a seperate binary package while we are at it) could do the trick. Bernhard

Bug#1040447: odbc-mariadb cannot set up odcb-mariadb

2023-08-08 Thread Bernhard Schmidt
Control: severity -1 important Control: tags -1 unreproducible Same as Tuukka I cannot reproduce this.

Bug#1041349: transition: linphone-stack

2023-07-31 Thread Bernhard Schmidt
Am 31.07.23 um 21:25 schrieb Sebastian Ramacher: Hi On 2023-07-30 11:09:08 +0200, Bernhard Schmidt wrote: We need a rebuild of src:libosmo-abis against the new version of libortp and trx will be removed, see Bug#1026042 Why is the rebuild of libosmo-abis required? https

Bug#1042535: Acknowledgement (nfdump doesn't work with profiles using nfsen 1.3.9)

2023-07-30 Thread Bernhard Schmidt
feel _very_ uncomfortable beating this specific commit into applying. Bernhard

Bug#1041349: transition: linphone-stack

2023-07-30 Thread Bernhard Schmidt
Control: block -1 by 1026042 Am 27.07.23 um 00:33 schrieb Sebastian Ramacher: Control: tags -1 confirmed On 2023-07-17 21:38:47 +0200, Bernhard Schmidt wrote: Package: release.debian.org Severity: normal User: release.debian@packages.debian.org Usertags: transition Hi, I would like

Bug#1042535: Acknowledgement (nfdump doesn't work with profiles using nfsen 1.3.9)

2023-07-30 Thread Bernhard Schmidt
the latest git snapshot, but I need a specific commit to backport the fix to bullseye. Bernhard

Bug#1026042: trx: License is incompatible with that of up-coming ortp 5.2.0

2023-07-29 Thread Bernhard Schmidt
nsed to either GPL-3 or > > AGPL-3. > As there has not been any development upstream in several years, I think we > will need to remove trx from Debian once the new ortp version is released. ortp 5.2 has now been uploaded to unstable. Bernhard

Bug#1041349: transition: linphone-stack

2023-07-17 Thread Bernhard Schmidt
/html/auto-mediastreamer2.html https://release.debian.org/transitions/html/auto-bzrtp.html Bernhard

Bug#1041303: inadyn: /etc/ppp/ip-up.d/inadyn fails with "unrecognized option '--iterations'"

2023-07-17 Thread Bernhard Geier
Package: inadyn Version: 2.10.0-1 Severity: important Dear Maintainer, the script /etc/ppp/ip-up.d/inadyn calls inadyn with option "--iterations". inadyn does not support this option, so the script fails and the dynamic DNS service does not get the new IP address. -- System Information:

Bug#1039695: libtracker-sparql-3.0-0: keeps segfaulting and restarting endlessly

2023-07-13 Thread Bernhard Übelacker
lctl should contain a more detailed information on which functions are involved. Kind regards, Bernhard https://wiki.debian.org/HowToGetABacktrace https://wiki.debian.org/InterpretingKernelOutputAtProcessCrash error 4 == 0b100 * bit 0 ==0: no page found * bit 1 =

Bug#1040830: ESNET-SECADV-2023-0001: iperf3 memory allocation hazard and crash

2023-07-11 Thread Bernhard Schmidt
Source: iperf3 Version: 3.13-2 Severity: serious Tags: security upstream X-Debbugs-Cc: Debian Security Team A security advisory for iperf3 has been issued. https://downloads.es.net/pub/iperf/esnet-secadv-2023-0001.txt.asc -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 ESnet Software Security

Bug#1037481: Bug #1037481: outguess: Stack smashing detected and SIGABRT during finding of best embedding

2023-07-11 Thread Bernhard Übelacker
of 12. The parameter to memove is the second element, therefore the size parameter to memove should be <= 8. But actually the size parameter to memove is 12, therefore memove writes beyond the variable detect. Attached file shows some debugging attempts. Kind regards, Bernhard # 2023-07

Bug#1038899: bookworm-pu: package nfdump/1.7.1-2+deb12u1

2023-06-22 Thread Bernhard Schmidt
started. +Thanks to Yury Shevchuk + * [c9d7e789] Fix segfault in getopt parsing for -R (Closes: #1038644) + * [eb140f97] d/gbp.conf: set debian branch + + -- Bernhard Schmidt Thu, 22 Jun 2023 22:18:53 +0200 + nfdump (1.7.1-2) unstable; urgency=medium * [64bef089] Add tzdata build

Bug#1038824: bookworm-pu: package openvpn/2.6.3-1+deb12u1

2023-06-21 Thread Bernhard Schmidt
* changes are documented in the d/changelog [X] I reviewed all changes and I approve them [X] attach debdiff against the package in (old)stable [X] the issue is verified as fixed in unstable Bernhard diff -Nru openvpn-2.6.3/debian/changelog openvpn-2.6.3/debian/changelog --- openvpn-2.6.3/debian

Bug#1038644: nfdump: segfault if started with -R option

2023-06-21 Thread Bernhard Schmidt
ot; --exec "$NFCAPD" --test > /dev/null \ && return 2 Now we basically test again if the daemon is already running. If it isn't, we return 2, At this point we have checked that 1 second after the start the process is still running, and can return 0. Could you please try the just uploaded 1.7.1-3 to verify the fix for both bugs? Bernhard

Bug#1037281: Please add support for MediaTek MT7986 in U-Boot

2023-06-09 Thread Bernhard
this new BananaPi R3 Router. Best regards and thank you for your great support Bernhard signature.asc Description: This is a digitally signed message part

Bug#1037126: ansible-core: Patch to fix URI Module find json sub type

2023-06-09 Thread Bernhard Turmann
Am 08.06.23 um 18:37 schrieb Lee Garrett: I acknowledge this bug, and will issue a point release update once it has been merged upstream. Hello Lee, meanwhile, upstream has merged the change also in stable-2.14, see [1]. After successful registering with salsa, I also opened a MR in

Bug#1037178: puppet does not sync files anymore after recent ruby2.5 security upload

2023-06-09 Thread Schmidt, Bernhard
Am Mittwoch, dem 07.06.2023 um 15:28 +0200 schrieb Bernhard Schmidt: Hi Utkarsh, > > > Yep, I'm taking a look to prep something for 2.5. > > > > I've prepared a fix for the regression and uploaded the binaries > > at: > > https://people.debian.org/~utkarsh/lts

Bug#1037178: puppet does not sync files anymore after recent ruby2.5 security upload

2023-06-08 Thread Bernhard Schmidt
/ruby2.5/. Many thanks! I don't use ruby outside of puppet, but my puppet problem is fixed with these binaries. So from my POV you can release it. Many thanks! Bernhard

Bug#1037178: puppet does not sync files anymore after recent ruby2.5 security upload

2023-06-07 Thread Schmidt, Bernhard
ction' Info: Retrieving pluginfacts Info: Retrieving plugin Info: Retrieving locales Info: Loading facts Info: Caching catalog for xxx.lrz.de Info: Applying configuration version 'master-3a083818c9e2' Notice: Applied catalog in 3.86 seconds Bernhard

Bug#1037178: puppet does not sync files anymore after recent ruby2.5 security upload

2023-06-07 Thread Bernhard Schmidt
m: Failed to open TCP connection to :8140 (Connection refused - connect(2) for "" port 8140) Notice: Applied catalog in 1.82 seconds Note the empty servername in the "Failed to open TCP connection" messages. Bernhard

Bug#1037126: ansible-core: Patch to fix URI Module find json sub type

2023-06-05 Thread Bernhard Turmann
Source: ansible-core Source-Version: 2.14.3-1 Severity: important Tags: fixed-upstream, patch, upstream Dear Maintainer, the attached patch applied in upstream commit [0] will fix ansible-core 2.14.3-1 in Debian 12 Bookworm having an issue with the URI module recognizing JSON with some API

Bug#1036302: free(): double free detected in tcache 2 during history search

2023-06-02 Thread Bernhard Übelacker
Hello, below is the top of a valgrind run with dbgsym package installed. Kind regards, Bernhard benutzer@debian:~$ valgrind bash ==1114== Memcheck, a memory error detector ==1114== Copyright (C) 2002-2022, and GNU GPL'd, by Julian Seward et al. ==1114== Using Valgrind-3.19.0 and LibVEX; rerun

Bug#1034661: twinkle: Please update twinkle to latest release

2023-05-16 Thread Bernhard Schmidt
y to fix. If noone else steps up I'll prepare a team upload and file an unblock request. Bernhard

Bug#1034336: unblock: openvpn/2.6.3-1 and openvpn-dco-dkms/0.0+git20230324-1 (pre-approval)

2023-05-02 Thread Bernhard Schmidt
1 unblock openvpn-dco-dkms/0.0+git20230324-1 Bernhard signature.asc Description: PGP signature

Bug#1000793: bind9-dnsutils: dig command fails with "`fd > STDERR_FILENO' failed" when run from a XFCE4 desktop applet

2023-04-24 Thread Bernhard Schmidt
ned out to be a bug in xfce4-genmon-plugin. For the record, this is > the bug report: Thanks for following up on this. I'll reassign the bug accordingly. Bernhard

Bug#1034364: kde-baseapps depends on konqueror which is not security maintained

2023-04-18 Thread Bernhard Reiter
Hi, Am Dienstag 18 April 2023 04:55:35 schrieb Lisandro Damián Nicanor Pérez Meyer: > On Mon, 17 Apr 2023 at 12:34, Bernhard Reiter wrote: > > Konqueror is advertised as web browser, which means it will (offer to) > > open URLs from different sources, e.g. when clicked fr

Bug#1034364: kde-baseapps depends on konqueror which is not security maintained

2023-04-17 Thread Bernhard Reiter
Hi Lisandro, thanks for your response! Am Samstag 15 April 2023 15:15:08 schrieben Sie: > On Thu, 13 Apr 2023 at 14:15, Bernhard Reiter > >"qtwebengine-opensource-src No security support upstream and > >backports not feasible, only for use on trusted cont

Bug#973894: rr: Improve reproducibility

2023-04-14 Thread Bernhard Übelacker
;just" feed c-flags into asm-flags. (See patch below.) This produces from different build directories a deb file with the same md5sum. Kind regards, Bernhard [1] https://salsa.debian.org/debian/debhelper/-/merge_requests/50 [2] https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/scripts/Dpkg/Bui

Bug#763193: kde-base: KDE Memory leak still present in jessie

2023-04-13 Thread Bernhard Reiter
As kde4libs are not in Bullseye anymore and phased out completely, we have moved to the KDE Frameworks generation of technology. This defect is potentially not relevant anymore as a lot of the technology is different now. At least it needs a new reproduction and thus confirmation that is is

Bug#1034364: kde-baseapps depends on konqueror which is not security maintained

2023-04-13 Thread Bernhard Reiter
ports not feasible, only for use on trusted content" If this information is still correct, konqueror should not be recommended or depended on as user should by default get a system which is reasonable secure. Thanks Bernhard

Bug#1034317: unblock: linphone-desktop/4.4.10-3

2023-04-12 Thread Bernhard Schmidt
Package: release.debian.org Severity: normal User: release.debian@packages.debian.org Usertags: unblock X-Debbugs-Cc: linphone-desk...@packages.debian.org Control: affects -1 + src:linphone-desktop Please unblock package linphone-desktop [ Reason ] It fixes the RC bug #1033868 where you had

Bug#990560: Some questions regarding Inodes

2023-03-29 Thread Bernhard
s the output for the used XFS filesystem with size ~4TB: > FilesystemInodes IUsed IFree IUse% Mounted on > /dev/sda1 390701632 9608 3906920241% /storage Thank you for your support and answering my questions. Bernhard signature.asc Description: This is a digitally signed message part

Bug#1032834: freecad: Segmentation fault while redoing

2023-03-27 Thread Bernhard Übelacker
]. Kind regards, Bernhard [1] https://wiki.debian.org/HowToGetABacktrace#Installing_the_debugging_symbols [2] https://wiki.debian.org/HowToGetABacktrace#Automatically_loading_debugging_symbol_from_the_Internet

Bug#990560: Thanks for investigations

2023-03-26 Thread Bernhard
ure happens at my Banana Pi with 4TB hard drive. So, a small partition can be a workaround until subversion/apr is compiled with LBA support. Correct? Best regards and thanks for support Bernhard

Bug#1033006: unblock: openvpn/2.6.1-1 (preapproval)

2023-03-26 Thread Bernhard Schmidt
n-dco-dkms 0.0+git20230324-1~exp1 to experimental. Those are the version I'd like to end up in bookworm. I have filed an internal change to get 2.6.2+dcov2 installed on our eduVPN node next week. Bernhard signature.asc Description: PGP signature

Bug#1032423: lldb-15: Bug "No module named lldb.embedded_interpreter" reappeared again in lldb-15

2023-03-25 Thread Bernhard Übelacker
For a test I moved the files that way manually, and it makes the error message go away. Kind regards, Bernhard newfstatat(AT_FDCWD, "/usr/lib/python3/dist-packages/lldb", {st_mode=S_IFDIR|0755, st_size=4096, ...}, 0) = 0 newfstatat(AT_FDCWD, "/usr/lib/python3/dist-packages/lldb"

Bug#1032642: iproute2: ip tunnel change ip6gre to gre crashes with stack smash

2023-03-24 Thread Bernhard Übelacker
Dear Maintainer, I tried to find out where exactly the stack smashing takes place. And found the ioctl SIOCCHGTUNNEL did write more than the 52 bytes allocated in variable old_p, by that overwriting the stack canary. Kind regards, Bernhard (gdb) 0x5557589f 62 { 1: x/i $pc

Bug#1033006: unblock: openvpn/2.6.1-1 (preapproval)

2023-03-24 Thread Bernhard Schmidt
On 15/03/23 04:57 PM, Bernhard Schmidt wrote: Hi, > The upcoming DCO change will involve a new version of src:openvpn and a new > version > of src:openvpn-dco-dkms. The list of changes on the kernel side is already > visible > on https://github.com/OpenVPN/ovpn-dco

Bug#1018061: pads: segfault at 3a ip

2023-03-24 Thread Bernhard Übelacker
Am 23.03.23 um 17:38 schrieb Tim McConnell: Bernhard, Just cause I said it was fixed this happens to show up in journalctl: systemd-coredump[3614]: Process 1704 (pads) of user 0 dumped core

Bug#1032426: xsane: Help>About XSane crashes without opening a window

2023-03-23 Thread Bernhard Übelacker
the old path, does not find there the pixmap and handles this case not carefully. A workaround is to create a symlink and the dialog shows up without crash. Kind regards, Bernhard Core was generated by `xsane'. Program terminated with signal SIGSEGV, Segmentation fault. #0 0x7fd785b1b665

Bug#1032510: packagekit: pkcon what-provides application/x-keepass2 makes PK crash

2023-03-23 Thread Bernhard Übelacker
? It looks like the system wide packagekitd is contacted, maybe that shows something in the journal. Kind regards, Bernhard

Bug#1033317: unblock: linphone/5.1.65-4

2023-03-22 Thread Bernhard Schmidt
Package: release.debian.org Severity: normal User: release.debian@packages.debian.org Usertags: unblock X-Debbugs-Cc: linph...@packages.debian.org Control: affects -1 + src:linphone Please unblock package linphone [ Reason ] Two important bugs have been resolved * Disable behind-the-scenes

Bug#1018061: pads: segfault at 3a ip

2023-03-22 Thread Bernhard Übelacker
control: tags -1 +patch Hello Tim, nice to hear it helps. Therefore adding the patch tag. Kind regards, Bernhard Am 21.03.23 um 17:53 schrieb Tim McConnell: Hi Bernhard, I believe the patch has fixed the issue. I haven't seen any messages about psad since installing the patch. Thanks so

Bug#1031868: kde-cli-tools: kstart5 : does not return after launching command since upgrade to KDE Fralework 5.103

2023-03-18 Thread Bernhard Übelacker
application is closed. I found in the non-blocking case `KStart::windowAdded` gets executed and therefore `QCoreApplication::exit` is called. This seems to be caused by having useRule to be true in the `KStart::KStart` constructor, and therefore the connect call is not reached. Kind regards, Bernhard

Bug#1033050: amdgpu output on USB-C docking station fails (after screen suspend?)

2023-03-16 Thread Bernhard Schmidt
Package: src:linux Version: 6.1.15-1 Severity: important Hi, I run a Lenovo T14s Gen2 with a Lenovo Dockingstation and two DP-connected external displays, with KDE on Wayland. Every few days, after an extended coffee break/lunch, I find my previously locked session unusable. The displays stay

Bug#1032039: xorg: xserver fails to recover session after locking (xfce4 / lightdm)

2023-03-16 Thread Bernhard Übelacker
regards, Bernhard

  1   2   3   4   5   6   7   8   9   10   >