Bug#1017944: grub-xen-host: Old grub-x86_64-xen.bin works

2022-09-13 Thread Stefan Nitz
Package: grub-xen-host
Followup-For: Bug #1017944

Dear Maintainer,

with the previous grub-x86_64-xen.bin file the PV start.
Packgage Version: Version: 2.04-20

...

- System Information:
Debian Release: 11.5
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable-security'), (500, 
'stable'), (100, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.10.0-18-amd64 (SMP w/1 CPU thread)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages grub-xen-host depends on:
ii  grub-xen-bin  2.06-3~deb11u1

grub-xen-host recommends no packages.

grub-xen-host suggests no packages.

-- no debconf information



Bug#990044: closed by Colin Watson (Re: Bug#990044: error: symbol 'grub_file_filters' not found)

2021-06-18 Thread Stefan Nitz

Dear Colin,

On 18.06.21 19:27, Debian Bug Tracking System wrote:

This is an automatic notification regarding your Bug report
which was filed against the grub2 package:

#990044: error: symbol 'grub_file_filters' not found

It has been closed by Colin Watson .

Their explanation is attached below along with your original report.
If this explanation is unsatisfactory and you have not received a
better one in a separate message then please contact Colin Watson 
 by
replying to this email.


Great! Thank you for you very fast response!
That was it, I've only tried before
grub-install /dev/sda


best regards
Stefan



Bug#990044: error: symbol 'grub_file_filters' not found

2021-06-18 Thread Stefan Nitz
Package: grub2
Version: 2.02+dfsg1-20+deb10u3
Severity: critical
Justification: breaks the whole system

Dear Maintainer,

   * What led up to the situation?
full upgrade to testing 

   * What exactly did you do (or not do) that was effective (or
 ineffective)?
Install grub2/testing 2.04-18 amd64 

   * What was the outcome of this action?
Grub stop in rescue mode, message:
error: symbol 'grub_file_filters' not found

   * What outcome did you expect instead?
loading the kernel

To start again, install 2.02+dfsg1-20+deb10u3, > u4 do not work

-- Package-specific info:

*** BEGIN /proc/mounts
/dev/sdb2 / ext4 rw,relatime,errors=remount-ro 0 0
/dev/sdb1 /boot ext4 rw,relatime,errors=remount-ro 0 0
/dev/mapper/_dev_dm_0 /home/nitz ext4 rw,relatime 0 0
*** END /proc/mounts

*** BEGIN /boot/grub/device.map
(hd0)   /dev/disk/by-id/ata-SAMSUNG_HN-M101MBB_S2R8J1MBA04065
(hd1)   /dev/disk/by-id/ata-WDC_WDS500G2B0A-00SM50_172843424862
#(hd2)  /dev/disk/by-id/lvm-pv-uuid-Vty9C5-u24G-nx3B-Appj-UhSr-wQZj-LtfXc7
*** 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
  set have_grubenv=true
  load_env
fi
if [ "${next_entry}" ] ; then
   set default="${next_entry}"
   set next_entry=
   save_env next_entry
   set boot_once=true
else
   set default="Debian GNU/Linux, mit Xen-Hypervisor"
fi

if [ x"${feature_menuentry_id}" = xy ]; then
  menuentry_id_option="--id"
else
  menuentry_id_option=""
fi

export menuentry_id_option

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 {
  if [ x$feature_all_video_module = xy ]; then
insmod all_video
  else
insmod efi_gop
insmod efi_uga
insmod ieee1275_fb
insmod vbe
insmod vga
insmod video_bochs
insmod video_cirrus
  fi
}

if [ x$feature_default_font_path = xy ] ; then
   font=unicode
else
insmod part_msdos
insmod ext2
set root='hd1,msdos2'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos2 
--hint-efi=hd1,msdos2 --hint-baremetal=ahci1,msdos2  
31010fdb-7e31-49df-bbce-b9fc3d11930d
else
  search --no-floppy --fs-uuid --set=root 31010fdb-7e31-49df-bbce-b9fc3d11930d
fi
font="/usr/share/grub/unicode.pf2"
fi

if loadfont $font ; then
  set gfxmode=auto
  load_video
  insmod gfxterm
  set locale_dir=$prefix/locale
  set lang=C
  insmod gettext
fi
terminal_output gfxterm
if [ "${recordfail}" = 1 ] ; then
  set timeout=30
else
  if [ x$feature_timeout_style = xy ] ; then
set timeout_style=menu
set timeout=5
  # Fallback normal timeout code in case the timeout_style feature is
  # unavailable.
  else
set timeout=5
  fi
fi
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
insmod part_msdos
insmod ext2
set root='hd1,msdos2'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos2 
--hint-efi=hd1,msdos2 --hint-baremetal=ahci1,msdos2  
31010fdb-7e31-49df-bbce-b9fc3d11930d
else
  search --no-floppy --fs-uuid --set=root 31010fdb-7e31-49df-bbce-b9fc3d11930d
fi
insmod png
if background_image /usr/share/desktop-base/homeworld-theme/grub/grub-4x3.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 ###
function gfxmode {
set gfxpayload="${1}"
}
set linux_gfx_mode=
export linux_gfx_mode
menuentry 'Debian GNU/Linux' --class debian --class gnu-linux --class gnu 
--class os $menuentry_id_option 
'gnulinux-simple-31010fdb-7e31-49df-bbce-b9fc3d11930d' {
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_msdos
insmod ext2
set root='hd1,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos1 
--hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1  
21ec0055-1c79-4010-a7b8-421818b40973
else
  search --no-floppy --fs-uuid --set=root 
21ec0055-1c79-4010-a7b8-421818b40973
fi
echo'Linux 5.10.0-7-amd64 wird geladen …'
linux   /vmlinuz-5.10.0-7-amd64 
root=UUID=31010fdb-7e31-49df-bbce-b9fc3d11930d ro  quiet
echo'Initiale Ramdisk wird geladen …'
initrd  /initrd.img-5.10.0-7-amd64
}
submenu 'Erweiterte Optionen für Debian 

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

2021-04-02 Thread Stefan Nitz
Package: grub-pc
Followup-For: Bug #984760

Dear Maintainer,


* Install / update to grub-common grub-pc grub-pc-bin grub2 grub2-common - 
version: 2.02+dfsg1-20+deb10u4
* Install 2.02+dfsg1-20+deb10u3 - system works again
* can not boot: ... grub_register_command_lockdown not found ...
* boot system




-- Package-specific info:

*** BEGIN /proc/mounts
/dev/sdb2 / ext4 rw,relatime,errors=remount-ro 0 0
/dev/sdb1 /boot ext4 rw,relatime,errors=remount-ro 0 0
/dev/mapper/_dev_dm_1 /home/nitz ext4 rw,relatime 0 0
*** END /proc/mounts

*** BEGIN /boot/grub/device.map
(hd0)   /dev/disk/by-id/ata-SAMSUNG_HN-M101MBB_S2R8J1MBA04065
(hd1)   /dev/disk/by-id/ata-WDC_WDS500G2B0A-00SM50_172843424862
#(hd2)  /dev/disk/by-id/lvm-pv-uuid-Vty9C5-u24G-nx3B-Appj-UhSr-wQZj-LtfXc7
*** 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
  set have_grubenv=true
  load_env
fi
if [ "${next_entry}" ] ; then
   set default="${next_entry}"
   set next_entry=
   save_env next_entry
   set boot_once=true
else
   set default="Debian GNU/Linux, mit Xen-Hypervisor"
fi

if [ x"${feature_menuentry_id}" = xy ]; then
  menuentry_id_option="--id"
else
  menuentry_id_option=""
fi

export menuentry_id_option

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 {
  if [ x$feature_all_video_module = xy ]; then
insmod all_video
  else
insmod efi_gop
insmod efi_uga
insmod ieee1275_fb
insmod vbe
insmod vga
insmod video_bochs
insmod video_cirrus
  fi
}

if [ x$feature_default_font_path = xy ] ; then
   font=unicode
else
insmod part_msdos
insmod ext2
set root='hd1,msdos2'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos2 
--hint-efi=hd1,msdos2 --hint-baremetal=ahci1,msdos2  
31010fdb-7e31-49df-bbce-b9fc3d11930d
else
  search --no-floppy --fs-uuid --set=root 31010fdb-7e31-49df-bbce-b9fc3d11930d
fi
font="/usr/share/grub/unicode.pf2"
fi

if loadfont $font ; then
  set gfxmode=auto
  load_video
  insmod gfxterm
  set locale_dir=$prefix/locale
  set lang=C
  insmod gettext
fi
terminal_output gfxterm
if [ "${recordfail}" = 1 ] ; then
  set timeout=30
else
  if [ x$feature_timeout_style = xy ] ; then
set timeout_style=menu
set timeout=5
  # Fallback normal timeout code in case the timeout_style feature is
  # unavailable.
  else
set timeout=5
  fi
fi
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
insmod part_msdos
insmod ext2
set root='hd1,msdos2'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos2 
--hint-efi=hd1,msdos2 --hint-baremetal=ahci1,msdos2  
31010fdb-7e31-49df-bbce-b9fc3d11930d
else
  search --no-floppy --fs-uuid --set=root 31010fdb-7e31-49df-bbce-b9fc3d11930d
fi
insmod png
if background_image 
/usr/share/desktop-base/futureprototype-theme/grub/grub-4x3.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 ###
function gfxmode {
set gfxpayload="${1}"
}
set linux_gfx_mode=
export linux_gfx_mode
menuentry 'Debian GNU/Linux' --class debian --class gnu-linux --class gnu 
--class os $menuentry_id_option 
'gnulinux-simple-31010fdb-7e31-49df-bbce-b9fc3d11930d' {
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_msdos
insmod ext2
set root='hd1,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos1 
--hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1  
21ec0055-1c79-4010-a7b8-421818b40973
else
  search --no-floppy --fs-uuid --set=root 
21ec0055-1c79-4010-a7b8-421818b40973
fi
echo'Linux 4.19.0-16-amd64 wird geladen …'
linux   /vmlinuz-4.19.0-16-amd64 
root=UUID=31010fdb-7e31-49df-bbce-b9fc3d11930d ro  quiet
echo'Initiale Ramdisk wird geladen …'
initrd  /initrd.img-4.19.0-16-amd64
}
submenu 'Erweiterte Optionen für Debian GNU/Linux' $menuentry_id_option 
'gnulinux-advanced-31010fdb-7e31-49df-bbce-b9fc3d11930d' {
menuentry 'Debian GNU/Linux, mit Linux 4.19.0-16-amd64' --class debian 
--class gnu-linux --class gnu --class os $menuentry_id_option 

Bug#986298: 2.02+dfsg1-20+deb10u4: kernel boot fail.

2021-04-02 Thread Stefan Nitz
Package: 2.02+dfsg1-20+deb10u4
Version: 2.02+dfsg1-20+deb10u4
Severity: critical
Justification: breaks the whole system

Dear Maintainer,

*** Reporter, please consider answering these questions, where appropriate ***

   * What led up to the situation?
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
   * What was the outcome of this action?
   * What outcome did you expect instead?

*** End of the template - remove these template lines ***


-- System Information:
Debian Release: 10.9
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable'), (500, 'oldstable'), 
(102, 'experimental'), (50, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.19.0-16-amd64 (SMP w/4 CPU cores)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8), 
LANGUAGE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

* Install / update to grub-common grub-pc grub-pc-bin grub2 grub2-common - 
version: 2.02+dfsg1-20+deb10u4
* Install 2.02+dfsg1-20+deb10u3 - system works again
* can not boot: ... grub_register_command_lockdown not found ...
* boot system



Bug#830776: ganeti: Upgrade 2.5.2 (wheezy) -> 2.12.4 (jessie) fails

2016-07-11 Thread Stefan Nitz
Package: ganeti
Version: 2.12.4-1+deb8u3
Severity: critical
Justification: causes serious data loss

Dear Maintainer,

*** Reporter, please consider answering these questions, where appropriate ***

   * What led up to the situation?
Upgrade debian 7.11 -> 8.5

   * What exactly did you do (or not do) that was effective (or
 ineffective)?
Install Wheezy (netinst), gantie ..., 
add cluster + instance. Lvm, No drbd)

The System is working fine.

Upgrade to Jessie

apt-get update
apt-get update
apt-get dist-upgrade

   * What was the outcome of this action?

...
ganeti-2.12 (2.12.4-1+deb8u3) wird eingerichtet ...
ganeti (2.12.4-1+deb8u3) wird eingerichtet ...
Neue Version der Konfigurationsdatei /etc/bash_completion.d/ganeti wird 
installiert ...
Neue Version der Konfigurationsdatei /etc/cron.d/ganeti wird installiert ...
Neue Version der Konfigurationsdatei /etc/default/ganeti wird installiert ...
Neue Version der Konfigurationsdatei /etc/init.d/ganeti wird installiert ...
Benutzer gnt-confd wird zur Gruppe gnt-daemons hinzugefügt.
Benutzer gnt-masterd wird zur Gruppe gnt-admin hinzugefügt.
Benutzer gnt-masterd wird zur Gruppe gnt-confd hinzugefügt.
Benutzer gnt-masterd wird zur Gruppe gnt-daemons hinzugefügt.
Benutzer gnt-masterd wird zur Gruppe gnt-masterd hinzugefügt.
Benutzer gnt-rapi wird zur Gruppe gnt-admin hinzugefügt.
Benutzer gnt-rapi wird zur Gruppe gnt-daemons hinzugefügt.
Linking /etc/ganeti/lib to /usr/lib/ganeti/2.12
Linking /etc/ganeti/share to /usr/share/ganeti/2.12
[ ok ] Stopping Ganeti cluster:[] ganeti-metad...done.
[ ok ] ganeti-mond...done.
[ ok ] ganeti-confd...done.
[ ok ] ganeti-kvmd...done.
[ ok ] ganeti-luxid...done.
[ ok ] ganeti-rapi...done.
[ ok ] ganeti-wconfd...done.
[ ok ] ganeti-noded...done.
[ ok ] Starting Ganeti cluster:[] ganeti-noded...done.
[] ganeti-wconfd...Failed to verify master status: parsing configuration: 
Can't parse value for type cluster: key 'master_netmask' not found, object 
contains only 
["beparams","blacklisted_os","candidate_pool_size","cluster_name","ctime","default_iallocator","enabled_hypervisors","file_storage_dir","hidden_os","highest_used_port","hvparams","mac_prefix","maintain_node_health","master_ip","master_netdev","master_node","modify_etc_hosts","modify_ssh_setup","mtime","ndparams","nicparams","os_hvp","osparams","prealloc_wipe_disks","primary_ip_family","reserved_lvs","rsahostkeypub","serial_no","shared_file_storage_dir","tags","tcpudp_port_pool","uid_pool","uuid","volume_group_name"]
failed (exit code 1).
[ ok ] ganeti-rapi...done.
[] ganeti-luxid...Failed to verify master status: parsing configuration: 
Can't parse value for type cluster: key 'master_netmask' not found, object 
contains only 
["beparams","blacklisted_os","candidate_pool_size","cluster_name","ctime","default_iallocator","enabled_hypervisors","file_storage_dir","hidden_os","highest_used_port","hvparams","mac_prefix","maintain_node_health","master_ip","master_netdev","master_node","modify_etc_hosts","modify_ssh_setup","mtime","ndparams","nicparams","os_hvp","osparams","prealloc_wipe_disks","primary_ip_family","reserved_lvs","rsahostkeypub","serial_no","shared_file_storage_dir","tags","tcpudp_port_pool","uid_pool","uuid","volume_group_name"]
failed (exit code 1).
[ ok ] ganeti-kvmd...done.
[ ok ] ganeti-confd...done.
[ ok ] ganeti-mond...done.
ganeti2 (2.12.4-1+deb8u3) wird eingerichtet ...
...

   * What outcome did you expect instead?
Nor errors and worrking ganeti 

*** End of the template - remove these template lines ***


-- Package-specific info:
Version symlinks:
  /etc/ganeti/share -> /usr/share/ganeti/2.12
  /etc/ganeti/lib -> /usr/lib/ganeti/2.12
Cluster config version: 2.5.2
Address family: IPv4
Enabled hypervisors: xen-pvm xen-hvm
xen-pvm hypervisor parameters:
xen-hvm hypervisor parameters:

-- System Information:
Debian Release: 8.5
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.16.0-4-amd64 (SMP w/1 CPU core)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages ganeti depends on:
ii  adduser  3.113+nmu3
ii  ganeti-2.12  2.12.4-1+deb8u3
ii  ganeti-haskell-2.12  2.12.4-1+deb8u3
ii  ganeti-htools-2.12   2.12.4-1+deb8u3
ii  python   2.7.9-1

Versions of packages ganeti recommends:
ii  drbd-utils   8.9.2~rc1-2+deb8u1
ii  drbd8-utils  2:8.9.2~rc1-2+deb8u1
ii  ganeti-instance-debootstrap  0.14-2
ii  ndisc6   1.0.1-1+b1
ii  qemu-kvm 1:2.1+dfsg-12+deb8u6
ii  xen-linux-system-amd64   3.16+63

Versions of packages ganeti suggests:
pn  blktap-dkms  
pn  ganeti-doc   
pn  molly-guard  

-- no debconf information