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
Hello, this seems to be the same issue as here: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1069102 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1069092 And the fix seems to be prepared here: https://salsa.debian.org/kernel-team/linux/-/commit/37a0ac93027302ffbfae41ddc844312e88e72eef

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 => 0

Bug#1028309: linux-image-6.0.0-6-amd64: Regression in Kernel 6.0: System partially freezes with "nvme controller is down"

2023-01-23 Thread Bernhard Übelacker
On Thu, 12 Jan 2023 18:31:37 + =?UTF-8?Q?Julian_Gro=c3=9f?= wrote: My computer just froze on Kernel version 5.19.11-1. Though nothing got logged. Now I don't know if this is the same issue and newer kernels just behave better in terms of logging, or if this is a different issue.. I gue

Bug#989010: linux-image-5.10.0-7-amd64: No display (post, grub, boot messages and desktop) after the upgrade to 5.10.38

2021-06-13 Thread Bernhard Übelacker
Hello Jim, I am not involved in packaging, but came to this report by chance. The attached file contains all the changes you devs have made in the kernel configs from 5.10.28 (-6 package) to 5.10.38/.40 (-7 package). It was made with meld. ~10 kernel parameters have changed and led to this mess

Bug#943398: Closing this bug (BTS maintenance for src:linux bugs)

2021-05-07 Thread Bernhard Übelacker
Hello, just for the record. Upstream seems to have fixed this in [1] which is included in kernel v5.8 and later. Kind regards, Bernhard [1] https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/tools/perf/ui/browsers/hists.c?id=d61cbb859b45fdb6b4997f2d51834fae41af0e94

Bug#869684: linux-image-4.9.0-3-686-pae: Thinkpad T60 hangs on resume after suspend to disk; regress since Debian 8

2021-05-02 Thread Bernhard Übelacker
Control: fixed -1 linux/5.10.28-1 Dear Maintainer, I got that Thinkpad T60 back, and did upgrade the installation to bullseye. I can now confirm that the nokaslr workaround is not needed any more, hibernate and resume is working for me with current kernel 5.10.0-6-686-pae/5.10.28-1 in testing.

Bug#979340: nouveau: Suspend hangs for 5 minutes before completing

2021-03-18 Thread Bernhard Übelacker
Dear Maintainer, just a side note: The visible segfaults might be related to #977945. Unknown if they have any effect on suspending. Kind regards, Bernhard

Bug#983934: linux-image-5.3.0-3-amd64: guest kernel fails inside qemu VM with qxl displays (BUG: unable to handle page fault)

2021-03-06 Thread Bernhard Übelacker
Dear Maintainer, I investigated a bit further and came across this document [1]. There it is stated that in Linux usually a single qxl device with multiple outputs [2] is used and in Windows multiple qxl devices with a single output each [3]. Using with a Linux guest the suggested multiple output

Bug#932250: random segfaults

2020-11-10 Thread Bernhard Übelacker
Hello Paul, is it possible to install the package systemd-coredump on the systems showing this crash? Then after the next crash in the output of 'journalctl --no-pager' should the segfault appear followed by a backtrace that you could forward to this bug. This should clarify which function calls

Bug#964181: linux-image-4.19.0-9-amd64: Unable to get battery status

2020-08-14 Thread Bernhard Übelacker
Dear Maintainer, this bug sounds similar to this one: https://bugs.debian.org/927163 Kind regards, Bernhard

Bug#962372: linux-image-5.7.0-rc5-amd64: Silead module not installed

2020-06-08 Thread Bernhard Übelacker
Dear Maintainer, bug #925424 seems to be about the same issue. Kind regards, Bernhard

Bug#955407: linux-image-4.19.0-8-amd64: "Uhhuh. NMI received for unknown reason" on AMD Ryzen

2020-04-01 Thread Bernhard Übelacker
Dear Maintainer, I observed such logging, too. My system is similar to the submitters one. Found two occourences in still available kern.log* files. (See attached file.) One was most probably related to a "GPU fault" 25 seconds before, running 4.19.0-8-amd64/4.19.98-1. The other was while not bei

Bug#949631: linux-image-4.19.0-7-amd64: refcount_t: underflow; use-after-free. Followed by: list_del corruption. next->prev should be

2020-01-25 Thread Bernhard Übelacker
Dear Maintainer, crash happened again today when stopping a qemu VM with the quit command at the qemu prompt. Found the "refcount_t: underflow" already once at 2020-01-07, but there the system could continue to run more than a day. All occourences are with: [0.00] Linux version 4.19.0-7-a

Bug#943398: linux-perf-5.2: perf report segmentation fault

2020-01-23 Thread Bernhard Übelacker
Control: forwarded -1 https://marc.info/?l=linux-kernel&m=157973791626377&w=2 Control: tags -1 + upstream Hello Salvatore, thanks for the link. I tried to get in contact with upstream. Kind regards, Bernhard https://www.spinics.net/lists/kernel/msg3384013.html https://marc.info/?l=linux-kernel&

Bug#943398: linux-perf-5.2: perf report segmentation fault

2020-01-20 Thread Bernhard Übelacker
Hello Salvatore, > Can you report the issue directly upstream? Will do, but I am not sure exactly to where. I found the MAINTAINERS file and I guess if there is no "B:" line it has to be reported to the "L:" list ? Kind regards, Bernhard https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/

Bug#943398: linux-perf-5.2: perf report segmentation fault

2020-01-13 Thread Bernhard Übelacker
Dear Maintainer, I could reproduce using linux-perf-5.2 and it is also visible in linux-perf-5.4 5.4.8-1, by just pressing enter. The crash happens because in line 3172 function hist_browser__selected_entry returns browser->he_selection, which is at this time a null pointer. This null pointer gets

Bug#932550: qemu-system-x86: WinXP no longer boots with --enable-kvm, stops at \Windows\System32\Drivers\Mup.sys

2019-08-31 Thread Bernhard Übelacker
fixed 932550 4.19.67-1

Bug#934979: debian 10 main after turning on computer resuming from hibernation displays

2019-08-19 Thread Bernhard Übelacker
Hello, maybe the following report is related: https://bugs.debian.org/928736 Kind regards, Bernhard

Bug#934304: linux-image-5.2.0-2-amd64: powertop aborts on version 5.2

2019-08-10 Thread Bernhard Übelacker
Dear Maintainer, this issue seems to start since patch: features/all/lockdown/0031-tracefs-Restrict-tracefs-when-the-kernel-is-locked-d.patch Therefore a vanialla build does not show this issue. With either of the following changes on top of all debian patches, the exception does not happen.

Bug#934304: linux-image-5.2.0-2-amd64: powertop aborts on version 5.2

2019-08-09 Thread Bernhard Übelacker
Control: found -1 linux/5.2.6-1 Dear Maintainer, the bugreport https://bugs.debian.org/934292 seems about the same issue. The issue can be reproduced by just accessing the file below. root@debian:~# strace -f powertop execve("/usr/sbin/powertop", ["powertop"], 0x7fff5df92d08 /* 11 vars */) = 0

Bug#932250: linux-image-amd64: random segfaults without taking something down

2019-07-17 Thread Bernhard Übelacker
Hello, the information might not yet be enough for the maintainers to help. Maybe you could install the package systemd-coredump. In the output of 'journalctl --no-pager' should then the segfaults appear too, followed by a backtrace that you could forward to this bug. Kind regards, Bernhard

Bug#927163: linux-image-4.19.0-4-amd64: Missing modules for AXP288 power fuel gauge driver

2019-04-18 Thread Bernhard Übelacker
Hello Marcus Lundblad, I don't know if it is related - I own a Baytrail device that contains also these axp devices. Back in late 2017 I got some help from Hans de Goede, who worked that time in that area. There my battery information was also missing with the stock debian kernel. He suggested to

Bug#921114: amdgpu: The CS has been cancelled because the context is lost.

2019-02-02 Thread Bernhard Übelacker
Hello Jean-Dominique Frattini, I am not involved in packaging any of these packages, but I noted that you opened the last three days nearly the same issue against three different packages? What are you trying to achive that way? And you noted versions contained in current Buster, but you claim it i

Bug#920607: Debian Buster installer on qnap ts-21x / Fujitsu Q700 : /dev/mtdblock* missing

2019-01-30 Thread Bernhard Übelacker
Hello Everyone, I also tried to install current testing to a qnap ts-119P II. On Tue, 29 Jan 2019 21:43:50 +0100 =?UTF-8?Q?Uwe_Kleine-K=c3=b6nig?= wrote: > On 1/27/19 12:13 PM, Lukas Straub wrote: > > Package: linux > > Version: 4.19.12-1 > > > > Hello Everyone, > > I tried the latest Buster In

Bug#919290: SMB2_close_free: BUG: unable to handle kernel NULL pointer dereference at 0000000000000000

2019-01-14 Thread Bernhard Übelacker
Package: src:linux Version: 4.19.12-1 Severity: normal Dear Maintainer, I received following crash while having a cifs filesystem mounted from a qemu VM running on the same host. Unfortunately forgot to unmount and shut down the VM. Then after some minutes system froze and restarted. If it may b

Bug#911392: linux-image-686-pae: Kernel panic after upgrading to 4.18 (Bug #911392)

2019-01-09 Thread Bernhard Übelacker
Control: fixed 911392 linux/4.19.12-1 Dear Maintainer, did an update on that testsystem and the error does not show up with at least 4.19.12-1. Kind regards, Bernhard

Bug#909805: linux-image-686-pae: Kernel panic after upgrading to 4.18

2019-01-09 Thread Bernhard Übelacker
Hello, might this just another cases of similar bugs 908924/908382/911392? Is this still an issue with current version 4.19.12-1 ? Kind regards, Bernhard signature.asc Description: OpenPGP digital signature

Bug#911392: linux-image-686-pae: Kernel panic after upgrading to 4.18 (Bug #911392)

2018-10-19 Thread Bernhard Übelacker
Hello, missed following bug while listing maybe related ones: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=911320 Kind regards, Bernhard

Bug#869684: linux-image-4.9.0-3-686-pae: Thinkpad T60 hangs on resume after suspend to disk; regress since Debian 8

2017-08-10 Thread Bernhard Übelacker
Hello, I installed a Thinkpad T60 last year around 16.19.2016 with Debian Testing. With the kernel contained at that time suspend to disk was working well. (linux-image-4.6.0-1-686-pae 4.6.4-1, [1]) Just recently I got this system back and upgraded it to current Stretch. (linux-image-4.9.0-3-686-

Bug#783082: linux-image-3.16.0-4-586: video players/browsers crash with 'illegal instruction' on i586

2015-04-22 Thread Bernhard Übelacker
Hello hikaru, just saw your report and tried if I could reproduce your issue. But probably you want to reproduce these steps on your hardware to verify that this is really the issue on real hardware. These steps I tried to reproduce: - install a qemu virtual machine with current jessie with some

Bug#779159: linux-image-3.16.0-4-686-pae: system hangs after login into graphic desktop

2015-02-24 Thread Bernhard Übelacker
Had no chance to attach the mentioned dmesg in text mode of reportbug. Kind regards, Bernhard [0.00] Initializing cgroup subsys cpuset [0.00] Initializing cgroup subsys cpu [0.00] Initializing cgroup subsys cpuacct [0.00] Linux version 3.16.0-4-686-pae (debian-kerne

Bug#779159: linux-image-3.16.0-4-686-pae: system hangs after login into graphic desktop

2015-02-24 Thread Bernhard Übelacker
Package: src:linux Version: 3.16.7-ckt4-3 Severity: normal Dear Maintainer, I upgraded a Wheezy installation to Testing/Jessie. All in all it was without big surprises. Except that most of the time after some time (e.g. 15 seconds) after the login via kdm into the kde desktop the system hangs.