Bug#953050: Also seen in buster dist-upgrade

2021-03-18 Thread Gregor Larson
gregor-devhost:~# apt dist-upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following packages will be upgraded:
  linux-compiler-gcc-8-x86 linux-kbuild-5.10 linux-libc-dev microsoft-edge-dev
4 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 96.7 MB of archives.
After this operation, 4,891 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
...
saw a screen glitch near end of dist-upgrade

# dmesg | tail
...
[65139.329492] Code: 8d 48 ff 48 89 c3 49 89 ce 49 c1 e6 04 4c 01 f5
48 8b 45 00 48 85 c0 0f 84 c3 00 00 00 48 8b 58 08 48 85 db 0f 84 fe
01 00 00 <48> 8b 13 48 89 50 08 48 8b 45 08 48 85 c0 74 08 48 83 e8 01
48 89
[65139.343648] xfdesktop[1589]: segfault at c ip 7fdba8e169ea sp
7fff590f4410 error 4 in
libglib-2.0.so.0.5800.3[7fdba8dc6000+7e000]
[65139.343662] Code: 8d 48 ff 48 89 c3 49 89 ce 49 c1 e6 04 4c 01 f5
48 8b 45 00 48 85 c0 0f 84 c3 00 00 00 48 8b 58 08 48 85 db 0f 84 fe
01 00 00 <48> 8b 13 48 89 50 08 48 8b 45 08 48 85 c0 74 08 48 83 e8 01
48 89



Bug#774967: The hook debug script eval statement was broken.

2015-01-09 Thread Gregor Larson
Package: isc-dhcp-client
Version: 4.3.1-5
Severity: minor

When converting from bash to /bin/sh the eval statement
was mis-typed.

Fix: $var should be $$var

-- System Information:
Debian Release: 8.0
  APT prefers testing
  APT policy: (501, 'testing'), (500, 'unstable'), (1, 'utopic')
Architecture: amd64 (x86_64)

Kernel: Linux 3.16.0-4-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
Init: systemd (via /run/systemd/system)

Versions of packages isc-dhcp-client depends on:
ii  debianutils   4.4+b1
ii  iproute2  3.16.0-2
ii  isc-dhcp-common   4.3.1-5
ii  libc6 2.19-13
ii  libdns-export100  1:9.9.5.dfsg-8
ii  libirs-export91   1:9.9.5.dfsg-8
ii  libisc-export95   1:9.9.5.dfsg-8

isc-dhcp-client recommends no packages.

Versions of packages isc-dhcp-client suggests:
pn  avahi-autoipd  none
pn  resolvconf none

-- Configuration Files:
/etc/dhcp/dhclient-enter-hooks.d/debug changed [not included]

-- 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#686841: grub-pc-bin: Grub2 freeze when USB HD present

2012-09-06 Thread Gregor Larson
Package: grub-pc-bin
Version: 1.99-22.1
Severity: important

To reproduce, boot to grub menu (from internal sata HD).
Type 'c' to get grub command prompt
Enter command 'ls'

Without external USB drive attached, the ls command correctly reports
the internal sata drives and partitions.

With an external USB drive attached, the ls command freezes. No further
operation is possible.

System is an HP Pavilion dv7 notebook with USB 3 and USB 2 ports.
External drive is a Western digital USB2 drive.
Problem appears if drive is plugged into usb2 or usb3 port.

-- Package-specific info:

*** BEGIN /proc/mounts
/dev/disk/by-label/wd32u1 / ext4 
rw,noatime,errors=remount-ro,user_xattr,barrier=0 0 0
/dev/sdc3 /mnt/wd32u3 ext2 rw,noatime,errors=continue 0 0
/dev/sdc5 /mnt/wd32u5 ext2 rw,noatime,errors=continue 0 0
/dev/sdb1 /mnt/wd75s/1 ext4 rw,noatime,user_xattr,barrier=0,data=writeback 0 0
/dev/sdb7 /mnt/wd75s/7 ext4 rw,noatime,user_xattr,barrier=1,data=ordered 0 0
/dev/sdb10 /mnt/wd75s/10 ext4 rw,noatime,user_xattr,barrier=0 0 0
/dev/mapper/gluks5 /mnt/gluks5 ext4 
rw,noatime,user_xattr,barrier=1,data=ordered 0 0
/dev/mapper/gluks5 /gwl ext4 rw,noatime,user_xattr,barrier=1,data=ordered 0 0
*** END /proc/mounts

*** BEGIN /boot/grub/device.map
(hd0)   /dev/disk/by-id/ata-WDC_WD3200BEVT-22ZCT0_WD-WXE508H26266
(hd1)   /dev/disk/by-id/ata-SanDisk_SDSSDX120GG25_120506402127
*** END /boot/grub/device.map

*** BEGIN /boot/grub/grub.cfg
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
  load_env
fi
set default=${saved_entry}
if [ ${prev_saved_entry} ]; then
  set saved_entry=${prev_saved_entry}
  save_env saved_entry
  set prev_saved_entry=
  save_env prev_saved_entry
  set boot_once=true
fi

function savedefault {
  if [ -z ${boot_once} ]; then
saved_entry=${chosen}
save_env saved_entry
  fi
}

function load_video {
  insmod vbe
  insmod vga
  insmod video_bochs
  insmod video_cirrus
}

insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set=root 62c24e0f-97bb-4327-b593-9c839dc14709
if loadfont /usr/share/grub/unicode.pf2 ; then
  set gfxmode=640x480
  load_video
  insmod gfxterm
  insmod part_msdos
  insmod ext2
  set root='(hd0,msdos1)'
  search --no-floppy --fs-uuid --set=root 62c24e0f-97bb-4327-b593-9c839dc14709
  set locale_dir=($root)/boot/grub/locale
  set lang=en_CA
  insmod gettext
fi
terminal_output gfxterm
set timeout=15
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set=root 62c24e0f-97bb-4327-b593-9c839dc14709
insmod png
if background_image /usr/share/images/desktop-base/joy-grub.png; then
  set color_normal=white/black
  set color_highlight=black/white
else
  set menu_color_normal=cyan/blue
  set menu_color_highlight=white/blue
fi
### END /etc/grub.d/05_debian_theme ###

### BEGIN /etc/grub.d/10_linux ###
menuentry 'Debian GNU/Linux, with Linux 3.2.0-3-686-pae' --class debian --class 
gnu-linux --class gnu --class os {
insmod gzio
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set=root 
62c24e0f-97bb-4327-b593-9c839dc14709
echo'Loading Linux 3.2.0-3-686-pae ...'
linux   /boot/vmlinuz-3.2.0-3-686-pae 
root=UUID=62c24e0f-97bb-4327-b593-9c839dc14709 ro acpi_backlight=vendor quiet
echo'Loading initial ramdisk ...'
initrd  /boot/initrd.img-3.2.0-3-686-pae
}
menuentry 'Debian GNU/Linux, with Linux 3.2.0-3-686-pae (recovery mode)' 
--class debian --class gnu-linux --class gnu --class os {
insmod gzio
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set=root 
62c24e0f-97bb-4327-b593-9c839dc14709
echo'Loading Linux 3.2.0-3-686-pae ...'
linux   /boot/vmlinuz-3.2.0-3-686-pae 
root=UUID=62c24e0f-97bb-4327-b593-9c839dc14709 ro single acpi_backlight=vendor
echo'Loading initial ramdisk ...'
initrd  /boot/initrd.img-3.2.0-3-686-pae
}
### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/20_linux_xen ###
### END /etc/grub.d/20_linux_xen ###

### BEGIN /etc/grub.d/30_os-prober ###
menuentry Debian GNU/Linux, with Linux 3.2.0-3-686-pae (on /dev/sda1) --class 
gnu-linux --class gnu --class os {
insmod part_msdos
insmod ext2
set root='(hd1,msdos1)'
search --no-floppy --fs-uuid --set=root 
67aa6df1-e566-48c8-84d3-eb8104fad87d
linux /boot/vmlinuz-3.2.0-3-686-pae 
root=UUID=67aa6df1-e566-48c8-84d3-eb8104fad87d ro acpi_backlight=vendor quiet
initrd /boot/initrd.img-3.2.0-3-686-pae
}
menuentry Debian GNU/Linux, with Linux 3.2.0-3-686-pae 

Bug#498168: failure when alsa-utils and alsa-base missing

2008-09-07 Thread Gregor Larson
Package: alsamixergui
Version: 0.9.0rc2-1-9
Severity: important

I observed inconsistent operation of alsamixergui
when alsa-utils and alsa-base were missing. It appeared
that my sound-card was not 'present', that is, the controls
related to my sound-card did not appear in alsamixergui.

After I installed alsa-utils (which also brought in alsa-base)
the problem was corrected (alsamixergui correctly recognized my
sound-card).

Because alsamixergui is very similar to alsamixer (in alsa-utils),
I recommend that alsamixergui should have dependancies similar to
alsa-utils (or better you, simply depend on alsa-utils).

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-1-686 (SMP w/1 CPU core)
Locale: LANG=en_CA, LC_CTYPE=en_CA (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages alsamixergui depends on:
ii  libasound21.0.16-2   ALSA library
ii  libc6 2.7-13 GNU C Library: Shared libraries
ii  libfltk1.11.1.9-6Fast Light Toolkit - shared librar
ii  libgcc1   1:4.3.1-9  GCC support library
ii  libstdc++64.3.1-9The GNU Standard C++ Library v3

alsamixergui recommends no packages.

alsamixergui suggests no packages.

-- no debconf information



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