Bug#1011196: patch sent

2022-08-26 Thread Lennert Van Alboom
With some quick hints from the kernel's USB audio maintainer, the appropriate 
quirk has been identified and patch sent:

https://mailman.alsa-project.org/pipermail/alsa-devel/2022-August/205214.html

Waiting for upstream. In the meantime, this works (bluntly, for those who don't 
have multiple USB audio devices):

# rmmod snd_usb_audio
# modprobe snd_usb_audio vid=0x2522 pid=0x0007 quirk_flags=0x1

publickey - lennert@vanalboom.org - 0x0320C886.asc
Description: application/pgp-keys


signature.asc
Description: OpenPGP digital signature


Bug#1011196: git bisect done, commit identified

2022-08-25 Thread Lennert Van Alboom
I went through a rather long process of git bisect on the kernel source and the 
offending commit has been identified:


root@Nesbitt:/linux# git bisect badbf6313a0ff766925462e97b4e733d5952de02367 is 
the first bad commit
commit bf6313a0ff766925462e97b4e733d5952de02367
Author: Takashi Iwai 
Date:   Mon Nov 23 09:53:31 2020 +0100

    ALSA: usb-audio: Refactor endpoint management

    This is an intensive surgery for the endpoint and stream management
    for achieving more robust and clean code.

    The goals of this patch are:
    - More clear endpoint resource changes
    - The interface altsetting control in a single place
    Below are brief description of the whole changes.

    First off, most of the endpoint operations are moved into endpoint.c,
    so that the snd_usb_endpoint object is only referred in other places.
    The endpoint object is acquired and released via the new functions
    snd_usb_endpoint_open() and snd_usb_endpoint_close() that are called
    at PCM hw_params and hw_free callbacks, respectively.  Those are
    ref-counted and EPs can manage the multiple opens.

    The open callback receives the audioformat and hw_params arguments,
    and those are used for initializing the EP parameters; especially the
    endpoint, interface and altset numbers are read from there, as well as
    the PCM parameters like the format, rate and channels.  Those are
    stored in snd_usb_endpoint object.  If it's the secondary open, the
    function checks whether the given parameters are compatible with the
    already opened EP setup, too.

    The coupling with a sync EP (including an implicit feedback sync) is
    done by the sole snd_usb_endpoint_set_sync() call.

    The configuration of each endpoint is done in a single shot via
    snd_usb_endpoint_configure() call.  This is the place where most of
    PCM configurations are done.  A few flags and special handling in the
    snd_usb_substream are dropped along with this change.

    A significant difference wrt the configuration from the previous code
    is the order of USB host interface setups.  Now the interface is
    always disabled at beginning and (re-)enabled at the last step of
    snd_usb_endpoint_configure(), in order to be compliant with the
    standard UAC2/3.  For UAC1, the interface is set before the parameter
    setups since there seem devices that require it (e.g. Yamaha THR10),
    just like how it was done in the previous driver code.

    The start/stop are almost same as before, also single-shots.  The URB
    callbacks need to be set via snd_usb_endpoint_set_callback() like the
    previous code at the trigger phase, too.

    Finally, the flag for the re-setup is set at the device suspend
    through the full EP list, instead of PCM trigger.  This catches the
    overlooked cases where the PCM hasn't been running yet but the device
    needs the full setup after resume.

    Tested-by: Keith Milner 
    Tested-by: Dylan Robinson 
    Link: https://lore.kernel.org/r/20201123085347.19667-26-ti...@suse.de
    Signed-off-by: Takashi Iwai 

 sound/usb/card.c     |   8 +-
 sound/usb/card.h     |  11 +-
 sound/usb/clock.c    |  13 +-
 sound/usb/endpoint.c | 662 ++-
 sound/usb/endpoint.h |  40 ++--
 sound/usb/pcm.c      | 616 +++
 6 files changed, 616 insertions(+), 734 deletions(-)




publickey - lennert@vanalboom.org - 0x0320C886.asc
Description: application/pgp-keys


signature.asc
Description: OpenPGP digital signature


Bug#1011196: linux-image-5.17.0-2-amd64: Geek Out USB sound card fails to initialise

2022-08-24 Thread Lennert Van Alboom
Will be difficult, I think. It's a device from... 2014, I believe. Long past 
end of sales. eBay still has a few: https://www.ebay.com/itm/265844830824, 
https://www.ebay.com/itm/14437678.

Currently trying to setup a build environment to do kernel bisects because the 
current sid binutils makes a kernel build of 5.10 fail (yay). Fingers crossed.
--- Original Message ---
On Tuesday, August 23rd, 2022 at 17:33, Renato Gallo  
wrote:


> where can I buy one ?I am curious to test it on 6.0-rc2
> 

> On Tue, Aug 23, 2022 at 5:30 PM Lennert Van Alboom  
> wrote:
> 

> > Quick update, still broken in 5.18 (unstable) and 5.19 (experimental).
> > 

> > Some potentially useful syslog from trying with 5.19.0-trunk-amd64:
> > 

> > Aug 23 17:12:30 Nesbitt kernel: [ 188.154086] usb 3-6: new high-speed USB 
> > device number 5 using xhci_hcd
> > Aug 23 17:12:30 Nesbitt kernel: [ 188.303314] usb 3-6: New USB device 
> > found, idVendor=2522, idProduct=0007, bcdDevice=15.02
> > Aug 23 17:12:30 Nesbitt kernel: [ 188.303323] usb 3-6: New USB device 
> > strings: Mfr=1, Product=3, SerialNumber=0
> > Aug 23 17:12:30 Nesbitt kernel: [ 188.303325] usb 3-6: Product: Geek Out HD 
> > Audio 1V5
> > Aug 23 17:12:30 Nesbitt kernel: [ 188.303327] usb 3-6: Manufacturer: LH Labs
> > Aug 23 17:12:30 Nesbitt mtp-probe: checking bus 3, device 5: 
> > "/sys/devices/pci:00/:00:14.0/usb3/3-6"
> > Aug 23 17:12:30 Nesbitt mtp-probe: bus: 3, device: 5 was not an MTP device
> > Aug 23 17:12:30 Nesbitt kernel: [ 188.389783] usb 3-6: 1:2 : unsupported 
> > format bits 0x1
> > Aug 23 17:12:31 Nesbitt kernel: [ 188.460882] usbcore: registered new 
> > interface driver snd-usb-audio
> > Aug 23 17:12:31 Nesbitt mtp-probe: checking bus 3, device 5: 
> > "/sys/devices/pci:00/:00:14.0/usb3/3-6"
> > Aug 23 17:12:31 Nesbitt mtp-probe: bus: 3, device: 5 was not an MTP device
> > Aug 23 17:12:31 Nesbitt systemd-udevd[2217]: controlC1: Process 
> > '/usr/sbin/alsactl -E HOME=/run/alsa -E XDG_RUNTIME_DIR=/run/alsa/runtime 
> > restore 1' failed with exit code 99.
> > Aug 23 17:12:31 Nesbitt systemd[1208]: Reached target Sound Card.
> > Aug 23 17:12:36 Nesbitt kernel: [ 193.658813] usb 3-6: 1:1: 
> > usb_set_interface failed (-110)
> > Aug 23 17:12:36 Nesbitt kernel: [ 193.659333] usb 3-6: 1:0: 
> > usb_set_interface failed (-71)
> > Aug 23 17:12:36 Nesbitt kernel: [ 193.660249] usb 3-6: 1:0: 
> > usb_set_interface failed (-71)
> > Aug 23 17:12:36 Nesbitt kernel: [ 193.661022] usb 3-6: 1:1: 
> > usb_set_interface failed (-71)
> > Aug 23 17:12:36 Nesbitt kernel: [ 193.661169] usb 3-6: 1:0: 
> > usb_set_interface failed (-71)
> > 

> > 

> > Relevant thread at Arch about what appears to be the same issue: 
> > https://bugs.archlinux.org/task/70636
> > 

> > Relevant thread on linux-usb mailinglist: 
> > https://www.spinics.net/lists/linux-usb/msg228518.html

publickey - lennert@vanalboom.org - 0x0320C886.asc
Description: application/pgp-keys


signature.asc
Description: OpenPGP digital signature


Bug#1011196: linux-image-5.17.0-2-amd64: Geek Out USB sound card fails to initialise

2022-08-23 Thread Lennert Van Alboom
Quick update, still broken in 5.18 (unstable) and 5.19 (experimental).

Some potentially useful syslog from trying with 5.19.0-trunk-amd64:

Aug 23 17:12:30 Nesbitt kernel: [  188.154086] usb 3-6: new high-speed USB 
device number 5 using xhci_hcd
Aug 23 17:12:30 Nesbitt kernel: [  188.303314] usb 3-6: New USB device found, 
idVendor=2522, idProduct=0007, bcdDevice=15.02
Aug 23 17:12:30 Nesbitt kernel: [  188.303323] usb 3-6: New USB device strings: 
Mfr=1, Product=3, SerialNumber=0
Aug 23 17:12:30 Nesbitt kernel: [  188.303325] usb 3-6: Product: Geek Out HD 
Audio 1V5
Aug 23 17:12:30 Nesbitt kernel: [  188.303327] usb 3-6: Manufacturer: LH Labs
Aug 23 17:12:30 Nesbitt mtp-probe: checking bus 3, device 5: 
"/sys/devices/pci:00/:00:14.0/usb3/3-6"
Aug 23 17:12:30 Nesbitt mtp-probe: bus: 3, device: 5 was not an MTP device
Aug 23 17:12:30 Nesbitt kernel: [  188.389783] usb 3-6: 1:2 : unsupported 
format bits 0x1
Aug 23 17:12:31 Nesbitt kernel: [  188.460882] usbcore: registered new 
interface driver snd-usb-audio
Aug 23 17:12:31 Nesbitt mtp-probe: checking bus 3, device 5: 
"/sys/devices/pci:00/:00:14.0/usb3/3-6"
Aug 23 17:12:31 Nesbitt mtp-probe: bus: 3, device: 5 was not an MTP device
Aug 23 17:12:31 Nesbitt systemd-udevd[2217]: controlC1: Process 
'/usr/sbin/alsactl -E HOME=/run/alsa -E XDG_RUNTIME_DIR=/run/alsa/runtime 
restore 1' failed with exit code 99.
Aug 23 17:12:31 Nesbitt systemd[1208]: Reached target Sound Card.
Aug 23 17:12:36 Nesbitt kernel: [  193.658813] usb 3-6: 1:1: usb_set_interface 
failed (-110)
Aug 23 17:12:36 Nesbitt kernel: [  193.659333] usb 3-6: 1:0: usb_set_interface 
failed (-71)
Aug 23 17:12:36 Nesbitt kernel: [  193.660249] usb 3-6: 1:0: usb_set_interface 
failed (-71)
Aug 23 17:12:36 Nesbitt kernel: [  193.661022] usb 3-6: 1:1: usb_set_interface 
failed (-71)
Aug 23 17:12:36 Nesbitt kernel: [  193.661169] usb 3-6: 1:0: usb_set_interface 
failed (-71)


Relevant thread at Arch about what appears to be the same issue: 
https://bugs.archlinux.org/task/70636 

Relevant thread on linux-usb mailinglist: 
https://www.spinics.net/lists/linux-usb/msg228518.html

publickey - lennert@vanalboom.org - 0x0320C886.asc
Description: application/pgp-keys


signature.asc
Description: OpenPGP digital signature


Bug#1011196: linux-image-5.17.0-2-amd64: Geek Out USB sound card fails to initialise

2022-05-18 Thread Lennert Van Alboom
I only noticed now that I still have snd_hda_intel.dmic_detect=0 in my boot 
arguments, which is a relic from olden times. Just removed it and can confirm 
that this does NOT make a difference.



--- Original Message ---
On Wednesday, May 18th, 2022 at 08:41, Lennert Van Alboom 
 wrote:


> 

> 

> Package: src:linux
> Version: 5.17.6-1
> Severity: normal
> X-Debbugs-Cc: lennert+deb...@vanalboom.org
> 

> My Geek Out USB sound card (Bus 003 Device 005: ID 2522:0007 LH Labs Geek Out 
> HD Audio 1V5) fails to initialise on all recent debian-provided kernels:
> 

> usb 3-6: uac_clock_source_is_valid(): cannot get clock validity for id 41
> usb 3-6: clock source 41 is not valid, cannot use
> usb 3-6: 1:0: usb_set_interface failed (-71)
> 

> Booting into linux-image-5.10.0-8-amd64 fixes this, and the card works as 
> expected. The exact spot where the problem was introduced is unclear; the
> issue is present in linux-image-5.14.0-trunk-amd64 and all more recent 
> kernels. Kernels between 5.10.0-8 and 5.14.0-trunk were not tested.
> 

> 

> -- Package-specific info:
> ** Version:
> Linux version 5.17.0-2-amd64 (debian-ker...@lists.debian.org) (gcc-11 (Debian 
> 11.3.0-1) 11.3.0, GNU ld (GNU Binutils for Debian) 2.38) #1 SMP PREEMPT 
> Debian 5.17.6-1 (2022-05-11)
> 

> ** Command line:
> BOOT_IMAGE=/vmlinuz-5.17.0-2-amd64 root=/dev/mapper/NESBITT-ROOT ro quiet 
> snd_hda_intel.dmic_detect=0
> 

> ** Not tainted
> 

> ** Kernel log:
> [66136.185642] usb 3-6: uac_clock_source_is_valid(): cannot get clock 
> validity for id 41
> [66136.185643] usb 3-6: clock source 41 is not valid, cannot use
> [66136.185956] usb 3-6: 1:0: usb_set_interface failed (-71)
> [66136.186183] usb 3-6: 1:0: usb_set_interface failed (-71)
> [66136.186354] usb 3-6: uac_clock_source_is_valid(): cannot get clock 
> validity for id 41
> [66136.186355] usb 3-6: clock source 41 is not valid, cannot use
> [66136.186667] usb 3-6: 1:0: usb_set_interface failed (-71)
> [66136.186889] usb 3-6: 1:0: usb_set_interface failed (-71)
> [66136.187053] usb 3-6: uac_clock_source_is_valid(): cannot get clock 
> validity for id 41
> [66136.187053] usb 3-6: clock source 41 is not valid, cannot use
> [66136.187403] usb 3-6: 1:0: usb_set_interface failed (-71)
> [66136.187658] usb 3-6: 1:0: usb_set_interface failed (-71)
> 

> ** Model information
> sys_vendor: LENOVO
> product_name: 81Q9
> product_version: Lenovo Yoga C940-14IIL
> chassis_vendor: LENOVO
> chassis_version: Lenovo Yoga C940-14IIL
> bios_vendor: LENOVO
> bios_version: AUCN45WW
> board_vendor: LENOVO
> board_name: LNVNB161216
> board_version: SDK0R32862 WIN
> 

> ** Loaded modules:
> tun
> dummy
> snd_usb_audio
> snd_usbmidi_lib
> snd_rawmidi
> uhid
> vmw_vsock_vmci_transport
> vsock
> vmw_vmci
> ctr
> ccm
> rfcomm
> exfat
> snd_seq_dummy
> snd_hrtimer
> snd_seq
> snd_seq_device
> cmac
> algif_hash
> algif_skcipher
> af_alg
> qrtr
> ipmi_devintf
> ipmi_msghandler
> cpufreq_powersave
> cpufreq_userspace
> cpufreq_ondemand
> cpufreq_conservative
> bnep
> sunrpc
> binfmt_misc
> sd_mod
> sg
> btusb
> btrtl
> btbcm
> btintel
> btmtk
> bluetooth
> jitterentropy_rng
> uvcvideo
> videobuf2_vmalloc
> videobuf2_memops
> sha512_ssse3
> videobuf2_v4l2
> sha512_generic
> videobuf2_common
> videodev
> drbg
> ansi_cprng
> ecdh_generic
> mc
> ecc
> joydev
> snd_sof_pci_intel_icl
> snd_sof_intel_hda_common
> soundwire_intel
> soundwire_generic_allocation
> soundwire_cadence
> snd_sof_intel_hda
> snd_sof_pci
> snd_sof_xtensa_dsp
> snd_sof
> snd_soc_hdac_hda
> snd_hda_codec_hdmi
> snd_hda_ext_core
> snd_soc_acpi_intel_match
> snd_soc_acpi
> hid_sensor_accel_3d
> hid_sensor_trigger
> hid_sensor_iio_common
> snd_soc_core
> industrialio_triggered_buffer
> kfifo_buf
> industrialio
> hid_sensor_custom
> snd_hda_codec_realtek
> snd_compress
> soundwire_bus
> snd_hda_codec_generic
> uas
> iwlmvm
> hid_sensor_hub
> ledtrig_audio
> x86_pkg_temp_thermal
> usb_storage
> intel_powerclamp
> scsi_mod
> wacom
> snd_hda_intel
> coretemp
> intel_ishtp_hid
> snd_intel_dspcfg
> iTCO_wdt
> scsi_common
> usbhid
> hid_multitouch
> mac80211
> snd_intel_sdw_acpi
> intel_pmc_bxt
> iTCO_vendor_support
> kvm_intel
> hid_generic
> snd_hda_codec
> libarc4
> mei_hdcp
> watchdog
> kvm
> iwlwifi
> intel_rapl_msr
> snd_hda_core
> irqbypass
> wmi_bmof
> intel_wmi_thunderbolt
> crc32_pclmul
> ghash_clmulni_intel
> rapl
> intel_cstate
> intel_uncore
> pcspkr
> snd_hwdep
> xhci_pci
> cfg80211
> 

Bug#1011196: linux-image-5.17.0-2-amd64: Geek Out USB sound card fails to initialise

2022-05-18 Thread Lennert Van Alboom
Package: src:linux
Version: 5.17.6-1
Severity: normal
X-Debbugs-Cc: lennert+deb...@vanalboom.org

My Geek Out USB sound card (Bus 003 Device 005: ID 2522:0007 LH Labs Geek Out 
HD Audio 1V5) fails to initialise on all recent debian-provided kernels:

usb 3-6: uac_clock_source_is_valid(): cannot get clock validity for id 41
usb 3-6: clock source 41 is not valid, cannot use 
usb 3-6: 1:0: usb_set_interface failed (-71)

Booting into linux-image-5.10.0-8-amd64 fixes this, and the card works as 
expected. The exact spot where the problem was introduced is unclear; the
issue is present in linux-image-5.14.0-trunk-amd64 and all more recent kernels. 
Kernels between 5.10.0-8 and 5.14.0-trunk were not tested. 


-- Package-specific info:
** Version:
Linux version 5.17.0-2-amd64 (debian-ker...@lists.debian.org) (gcc-11 (Debian 
11.3.0-1) 11.3.0, GNU ld (GNU Binutils for Debian) 2.38) #1 SMP PREEMPT Debian 
5.17.6-1 (2022-05-11)

** Command line:
BOOT_IMAGE=/vmlinuz-5.17.0-2-amd64 root=/dev/mapper/NESBITT-ROOT ro quiet 
snd_hda_intel.dmic_detect=0

** Not tainted

** Kernel log:
[66136.185642] usb 3-6: uac_clock_source_is_valid(): cannot get clock validity 
for id 41
[66136.185643] usb 3-6: clock source 41 is not valid, cannot use
[66136.185956] usb 3-6: 1:0: usb_set_interface failed (-71)
[66136.186183] usb 3-6: 1:0: usb_set_interface failed (-71)
[66136.186354] usb 3-6: uac_clock_source_is_valid(): cannot get clock validity 
for id 41
[66136.186355] usb 3-6: clock source 41 is not valid, cannot use
[66136.186667] usb 3-6: 1:0: usb_set_interface failed (-71)
[66136.186889] usb 3-6: 1:0: usb_set_interface failed (-71)
[66136.187053] usb 3-6: uac_clock_source_is_valid(): cannot get clock validity 
for id 41
[66136.187053] usb 3-6: clock source 41 is not valid, cannot use
[66136.187403] usb 3-6: 1:0: usb_set_interface failed (-71)
[66136.187658] usb 3-6: 1:0: usb_set_interface failed (-71)

** Model information
sys_vendor: LENOVO
product_name: 81Q9
product_version: Lenovo Yoga C940-14IIL
chassis_vendor: LENOVO
chassis_version: Lenovo Yoga C940-14IIL
bios_vendor: LENOVO
bios_version: AUCN45WW
board_vendor: LENOVO
board_name: LNVNB161216
board_version: SDK0R32862 WIN

** Loaded modules:
tun
dummy
snd_usb_audio
snd_usbmidi_lib
snd_rawmidi
uhid
vmw_vsock_vmci_transport
vsock
vmw_vmci
ctr
ccm
rfcomm
exfat
snd_seq_dummy
snd_hrtimer
snd_seq
snd_seq_device
cmac
algif_hash
algif_skcipher
af_alg
qrtr
ipmi_devintf
ipmi_msghandler
cpufreq_powersave
cpufreq_userspace
cpufreq_ondemand
cpufreq_conservative
bnep
sunrpc
binfmt_misc
sd_mod
sg
btusb
btrtl
btbcm
btintel
btmtk
bluetooth
jitterentropy_rng
uvcvideo
videobuf2_vmalloc
videobuf2_memops
sha512_ssse3
videobuf2_v4l2
sha512_generic
videobuf2_common
videodev
drbg
ansi_cprng
ecdh_generic
mc
ecc
joydev
snd_sof_pci_intel_icl
snd_sof_intel_hda_common
soundwire_intel
soundwire_generic_allocation
soundwire_cadence
snd_sof_intel_hda
snd_sof_pci
snd_sof_xtensa_dsp
snd_sof
snd_soc_hdac_hda
snd_hda_codec_hdmi
snd_hda_ext_core
snd_soc_acpi_intel_match
snd_soc_acpi
hid_sensor_accel_3d
hid_sensor_trigger
hid_sensor_iio_common
snd_soc_core
industrialio_triggered_buffer
kfifo_buf
industrialio
hid_sensor_custom
snd_hda_codec_realtek
snd_compress
soundwire_bus
snd_hda_codec_generic
uas
iwlmvm
hid_sensor_hub
ledtrig_audio
x86_pkg_temp_thermal
usb_storage
intel_powerclamp
scsi_mod
wacom
snd_hda_intel
coretemp
intel_ishtp_hid
snd_intel_dspcfg
iTCO_wdt
scsi_common
usbhid
hid_multitouch
mac80211
snd_intel_sdw_acpi
intel_pmc_bxt
iTCO_vendor_support
kvm_intel
hid_generic
snd_hda_codec
libarc4
mei_hdcp
watchdog
kvm
iwlwifi
intel_rapl_msr
snd_hda_core
irqbypass
wmi_bmof
intel_wmi_thunderbolt
crc32_pclmul
ghash_clmulni_intel
rapl
intel_cstate
intel_uncore
pcspkr
snd_hwdep
xhci_pci
cfg80211
efi_pstore
snd_pcm
xhci_hcd
i2c_i801
i2c_smbus
snd_timer
mei_me
processor_thermal_device_pci_legacy
usbcore
snd
processor_thermal_device
processor_thermal_rfim
mei
processor_thermal_mbox
ucsi_acpi
processor_thermal_rapl
soundcore
typec_ucsi
intel_rapl_common
ideapad_laptop
intel_ish_ipc
i2c_hid_acpi
roles
platform_profile
int340x_thermal_zone
i2c_hid
intel_lpss_pci
sparse_keymap
intel_lpss
thunderbolt
rfkill
idma64
intel_ishtp
usb_common
typec
intel_soc_dts_iosf
hid
wmi
battery
soc_button_array
int3400_thermal
acpi_thermal_rel
intel_pmc_core
acpi_pad
ac
button
acpi_tad
parport_pc
ppdev
lp
parport
fuse
configfs
efivarfs
ip_tables
x_tables
autofs4
ext4
crc16
mbcache
jbd2
crc32c_generic
dm_crypt
dm_mod
i915
i2c_algo_bit
drm_kms_helper
cec
rc_core
crc32c_intel
ttm
nvme
aesni_intel
drm
nvme_core
crypto_simd
cryptd
evdev
t10_pi
crc_t10dif
crct10dif_generic
crct10dif_pclmul
serio_raw
crct10dif_common
video

** PCI devices:
00:00.0 Host bridge [0600]: Intel Corporation Ice Lake-LP Processor Host 
Bridge/DRAM Registers [8086:8a12] (rev 03)
Subsystem: Lenovo Ice Lake-LP Processor Host Bridge/DRAM Registers 
[17aa:3801]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- 

Bug#949020: linux-image-5.5.0-rc5-amd64: Poweroff/suspend doesn't work in 5.5.0-rc5

2020-04-21 Thread Lennert Van Alboom
‐‐‐ Original Message ‐‐‐
On Sunday, 19 April 2020 17:02, Lennert Van Alboom  
wrote:
> ‐‐‐ Original Message ‐‐‐
> On Sunday, 19 April 2020 15:56, Uwe Kleine-König u...@kleine-koenig.org wrote:
> > Do you have INTEL_IOMMU and INTEL_IOMMU_DEFAULT_ON included in your
> > custom kernel? (If only the former: Do you suffer from the reported
> > problem when you add intel_iommu=on to the kernel command line?)
> 

> I started with the stock Debian 5.5-rc config, and just did make oldconfig 
> from there on (don't like to stray too far from the official packages). So 
> the option should be identical to the Debian kernels.
> 

> $ grep INTEL_IOMMU Build/kernel/linux-5.7-rc1/.config
> CONFIG_INTEL_IOMMU=y
> CONFIG_INTEL_IOMMU_SVM=y
> 

> CONFIG_INTEL_IOMMU_DEFAULT_ON is not set
> 

> =
> 

> CONFIG_INTEL_IOMMU_FLOPPY_WA=y
> CONFIG_INTEL_IOMMU_SCALABLE_MODE_DEFAULT_ON=y
> 

> I don't reboot often, but I'll very likely run into the i915 hang above again 
> soon, so I'll try the intel_iommu=on then.


Verified: my 5.7.0-rc1 system with intel_iommu=on can suspend/resume without 
issues.

publickey - lennert@vanalboom.org - 0x0320C886.asc
Description: application/pgp-keys


signature.asc
Description: OpenPGP digital signature


Bug#949020: linux-image-5.5.0-rc5-amd64: Poweroff/suspend doesn't work in 5.5.0-rc5

2020-04-19 Thread Lennert Van Alboom
‐‐‐ Original Message ‐‐‐
On Sunday, 19 April 2020 15:56, Uwe Kleine-König  wrote:

> Hello Lennert,
> 

> On Sat, Apr 18, 2020 at 11:29:42PM +, Lennert Van Alboom wrote:
> 

> > \ Original Message 
> > On 19 Apr 2020, 00:42, Uwe Kleine-König < u...@kleine-koenig.org> wrote:
> > 

> > > @Lennert: I assume you can still reproduce the problem. Do you care to
> > > test with intel_iommu=off and report about the result? Just to make
> > > sure you and I see the same problems?
> > 

> > I'm afraid I can't test this anymore - due to serious i915 issues I've
> > been building and running my own kernel packages. Currently running
> > 5.7.0-rc1 (which is still just as broken as 5.4, 5.5 and 5.6... sigh).
> 

> So the newer kernels don't fix your problems? In my experience the i915
> guys are quite responsive and willing to help if you run a recent
> kernel.

They don't. I've reported a bug for it a good while back:

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=949021

https://gitlab.freedesktop.org/xorg/driver/xf86-video-intel/issues/183
https://gitlab.freedesktop.org/mesa/mesa/-/issues/2352

Awfully quiet there. There seem to be multiple similar bugs around; so far the 
only response I got upstream was the bug being closed and moved to "mesa" 
(which I don't really get either). Debian bug didn't get any acknowledgement or 
comment.


> > . I haven't seen the poweroff/suspend problem in a good while.
> 

> Do you have INTEL_IOMMU and INTEL_IOMMU_DEFAULT_ON included in your
> custom kernel? (If only the former: Do you suffer from the reported
> problem when you add intel_iommu=on to the kernel command line?)

I started with the stock Debian 5.5-rc config, and just did make oldconfig from 
there on (don't like to stray too far from the official packages). So the 
option should be identical to the Debian kernels.

$ grep INTEL_IOMMU Build/kernel/linux-5.7-rc1/.config
CONFIG_INTEL_IOMMU=y
CONFIG_INTEL_IOMMU_SVM=y
# CONFIG_INTEL_IOMMU_DEFAULT_ON is not set
CONFIG_INTEL_IOMMU_FLOPPY_WA=y
CONFIG_INTEL_IOMMU_SCALABLE_MODE_DEFAULT_ON=y


I don't reboot often, but I'll very likely run into the i915 hang above again 
soon, so I'll try the intel_iommu=on then.




publickey - lennert@vanalboom.org - 0x0320C886.asc
Description: application/pgp-keys


signature.asc
Description: OpenPGP digital signature


Bug#949020: linux-image-5.5.0-rc5-amd64: Poweroff/suspend doesn't work in 5.5.0-rc5

2020-04-18 Thread Lennert Van Alboom
\ Original Message 
On 19 Apr 2020, 00:42, Uwe Kleine-König < u...@kleine-koenig.org> wrote:
@Lennert: I assume you can still reproduce the problem. Do you care to test 
with intel\_iommu=off and report about the result? Just to make sure you and I 
see the same problems? Best regards Uwe

I'm afraid I can't test this anymore - due to serious i915 issues I've been 
building and running my own kernel packages. Currently running 5.7.0-rc1 (which 
is still just as broken as 5.4, 5.5 and 5.6... sigh) . I haven't seen the 
poweroff/suspend problem in a good while.

publickey - lennert@vanalboom.org - 0x0320C886.asc
Description: application/pgp-keys


signature.asc
Description: OpenPGP digital signature


Bug#950010: linux-image-5.4.0-3-amd64: System fan doesn't spin up anymore after suspend/resume

2020-01-28 Thread Lennert Van Alboom
Package: src:linux
Version: 5.4.13-1
Severity: important

After resuming from sleep, my laptop's system fan doesn't spin up
anymore, regardless of system load/temperature. It's capable of working
with passive cooling only, but the least bit of load immediately pushes
the CPU to 80°C and more. 

Only solution is rebooting. 

Can't say whether the same thing happens in 5.5-rc5 since suspend-to-ram
is broken in that kernel.




-- Package-specific info:
** Version:
Linux version 5.4.0-3-amd64 (debian-ker...@lists.debian.org) (gcc version 9.2.1 
20200117 (Debian 9.2.1-24)) #1 SMP Debian 5.4.13-1 (2020-01-19)

** Command line:
BOOT_IMAGE=/vmlinuz-5.4.0-3-amd64 root=/dev/mapper/NESBITT-ROOT ro quiet

** Tainted: OE (12288)
 * externally-built ("out-of-tree") module was loaded
 * unsigned module was loaded

** Kernel log:
[ 1979.596397] mce: CPU6: Package temperature/speed normal
[ 1979.596398] mce: CPU4: Core temperature/speed normal
[ 1979.596398] mce: CPU0: Core temperature/speed normal
[ 1979.596399] mce: CPU2: Package temperature/speed normal
[ 1979.596399] mce: CPU7: Package temperature/speed normal
[ 1979.596400] mce: CPU4: Package temperature/speed normal
[ 1979.596401] mce: CPU0: Package temperature/speed normal
[ 2279.602445] mce: CPU7: Core temperature above threshold, cpu clock throttled 
(total events = 23581)
[ 2279.602446] mce: CPU3: Core temperature above threshold, cpu clock throttled 
(total events = 23581)
[ 2279.602447] mce: CPU4: Package temperature above threshold, cpu clock 
throttled (total events = 55099)
[ 2279.602448] mce: CPU5: Package temperature above threshold, cpu clock 
throttled (total events = 55099)
[ 2279.602449] mce: CPU0: Package temperature above threshold, cpu clock 
throttled (total events = 55099)
[ 2279.602450] mce: CPU1: Package temperature above threshold, cpu clock 
throttled (total events = 55099)
[ 2279.602452] mce: CPU6: Package temperature above threshold, cpu clock 
throttled (total events = 55099)
[ 2279.602453] mce: CPU2: Package temperature above threshold, cpu clock 
throttled (total events = 55099)
[ 2279.602453] mce: CPU3: Package temperature above threshold, cpu clock 
throttled (total events = 55099)
[ 2279.602455] mce: CPU7: Package temperature above threshold, cpu clock 
throttled (total events = 55099)
[ 2279.610462] mce: CPU3: Core temperature/speed normal
[ 2279.610463] mce: CPU7: Core temperature/speed normal
[ 2279.610464] mce: CPU1: Package temperature/speed normal
[ 2279.610464] mce: CPU4: Package temperature/speed normal
[ 2279.610465] mce: CPU2: Package temperature/speed normal
[ 2279.610466] mce: CPU0: Package temperature/speed normal
[ 2279.610466] mce: CPU5: Package temperature/speed normal
[ 2279.610467] mce: CPU6: Package temperature/speed normal
[ 2279.610467] mce: CPU7: Package temperature/speed normal
[ 2279.610468] mce: CPU3: Package temperature/speed normal
[ 2330.044453] PM: suspend entry (s2idle)
[ 2330.058903] Filesystems sync: 0.014 seconds
[ 2330.059649] (NULL device *): firmware: direct-loading firmware 
i915/icl_dmc_ver1_07.bin
[ 2330.059780] (NULL device *): firmware: direct-loading firmware 
intel/ibt-19-32-4.ddc
[ 2330.059930] (NULL device *): firmware: direct-loading firmware 
iwlwifi-Qu-c0-hr-b0-48.ucode
[ 2330.060126] (NULL device *): firmware: direct-loading firmware 
intel/ibt-19-32-4.sfi
[ 2330.060135] (NULL device *): firmware: direct-loading firmware 
iwlwifi-Qu-c0-hr-b0-50.ucode
[ 2330.060408] Freezing user space processes ... (elapsed 0.001 seconds) done.
[ 2330.062077] OOM killer disabled.
[ 2330.062077] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) 
done.
[ 2330.063460] printk: Suspending console(s) (use no_console_suspend to debug)
[ 2330.068369] wlan0: deauthenticating from aa:db:03:14:80:7c by local choice 
(Reason: 3=DEAUTH_LEAVING)
[ 2331.423122] ACPI: EC: interrupt blocked
[ 2333.893013] ACPI: EC: interrupt unblocked
[ 2335.079220] iwlwifi :00:14.3: Applying debug destination EXTERNAL_DRAM
[ 2335.226967] iwlwifi :00:14.3: FW already configured (0) - re-configuring
[ 2335.234651] iwlwifi :00:14.3: BIOS contains WGDS but no WRDS
[ 2335.471736] OOM killer enabled.
[ 2335.471737] Restarting tasks ... done.
[ 2335.496153] PM: suspend exit
[ 2335.673379] userif-2: sent link down event.
[ 2335.673381] userif-2: sent link up event.
[ 2335.991316] PM: suspend entry (s2idle)
[ 2336.002299] Filesystems sync: 0.010 seconds
[ 2336.002742] Freezing user space processes ... (elapsed 0.821 seconds) done.
[ 2336.824365] OOM killer disabled.
[ 2336.824366] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) 
done.
[ 2336.825852] printk: Suspending console(s) (use no_console_suspend to debug)
[ 2337.477791] ACPI: EC: interrupt blocked
[58827.790024] ACPI: EC: interrupt unblocked
[58828.840539] ideapad_laptop: Unknown event: 10
[58828.998404] iwlwifi :00:14.3: Applying debug destination EXTERNAL_DRAM
[58829.646084] iwlwifi :00:14.3: FW already configured (0) - re-configuring

Bug#949021: xserver-xorg-video-intel: i915 Intel Iris Plus G7 (rev 07) hang & reset under load

2020-01-15 Thread Lennert Van Alboom
Package: xserver-xorg-video-intel
Version: 2:2.99.917+git20190815-1
Severity: important
Tags: upstream

Under GPU load, X hangs, then resets; after this reset, the system is 
responsive but hardly workable (massive input lag). A reboot is needed.

Dmesg shows that i915 hangs, then resets (causing steam to segfault, in this 
case):

[  706.762555] perf: interrupt took too long (2524 > 2500), lowering 
kernel.perf_event_max_sample_rate to 79000
[  878.147587] perf: interrupt took too long (3241 > 3155), lowering 
kernel.perf_event_max_sample_rate to 61500
[ 1091.099151] perf: interrupt took too long (4106 > 4051), lowering 
kernel.perf_event_max_sample_rate to 48500
[ 1325.609741] perf: interrupt took too long (5182 > 5132), lowering 
kernel.perf_event_max_sample_rate to 38500
[ 1602.725312] perf: interrupt took too long (6736 > 6477), lowering 
kernel.perf_event_max_sample_rate to 29500
[ 1612.531293] perf: interrupt took too long (8769 > 8420), lowering 
kernel.perf_event_max_sample_rate to 22750
[ 1612.916769] Asynchronous wait on fence i915:cinnamon[1250]:1643a timed out 
(hint:intel_atomic_commit_ready+0x0/0x50 [i915])
[ 1613.840431] i915 :00:02.0: Resetting rcs0 for preemption time out
[ 1616.132812] i915 :00:02.0: GPU HANG: ecode 11:1:0x86d7fffd, in cinnamon 
[1250], stopped heartbeat on rcs0
[ 1616.132872] GPU hangs can indicate a bug anywhere in the entire gfx stack, 
including userspace.
[ 1616.132873] Please file a _new_ bug report on bugs.freedesktop.org against 
DRI -> DRM/Intel
[ 1616.132873] drm/i915 developers can then reassign to the right component if 
it's not a kernel issue.
[ 1616.132873] The GPU crash dump is required to analyze GPU hangs, so please 
always attach it.
[ 1616.132899] GPU crash dump saved to /sys/class/drm/card0/error
[ 1616.237695] i915 :00:02.0: Resetting rcs0 for stopped heartbeat on rcs0
[ 1616.240203] i915 :00:02.0: Resetting rcs0 for preemption time out
[ 1616.246717] i915 :00:02.0: Resetting chip for stopped heartbeat on rcs0
[ 1616.449034] i915 :00:02.0: Failed to reset chip
[ 1619.235971] perf: interrupt took too long (12434 > 10961), lowering 
kernel.perf_event_max_sample_rate to 16000
[ 1624.484008] broken atomic modeset userspace detected, disabling atomic
[ 1626.701976] show_signal_msg: 15 callbacks suppressed
[ 1626.702056] steam[1992]: segfault at 17 ip ea71a81f sp 
ff96d270 error 6 in steamclient.so[ea281000+190a000]
[ 1626.702196] Code: 47 14 89 44 24 2c 89 41 08 8d 04 1d b4 30 00 00 e8 b6 01 
c9 ff 89 c6 8b 00 85 c0 0f 84 6a 01 00 00 25 ff ff ff 1f 89 c5 31 c0  0f b1 
2f 85 c0 89 c1 89 c2 0f 84 88 00 00 00 25 ff ff ff 1f 39
[ 1626.984687] steam[1992]: segfault at 17 ip ea71a81f sp 
ff96d270 error 6 in steamclient.so[ea281000+190a000]
[ 1626.985066] Code: 47 14 89 44 24 2c 89 41 08 8d 04 1d b4 30 00 00 e8 b6 01 
c9 ff 89 c6 8b 00 85 c0 0f 84 6a 01 00 00 25 ff ff ff 1f 89 c5 31 c0  0f b1 
2f 85 c0 89 c1 89 c2 0f 84 88 00 00 00 25 ff ff ff 1f 39
[ 1635.525918] perf: interrupt took too long (15684 > 15542), lowering 
kernel.perf_event_max_sample_rate to 12750
[ 1784.579838] perf: interrupt took too long (22575 > 19605), lowering 
kernel.perf_event_max_sample_rate to 8750


This bug is reported upstream at 
https://gitlab.freedesktop.org/mesa/mesa/issues/2352.





-- Package-specific info:
/etc/X11/X does not exist.
/etc/X11/X is not a symlink.
/etc/X11/X is not executable.

VGA-compatible devices on PCI bus:
--
00:02.0 VGA compatible controller [0300]: Intel Corporation Iris Plus Graphics 
G7 [8086:8a52] (rev 07)

/etc/X11/xorg.conf does not exist.

Contents of /etc/X11/xorg.conf.d:
-
total 0

/etc/modprobe.d contains no KMS configuration files.

Kernel version (/proc/version):
---
Linux version 5.5.0-rc5-amd64 (debian-ker...@lists.debian.org) (gcc version 
9.2.1 20200104 (Debian 9.2.1-22)) #1 SMP Debian 5.5~rc5-1~exp1 (2020-01-06)

Xorg X server log files on system:
--
-rw-r--r-- 1 root root 35954 Jan 16 08:17 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file (/var/log/Xorg.0.log):
-
[13.220] 
X.Org X Server 1.20.7
X Protocol Version 11, Revision 0
[13.220] Build Operating System: Linux 4.19.0-6-amd64 x86_64 Debian
[13.220] Current Operating System: Linux Nesbitt 5.5.0-rc5-amd64 #1 SMP 
Debian 5.5~rc5-1~exp1 (2020-01-06) x86_64
[13.220] Kernel command line: BOOT_IMAGE=/vmlinuz-5.5.0-rc5-amd64 
root=/dev/mapper/NESBITT-ROOT ro quiet
[13.220] Build Date: 14 January 2020  10:13:49AM
[13.220] xorg-server 2:1.20.7-2 (https://www.debian.org/support) 
[13.220] Current version of pixman: 0.36.0
[13.220]Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[13.220] Markers: (--) probed, (**) from config file, 

Bug#949020: linux-image-5.5.0-rc5-amd64: Poweroff/suspend doesn't work in 5.5.0-rc5

2020-01-15 Thread Lennert Van Alboom
Package: src:linux
Version: 5.5~rc5-1~exp1
Severity: normal

Neither shutdown nor suspend works in this kernel version. Systemd seems
to indicate it is trying at least, but the system hangs either right
before shutdown (clean situation, requiring a poweroff with the power
button) or before sleep (hung system, can't do anything except also hard
powering off and rebooting later).

Syslog from a suspend action:

Jan 16 06:43:53 Nesbitt NetworkManager[749]:   [1579153433.6342] manager: 
sleep: sleep requested (sleeping: no  enabled: yes)
Jan 16 06:43:53 Nesbitt NetworkManager[749]:   [1579153433.6343] device 
(p2p-dev-wlan0): state change: disconnected -> unmanaged (reason 'sleeping', 
sys-iface-state: 'managed')
Jan 16 06:43:53 Nesbitt NetworkManager[749]:   [1579153433.6345] manager: 
NetworkManager state is now ASLEEP
Jan 16 06:43:53 Nesbitt systemd[1]: Reached target Sleep.
Jan 16 06:43:53 Nesbitt systemd[1]: Starting Suspend...
Jan 16 06:43:53 Nesbitt kernel: [55203.294410] PM: suspend entry (s2idle)
Jan 16 06:43:53 Nesbitt systemd-sleep[19110]: Suspending system...





-- Package-specific info:
** Version:
Linux version 5.5.0-rc5-amd64 (debian-ker...@lists.debian.org) (gcc version 
9.2.1 20200104 (Debian 9.2.1-22)) #1 SMP Debian 5.5~rc5-1~exp1 (2020-01-06)

** Command line:
BOOT_IMAGE=/vmlinuz-5.5.0-rc5-amd64 root=/dev/mapper/NESBITT-ROOT ro quiet

** Not tainted

** Kernel log:
[   11.240204] usb 3-10: config 1 interface 1 altsetting 0 endpoint 0x3 has 
wMaxPacketSize 0, skipping
[   11.240207] usb 3-10: config 1 interface 1 altsetting 0 endpoint 0x83 has 
wMaxPacketSize 0, skipping
[   11.240213] usb 3-10: New USB device found, idVendor=8087, idProduct=0026, 
bcdDevice= 0.02
[   11.240215] usb 3-10: New USB device strings: Mfr=0, Product=0, 
SerialNumber=0
[   11.268290] mc: Linux media interface: v0.10
[   11.269619] alg: No test for fips(ansi_cprng) (fips_ansi_cprng)
[   11.272214] SCSI subsystem initialized
[   11.275443] usb-storage 4-1:1.0: USB Mass Storage device detected
[   11.275734] scsi host0: usb-storage 4-1:1.0
[   11.275814] videodev: Linux video capture interface: v2.00
[   11.275824] usbcore: registered new interface driver usb-storage
[   11.277009] usbcore: registered new interface driver uas
[   11.285112] uvcvideo: Found UVC 1.00 device Integrated Camera (13d3:56b2)
[   11.303110] uvcvideo 3-1:1.0: Entity type for entity Extension 4 was not 
initialized!
[   11.303111] uvcvideo 3-1:1.0: Entity type for entity Extension 3 was not 
initialized!
[   11.303112] uvcvideo 3-1:1.0: Entity type for entity Processing 2 was not 
initialized!
[   11.303112] uvcvideo 3-1:1.0: Entity type for entity Camera 1 was not 
initialized!
[   11.303150] input: Integrated Camera: Integrated C as 
/devices/pci:00/:00:14.0/usb3/3-1/3-1:1.0/input/input21
[   11.303195] usbcore: registered new interface driver uvcvideo
[   11.303195] USB Video Class driver (1.1.1)
[   11.309377] Bluetooth: Core ver 2.22
[   11.309386] NET: Registered protocol family 31
[   11.309386] Bluetooth: HCI device and connection manager initialized
[   11.309388] Bluetooth: HCI socket layer initialized
[   11.309390] Bluetooth: L2CAP socket layer initialized
[   11.309391] Bluetooth: SCO socket layer initialized
[   11.313933] usbcore: registered new interface driver btusb
[   11.315171] Bluetooth: hci0: Bootloader revision 0.4 build 0 week 11 2017
[   11.316154] Bluetooth: hci0: Device revision is 2
[   11.316169] Bluetooth: hci0: Secure boot is enabled
[   11.316169] Bluetooth: hci0: OTP lock is enabled
[   11.316169] Bluetooth: hci0: API lock is enabled
[   11.316170] Bluetooth: hci0: Debug lock is disabled
[   11.316170] Bluetooth: hci0: Minimum firmware build 1 week 10 2014
[   11.317265] bluetooth hci0: firmware: direct-loading firmware 
intel/ibt-19-32-4.sfi
[   11.317267] Bluetooth: hci0: Found device firmware: intel/ibt-19-32-4.sfi
[   12.307973] scsi 0:0:0:0: Direct-Access USB  Disk 3.0 0009 
PQ: 0 ANSI: 6
[   12.318811] scsi 0:0:0:0: Attached scsi generic sg0 type 0
[   12.321712] sd 0:0:0:0: [sda] 60825600 512-byte logical blocks: (31.1 
GB/29.0 GiB)
[   12.322349] sd 0:0:0:0: [sda] Write Protect is off
[   12.322367] sd 0:0:0:0: [sda] Mode Sense: 23 00 00 00
[   12.323064] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, 
doesn't support DPO or FUA
[   12.346647]  sda: sda1
[   12.347847] sd 0:0:0:0: [sda] Attached SCSI removable disk
[   12.400600] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: 
(null)
[   12.419559] audit: type=1400 audit(1579159022.895:2): apparmor="STATUS" 
operation="profile_load" profile="unconfined" name="libreoffice-xpdfimport" 
pid=734 comm="apparmor_parser"
[   12.420287] audit: type=1400 audit(1579159022.895:3): apparmor="STATUS" 
operation="profile_load" profile="unconfined" name="torbrowser_tor" pid=730 
comm="apparmor_parser"
[   12.420374] audit: type=1400 audit(1579159022.895:4): apparmor="STATUS" 
operation="profile_load" 

Bug#945076: firmware-linux: Missing firmware for i915 on Intel 1065G7 (Ice Lake)

2020-01-15 Thread Lennert Van Alboom
On kernel 5.5, firmware i915/icl_dmc_ver1_09.bin is also requested (and 
currently missing). Firmware is also available on kernel.org.


signature.asc
Description: Digital signature


Bug#949019: firmware-linux-nonfree: Missing firmware for Ice Lake sound card renders it disabled

2020-01-15 Thread Lennert Van Alboom
Package: firmware-linux-nonfree
Version: 20190717-2
Severity: normal

Missing firmware intel/sof/sof-icl.ri makes that the sound card is not
working in kernel 5.5 (only sound output is "dummy", until I plug in an
USB sound card).

Please update the firmware packages with more recent blobs than those of
six months ago :-) recent hardware depends on it.




-- System Information:
Debian Release: bullseye/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.5.0-rc5-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_GB:en (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages firmware-linux-nonfree depends on:
ii  firmware-amd-graphics  20190717-2
ii  firmware-misc-nonfree  20190717-2

Versions of packages firmware-linux-nonfree recommends:
ii  amd64-microcode  3.20191218.1
ii  intel-microcode  3.20191115.2

firmware-linux-nonfree suggests no packages.

-- no debconf information



Bug#945071: Fixed in linux-image-5.4.0-trunk-amd64 5.4.2-1~exp1.

2019-12-06 Thread Lennert Van Alboom
Confirmed that this no longer happens with linux-image-5.4.0-trunk-amd64 
5.4.2-1~exp1.


signature.asc
Description: Digital signature


Bug#945077: firmware-linux: Missing firmware for Intel bluetooth device 22560 makes adapter not available

2019-11-19 Thread Lennert Van Alboom
Package: firmware-linux
Version: 20190717-2
Severity: important

Nov 16 16:35:17 Nesbitt kernel: [   11.106019] bluetooth hci0: firmware: failed 
to load intel/ibt-19-32-4.sfi (-2)
Nov 16 16:35:17 Nesbitt kernel: [   11.106021] bluetooth hci0: Direct firmware 
load for intel/ibt-19-32-4.sfi failed with error -2

Bluetooth adapter is not working without this file ("no adapters found"). After 
manually
adding the firmware file (and the .ddc) it does work. 



-- System Information:
Debian Release: bullseye/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.3.0-2-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_GB:en (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages firmware-linux depends on:
ii  firmware-linux-free 3.4
ii  firmware-linux-nonfree  20190717-2

Versions of packages firmware-linux recommends:
ii  amd64-microcode  3.20191021.1
ii  intel-microcode  3.20191115.1

firmware-linux suggests no packages.

-- no debconf information



Bug#945076: firmware-linux: Missing firmware for i915 on Intel 1065G7 (Ice Lake)

2019-11-19 Thread Lennert Van Alboom
Package: firmware-linux
Version: 20190717-2
Severity: normal

Syslog shows complaints about missing firmware:

Nov 16 16:35:17 Nesbitt kernel: [9.977154] i915 :00:02.0: firmware: 
failed to load i915/icl_dmc_ver1_07.bin (-2)
Nov 16 16:35:17 Nesbitt kernel: [9.977160] i915 :00:02.0: Direct 
firmware load for i915/icl_dmc_ver1_07.bin failed with error -2

This firmware is present upstream, which seems to suggest that the
firmware-linux package is in need of an update.

After manually adding i915/icl_dmc_ver1_07.bin, I noticed that
mkinitramfs also complained about bxt_huc_ver01_8_2893.bin. 





-- System Information:
Debian Release: bullseye/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.3.0-2-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_GB:en (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages firmware-linux depends on:
ii  firmware-linux-free 3.4
ii  firmware-linux-nonfree  20190717-2

Versions of packages firmware-linux recommends:
ii  amd64-microcode  3.20191021.1
ii  intel-microcode  3.20191115.1

firmware-linux suggests no packages.

-- no debconf information



Bug#945071: linux-image-5.3.0-2-amd64: Intel Sensor Hub floods dmesg with "hid_field_extract() called with n (192) > 32!"

2019-11-19 Thread Lennert Van Alboom
Package: src:linux
Version: 5.3.9-2
Severity: normal

See https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1850600 and 
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1818547 . 

Nothing serious, but it's a lot of unnecessary noise:

$ sudo head -1 /var/log/syslog
Nov 16 16:35:17 Nesbitt systemd-sysusers[456]: Creating group systemd-coredump 
with gid 999.
$ date
Tue 19 Nov 11:34:10 CET 2019
$ sudo grep hid_field_extract /var/log/syslog | wc -l
87976



-- Package-specific info:
** Version:
Linux version 5.3.0-2-amd64 (debian-ker...@lists.debian.org) (gcc version 9.2.1 
20191109 (Debian 9.2.1-19)) #1 SMP Debian 5.3.9-2 (2019-11-12)

** Command line:
BOOT_IMAGE=/vmlinuz-5.3.0-2-amd64 root=/dev/mapper/NESBITT-ROOT ro quiet

** Tainted: W (512)
 * Taint on warning.

** Kernel log:
[163488.514078] hid-sensor-hub 001F:8087:0AC2.0003: hid_field_extract() called 
with n (192) > 32! (kworker/3:1)
[163488.614221] hid-sensor-hub 001F:8087:0AC2.0003: hid_field_extract() called 
with n (192) > 32! (kworker/3:1)
[163488.614222] hid-sensor-hub 001F:8087:0AC2.0003: hid_field_extract() called 
with n (192) > 32! (kworker/3:1)
[163488.614223] hid-sensor-hub 001F:8087:0AC2.0003: hid_field_extract() called 
with n (192) > 32! (kworker/3:1)
[163488.614223] hid-sensor-hub 001F:8087:0AC2.0003: hid_field_extract() called 
with n (192) > 32! (kworker/3:1)
[163488.713945] hid-sensor-hub 001F:8087:0AC2.0003: hid_field_extract() called 
with n (192) > 32! (kworker/3:1)
[163488.713946] hid-sensor-hub 001F:8087:0AC2.0003: hid_field_extract() called 
with n (192) > 32! (kworker/3:1)
[163488.713946] hid-sensor-hub 001F:8087:0AC2.0003: hid_field_extract() called 
with n (192) > 32! (kworker/3:1)
[163488.713947] hid-sensor-hub 001F:8087:0AC2.0003: hid_field_extract() called 
with n (192) > 32! (kworker/3:1)
[163488.814074] hid-sensor-hub 001F:8087:0AC2.0003: hid_field_extract() called 
with n (192) > 32! (kworker/3:1)
[163488.814075] hid-sensor-hub 001F:8087:0AC2.0003: hid_field_extract() called 
with n (192) > 32! (kworker/3:1)
[163488.814076] hid-sensor-hub 001F:8087:0AC2.0003: hid_field_extract() called 
with n (192) > 32! (kworker/3:1)
[163488.814076] hid-sensor-hub 001F:8087:0AC2.0003: hid_field_extract() called 
with n (192) > 32! (kworker/3:1)
[163502.115180] hid-sensor-hub 001F:8087:0AC2.0003: hid_field_extract() called 
with n (192) > 32! (kworker/3:1)
[163502.115181] hid-sensor-hub 001F:8087:0AC2.0003: hid_field_extract() called 
with n (192) > 32! (kworker/3:1)
[163502.115183] hid-sensor-hub 001F:8087:0AC2.0003: hid_field_extract() called 
with n (192) > 32! (kworker/3:1)
[163502.115184] hid-sensor-hub 001F:8087:0AC2.0003: hid_field_extract() called 
with n (192) > 32! (kworker/3:1)
[163504.614575] hid-sensor-hub 001F:8087:0AC2.0003: hid_field_extract() called 
with n (192) > 32! (kworker/3:1)
[163504.614576] hid-sensor-hub 001F:8087:0AC2.0003: hid_field_extract() called 
with n (192) > 32! (kworker/3:1)
[163504.614577] hid-sensor-hub 001F:8087:0AC2.0003: hid_field_extract() called 
with n (192) > 32! (kworker/3:1)
[163504.614578] hid-sensor-hub 001F:8087:0AC2.0003: hid_field_extract() called 
with n (192) > 32! (kworker/3:1)
[163507.481440] wlan0: disconnect from AP e8:65:49:6a:2f:c1 for new auth to 
e8:65:49:8d:5e:11
[163507.485185] wlan0: authenticate with e8:65:49:8d:5e:11
[163507.486463] wlan0: send auth to e8:65:49:8d:5e:11 (try 1/3)
[163507.540531] wlan0: authenticated
[163507.541928] wlan0: associate with e8:65:49:8d:5e:11 (try 1/3)
[163507.606002] wlan0: RX ReassocResp from e8:65:49:8d:5e:11 (capab=0x431 
status=0 aid=8)
[163507.608155] wlan0: associated
[163507.925160] wlan0: Limiting TX power to 1 dBm as advertised by 
e8:65:49:8d:5e:11
[163514.014694] hid-sensor-hub 001F:8087:0AC2.0003: hid_field_extract() called 
with n (192) > 32! (kworker/3:1)
[163514.014695] hid-sensor-hub 001F:8087:0AC2.0003: hid_field_extract() called 
with n (192) > 32! (kworker/3:1)
[163514.014695] hid-sensor-hub 001F:8087:0AC2.0003: hid_field_extract() called 
with n (192) > 32! (kworker/3:1)
[163514.014696] hid-sensor-hub 001F:8087:0AC2.0003: hid_field_extract() called 
with n (192) > 32! (kworker/3:1)
[163519.220457] wlan0: Connection to AP e8:65:49:8d:5e:11 lost
[163520.494067] wlan0: authenticate with e8:65:49:6a:2f:c1
[163520.497158] wlan0: send auth to e8:65:49:6a:2f:c1 (try 1/3)
[163520.521807] wlan0: authenticated
[163520.522015] wlan0: associate with e8:65:49:6a:2f:c1 (try 1/3)
[163520.524456] wlan0: RX AssocResp from e8:65:49:6a:2f:c1 (capab=0x431 
status=0 aid=1)
[163520.527704] wlan0: associated
[163520.550298] wlan0: Limiting TX power to 1 dBm as advertised by 
e8:65:49:6a:2f:c1
[163520.550564] iwlwifi :00:14.3: Unhandled alg: 0x707
[163551.416238] hid-sensor-hub 001F:8087:0AC2.0003: hid_field_extract() called 
with n (192) > 32! (kworker/3:1)
[163551.416239] hid-sensor-hub 001F:8087:0AC2.0003: hid_field_extract() called 
with n (192) > 32! (kworker/3:1)
[163551.416240] hid-sensor-hub 001F:8087:0AC2.0003: 

Bug#866055: linux-image-4.9.0-3-amd64: Broadwell laptop hangs during light usage since upgrading to stretch

2017-07-20 Thread Lennert Van Alboom
I've been running 5+ days on 4.9.0-3-rt-amd64 now. Not going to cry victory yet
though, the previous run with 4.9.0-3-amd64 (4.9.30-2+deb9u2) lasted 8 days
before going belly up.


signature.asc
Description: Digital signature


Bug#866055: linux-image-4.9.0-3-amd64: Broadwell laptop hangs during light usage since upgrading to stretch

2017-07-14 Thread Lennert Van Alboom
Bug confirmed to still be around in 4.9.30-2+deb9u2. Took longer to hit than I 
expected (and I already hoped it was gone), but same symptoms.


signature.asc
Description: Digital signature


Bug#866055: linux-image-4.9.0-3-amd64: Broadwell laptop hangs during light usage since upgrading to stretch

2017-06-27 Thread Lennert Van Alboom
On a sidenote, I have had similar issues with 4.9 in sid before too, on my
laptop (i7-4600U). Hard lockups, quite often within 30 seconds after resuming
from sleep. I didn't investigate much further since newer kernels were
available (4.10-trunk, now 4.11). But it might be related.


signature.asc
Description: Digital signature


Bug#866055: linux-image-4.9.0-3-amd64: Broadwell laptop hangs during light usage since upgrading to stretch

2017-06-27 Thread Lennert Van Alboom
Package: src:linux
Version: 4.9.30-2+deb9u1
Followup-For: Bug #866055


Same problems reported here on a VMware VM with Xeon E5-1650 v2 CPUs.
After a while, one CPU core goes bananas at 100% straight (as visible in
the VMware management interface) and the entire machine becomes
unresponsive - nothing via network, nothing via local console. Needs to
be reset via the hypervisor. 

Tasty detail: I installed and configured watchdog+softdog in the VM,
added "debug" to the kernel cmdline and remounted /var/log with "sync".
There appears absolutely nothing out of the ordinary in the logs - one
line is a cronjob running or other trivial nonsense, the next line is
the machine starting up after my manual reset.

Whatever is causing this is nasty enough to prevent watchdog from
triggering a reset.


Regards,


Lennert


-- Package-specific info:
** Version:
Linux version 4.9.0-3-amd64 (debian-ker...@lists.debian.org) (gcc version 6.3.0 
20170516 (Debian 6.3.0-18) ) #1 SMP Debian 4.9.30-2+deb9u1 (2017-06-18)

** Command line:
BOOT_IMAGE=/boot/vmlinuz-4.9.0-3-amd64 root=/dev/mapper/SYSTEM-ROOT ro quiet 
log_buf_len=32M debug

** Not tainted

** Kernel log:
[2.770507] ata_piix :00:07.1: version 2.13
[2.775037] scsi host1: ata_piix
[2.779660] scsi host2: ata_piix
[2.779707] ata1: PATA max UDMA/33 cmd 0x1f0 ctl 0x3f6 bmdma 0x1060 irq 14
[2.779726] ata2: PATA max UDMA/33 cmd 0x170 ctl 0x376 bmdma 0x1068 irq 15
[2.950742] ata1.00: ATAPI: VMware Virtual IDE CDROM Drive, 0001, max 
UDMA/33
[2.955299] ata1.00: configured for UDMA/33
[2.956669] scsi 1:0:0:0: CD-ROMNECVMWar VMware IDE CDR00 1.00 
PQ: 0 ANSI: 5
[3.070757] ACPI: bus type USB registered
[3.071116] usbcore: registered new interface driver usbfs
[3.071523] usbcore: registered new interface driver hub
[3.071880] usbcore: registered new device driver usb
[3.078152] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[3.087854] ehci-pci: EHCI PCI platform driver
[3.088502] ehci-pci :02:01.0: EHCI Host Controller
[3.088839] ehci-pci :02:01.0: new USB bus registered, assigned bus 
number 1
[3.089325] ehci-pci :02:01.0: cache line size of 32 is not supported
[3.089685] ehci-pci :02:01.0: irq 19, io mem 0xfd5ff000
[3.107324] ehci-pci :02:01.0: USB 2.0 started, EHCI 1.00
[3.107849] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[3.108205] usb usb1: New USB device strings: Mfr=3, Product=2, 
SerialNumber=1
[3.108550] usb usb1: Product: EHCI Host Controller
[3.108892] usb usb1: Manufacturer: Linux 4.9.0-3-amd64 ehci_hcd
[3.109217] usb usb1: SerialNumber: :02:01.0
[3.109646] hub 1-0:1.0: USB hub found
[3.110012] hub 1-0:1.0: 6 ports detected
[3.128056] uhci_hcd: USB Universal Host Controller Interface driver
[3.128113] uhci_hcd :02:00.0: UHCI Host Controller
[3.128171] uhci_hcd :02:00.0: new USB bus registered, assigned bus 
number 2
[3.128229] uhci_hcd :02:00.0: detected 2 ports
[3.128349] uhci_hcd :02:00.0: irq 18, io base 0x2000
[3.128446] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[3.128504] usb usb2: New USB device strings: Mfr=3, Product=2, 
SerialNumber=1
[3.128561] usb usb2: Product: UHCI Host Controller
[3.128619] usb usb2: Manufacturer: Linux 4.9.0-3-amd64 uhci_hcd
[3.128676] usb usb2: SerialNumber: :02:00.0
[3.128845] hub 2-0:1.0: USB hub found
[3.128909] hub 2-0:1.0: 2 ports detected
[3.146084] sd 0:0:0:0: Attached scsi generic sg0 type 0
[3.146476] scsi 1:0:0:0: Attached scsi generic sg1 type 5
[3.167814] VMware vmxnet3 virtual NIC driver - version 1.4.a.0-k-NAPI
[3.168186] vmxnet3 :0b:00.0: # of Tx queues : 2, # of Rx queues : 2
[3.169467] vmxnet3 :0b:00.0 eth0: NIC Link is Up 1 Mbps
[3.252600] input: PC Speaker as /devices/platform/pcspkr/input/input3
[3.260651] input: VirtualPS/2 VMware VMMouse as 
/devices/platform/i8042/serio1/input/input5
[3.261207] input: VirtualPS/2 VMware VMMouse as 
/devices/platform/i8042/serio1/input/input4
[3.266905] RAPL PMU: API unit is 2^-32 Joules, 3 fixed counters, 
10737418240 ms ovfl timer
[3.267287] RAPL PMU: hw unit of domain pp0-core 2^-0 Joules
[3.267647] RAPL PMU: hw unit of domain package 2^-0 Joules
[3.267991] RAPL PMU: hw unit of domain dram 2^-0 Joules
[3.332155] random: crng init done
[3.400463] ppdev: user-space parallel port driver
[3.416093] sr 1:0:0:0: [sr0] scsi3-mmc drive: 1x/1x writer dvd-ram cd/rw 
xa/form2 cdda tray
[3.416460] cdrom: Uniform CD-ROM driver Revision: 3.20
[3.417612] sr 1:0:0:0: Attached scsi CD-ROM sr0
[3.442714] vmxnet3 :0b:00.0 ens192: renamed from eth0
[3.455024] usb 2-1: new full-speed USB device number 2 using uhci_hcd
[3.495702] EDAC MC: Ver: 3.0.0
[3.503188] EDAC sbridge: Seeking for: PCI ID 8086:0ea0
[3.503229] EDAC sbridge:  

Bug#768475: evince: segfault on trying to open a pdf

2014-11-08 Thread Lennert Van Alboom
I can confirm this happens with *all* pdfs I have tried (20+). I can attach an
example if you want, but that'd just be doing a find / -name *.pdf | head -1
so I'm not sure it matters :-)


Backtrace as requested:

[alver@Crusoe ~]$ gdb evince
GNU gdb (Debian 7.7.1+dfsg-3) 7.7.1
Copyright (C) 2014 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type show copying
and show warranty for details.
This GDB was configured as x86_64-linux-gnu.
Type show configuration for configuration details.
For bug reporting instructions, please see:
http://www.gnu.org/software/gdb/bugs/.
Find the GDB manual and other documentation resources online at:
http://www.gnu.org/software/gdb/documentation/.
For help, type help.
Type apropos word to search for commands related to word...
Reading symbols from evince...(no debugging symbols found)...done.
(gdb) run altairz80_doc.pdf
Starting program: /usr/bin/evince altairz80_doc.pdf
[Thread debugging using libthread_db enabled]
Using host libthread_db library /lib/x86_64-linux-gnu/libthread_db.so.1.
[New Thread 0x7fffee08d700 (LWP 30810)]
[New Thread 0x7fffed88c700 (LWP 30811)]
[New Thread 0x7fffec974700 (LWP 30816)]
[New Thread 0x7fffdfd04700 (LWP 30817)]
[New Thread 0x7fffdf2e3700 (LWP 30818)]
[New Thread 0x7fffdeae2700 (LWP 30819)]
[New Thread 0x7fffde2e1700 (LWP 30820)]
[New Thread 0x7fffddae0700 (LWP 30821)]
[New Thread 0x7fffdd2df700 (LWP 30822)]
[New Thread 0x7fffdcade700 (LWP 30823)]
[New Thread 0x7fffc7fff700 (LWP 30824)]
[New Thread 0x7fffc77fe700 (LWP 30825)]
[New Thread 0x7fffc6ffd700 (LWP 30826)]

(evince:30806): EvinceDocument-WARNING **: 
/usr/lib/x86_64-linux-gnu/libpoppler-glib.so.8: undefined symbol: 
_ZN7GfxFont16getAlternateNameEPKc

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7fffc6ffd700 (LWP 30826)]
0x0001f576 in ?? ()
(gdb) bt full
#0  0x0001f576 in ?? ()
No symbol table info available.
#1  0x7fffc65c5637 in poppler_document_new_from_file () from 
/usr/lib/x86_64-linux-gnu/libpoppler-glib.so.8
No symbol table info available.
#2  0x7fffdc0d7a2b in ?? () from 
/usr/lib/evince/4/backends/libpdfdocument.so
No symbol table info available.
#3  0x77bb7ef7 in ev_document_load () from /usr/lib/libevdocument3.so.4
No symbol table info available.
#4  0x77bb9cfb in ev_document_factory_get_document () from 
/usr/lib/libevdocument3.so.4
No symbol table info available.
#5  0x7796ac6d in ?? () from /usr/lib/libevview3.so.3
No symbol table info available.
#6  0x7796c1ea in ?? () from /usr/lib/libevview3.so.3
No symbol table info available.
#7  0x74df3925 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#8  0x746520a4 in start_thread (arg=0x7fffc6ffd700) at 
pthread_create.c:309
__res = optimized out
pd = 0x7fffc6ffd700
now = optimized out
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140736532043520, 
-2297013931208070973, 1, 140737354125408, 140737301657808, 140736532043520, 
2297064510323173571, 2297035052063795395}, mask_was_saved = 
0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, 
  cleanup = 0x0, canceltype = 0}}}
not_first_call = optimized out
pagesize_m1 = optimized out
sp = optimized out
freesize = optimized out
__PRETTY_FUNCTION__ = start_thread
#9  0x74387c2d in clone () at 
../sysdeps/unix/sysv/linux/x86_64/clone.S:111
No locals.
(gdb) quit
A debugging session is active.

Inferior 1 [process 30806] will be killed.

Quit anyway? (y or n) y

[alver@Crusoe ~]$ dpkg -l evince
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ NameVersion  Architecture 
Description
+++-===---
ii  evince  3.14.1-1 amd64
Document (PostScript, PDF) viewer


signature.asc
Description: Digital signature


Bug#768475: evince: segfault on trying to open a pdf

2014-11-08 Thread Lennert Van Alboom
I think you just hit bull's eye there. This was what I tested with:

[alver@Crusoe ~]$ dpkg -l *poppler* | grep ^ii
ii  libpoppler-glib8:amd64 0.26.5-2 amd64PDF rendering library 
(GLib-based shared library)
ii  libpoppler46:amd64 0.26.5-1 amd64PDF rendering library
ii  poppler-data   0.4.7-1  all  encoding data for the 
poppler PDF rendering library
ii  poppler-utils  0.26.5-2 amd64PDF utilities (based on 
Poppler)

Do note the slight version difference between libpoppler46:amd64 and
libpoppler-glib8:amd64.

When installing libpoppler-dev as you requested, it pulled in
libpoppler46:amd64 0.26.5-2, and lo and behold, evince opens PDFs again. So
something in the tiny versions caused it, and somehow the version didn't get up
to my workstation until just now.


signature.asc
Description: Digital signature


Bug#759745: gdm3: Unable to login post-upgrade without systemd-sysv installed

2014-10-20 Thread Lennert Van Alboom
Confirmed that this bug is fixed with the following packages:

ii  cgmanager   0.33-2   amd64
Central cgroup manager daemon
ii  linux-image-3.17-1-amd643.17-1~exp1  amd64
Linux 3.17 for 64-bit PCs
ii  systemd-shim8-3  amd64
shim for systemd

Great job! Thanks.


signature.asc
Description: Digital signature


Bug#759745: gdm3: Unable to login post-upgrade without systemd-sysv installed

2014-10-02 Thread Lennert Van Alboom
Hi there,


It's very well possible that this is a policykit issue - although I'm not 100%
sure yet; it happens *before* anything user related after all. This is the bare
gdm3 itself which doesn't work (it doesn't show any login/password fields). I
would instinctively start looking at systemd-logind, but I wouldn't have the
faintest clue on how those two play together.

Is there a way to get a list of all policykit groups that exist on a system,
and what they do? 


Thanks,


Lennert


signature.asc
Description: Digital signature


Bug#759745: gdm3: Unable to login post-upgrade without systemd-sysv installed

2014-09-10 Thread Lennert Van Alboom
Confirmed on gdm3 3.12.2-4. Any outlook on a fix or workaround that doesn't 
involve replacing my PID 1 with systemd?


signature.asc
Description: Digital signature


Bug#747821: systemd-logind doesn't create session for users logged in via GDM

2014-09-10 Thread Lennert Van Alboom
I'm afraid that's a negative, at least on my side - systemd-shim is at the 
suggested version: 

||/ NameVersion  Architecture 
Description
+++-===---
ii  systemd-shim7-3  amd64
shim for systemd


This didn't solve it. I did notice a newer version in experimental, so I 
updated the package:

||/ NameVersion  Architecture 
Description
+++-===---
ii  systemd-shim7-3exp1  amd64
shim for systemd


... but gdm3 still shows no login options, so I'm still starting my DE via 
startx at the moment.
The network-manager permissions issue has been fixed with a workaround:

[alver@Crusoe ~]$ sudo cat 
/etc/polkit-1/localauthority/50-local.d/org.freedesktop.NetworkManager.pkla
[nm-applet]
Identity=unix-group:netdev
Action=org.freedesktop.NetworkManager.*
ResultAny=yes
ResultInactive=no
ResultActive=yes


I'd prefer an actual root cause fix, tho.


signature.asc
Description: Digital signature


Bug#684600: shntool: shnsplit fails to split a 2.2G file on amd64

2014-05-21 Thread Lennert Van Alboom
Confirmed - hit this same bug today. I can also confirm that the patches work
fine (even with the Debian 3.0.7 version).


signature.asc
Description: Digital signature


Bug#720466: cinnamon: Crashes when opening the menu, using command window or hot corner

2013-11-11 Thread Lennert Van Alboom
Is there any outlook at all for a fix? It's quite obvious by now that it isn't
exactly easy - apparently involves a fuckton of other packages, etc, etc - but
it'd be great if we'd at least have a vague idea of how long we have to wait
before before cinnamon becomes usable again.

If not, there's not much to do but to drop cinnamon and start using some other
DE again, or stray off the debian path and start building your own cinnamon
packages (1.7.4 is *very* old, so that's a plus then). I'd rather not do any of
those and stick with the debian packages, though.

Any feedback from the maintainer?


signature.asc
Description: Digital signature


Bug#728706: Debian-installer crashes on IA64 in HPVM (Integrity Virtual Machines)

2013-11-04 Thread Lennert Van Alboom
Package: debian-installer
Version: 20131104
Tags: ia64
Severity: grave


Booting debian 7.x installer isos in an Integrity VM (virtualization on top of
HP-UX/IA64) causes a guest crash after loading the initrd (the menu does work,
and the crash happens regardless of selecting 'Install' or 'Expert'):


Uncompressing Linux... done
Loading file \initrd.gz...done

 Dumping Guest Image 

 Done with dump (3820Kbytes) 


*** VM restarting ***



Logs show little useful stuff (/var/opt/hpvm/guests/VMLINUX/log):



Virtual machine started at Mon Nov  4 14:15:14 2013


ITC=0x11a5dcb1e49
timeofday: sec=0x5277abf2 usec=0xe1521
Device file = 
/var/opt/hpvm/uuids/eb3bbb9a-cb38-11e1-9c00-00306e38294a/vm_dev
Ldom binding 0
allocation512 MB ratio 256.00 MB per page
Watchdog Timer flags loaded: expiration(0x0) use(0x0)
Watchdog Timer flags saved: expiration(0x0) use(0x0)




Virtual machine stopped at Mon Nov  4 14:15:19 2013





There is a 3911856 byte vm.core file which I presume is the dump mentioned in
the console. 

Debian 6.0 does boot, although it lacks drivers for the virtual disks. Debian
5.10 works completely (boot and drivers).

Host machine: HP zx6000, 2 x single core Intel (R) Itanium 2 Processor (Family 
31 Model 1 stepping B1 == Madison 1.5GHz)
Host OS: HP-UX B.11.31
HPVM version: B.04.30.00
Debian iso: debian-testing-ia64-netinst.iso (2013-11-04); identical results 
with 7.0 and 7.1


I'd like to get Debian running on my HPVMs again - 5.10 is really, REALLY old 
by now.


Thanks,


Lennert


signature.asc
Description: Digital signature


Bug#728706: Debian-installer crashes on IA64 in HPVM (Integrity Virtual Machines)

2013-11-04 Thread Lennert Van Alboom
On Mon, Nov 04, 2013 at 04:25:06PM +0100, Bastian Blank wrote:
 Control: severity -1 important
 Control: reassign -1 src:linux 3.2.46-1
 
 On Mon, Nov 04, 2013 at 02:41:43PM +0100, Lennert Van Alboom wrote:
  Severity: grave
 
 Not really, it is not broken for many people.

Fair enough.

 
  Booting debian 7.x installer isos in an Integrity VM (virtualization on top 
  of
  HP-UX/IA64) causes a guest crash after loading the initrd (the menu does 
  work,
  and the crash happens regardless of selecting 'Install' or 'Expert'):
 
 So the kernel crashes somewhere.  There is no real development for ia64
 in Debian, so I'm not sure who can help.

Me neither. Support for ia64 has been degrading for a while - it's bad news
that the only properly working version of debian on HPVM is still 5.10. If it
hadn't ever worked I wouldn't worry, but first the SCSI drivers stopped working
(6.x) and now it won't even boot the kernel anymore :-)

  There is a 3911856 byte vm.core file which I presume is the dump mentioned 
  in
  the console. 
 
 Can you try if the crash util is able to read this?

Afraid not - when trying:

crash: vm.core: not a supported file format



Thanks,



Lennert


signature.asc
Description: Digital signature


Bug#720466: cinnamon: Crashes when opening the menu, using command window or hot corner

2013-10-09 Thread Lennert Van Alboom
Confirmed that this bug still exists in cinnamin in sid (1.7.4-2.2). There's no
newer version in experimental as far as I can tell, and last activity on this
bug is dated well over three weeks ago already.

Any hint on how to solve this, or even a confirmation that the bug is being
worked on/fixed in upstream/anything? This is a prime example of a bug that
renders the package unusable, as the severity justification so nicely puts
it. 


Lennert


signature.asc
Description: Digital signature


Bug#698442: nvidia-glx: X11 corrupt/slow after switching to console or suspend/resume

2013-01-18 Thread Lennert Van Alboom
Package: nvidia-glx
Version: 304.64-4
Severity: important


Hello,


The nvidia module often causes a malfunctioning X11 on my laptop. Even though I 
do get an image and the desktop (cinnamon) responds to it, it 
takes 20+ seconds to display e.g. the menu, more often than not garbled, and 
the system is generally unresponsive while waiting for the 
reaction to appear.

The following line is logged a lot when this happens:

kernel: [13809.087763] NVRM: os_schedule: Attempted to yield the CPU 
while in atomic or interrupt context

At this point the machine stops being workable. The following actions did not 
solve it:
- restarting X11
- dropping to runlevel 1 and back (ctrl-alt-F1 does work, although it takes a 
while before the system reacts to it)
- rmmod nvidia module from runlevel 1

Only a full reboot solves the problem. I can reproduce the problem in two ways:
- Switching to tty1 and back 
- Suspending the laptop and resuming it


Google yielded a bunch of results for the error above, from years ago until 
now. No clear solution as far as I can see - anyone have a clue?


Thanks,


Lennert





-- Package-specific info:
uname -a:
Linux Talisker 3.2.0-4-amd64 #1 SMP Debian 3.2.35-2 x86_64 GNU/Linux

/proc/version:
Linux version 3.2.0-4-amd64 (debian-ker...@lists.debian.org) (gcc version 4.6.3 
(Debian 4.6.3-14) ) #1 SMP Debian 3.2.35-2

/proc/driver/nvidia/version:
NVRM version: NVIDIA UNIX x86_64 Kernel Module  304.64  Tue Oct 30 10:58:20 PDT 
2012
GCC version:  gcc version 4.6.3 (Debian 4.6.3-14) 

lspci 'VGA compatible controller [0300]':
01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GT218 [NVS 3100M] 
[10de:0a6c] (rev a2) (prog-if 00 [VGA controller])
Subsystem: Hewlett-Packard Company Device [103c:172b]
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR- INTx-
Latency: 0
Interrupt: pin A routed to IRQ 16
Region 0: Memory at d200 (32-bit, non-prefetchable) [size=16M]
Region 1: Memory at c000 (64-bit, prefetchable) [size=256M]
Region 3: Memory at d000 (64-bit, prefetchable) [size=32M]
Region 5: I/O ports at 5000 [size=128]
[virtual] Expansion ROM at d308 [disabled] [size=512K]
Capabilities: access denied
Kernel driver in use: nvidia

dmesg:
[0.00] Command line: root=/dev/mapper/TALISKER-ROOT ro quiet 
video=vesa:off vga=normal
[0.00] No AGP bridge found
[0.00] Kernel command line: root=/dev/mapper/TALISKER-ROOT ro quiet 
video=vesa:off vga=normal
[0.00] No AGP bridge found
[0.00] Console: colour VGA+ 80x25
[1.107979] vgaarb: device added: 
PCI::01:00.0,decodes=io+mem,owns=io+mem,locks=none
[1.107985] vgaarb: loaded
[1.107986] vgaarb: bridge control possible :01:00.0
[1.423820] Linux agpgart interface v0.103
[   14.674578] nvidia: module license 'NVIDIA' taints kernel.
[   15.092167] input: HDA NVidia HDMI/DP,pcm=9 as 
/devices/pci:00/:00:01.0/:01:00.1/sound/card1/input17
[   15.092368] input: HDA NVidia HDMI/DP,pcm=8 as 
/devices/pci:00/:00:01.0/:01:00.1/sound/card1/input18
[   15.092547] input: HDA NVidia HDMI/DP,pcm=7 as 
/devices/pci:00/:00:01.0/:01:00.1/sound/card1/input19
[   15.092723] input: HDA NVidia HDMI/DP,pcm=3 as 
/devices/pci:00/:00:01.0/:01:00.1/sound/card1/input20
[   15.093647] nvidia :01:00.0: setting latency timer to 64
[   15.093660] vgaarb: device changed decodes: 
PCI::01:00.0,olddecodes=io+mem,decodes=none:owns=io+mem
[   15.093881] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  304.64  Tue Oct 
30 10:58:20 PDT 2012

OpenGL and NVIDIA library files installed:
lrwxrwxrwx 1 root root   15 Jan 11 11:06 /etc/alternatives/glx - 
/usr/lib/nvidia
lrwxrwxrwx 1 root root   43 Jan 11 11:06 
/etc/alternatives/glx--libGL.so.1-x86_64-linux-gnu - 
/usr/lib/x86_64-linux-gnu/nvidia/libGL.so.1
lrwxrwxrwx 1 root root   43 Jan 11 11:06 
/etc/alternatives/glx--libGL.so.1-x86_64-linux-gnu - 
/usr/lib/x86_64-linux-gnu/nvidia/libGL.so.1
lrwxrwxrwx 1 root root   51 Jan 11 11:06 
/etc/alternatives/glx--libXvMCNVIDIA.so.1-x86_64-linux-gnu - 
/usr/lib/x86_64-linux-gnu/nvidia/libXvMCNVIDIA.so.1
lrwxrwxrwx 1 root root   59 Jan 11 11:06 
/etc/alternatives/glx--libXvMCNVIDIA_dynamic.so.1-x86_64-linux-gnu - 
/usr/lib/x86_64-linux-gnu/nvidia/libXvMCNVIDIA_dynamic.so.1
lrwxrwxrwx 1 root root   51 Jan 11 11:06 
/etc/alternatives/glx--libnvidia-cfg.so.1-x86_64-linux-gnu - 
/usr/lib/x86_64-linux-gnu/nvidia/libnvidia-cfg.so.1
lrwxrwxrwx 1 root root   25 Jan 11 11:06 
/etc/alternatives/glx--linux-libglx.so - /usr/lib/nvidia/libglx.so
lrwxrwxrwx 1 root root   36 Jan 11 11:06 
/etc/alternatives/glx--nvidia-bug-report.sh - 
/usr/lib/nvidia/nvidia-bug-report.sh
lrwxrwxrwx 1 root root   29 Jan 

Bug#698442: nvidia-glx: X11 corrupt/slow after switching to console or suspend/resume

2013-01-18 Thread Lennert Van Alboom
Installed and did initial tests:

- Switched to tty1 and back
- Suspended, resumed

No corruption, no error in dmesg. Apparently works fine. Fingers crossed, will 
report back if something would pop up after a while. Thanks! :-)

On Fri, Jan 18, 2013 at 09:57:03PM +0100, Andreas Beckmann wrote:
 Control: tag -1 moreinfo
 
 Please test again with 313.18 from experimental
 
 
 Andreas


signature.asc
Description: Digital signature


Bug#662639: gnome-shell: frequent lockups on hardware accelerated actions

2012-10-11 Thread Lennert Van Alboom
Confirmed with 3.4.2-2.


signature.asc
Description: Digital signature


Bug#662639: gnome-shell: frequent lockups on hardware accelerated actions

2012-08-20 Thread Lennert Van Alboom

Confirmed with 3.4.2-1.


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#662639: gnome-shell: frequent lockups on hardware accelerated actions

2012-07-11 Thread Lennert Van Alboom

Confirmed with 3.4.1-6. Sigh.



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#662639: gnome-shell: frequent lockups on hardware accelerated actions

2012-06-13 Thread Lennert Van Alboom

Confirmed with gnome-shell 3.4.1-5.

This version does seem a lot less unstable; first time I have the problem again 
in two weeks.



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#662639: gnome-shell: frequent lockups on hardware accelerated actions

2012-05-09 Thread Lennert Van Alboom

And confirmed once more with 3.2.2.1-4+b1.

I really hope a version of gnome-shell newer than 3.2.2 will hit debian
soonish - this is incredibly frustrating.



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#662639: gnome-shell: frequent lockups on hardware accelerated actions

2012-05-08 Thread Lennert Van Alboom

... and confirmed yet again, in gnome-shell 3.2.2.1-4.


Matteo: if it happens, try ctrl-alt-F1, log in to shell, and try:

$ killall -HUP gnome-shell

Check back with alt-F7 if it's come back. In 50% of the cases it will. If it
doesn't, go back to console (ctrl-alt-F1) and run:

$ killall gnome-shell
$ DISPLAY=:0.0 gnome-shell 

Then get back to your display (alt-F7) and save your work so you can log out
properly... because once you start gnome-shell by hand, it becomes unbearably
unstable (personal record: 7 freezes in under 10 minutes).


Lennert



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#662639: gnome-shell: frequent lockups on hardware accelerated actions

2012-04-17 Thread Lennert Van Alboom

Confirmed with gnome-shell 3.2.2.1-3.



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#662639: gnome-shell: frequent lockups on hardware accelerated actions

2012-03-08 Thread Lennert Van Alboom

Confirmed that it still happens after updating to gnome-shell 3.2.2.1-1.



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#662639: gnome-shell: frequent lockups on hardware accelerated actions

2012-03-05 Thread Lennert Van Alboom
Package: gnome-shell
Version: 3.2.2.1-1
Severity: important

Gnome-shell regularly locks up on me. Symptoms:

- Clock freezes
- Mouse pointer still works, but no click/drag/... actions are being handled
- The only keystrokes that are still working are the bare X keys such as
ctrl-alt-Fx

This usually happens when performing an action that is visibly hardware
accelerated, such as switching windows (alt-tab) or desktops (ctrl-alt-arrow).

Going into console and doing a kill -HUP on the gnome-shell process *usually*
resolves it for a while without obvious breakage (all apps continue to run).
Sometimes however the gnome-power-manager icon will be broken, and power state
changes will no longer be visible nor will be acted upon. Another kill -HUP
will make this icon simply disappear from the icon area.

This buggy behaviour has been around ever since I started using gnome 3 on
debian, and still exists after several rounds of (software and hardware)
upgrades.

I've seen this behaviour on both my earlier and current laptops: HP Compaq
6530b and ProBook 6460b. Graphics are both integrated Intel gfx (i915).



-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages gnome-shell depends on:
ii  dconf-gsettings-backend [gsettings-backend]  0.10.0-3
ii  gir1.2-accountsservice-1.0   0.6.15-4
ii  gir1.2-atk-1.0   2.2.0-2
ii  gir1.2-caribou-1.0   0.4.1-2
ii  gir1.2-clutter-1.0   1.8.4-1
ii  gir1.2-cogl-1.0  1.8.2-1
ii  gir1.2-coglpango-1.0 1.8.2-1
ii  gir1.2-folks-0.6 0.6.6-1
ii  gir1.2-freedesktop   1.31.10-1
ii  gir1.2-gconf-2.0 3.2.3-1
ii  gir1.2-gdkpixbuf-2.0 2.24.1-1
ii  gir1.2-gee-1.0   0.6.1-3
ii  gir1.2-gkbd-3.0  3.2.0-1
ii  gir1.2-glib-2.0  1.31.10-1
ii  gir1.2-gmenu-3.0 3.2.0.1-2
ii  gir1.2-gnomebluetooth-1.03.2.2-1
ii  gir1.2-gtk-3.0   3.2.3-1
ii  gir1.2-json-1.0  0.14.2-1
ii  gir1.2-mutter-3.03.2.2-1
ii  gir1.2-networkmanager-1.00.9.2.0-2
ii  gir1.2-pango-1.0 1.29.4-2
ii  gir1.2-polkit-1.00.104-2
ii  gir1.2-soup-2.4  2.36.1-1
ii  gir1.2-telepathyglib-0.120.16.2-1
ii  gir1.2-telepathylogger-0.2   0.2.12-1
ii  gir1.2-upowerglib-1.00.9.15-2
ii  gjs  1.30.1-1
ii  gnome-bluetooth  3.2.2-1
ii  gnome-icon-theme-symbolic3.2.2-1
ii  gnome-settings-daemon3.2.2-2
ii  gnome-shell-common   3.2.2.1-1
ii  gsettings-desktop-schemas3.2.0-2
ii  libatk1.0-0  2.2.0-2
ii  libc62.13-27
ii  libcairo-gobject21.10.2-6.2
ii  libcairo21.10.2-6.2
ii  libcamel-1.2-29  3.2.2-1
ii  libcanberra0 0.28-3
ii  libclutter-1.0-0 1.8.4-1
ii  libcogl-pango0   1.8.2-1
ii  libcogl5 1.8.2-1
ii  libcroco30.6.4-2
ii  libdbus-1-3  1.4.18-1
ii  libdbus-glib-1-2 0.98-1
ii  libdrm2  2.4.30-1
ii  libebook-1.2-12  3.2.2-1
ii  libecal-1.2-10   3.2.2-1
ii  libedataserver-1.2-153.2.2-1
ii  libedataserverui-3.0-1   3.2.2-1
ii  libffi5  3.0.10-3
ii  libfolks25   0.6.6-1
ii  libfontconfig1   2.8.0-3.1
ii  libfreetype6 2.4.8-1
ii  libgconf2-4  3.2.3-1
ii  libgdk-pixbuf2.0-0   2.24.1-1
ii  libgee2  0.6.1-3
ii  libgirepository-1.0-11.31.10-1
ii  libgjs0b [libgjs0-libmozjs185-1.0]   1.30.1-1
ii  libgl1-mesa-glx [libgl1] 7.11.2-1
ii  libglib2.0-0 2.30.2-6
ii  libgnome-desktop-3-2 3.2.1-3
ii  

Bug#649191: gnome-terminal: ALT do not work anymore

2011-11-19 Thread Lennert Van Alboom

Confirmed on Belgian keyboard layout as well. Looks like something eats the Alt 
keystroke before it can be passed on.



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#611299: GNOME clock applet sometimes skips seconds when set to display seconds

2011-04-18 Thread Lennert Van Alboom

Confirmed on debian sid, gnome-panel 2.30.2-4.

Irritating little bug; while the time is never really off, it is 
blatantly obvious that the clock is not running as expected. It is 
visible to the naked eye that some seconds are much longer than 
others, and every ~5 seconds one is skipped to make up for that.




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#613860: gnome: default browser not used anymore

2011-02-18 Thread Lennert Van Alboom

I've been hitting the same issue. More specifically:

- x-www-browser is set to iceweasel
- gnome-www-browser is set to iceweasel
- sensible-browser opens iceweasel, as expected
- gconf2 and gnome preferred applications UI confirm that iceweasel is set

Regardless of all this, gnome-terminal opens all links in google chrome. 
Uninstalling google chrome results in a big error popup saying that 
chrome couldn't be found.


One interesting lead for this problem:

$ python -c 'import gio; f = gio.File(http://www.google.com;); print 
f.query_default_handler(); print 
gio.app_info_get_default_for_uri_scheme(http);'

gio.unix.DesktopAppInfo at 0x7f47d5667eb0: Google Chrome
gio.unix.DesktopAppInfo at 0x7f47d5667eb0: Google Chrome

So at least *something* still thinks chrome should be the default 
handler for http. No idea what package governs this though.



Regards,


Lennert



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#590052: bash: Incorrect treatment of \W in prompt

2010-11-02 Thread Lennert Van Alboom

Confirmed to be still around on sid, bash 4.1-3. Funny bug, I have to say. 
Hmee? Heh.



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#527014: not a complete fix

2010-09-07 Thread Lennert Van Alboom

Hmm - I only noticed now that the last message was from well over a year
ago. Any news on this? I'm still hitting this problem in rhythmbox
0.12.8-2 (sid). It doesn't happen often (5 files out of 1) but
that's still enough to be annoying... 


It looks like not much has moved the last year; what seems to be the
blocker? I can't imagine it to be very hard to come up with a way to
rename each file to some unique identifier (like the .mp3
mentioned) so there must be other complications.



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#557527: (no subject)

2009-11-22 Thread Lennert Van Alboom
Package: linux-2.6
Version: 2.6.31-2
Severity: normal

When the battery is being charged, its charge will rise steadily until it
reaches 99%, after which its charge_now jumps to the value held by 
charge_full_design. This basically means that charge_now will hold a value 
larger than the one in charge_full, which confuses (for an example) gkrellm 
up to a point that it reports the battery to suddenly be at 130% full. 

I reported this as a bug in gkrellm initially (http://bugs.debian.org/551518)
but it turned out rather quickly to be a sysfs thing.

I noticed this oddity first in kernel 2.6.30-1-686, and upgraded to
2.6.31-1-686 following the gkrellm maintainer's advice. This didn't change
the behaviour.

Kind regards,


Lennert


-- Package-specific info:
** Version:
Linux version 2.6.31-1-686 (Debian 2.6.31-2) (b...@decadent.org.uk) (gcc 
version 4.3.4 (Debian 4.3.4-6) ) #1 SMP Sun Nov 15 20:39:33 UTC 2009

** Command line:
root=/dev/mapper/SYSTEM-ROOT ro quiet vga=773

** Not tainted

** Kernel log:
[   22.116394] phy0: Selected rate control algorithm 'iwl-3945-rs'
[   22.189802] HDA Intel :00:1b.0: PCI INT A - GSI 21 (level, low) - IRQ 
21
[   22.192250] HDA Intel :00:1b.0: setting latency timer to 64
[   22.305041] usb 3-1: new high speed USB device using ehci_hcd and address 2
[   22.342616] input: HDA Digital PCBeep as 
/devices/pci:00/:00:1b.0/input/input7
[   22.393409] input: HDA Intel Mic at Ext Left Jack as 
/devices/pci:00/:00:1b.0/sound/card0/input8
[   22.395989] input: HDA Intel HP Out at Ext Left Jack as 
/devices/pci:00/:00:1b.0/sound/card0/input9
[   22.426783] ide-cd driver 5.00
[   22.431754] ide-cd: hda: ATAPI 24X DVD-ROM CD-R/RW drive, 2048kB Cache
[   22.434430] Uniform CD-ROM driver Revision: 3.20
[   22.439777] usb 3-1: New USB device found, idVendor=4146, idProduct=d2b5
[   22.442507] usb 3-1: New USB device strings: Mfr=16, Product=32, 
SerialNumber=48
[   22.445133] usb 3-1: Product:
[   22.447754] usb 3-1: Manufacturer: 
[   22.450342] usb 3-1: SerialNumber: 0005011200032
[   22.452963] usb 3-1: configuration #1 chosen from 1 choice
[   22.744909] Initializing USB Mass Storage driver...
[   22.747594] scsi2 : SCSI emulation for USB Mass Storage devices
[   22.750288] usb-storage: device found at 2
[   22.750290] usb-storage: waiting for device to settle before scanning
[   22.750295] usbcore: registered new interface driver usb-storage
[   22.752989] USB Mass Storage support registered.
[   22.960066] usb 7-1: new full speed USB device using uhci_hcd and address 2
[   23.114710] usb 7-1: New USB device found, idVendor=0b97, idProduct=7761
[   23.117500] usb 7-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[   23.120311] usb 7-1: configuration #1 chosen from 1 choice
[   23.125758] hub 7-1:1.0: USB hub found
[   23.129697] hub 7-1:1.0: 4 ports detected
[   23.413724] usb 7-1.2: new full speed USB device using uhci_hcd and address 3
[   23.537718] usb 7-1.2: New USB device found, idVendor=0b97, idProduct=7772
[   23.540607] usb 7-1.2: New USB device strings: Mfr=1, Product=2, 
SerialNumber=0
[   23.543369] usb 7-1.2: Product: O2Micro CCID SC Reader
[   23.546120] usb 7-1.2: Manufacturer: O2
[   23.549043] usb 7-1.2: configuration #1 chosen from 1 choice
[   24.298455] loop: module loaded
[   25.778608] XFS mounting filesystem dm-4
[   27.748259] usb-storage: device scan complete
[   27.749101] scsi 2:0:0:0: Direct-Access I0MEGA   UMni1GB*IOM2J4   1.00 
PQ: 0 ANSI: 2
[   27.753695] sd 2:0:0:0: [sdb] 2031616 512-byte logical blocks: (1.04 GB/992 
MiB)
[   27.757137] sd 2:0:0:0: [sdb] Write Protect is off
[   27.759956] sd 2:0:0:0: [sdb] Mode Sense: 03 00 00 00
[   27.759958] sd 2:0:0:0: [sdb] Assuming drive cache: write through
[   27.765219] sd 2:0:0:0: [sdb] Assuming drive cache: write through
[   27.767979]  sdb: sdb1 sdb2
[   27.773214] sd 2:0:0:0: [sdb] Assuming drive cache: write through
[   27.776046] sd 2:0:0:0: [sdb] Attached SCSI removable disk
[   30.416096] Ending clean XFS mount for filesystem: dm-4
[   30.537037] XFS mounting filesystem dm-3
[   31.197412] Ending clean XFS mount for filesystem: dm-3
[   31.317270] Adding 1998840k swap on /dev/mapper/SYSTEM-SWAP.  Priority:-1 
extents:1 across:1998840k 
[   32.690116] iwl3945 :0c:00.0: firmware: requesting iwlwifi-3945-2.ucode
[   32.759647] iwl3945 :0c:00.0: loaded firmware version 15.32.2.9
[   32.835948] Registered led device: iwl-phy0::radio
[   32.839032] Registered led device: iwl-phy0::assoc
[   32.841798] Registered led device: iwl-phy0::RX
[   32.844454] Registered led device: iwl-phy0::TX
[   32.864931] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   32.999621] tg3 :09:00.0: PME# disabled
[   33.002345] tg3 :09:00.0: irq 29 for MSI/MSI-X
[   33.062080] ADDRCONF(NETDEV_UP): eth0: link is not ready
[   36.662000] wlan0: authenticate with AP 00:14:bf:04:5b:cd
[   36.667169] wlan0: authenticated
[   36.667172] 

Bug#551518: gkrellm: Battery krell goes from '99%' to '128%' instead of '100%'

2009-10-18 Thread Lennert Van Alboom
Package: gkrellm
Version: 2.3.2-4
Severity: normal


Gkrellm's battery krell has a strange bug which makes that when the battery is 
100% charged (as visible in 'acpi -b'), it reports it as 128% charged. When
running on battery, it goes from 128% straight to 99% and so on. Charging it
goes from 99% back to 128%. 

This is a Dell Latitude D830 laptop, if it makes any difference.


-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.30-1-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages gkrellm depends on:
ii  libatk1.0-0   1.28.0-1   The ATK accessibility toolkit
ii  libc6 2.9-27 GNU C Library: Shared libraries
ii  libcairo2 1.8.8-2The Cairo 2D vector graphics libra
ii  libfontconfig12.6.0-4generic font configuration library
ii  libfreetype6  2.3.11-1   FreeType 2 font engine, shared lib
ii  libgcrypt11   1.4.4-4LGPL Crypto library - runtime libr
ii  libglib2.0-0  2.22.2-2   The GLib library of C routines
ii  libgnutls26   2.8.4-1the GNU TLS library - runtime libr
ii  libgtk2.0-0   2.18.2-1   The GTK+ graphical user interface 
ii  libice6   2:1.0.5-1  X11 Inter-Client Exchange library
ii  libntlm0  0.3.13-1   NTLM authentication library
ii  libpango1.0-0 1.26.0-1   Layout and rendering of internatio
ii  libsm62:1.1.1-1  X11 Session Management library
ii  libx11-6  2:1.2.2-1  X11 client-side library

gkrellm recommends no packages.

gkrellm suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#385735: bug #385735: beid 2.5.9-8 still gives Error : Wrong Root Certificate message

2007-07-06 Thread Lennert Van Alboom
Hello,

I've done some extra debugging. Perhaps this can shed some light:


[EMAIL PROTECTED] ~]$ pkcs11-tool -t
reader-openct.c:339:openct_reader_transmit: unable to transmit
apdu.c:394:do_single_transmit: unable to transmit APDU
reader-openct.c:339:openct_reader_transmit: unable to transmit
apdu.c:394:do_single_transmit: unable to transmit APDU
iso7816.c:127:iso7816_read_binary: APDU transmit failed: Generic reader error
card.c:430:sc_read_binary: returning with: Generic reader error
card.c:415:sc_read_binary: sc_read_binary() failed: Generic reader error
dir.c:196:sc_enum_apps: sc_read_binary() failed: Generic reader error
pkcs15.c:532:sc_pkcs15_bind_internal: unable to enumerate apps: Generic reader 
error
pkcs15.c:755:sc_pkcs15_bind: returning with: Unsupported card
pkcs15.c:755:sc_pkcs15_bind: returning with: Unsupported card
pkcs15.c:755:sc_pkcs15_bind: returning with: Unsupported card
C_SeedRandom() and C_GenerateRandom():
pkcs15.c:755:sc_pkcs15_bind: returning with: Unsupported card
error: PKCS11 function C_OpenSession failed: rv = CKR_TOKEN_NOT_PRESENT (0xe0)
Aborting.

[EMAIL PROTECTED] ~]$ opensc-tool -f
reader-openct.c:339:openct_reader_transmit: unable to transmit
apdu.c:394:do_single_transmit: unable to transmit APDU
3f00 type:  DF, size: 65535
select[N/A] lock[N/A] delete[N/A] create[N/A] rehab[N/A] inval[N/A] list[N/A]
card.c:343:sc_list_files: returning with: Not supported
sc_list_files() failed: Not supported

[EMAIL PROTECTED] ~]$ beid-tool -a
Connecting to card in reader PertoSmart EMV (AC1038, USB)...
Using card driver: Belpic smartcards
Card ATR: 3B 98 13 40 0A A5 03 01 01 01 AD 13 11 ;[EMAIL PROTECTED]



I've tried editing /etc/beidbase.conf, adding 
 
card_driver belpic {
# Applet beta 3 and 4
#atr = 3B:98:11:40:FF:A5:03:01:01:01:AD:13:04;
# Applet beta 2
#atr = 3B:68:00:00:29:05:01:02:01:AD:13:03;
atr = 3B:98:13:40:0A:A5:03:01:01:01:AD:13:11;
}

and restarting the beid/pcscd to match the card ATR, but no dice. Same result.



Kind regards,

Lennert Van Alboom
Systems Engineer Linux/UNIX/Novell
Dolmen CA



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#385735: bug #385735: beid 2.5.9-8 still gives Error : Wrong RootCertificate message

2007-07-06 Thread Lennert Van Alboom
Hello,

Sorry to bother you with this but either the debian bug tracker or my
company mailserver bounces mails to [EMAIL PROTECTED] Since this 
thread seems to describe exactly what I am experiencing, I'm wondering
if you have a clue on how to solve this.

I'm running Debian sid on my laptop and have an ACR38U eID card reader,
which I'm having problems with.

The beid* packages seem to be installed properly; I added my (nonroot)
user to the scard group to get the needed permissions, and beidgui 
detects the card reader (PertoSmart EMV, AC1038) properly. 
When I click the chip to read the contents, I get the Error: Wrong 
Root Certificate warning. At the same time, the following appears in 
syslog:

Jul  5 16:47:15 hostname ifdhandler[17447]: usb_bulk failed: Connection timed 
out
Jul  5 16:47:15 hostname ifdhandler[17447]: ps_receive_from_ifd: failed: -1
Jul  5 16:47:15 hostname ifdhandler[17447]: ps_apdu_recv: failed 

Using beid-pkcd11-tool I get the following:

[EMAIL PROTECTED] ~]$ beid-pkcs11-tool -M
error: PKCS11 function C_GetMechanismList failed: rv = CKR_TOKEN_NOT_PRESENT 
(0xe0)
Aborting.

At the same time, the exact same ifdhandler messages appear in syslog.
Now, if I unplug the usb reader and plug it back in, the following lines
appear, which don't seem too good:

Jul  5 16:51:37 Dostoyevski kernel: usb 2-1: new full speed USB device using 
uhci_hcd and address 21
Jul  5 16:51:37 hostname kernel: usb 2-1: configuration #1 chosen from 1 choice
Jul  5 16:51:38 hostname pcscd: hotplug_libusb.c:454:HPAddHotPluggable() Adding 
USB device: 002:021
Jul  5 16:51:38 hostname pcscd: readerfactory.c:1113:RFInitializeReader() 
Attempting startup of ACS ACR38U 00 00
using 
/usr/lib/pcsc/drivers/ACR38UDriver.bundle/Contents/Linux/ACR38UDriver.so
Jul  5 16:51:38 hostname pcscd: readerfactory.c:946:RFBindFunctions() Loading 
IFD Handler 2.0
Jul  5 16:51:38 hostname pcscd: readerfactory.c:1152:RFInitializeReader() Open 
Port 20 Failed
(usb:072f/9000:libusb:002:021)
Jul  5 16:51:38 hostname pcscd: readerfactory.c:1025:RFUnloadReader() Unloading 
reader driver.
Jul  5 16:51:38 hostname pcscd: readerfactory.c:252:RFAddReader() ACS ACR38U 
init failed.
Jul  5 16:51:39 hostname ifdhandler[17683]: Unable to open USB device 
/dev/usbdev2.21_ep00: No such device or address
Jul  5 16:51:39 hostname ifdhandler[17683]: ps_open: failed to open device:
Jul  5 16:51:39 hostname ifdhandler[17683]: usb:/dev/usbdev2.21_ep00: 
initialization failed (driver pertosmart1038)
Jul  5 16:51:39 hostname ifdhandler[17683]: unable to open reader 
pertosmart1038 usb /dev/usbdev2.21_ep00
Jul  5 16:51:39 hostname ifdhandler[17690]: usb_claiminterface failed: Device 
or resource busy
Jul  5 16:51:39 hostname ifdhandler[17690]: ps_open: ifd_device_set_parameters 
returned error -1
Jul  5 16:51:39 hostname ifdhandler[17690]: usb:/proc/bus/usb/002/021: 
initialization failed (driver pertosmart1038)
Jul  5 16:51:39 hostname ifdhandler[17690]: unable to open reader 
pertosmart1038 usb /proc/bus/usb/002/021
Jul  5 16:51:41 hostname ifdhandler[17707]: usb_claiminterface failed: Device 
or resource busy
Jul  5 16:51:41 hostname ifdhandler[17707]: ps_open: ifd_device_set_parameters 
returned error -1
Jul  5 16:51:41 hostname ifdhandler[17707]: usb:/dev/bus/usb/002/021: 
initialization failed (driver pertosmart1038)
Jul  5 16:51:41 hostname ifdhandler[17707]: unable to open reader 
pertosmart1038 usb /dev/bus/usb/002/021


If this is a known issue, please do tell.

Kind regards,

Lennert Van Alboom
Systems Engineer Linux/UNIX/Novell
Dolmen CA




Bug#365661: Dia: massive memory leaking when moving UML objects

2006-05-01 Thread Lennert Van Alboom
Package: dia
Version: 0.95.0-2
Severity: important

Creating UML schema's in Dia leaks badly when moving/resizing/creating objects; 
the current schema I've been working on lately used 600MB of ram + 1GB 
of swap space after about 15 minutes of work. Quitting and restarting Dia frees 
the memory again.

PS: no idea why the list below shows uninstalled dependencies. I'll list the 
output for dpkg -l package below for each:

libcairo2   ii  1.0.4-2
libglib2.0-0ii  2.10.2-2
libgtk2.0-0 ii  2.8.17-2
libxml2 ii  2.6.24.dfsg-1

Hope this helps.


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16.11-HamsterKernel
Locale: LANG=en_GB, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set 
to en_GB.UTF-8)

Versions of packages dia depends on:
ii  dia-common  0.95.0-2 Diagram editor (common files)
ii  dia-libs0.95.0-2 Diagram editor (library files)
ii  libart-2.0-22.3.17-1 Library of functions for 2D graphi
ii  libatk1.0-0 1.11.4-1 The ATK accessibility toolkit
ii  libc6   2.3.6-7  GNU C Library: Shared libraries
pn  libcairo2   none   (no description available)
ii  libfontconfig1  2.3.2-5.1generic font configuration library
ii  libfreetype62.1.10-3 FreeType 2 font engine, shared lib
pn  libglib2.0-0none   (no description available)
pn  libgtk2.0-0 none   (no description available)
ii  libpango1.0-0   1.12.1-2 Layout and rendering of internatio
ii  libpng12-0  1.2.8rel-5.1 PNG library - runtime
ii  libpopt01.7-5lib for parsing cmdline parameters
ii  libx11-62:1.0.0-6X11 client-side library
ii  libxcursor1 1.1.5.2-5X cursor management library
ii  libxext61:1.0.0-4X11 miscellaneous extension librar
ii  libxfixes3  1:3.0.1.2-4  X11 miscellaneous 'fixes' extensio
ii  libxi6  1:1.0.0-5X11 Input extension library
ii  libxinerama11:1.0.1-4X11 Xinerama extension library
pn  libxml2 none   (no description available)
ii  libxrandr2  2:1.1.0.2-4  X11 RandR extension library
ii  libxrender1 1:0.9.0.2-4  X Rendering Extension client libra
ii  zlib1g  1:1.2.3-11   compression library - runtime

Versions of packages dia recommends:
ii  gsfonts-x11   0.19   Make Ghostscript fonts available t

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#365662: Dia: Saving diagram does not save Wrap comment text width

2006-05-01 Thread Lennert Van Alboom
Package: dia
Version: 0.95.0-2
Severity: normal

Saving a diagram does not save the Wrap comment text width for UML class 
objects.
This causes that diagrams which need longer wrapping for some objects will look 
messed up next time they're loaded, since those objects will be resized.
The default is 40, and while it can be changed in the options, the changes 
are lost.


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16.11-HamsterKernel
Locale: LANG=en_GB, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set 
to en_GB.UTF-8)

Versions of packages dia depends on:
ii  dia-common 0.95.0-2  Diagram editor (common files)
ii  dia-libs   0.95.0-2  Diagram editor (library files)
ii  libart-2.0-2   2.3.17-1  Library of functions for 2D graphi
ii  libatk1.0-01.11.4-1  The ATK accessibility toolkit
ii  libc6  2.3.6-7   GNU C Library: Shared libraries
ii  libcairo2  1.0.4-2   The Cairo 2D vector graphics libra
ii  libfontconfig1 2.3.2-5.1 generic font configuration library
ii  libfreetype6   2.1.10-3  FreeType 2 font engine, shared lib
ii  libglib2.0-0   2.10.2-2  The GLib library of C routines
ii  libgtk2.0-02.8.17-2  The GTK+ graphical user interface 
ii  libpango1.0-0  1.12.1-2  Layout and rendering of internatio
ii  libpng12-0 1.2.8rel-5.1  PNG library - runtime
ii  libpopt0   1.7-5 lib for parsing cmdline parameters
ii  libx11-6   2:1.0.0-6 X11 client-side library
ii  libxcursor11.1.5.2-5 X cursor management library
ii  libxext6   1:1.0.0-4 X11 miscellaneous extension librar
ii  libxfixes3 1:3.0.1.2-4   X11 miscellaneous 'fixes' extensio
ii  libxi6 1:1.0.0-5 X11 Input extension library
ii  libxinerama1   1:1.0.1-4 X11 Xinerama extension library
ii  libxml22.6.24.dfsg-1 GNOME XML library
ii  libxrandr2 2:1.1.0.2-4   X11 RandR extension library
ii  libxrender11:0.9.0.2-4   X Rendering Extension client libra
ii  zlib1g 1:1.2.3-11compression library - runtime

Versions of packages dia recommends:
ii  gsfonts-x11   0.19   Make Ghostscript fonts available t

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#365348: kmail: IMAP-SSL fails with connection to server is broken

2006-04-29 Thread Lennert Van Alboom
Package: kmail
Version: 4:3.5.2-1+b1
Severity: important


Checking security for and/or fetching mail from an IMAP-SSL account 
fails with an error Connection to host X is broken.
This *used* to be fixable by installing cyrus-sasl libraries (are they 
still needed, and if yes, why aren't they suggested by kmail?) but I 
have every sasl-related package I found, installed.

This problem only appeared after doing a fresh install of sid with Xorg 
7; I used my backed up ~ /.kde/, but even for a newly created user it 
doesn't work.

If this is a known issue or if I've overlooked something... please do 
tell, checking mail in a web interface sucks donkey genitals.

Kind regards,

Lennert


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16.11-HamsterKernel
Locale: LANG=en_GB, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set 
to en_GB.UTF-8)

Versions of packages kmail depends on:
ii  kdebase-kio-plugins 4:3.5.2-2core I/O slaves for KDE
ii  kdelibs4c2a 4:3.5.2-2+b1 core libraries for all KDE applica
ii  kdepim-kio-plugins  4:3.5.2-1+b1 KDE pim I/O Slaves
ii  libart-2.0-22.3.17-1 Library of functions for 2D graphi
ii  libaudio2   1.7-8The Network Audio System (NAS). (s
ii  libc6   2.3.6-7  GNU C Library: Shared libraries
ii  libfontconfig1  2.3.2-5.1generic font configuration library
ii  libfreetype62.1.10-3 FreeType 2 font engine, shared lib
ii  libgcc1 1:4.1.0-1+b1 GCC support library
ii  libice6 1:1.0.0-3X11 Inter-Client Exchange library
ii  libidn110.5.18-2 GNU libidn library, implementation
ii  libjpeg62   6b-12The Independent JPEG Group's JPEG 
ii  libkcal2b   4:3.5.2-1+b1 KDE calendaring library
ii  libkdepim1a 4:3.5.2-1+b1 KDE PIM library
ii  libkleopatra1   4:3.5.2-1+b1 KDE GnuPG interface libraries
ii  libkmime2   4:3.5.2-1+b1 KDE MIME interface library
ii  libkpimidentities1  4:3.5.2-1+b1 KDE PIM user identity information 
ii  libksieve0  4:3.5.2-1+b1 KDE mail/news message filtering li
ii  libmimelib1c2a  4:3.5.2-1+b1 KDE mime library
ii  libpng12-0  1.2.8rel-5.1 PNG library - runtime
ii  libqt3-mt   3:3.3.6-2Qt GUI Library (Threaded runtime v
ii  libsm6  1:1.0.0-4X11 Session Management library
ii  libstdc++6  4.1.0-1+b1   The GNU Standard C++ Library v3
ii  libx11-62:1.0.0-6X11 client-side library
ii  libxcursor1 1.1.5.2-5X cursor management library
ii  libxext61:1.0.0-4X11 miscellaneous extension librar
ii  libxft2 2.1.8.2-6FreeType-based font drawing librar
ii  libxi6  1:1.0.0-5X11 Input extension library
ii  libxinerama11:1.0.1-4X11 Xinerama extension library
ii  libxrandr2  2:1.1.0.2-4  X11 RandR extension library
ii  libxrender1 1:0.9.0.2-4  X Rendering Extension client libra
ii  libxt6  1:1.0.0-4X11 toolkit intrinsics library
ii  perl5.8.8-4  Larry Wall's Practical Extraction 
ii  zlib1g  1:1.2.3-11   compression library - runtime

Versions of packages kmail recommends:
ii  kdebase-kio-plugins 4:3.5.2-2core I/O slaves for KDE
ii  kdepim-kio-plugins  4:3.5.2-1+b1 KDE pim I/O Slaves
pn  procmailnone   (no description available)

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#343252: uim-xim: Reportbug info

2005-12-14 Thread Lennert Van Alboom
Package: uim-xim
Version: 1:0.4.9.1-1
Followup-For: Bug #343252

It's hard to say which part exactly leaks, but it leaks badly. On a
normal workstation usage, the xrestop entry for uim (and the unknown
entry that always accompanies it) goes up with 25MB. I haven't found a
way to reclaim the memory but restarting the X server.
This bug has been around for a while - I started using uim-xim in
october, and since then it has been updated at least a few times.

Thanks,

Lennert

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14-Custom
Locale: LANG=C, LC_CTYPE=C (charmap=UTF-8) (ignored: LC_ALL set to en_GB.UTF-8)

Versions of packages uim-xim depends on:
ii  libatk1.0-0  1.10.3-1The ATK accessibility toolkit
ii  libc62.3.5-8.1   GNU C Library: Shared libraries an
ii  libfontconfig1   2.3.2-1.1   generic font configuration library
ii  libfreetype6 2.1.10-1FreeType 2 font engine, shared lib
ii  libgcc1  1:4.0.2-5   GCC support library
ii  libglib2.0-0 2.8.4-2 The GLib library of C routines
ii  libgtk2.0-0  2.6.10-2The GTK+ graphical user interface 
ii  libpango1.0-01.8.2-3 Layout and rendering of internatio
ii  libstdc++6   4.0.2-5 The GNU Standard C++ Library v3
ii  libuim0  1:0.4.9.1-1 Simple, secure, and flexible input
ii  libx11-6 6.8.2.dfsg.1-11 X Window System protocol client li
ii  libxext6 6.8.2.dfsg.1-11 X Window System miscellaneous exte
ii  libxft2  2.1.7-1 FreeType-based font drawing librar
ii  libxrender1  1:0.9.0-2   X Rendering Extension client libra
ii  uim-common   1:0.4.9.1-1 Common files for uim
ii  uim-utils1:0.4.9.1-1 Utilities for uim
ii  zlib1g   1:1.2.3-8   compression library - runtime

uim-xim recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]