Bug#1030043: hplip-gui: traceback when launching hp-toolbox

2023-02-07 Thread Ryan Thoryk
Changing line 119 in /usr/share/hplip/base/password.py from: get_distro_std_name(os_name) to: get_distro_name() appears to fix the issue. -- Ryan Thoryk r...@thoryk.com r...@tliquest.net

Bug#1028643: downgrade to 2.13.1-4.2

2023-01-21 Thread Ryan Thoryk
Did you try Konomi's workaround instead of downgrading? That appears to fix it for me. On 1/21/23 03:23, Michal wrote: I can confirm that downgrade to package version 2.13.1-4.2 from stable fixes issues with font selection and color artifacts described above. -- Ryan Thoryk r...@thoryk.com

Bug#1028643: fontconfig: 2.14.1-3 greatly changes font rendering

2023-01-20 Thread Ryan Thoryk
with fontconfig in previous years, but this one seems to be a lot more than just rendering changes. -- Ryan Thoryk r...@thoryk.com r...@tliquest.net

Bug#1000697: linux-image-amd64: NTFS3 module missing in new kernels

2021-11-27 Thread Ryan Thoryk
Package: linux-image-amd64 Version: 5.15.3-1 Severity: wishlist Dear Maintainer, The Debian Linux kernels 5.15 and 5.16-rc1 do not have the newly introduced ntfs3 module, which was a fairly big new feature in 5.15. The module provides an in-kernel alternative to the ntfs-3g package. To add

Bug#994538: dh-python: alias /usr/bin/python disappears after installation

2021-10-16 Thread Ryan Thoryk
. To fix this issue, maybe he could just install the python-is-python3 package, or have dh-python recommend/depend on it. -- Ryan Thoryk r...@thoryk.com r...@tliquest.net

Bug#994969: jackd2: segfaults after today's upgrade of other Debian testing packages

2021-10-04 Thread Ryan Thoryk
that triggers the bug, the bug goes away after commits. -- Ryan Thoryk r...@thoryk.com r...@tliquest.net

Bug#994969: jackd2: segfaults after today's upgrade of other Debian testing packages

2021-10-03 Thread Ryan Thoryk
that comes from the glib hash table. -- Ryan Thoryk r...@thoryk.com r...@tliquest.net

Bug#994969: jackd2: segfaults after today's upgrade of other Debian testing packages

2021-10-03 Thread Ryan Thoryk
I found that my edits were affecting the wrong file (I was working on a cached file instead, there were multiple copies of the code), and so my string modification doesn't actually work, it results in the same segfault. Changing the function to q_quark_from_string() works. -- Ryan Thoryk r

Bug#994969: jackd2: segfaults after today's upgrade of other Debian testing packages

2021-10-03 Thread Ryan Thoryk
. Since I did a stack allocation instead, I'd think that memory would become invalid if the library unloaded before the glibmm init. I'd mainly have to play with it in gdb more to see what's happening. nos...@kota.moe might've done more debugging than I did. -- Ryan Thoryk r...@thoryk.com r

Bug#994969: jackd2: segfaults after today's upgrade of other Debian testing packages

2021-10-03 Thread Ryan Thoryk
On 10/3/21 4:59 AM, 小太 wrote: On Sun, 3 Oct 2021 at 20:47, Ryan Thoryk wrote: "Bad permissions for mapped region at address" can also mean it tried to read from unreadable memory. The memory was mapped at some point in the past, so it doesn't say unallocated memory Also consider th

Bug#994969: jackd2: segfaults after today's upgrade of other Debian testing packages

2021-10-03 Thread Ryan Thoryk
I also reported my solution comment to your upstream ticket. -- Ryan Thoryk r...@thoryk.com r...@tliquest.net

Bug#994969: jackd2: segfaults after today's upgrade of other Debian testing packages

2021-10-03 Thread Ryan Thoryk
nline says about that function, "This function must not be used before library constructors have finished running." -- Ryan Thoryk r...@thoryk.com r...@tliquest.net

Bug#995271: nvidia-kernel-dkms: does not install with linux-image-5.14-amd64

2021-10-01 Thread Ryan Thoryk
Nvidia driver version is in Sid (470.63.01), so eventually when that migrates down, it should fix this issue. Hopefully that speeds up because systems with Nvidia graphics are unable to run the newer 5.14 kernel at the moment, and have to stick with 5.10. -- Ryan Thoryk r...@thoryk.com r

Bug#994969: jackd2: segfaults after today's upgrade of other Debian testing packages

2021-10-01 Thread Ryan Thoryk
After installing a debug version of glibmm, I've attached the related backtrace showing the glibmm code lines. The "binding.cc" is the glib/glibmm/binding.cc file. The old (working) version doesn't appear to use the related g_quark_from_static_string() function that crashes. -- R

Bug#994969: jackd2: segfaults after today's upgrade of other Debian testing packages

2021-09-30 Thread Ryan Thoryk
I tried force-downgrading the libglibmm package to the Debian Bullseye version (2.66 back to 2.64), the crash goes away, and my audio hardware works again with Jack. -- Ryan Thoryk r...@thoryk.com r...@tliquest.net

Bug#994969: jackd2: segfaults after today's upgrade of other Debian testing packages

2021-09-30 Thread Ryan Thoryk
eton.c:208) ==8689==by 0x4013D09: _dl_open (dl-open.c:864) ==8689==by 0x5025257: dlopen_doit (dlopen.c:66) -- Ryan Thoryk r...@thoryk.com r...@tliquest.net #0 __strcmp_sse2_unaligned () at ../sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S:31 #1 0x7f7abc466f59 in g_str_equal () at

Bug#986709: Rsnapshot removal

2021-08-18 Thread Ryan Thoryk
, it would fail with a java version check. Rsnapshot, a fine working package, was removed, but a perpetually broken package wasn't. Statsvn hasn't been released upstream for apparently 11 years. For now, I might see if I can use the sid version on stable. -- Ryan Thoryk r...@thoryk.com r

Bug#984760: grub-efi-amd64: upgrade works, boot fails (error: symbol `grub_is_lockdown` not found)

2021-07-17 Thread Ryan Thoryk
On 7/17/21 10:09 AM, Ryan Thoryk wrote: On 7/17/21 9:44 AM, Steve McIntyre wrote: I found that I was using an older ARM image from last year, but that doesn't mean the issue was fixed later.  In AWS's community AMI section, the main one I tried is listed as "debian-10-arm64-2020051

Bug#984760: grub-efi-amd64: upgrade works, boot fails (error: symbol `grub_is_lockdown` not found)

2021-07-17 Thread Ryan Thoryk
the boot folder the EFI boot loader is listed as "/boot/efi/EFI/BOOT/BOOTAA64.EFI", there's no "EFI/debian" folder. I'm not sure what they did to generate the AMI image. The AMI IDs I used are: ami-00249fe66e0872181 and ami-025a7500c83d92798 I didn't try the Marketplace one. -- Ryan Thoryk r...@thoryk.com r...@tliquest.net

Bug#984760: grub-efi-amd64: upgrade works, boot fails (error: symbol `grub_is_lockdown` not found)

2021-07-17 Thread Ryan Thoryk
On 7/17/21 8:18 AM, Steve McIntyre wrote: On Sat, Jul 17, 2021 at 07:57:48AM -0500, Ryan Thoryk wrote: EFI/debian is *NOT* wrong, it's the correct location for a system that has working firmware which supports setting UEFI boot variables. If you *also* need to write a copy of grub (etc

Bug#984760: grub-efi-amd64: upgrade works, boot fails (error: symbol `grub_is_lockdown` not found)

2021-07-17 Thread Ryan Thoryk
happen, wondering if it would try to use the "EFI/debian" one, and after rebooting the system was stuck in an EFI shell (couldn't find a boot loader), so the "EFI/debian" folder is clearly wrong. This could be similar to what's happening with others on here. -- Ryan Thoryk r...@thoryk.com r...@tliquest.net

Bug#990488: statsvn: Package in stable does not work

2021-06-30 Thread Ryan Thoryk
Package: statsvn Version: 0.7.0.dfsg-9 Severity: grave Justification: renders package unusable Dear Maintainer, When trying to use the statsvn utility, this fatal error message is encountered: SEVERE: Subversion binary is incorrect version. Found: 1.10.4, required: 1.3.0 This makes the utility

Bug#984760: grub-pc: upgrade works, boot fails (error: symbol `grub_is_lockdown` not found)

2021-06-30 Thread Ryan Thoryk
ndard Debian-provided ARM AWS community instance and rebooted, the instance fails to boot in the same way. This is my document if you were interested, I mention the error in it: https://ryan.thoryk.com/linux/arm_convert.html -- Ryan Thoryk r...@thoryk.com r...@tliquest.net

Bug#971694: linux-image-5.7.0-0.bpo.2-amd64: Front audio ports do not work on Gigabyte X570 GAMING X motherboard

2020-10-06 Thread Ryan Thoryk
icrophong jack.  In > pavucontrol, I can explicitly set the output and input ports to the front > ports, but that does not make them work.  I have also tried stopping > pulseaudio > to see whether they would work just bare ALSA, but that made no difference. > > Regards, > Aidan Gauland -- Ryan Thoryk r...@thoryk.com r...@tliquest.net

Bug#971000: Acknowledgement (linux-image-5.8.0-2-amd64: Periodic networking failure with recent kernels in Testing)

2020-10-03 Thread Ryan Thoryk
(the wifi was left unassociated). I'll leave it unplugged and see if the system works fine now. -- Ryan Thoryk r...@thoryk.com r...@tliquest.net

Bug#971561: cloud.debian.org: ARM-based Buster AMIs don't support new T4g instance types

2020-10-01 Thread Ryan Thoryk
r > us. > > For now, use the AMIs listed at > https://wiki.debian.org/Cloud/AmazonEC2Image/Buster > -- Ryan Thoryk r...@thoryk.com r...@tliquest.net

Bug#971561: cloud.debian.org: ARM-based Buster AMIs don't support new T4g instance types

2020-10-01 Thread Ryan Thoryk
Package: cloud.debian.org Severity: wishlist Dear Maintainer, I've been wanting to run Debian on Amazon's new T4g instances, which utilize the ARM-based Graviton2 processor. The current AMI's don't appear to support this, and I assumed it would be fixed as part of the 10.6 update, which it

Bug#971000: linux-image-5.8.0-2-amd64: Periodic networking failure with recent kernels in Testing

2020-09-25 Thread Ryan Thoryk
Package: src:linux Version: 5.8.10-1 Severity: important Dear Maintainer, I've been experiencing periodic random network controller failures on recent kernels in Testing. This started happening possibly around the 5.6 kernel release, and wasn't happening sometime before that. The system is

Bug#961981: linux-image-5.6.0-2-amd64: BUG: Bad page state in process alsa-sink-ALC89 pfn:816801

2020-06-30 Thread Ryan Thoryk
with that, which was surprising to me. The Debian version of memtest86+ didn't work for me (froze during run) so I had to download from the www.memtest.org website and that one worked. My system had a kernel panic during a null pointer dereference in relation to a bad page. -- Ryan Thoryk r...@thoryk.com

Bug#961834: clearlooks-phenix-theme: Theme look distorted possibly due to recent GTK3 upgrade

2020-05-29 Thread Ryan Thoryk
Package: clearlooks-phenix-theme Version: 7.0.1-3 Severity: important Dear Maintainer, I've been running Testing on my desktop computer, and recently I had upgraded a number of packages including the GTK3 libraries, and the overall look of certain GTK3 themes including clearlooks-phenix has

Bug#888465: CPU usage reporting issues

2018-01-25 Thread Ryan Thoryk
if the symptoms on the old and new kernel are exactly the same, or if they are only similar but different. Hans I already rebooted the system running the 4.9.65 kernel, and beforehand, the symptoms were the same.  The CPU usage stats went back to normal after the reboot. -- Ryan Thoryk r

Bug#888465: CPU usage reporting issues

2018-01-25 Thread Ryan Thoryk
On 01/25/2018 05:40 PM, Hans van Kranenburg wrote: Hi Ryan, On 01/26/2018 12:20 AM, Ryan Thoryk wrote: Package: linux-image-4.9.0-5-amd64 Version: 4.9.65-3+deb9u2 Severity: normal I'm having an issue with CPU usage reporting, tested on kernels 4.9.0-3 and 4.9.0-5.  The machines are running

Bug#888465: Additional example

2018-01-25 Thread Ryan Thoryk
Here's an additional example, showing the "vmstat" command output while running a cpu-intensive program. -- Ryan Thoryk r...@thoryk.com r...@tliquest.net ryan@elaina:~$ vmstat 2 procs ---memory-- ---swap-- -io -system-- --cpu- r b swpd free b

Bug#888465: CPU usage reporting issues

2018-01-25 Thread Ryan Thoryk
sue, and if it could be something to do with the hypervisor. -- Ryan Thoryk r...@thoryk.com r...@tliquest.net 11:05:01 AM all 0.01 0.00 0.02 0.00 0.00 99.97 11:15:01 AM all 0.01 0.00 0.02 0.00 0.00 99.97 11:25:01 AM all 0.01

Bug#885623: Acpitool can't handle more than 2 batteries (with patch)

2017-12-28 Thread Ryan Thoryk
Charging state : Charging Battery type : Li-ion Model number : 45N1775 Serial number : 7141 Battery #3 : slot empty --- -- Ryan Thoryk r...@thoryk.com r...@tliquest.net --- acpitool-0.5.1/src/battery.cpp 2017-12-28 10:59:11.257699374 -0600 +++ acpitool-0.5.1

Bug#884569: Unknown Symbol error when loading Tun driver

2017-12-16 Thread Ryan Thoryk
OR: could not insert 'tun': Unknown symbol in module, or unknown parameter (see dmesg)" I haven't tried any other kernels to see if they're affected. -- Ryan Thoryk r...@thoryk.com r...@tliquest.net

Bug#868718: Acknowledgement (qemu: Qemu fails to run on Stretch, due to missing libraries)

2017-07-17 Thread Ryan Thoryk
I found that rebuilding the packages from source fixes the problem. -- Ryan Thoryk r...@thoryk.com r...@tliquest.net

Bug#868718: qemu: Qemu fails to run on Stretch, due to missing libraries

2017-07-17 Thread Ryan Thoryk
Package: qemu Version: 1:2.8+dfsg-6 Severity: important Dear Maintainer, Qemu is not running on my Stretch machine, due to missing libraries. I'm going to build from source and see if that fixes it. ryan@t420:~$ qemu-system-i386 qemu-system-i386: error while loading shared libraries:

Bug#462958: Some more information

2009-08-14 Thread Ryan Thoryk
- the only thing that broke was saslauthd. I'm thinking that the bug really could be in saslauthd and not libpam_ldap, and might possibly be an old workaround in sasl's code that broke with an API or behavior change in the newer libpam_ldap. -- Ryan Thoryk System Administrator onShore Networks, LLC

Bug#507577: xosview: dpatch for additional mem fields

2009-06-10 Thread Ryan Thoryk
@@ -1,3 +1,10 @@ +xosview (1.8.3+debian-11-tli1) unstable; urgency=low + + * debian/patches/24_enhanced_mem.dpatch ++ added mem values for slab, mapped, and page tables + + -- Ryan Thoryk r...@tliquest.net Wed, 26 Nov 2008 12:56:45 -0600 + xosview (1.8.3+debian-11) unstable; urgency=low

Bug#507577: xosview: dpatch for additional mem fields

2008-12-02 Thread Ryan Thoryk
think that their apps are taking up that amount of memory or that there might be a kernel leak. This patch will only work with 2.6 kernels that list the fields Slab, Mapped, and PageTables in /proc/meminfo. Ryan Thoryk System Administrator onShore Networks, LLC [EMAIL PROTECTED] [EMAIL

Bug#467609: Still not fixed

2008-06-09 Thread Ryan Thoryk
The etch6 glibc nscd updated didn't seem to fix the problem, at least for us. Currently we've created a cron script that invalidates the 3 nscd tables every 2 hours, which seems to be preventing the corruption (we use LDAP with NSS and PAM). --- Ryan Thoryk System Administrator onShore

Bug#468412: wifi-radar: Infinite save loop during runtime

2008-02-28 Thread Ryan Thoryk
it during every run cycle. The quick fix I did was to simply comment out that line, but by doing that the auto-order feature breaks. Thanks Ryan Thoryk System Administrator onShore Networks, LLC [EMAIL PROTECTED] [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject

Bug#410491: wxwidgets2.6: Make wxGetKeyState() work for non-meta keys too

2007-02-10 Thread Ryan Thoryk
/index.php?func=detailaid=1521490group_id=9863atid=309863 This bug report contains the patch found on that site, which fixes the above file. Ryan Thoryk System Administrator onShore Networks, LLC [EMAIL PROTECTED] [EMAIL PROTECTED]--- utilsx11.cpp.Old2006-07-12 22:13:38.0 +0100 +++ utilsx11

Bug#408147: xosview: incorrect search patch for X defaults file

2007-01-23 Thread Ryan Thoryk
(no app-defaults in /usr/X11R6/lib/X11), and so the config file never gets processed. Ryan Thoryk [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#358044: Fixed upstream

2007-01-12 Thread Ryan Thoryk
/cssysdef.diff Ryan Thoryk [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#341871: linux-2.6 2.6.14-4 pool timestamps a year off

2005-12-03 Thread Ryan Thoryk
cause any problems (unless there's date verification of the files), but someone's clock is off by a year ;) Ryan Thoryk Unix and Network Specialist [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#337496: basilisk2: Always crashes when starting up (home-built version does too)

2005-11-04 Thread Ryan Thoryk
It looks like your system is using the Udev system and HAL. Those files are not automatically allocated by those systems (so would this be a bug in Basilisk or UDEV?) Udev moves them to /dev/.static/dev Ryan Thoryk Unix and Network Specialist [EMAIL PROTECTED] -- To UNSUBSCRIBE, email