Bug#1000616: upstream bug url

2022-02-05 Thread Kai Lüke
I opened a kernel bugzilla issue where I also pasted a similar trace from an arm64 device: https://bugzilla.kernel.org/show_bug.cgi?id=215571

Bug#1000616: linked bug fix commit is not relevant

2022-02-05 Thread Kai Lüke
I just checked again and the linked bug fix commit is not relevant because it addresses a problem introduced in v5.16-rc1

Bug#995420: bt-full with debug symbols

2022-02-05 Thread Kai Lüke
Here the paste for running gdb bt and bt full with debug symbols: https://paste.debian.net/1229712

Bug#1000616: Kernel list_del corruption. next->prev should be ...

2021-12-22 Thread Kai Lüke
With 5.16~rc4-1~exp1 I couldn't reproduce it, the system is running for 8 days now and I also filled my swap while doing some small tasks but nothing triggered it.

Bug#1000616: Kernel list_del corruption. next->prev should be ...

2021-11-26 Thread Kai Lüke
Found it, that linked patch is in 5.16-rc2¹ while the debian package has rc1, maybe it still makes sense to try to reproduce if the patch is unrelated https://lwn.net/Articles/876660/

Bug#1000616: Kernel list_del corruption. next->prev should be ...

2021-11-26 Thread Kai Lüke
Hi, yes, good idea, will do it as it looks promising seeing that there is some related patch in 5.16 (not sure if it's in the package you mentioned, though): https://lore.kernel.org/all/yyp40a2lnrxaz...@casper.infradead.org/T/#u I'll try out if I can reproduce it with 5.16 or whether it's go

Bug#1000616: Kernel list_del corruption. next->prev should be ...

2021-11-25 Thread Kai Lüke
Package: linux-image-5.15.0-1-amd64 Version: 5.15.3-1 I often hit this bug here, often shortly before others are hit which render the system unusable. Here the dmesg log section from pstore: <3>[  257.036085] list_del corruption. next->prev should be dfd4c8b732c8, but was 98adb59f583

Bug#995420: D-Bus crash atk-bridge

2021-09-30 Thread Kai Lüke
Package: epiphany-browser Version: 41.0-2 A few seconds after startup the app crashes with the following error printed on the console: (WebKitWebProcess:2): dbind-WARNING **: 22:39:12.184: AT-SPI: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: org.fr

Bug#987671: gnome-disk-utility: User could possibly erase/format the hard disk without giving any password

2021-04-29 Thread Kai Lüke
Severity: minor Hi, thanks for reporting this but it is not a dangerous bug because the disk wiping in your case on the USB stick could have been done anyway without password while for system drives this always requires a password. The confusing behavior in GNOME Disks is that it always wipe

Bug#967906: systemd 246 resolvconf path unit

2020-08-05 Thread Kai Lüke
Yes, I had resolvconf around for some reason while using systemd-resolved. Thanks for forwarding to upstream.

Bug#967906: systemd 246 resolvconf path unit

2020-08-04 Thread Kai Lüke
Hi, in my case this was caused by the resolvconf-pull-resolved.path unit which continuously triggered the resolvconf-pull-resolved.service unit. I checked if the trigger was valid but there were no write events which should cause the trigger:   inotifywait -m -e modify /run/systemd/resolve/stub-

Bug#926735: Set severity

2019-04-14 Thread Kai Lüke
Control: severity -1 serious

Bug#926735: Set Severity

2019-04-14 Thread Kai Lüke
Severity: serious

Bug#926735: Set severity

2019-04-14 Thread Kai Lüke
severity: serious Maybe this can be lowered to 'important', but I believe buster should not be released because users might misinterpret the disappearence of the extended partition as data loss (leading to panic specially when the GUI does not show the contained logical partitions anymore) while a

Bug#926735: Include upstream patch for extended partition size

2019-04-09 Thread Kai Lüke
Package: libparted2 Version: 3.2-24 src:parted Please include upstream commit c6dc6e5d from 2015 as additional package patch because it fixes the unit of the partition resize ioctl. http://git.savannah.gnu.org/cgit/parted.git/commit/?id=c6dc6e5d0f49a26242d2b28622514814a53d92e1 Currently the exten

Bug#848421: New website and release

2016-12-17 Thread Kai Lüke
Package: openlugaru Severity: wishlist The project moved to gitlab and released the original textures under a free license. https://gitlab.com/osslugaru/lugaru/tags/1.1 (or master)

Bug#847343: Same here

2016-12-07 Thread Kai Lüke
Hm, also no complaints or error messages with dracut instead of initramfs-tools. And plymouth is not installed.

Bug#803715: python variables not reachable as environment variables

2015-11-01 Thread Kai Lüke
Package: ipython3 Version: 2.3.0-2 An recent update of some other component seems to break passing of python variables to the environment of a shell command. When invoking ipython we see that it is working as expected: In [1]: var = "env" In [2]: !echo $var is env env is env Behaviour when in

Bug#802823: more info needed

2015-11-01 Thread Kai Lüke
Hi, cmdline: BOOT_IMAGE=/vmlinuz-4.2.0-1-amd64 root=/dev/mapper/hn-root ro resume=UUID= c92c9791-09c1-4745-a685-ff9dc41c20b9 allow-discards root_trim=yes quiet zswap.enabled=1 rd.luks.allow-discards audit=0 fstab contains UUID for / Maybe "sudo dumpe2fs /dev/mapper/hn-root | grep checked" helps

Bug#802823: FS corruption with resume after hibernate

2015-10-23 Thread Kai Lüke
Package: dracut Version: 043-4 Severity: grave I'm not sure whether dracut or systemd is really the right place to take care of this issue. I can't fully prove that my recent experiences of ext4 corruptions with ro-remount shortly after resuming from hibernate are related to this. But here is a j

Bug#789094: Solved, but needs additional work

2015-07-08 Thread Kai Lüke
For documentation purposes, I'll write here the steps needed after the kernel upgrade: Add zbud to /etc/initramfs-tools/modules in order to include the module and run update-initramfs -u afterwards. Then zswap.enabled=1 is enough in the (/etc/default/grub) kernel command line. Thanks for solving

Bug#789094: enable CONFIG_ZBUD again like in 3.16

2015-06-21 Thread Kai Lüke
Thanks a lot, I also rebooted already with zswap.enabled=1 zswap.zpool=zsmalloc Having ZBUD there again would be nice, all the best Kai -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#789094: enable CONFIG_ZBUD again like in 3.16

2015-06-17 Thread Kai Lüke
Package: linux-image-4.0.0-1-amd64 Version: 4.0.2-1 Hello, when switching from 3.16 to 4.0 with kernel command line zswap.enabled=1 the following messages are printed and zswap is not working. [0.898384] zpool: loaded [0.930753] zswap: loading zswap [0.930755] zpool: creating pool ty

Bug#777123: Bringing zpaq to Debian again

2015-02-08 Thread Kai Lüke
Hi, I follow the development closely and would like to work on a new package - which in best case would also be split up in library and binary package. But I'm not a DD and would need help in the whole process of maintaining. Kai -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debia

Bug#776064: pinfo mouse selection

2015-01-26 Thread Kai Lüke
Thanks for the tip, but I would consider this as secret knowledge ;) And man/info do also allow straight selection, so that clicking on links would be the less common case and pressing a modifier acceptable. Anyway as there will be a new upstream release soon, I've discarded the NMU. Bye -- To

Bug#776213: RFS: pinfo/0.6.9-5.2 NMU

2015-01-25 Thread Kai Lüke
About the differing versions: is it possible to bring it to experimental instead? Thanks, Bas, for opening up #776064, just saw it now. Should the reports be merged, this one here closed or how do we go along? -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject o

Bug#776213: RFS: pinfo/0.6.9-5.2 NMU

2015-01-25 Thread Kai Lüke
et -x http://mentors.debian.net/debian/pool/main/p/pinfo/pinfo_0.6.9-5.2.dsc Changes since the last upload: pinfo (0.6.9-5.2) unstable; urgency=medium * NMU * Add patch disabling mouse masking to allow text selection -- Kai Lüke Wed, 21 Jan 2015 21:19:46 +0100 Regards, Kai Lüke -- To UNSUBSCRIBE

Bug#766898: Render context unstable, turns white or black

2014-10-27 Thread Kai Lüke
Am 27.10.2014 um 09:49 schrieb Alberto Garcia: > On Sun, Oct 26, 2014 at 06:59:15PM +0100, Kai Lüke wrote: > >> Regardless whether using Epiphany or >> /usr/lib/x86_64-linux-gnu/webkit2gtk-4.0/MiniBrowser some sites (which >> seem to be embedding stuff?) turn fully whi

Bug#766898: Render context unstable, turns white or black

2014-10-26 Thread Kai Lüke
Package: libwebkit2gtk-4.0-37 Version: 2.6.2+dfsg1-1 Regardless whether using Epiphany or /usr/lib/x86_64-linux-gnu/webkit2gtk-4.0/MiniBrowser some sites (which seem to be embedding stuff?) turn fully white or black (directly or after some time), some do this as soon as scrolling or hovers appear

Bug#765002: gnunet-service-arm is rapidly filling /var/log/gnunetd/gnunetd.log

2014-10-14 Thread Kai Lüke
Hello, it was defined, but purging and reinstalling the gnunet packages helped. Now only this is left: Oct 14 15:04:01-018958 util-22898 WARNING `bind' failed for `/tmp/gnunet-user-runtime//gnunet-service-arm.sock': address already in use Oct 14 15:04:01-019154 util-22898 ERROR `bind' failed at s

Bug#765002: gnunet-service-arm is rapidly filling /var/log/gnunetd/gnunetd.log

2014-10-12 Thread Kai Lüke
Package: gnunet Version: 0.10.1-1 As soon as the service is running /var/log/gnunetd/gnunetd.log is flooded with these messages by gnunet-arm: Oct 12 18:02:18-947778 util-23716 WARNING Failed to expand `USERPROFILE' in `${USERPROFILE}' as it is neither found in [PATHS] nor defined as an environme

Bug#764842: systemd socket file does not recognise port setting

2014-10-12 Thread Kai Lüke
As socket activation is not enabled (which was new for me) I agree with you on closing this bug and maybe add some more documentation which points out that changes in port etc should best be made in a copy under /etc/systemd/… Thanks for the involvement, Kai -- To UNSUBSCRIBE, email to debian-bu

Bug#764842: systemd socket file does not recognise port setting

2014-10-11 Thread Kai Lüke
Suggestion for the function: if [ -e /etc/ssh/sshd_config ] ; then if [ ! -e /etc/systemd/system/ssh.socket ] ; then listenport=$(grep Port /etc/ssh/sshd_config | cut -d ' ' -f 2) systemdsocketfile=$(sed "s/ListenStream=22/ListenStream=$listenport/" /lib/systemd/system/ssh.sock

Bug#764842: systemd socket file does not recognise port setting

2014-10-11 Thread Kai Lüke
Hi, you are right, but then if case that not Port 22 ist used in sshd_config how about testing if /etc/systemd/system/ssh.socket already exists and if not generate it with the right port? That maybe would make a smooth transition from non-systemd wheezy to systemd jessie. Greets -- To UNSUBSCRI

Bug#764842: systemd socket file does not recognise port setting

2014-10-11 Thread Kai Lüke
Package: openssh-server Version: 1:6.7p1-2 While openssh should use the port specified in /etc/ssh/sshd_config, the systemd socket file is hard coded with ListenStream=22. Because changes in /lib/systemd/system/ssh.socket are overwritten by updates of the openssh-server package, the postinst scrip

Bug#762691: vino: Latest vino update broke gnome-session

2014-10-01 Thread Kai Lüke
Ah, ok, found a file /etc/xdg/autostart/vino-server.desktop and removed it. So this should be working now. [Desktop Entry] Name=Desktop Sharing Comment=GNOME Desktop Sharing Server Exec=/usr/lib/vino/vino-server --sm-disable Icon=preferences-desktop-remote-desktop OnlyShowIn=GNOME;Unity; Terminal=f

Bug#762691: vino: Latest vino update broke gnome-session

2014-09-28 Thread Kai Lüke
Hello, I also encountered this problem while running 3.14 whereever possible. Here is the gdb output: gnome-session[23651]: GLib-GIO-ERROR: Settings schema 'org.gnome.Vino' does not contain a key named 'enabled' aborting... Program received signal SIGTRAP, Trace/breakpoint trap. g_logv (log_doma

Bug#749432: Fixed in new gnome-shell version

2014-09-09 Thread Kai Lüke
Hello, at least for me this problem is fixed with the version available in experimental (3.13.91-1) which might also need gnome-session and gdm3 from there. (sudo apt -t experimental install gnome-shell gdm3 gnome-session with /etc/apt/sources.list containing: deb http://ftp.de.debian.org/debian

Bug#749432: demonstration video

2014-06-03 Thread Kai Lüke
Here also a recording of the effect http://kailueke.spline.de/gnome-shell-3.12.2-1-oscillate.webm Ciao -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#740097: New Version

2014-03-11 Thread Kai Lüke
Seems that NVidia published a new version tackling this issue: http://www.phoronix.com/scan.php?page=news_item&px=MTYyNjY -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#740097: patch

2014-02-26 Thread Kai Lüke
So this patch should do it: http://cvs.rpmfusion.org/viewvc/rpms/nvidia-kmod/devel/nvidia_3.13_kernel.patch?revision=1.3&root=nonfree&view=markup -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#740097: Additional information

2014-02-26 Thread Kai Lüke
Some random suggestions to solve it: https://devtalk.nvidia.com/default/topic/644906/331-20-on-3-13-rc1-kernel/ http://rglinuxtech.com/?p=948 http://doertedev.github.io/posts/2014/01/gentoo-3-13-0-nvidia-quickfix.html http://forum.siduction.org/index.php?topic=4139.0 Greets -- To UNSUBSCRIBE, e

Bug#679628: libxcrypt1: crypt_blowfish doesn't properly handle 8-bit, characters (CVE-2011-2483)

2012-09-16 Thread Kai Lüke
Oh no! Next time I'll hopefully know better how to use debdiff... ;) Old upload is now from 2012-09-16 13:28 and the new should be coming soon. Greets, Kai -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.deb

Bug#679628: libxcrypt1: crypt_blowfish doesn't properly handle 8-bit, characters (CVE-2011-2483)

2012-09-16 Thread Kai Lüke
Hey, it does not seem to be an easy question. In debian-release IRC it was more about removing it totally. But as far as this is not done, I think that fixing it now would still be good. I think that Bart's diff is the best for now. So I reuploaded it as NMU to mentors.debian.net. But I don't know

Bug#687831: RFS: gosmore/0.0.0.20100711-2.1 [NMU] [RC] -- friendly greeter

2012-09-16 Thread Kai Lüke
fno-strict-overflow to fix starting with an endless loop. (closes: #652084) -- Kai Lüke Fri, 14 Sep 2012 16:29:04 +0200 Regards, Kai Lüke -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#684489: gksu-polkit: CVE-2011-0703

2012-09-16 Thread Kai Lüke
As far as I can see, the problem was not solved upstream: https://live.gnome.org/gksu http://anonscm.debian.org/gitweb/?p=users/kov/gksu-polkit.git;a=summary So either one is stepping in for a patch or it's ignored...(?) maybe wontfix -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.d

Bug#673469: #673469 libwebkitgtk-1.0-0: segfaults all the time on armel, javascript related

2012-09-15 Thread Kai Lüke
reassign 673469 libwebkitgtk-3.0-0 Hey, same problem with /usr/lib/webkitgtk-3.0-0/libexec/GtkLauncher instead of /usr/lib/webkitgtk-1.0-0/libexec/GtkLauncher: Program received signal SIGSEGV, Segmentation fault. 0x41afb320 in JSC::JSValue::get(JSC::ExecState*, JSC::Identifier const&, JSC::Prop

Bug#652084: gosmore use 100% CPU and does nothing

2012-09-15 Thread Kai Lüke
Hello, this is strange, I just tried it again with debuild instead of pbuilder. It is still giving me an executable without the endless loop. Could someone else please test again? Thanks, Kai -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". T

Bug#686562: Mono 2.10 patches

2012-09-15 Thread Kai Lüke
Hey, one can also find the 2.10 patches here: https://bugzilla.novell.com/show_bug.cgi?id=739119#c8 for applying in http://anonscm.debian.org/gitweb/?p=pkg-mono/packages/mono.git;a=summary -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trou

Bug#684889: eglibc: CVE-2012-3480

2012-09-15 Thread Kai Lüke
Hi, I read now that it has been fixed here: http://sourceware.org/git/?p=glibc.git;a=commitdiff;h=d6e70f4368533224e66d10b7f2126b899a3fd5e4 Backport 2.16: http://sourceware.org/ml/libc-alpha/2012-08/msg00558.html Backport 2.15: http://sourceware.org/ml/libc-alpha/2012-08/msg00563.html I hope it help

Bug#678786: Build successful

2012-09-14 Thread Kai Lüke
Same here. It worked well. Lucas, can you say if later there was an other rebuild of the archive that worked well with the current version? (afaik nothing changed) Maybe this bug should be closed now. Greets -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of

Bug#627508: conflicting binary path for dconf and d-conf

2012-09-14 Thread Kai Lüke
As far as only one file is causing the conflict, I think we would have a possible solution without renaming the whole package. Because confdumper doesn't start with dconf it might confuse old dconf users. So what about dconf.py? (Yes, it's ugly.) Or maybe dconfig is better? But this would also need

Bug#652084: RC fixed gosmore package in mentors.debian.net

2012-09-14 Thread Kai Lüke
Hello, here at bug squashing in Berlin ( http://wiki.debian.org/BSP/2012/09/de/Berlin ) we have uploaded the corrected package (as fixed by Julian Taylor in Ubuntu) to mentors.debian.net: https://mentors.debian.net/package/gosmore If a sponsor is found, it would close this release critical bug. I h