[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1033921: marked as done (hw-detect: firmware license cannot be accepted anymore)



Your message dated Thu, 11 May 2023 22:41:42 +0000
with message-id <E1pxEyk-00BYZC-9D@fasolo.debian.org>
and subject line Bug#1033921: fixed in hw-detect 1.158
has caused the Debian Bug report #1033921,
regarding hw-detect: firmware license cannot be accepted anymore
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
1033921: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1033921
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: debian-installer
Severity: normal
Tags: d-i
X-Debbugs-Cc: charlescurley@charlescurley.com

Dear Maintainer,

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

   * What led up to the situation?

Once again I pulled in the weekly d-i netinst ISO and tried it on my IBM R51. This i386 machine uses the Network controller: Intel Corporation PRO/Wireless 2200BG [Calexico2] Network Connection (rev 05), which requires the ipw 2200 firmware.

   * What exactly did you do (or not do) that was effective (or
     ineffective)?

I ran my usual preseed file, which is set up to use the wifi network for Internet access.

   * What was the outcome of this action?

I only saw the Ethernet interface as an option. That works.

Grepping in the syslog indicates that the installer is looking in the wrong place on the CD-ROM.

At approximately 21:50:11 syslog reports that

check-missing-firmware: installing firmware package /cdrom/firmware/firmware-ipw2x00_20230210-4_all.deb

However, searching the CD-ROM indicates that the firmware package is elsewhere:

root@hawk:/crc/isos/debian/12.x/weekly# mkdir loop
root@hawk:/crc/isos/debian/12.x/weekly# mount debian-testing-i386-netinst.iso loop
mount: /crc/isos/debian/12.x/weekly/loop: WARNING: source write-protected, mounted read-only.
root@hawk:/crc/isos/debian/12.x/weekly# grep ipw loop/md5sum.txt 
7e6f43f1dd1ec551f5eed63652f35ff0  ./firmware/dep11/firmware-ipw2x00.component
e6eb2bebabf6d793ebd5ebe958461cde  ./firmware/dep11/firmware-ipw2x00.patterns
8ff7cc60a37ed026c84613021cd4eb05  ./pool/non-free-firmware/f/firmware-nonfree/firmware-ipw2x00_20230210-4_all.deb
root@hawk:/crc/isos/debian/12.x/weekly# ll loop/pool/non-free-firmware/f/firmware-nonfree/firmware-ipw2x00_20230210-4_all.deb 
-r--r--r-- 2 root root 279224 Mar 11 14:40 loop/pool/non-free-firmware/f/firmware-nonfree/firmware-ipw2x00_20230210-4_all.deb
root@hawk:/crc/isos/debian/12.x/weekly# 


   * What outcome did you expect instead?

Successful log in to the wifi network.
#_preseed_V1

#### From https://www.debian.org/releases/buster/example-preseed.txt
#### and other places.

debconf debconf/priority string critical

#### Contents of the preconfiguration file (for buster)
### Localization
# Preseeding only locale sets language, country and locale.
# d-i debian-installer/locale string en_US
d-i debian-installer/locale string en_US.UTF-8

# The values can also be preseeded individually for greater flexibility.
#d-i debian-installer/language string en
#d-i debian-installer/country string NL
d-i debian-installer/language string en
d-i debian-installer/country string US
#d-i debian-installer/locale string en_GB.UTF-8
# Optionally specify additional locales to be generated.
#d-i localechooser/supported-locales multiselect en_US.UTF-8, nl_NL.UTF-8

# Keyboard selection.
d-i keyboard-configuration/xkb-keymap select us
# d-i keyboard-configuration/toggle select No toggling

### Description: Keyboard layout:
#   Please select the layout matching the keyboard for this machine.
d-i keyboard-configuration/variant select English (US)
# Possible choices: ${CHOICES}

### Description: Compose key:
#   The Compose key (known also as Multi_key) causes the computer to interpret
#   the next few keystrokes as a combination in order to produce a character
#   not found on the keyboard.
#   .
#   On the text console the Compose key does not work in Unicode mode. If not
#   in Unicode mode, regardless of what you choose here, you can always also
#   use the Control+period combination as a Compose key.
# d-i keyboard-configuration/compose select No compose key
d-i keyboard-configuration/compose select Left Logo key
# Possible choices: No compose key, Right Alt (AltGr), Right Control, Right Logo key, Menu key, Left Logo key, Caps Lock


### Network configuration
# Disable network configuration entirely. This is useful for cdrom
# installations on non-networked devices where the network questions,
# warning and long timeouts are a nuisance.
#d-i netcfg/enable boolean false

### Description: Auto-configure networking?
#   Networking can be configured either by entering all the information
#   manually, or by using DHCP (or a variety of IPv6-specific methods) to
#   detect network settings automatically. If you choose to use
#   autoconfiguration and the installer is unable to get a working
#   configuration from the network, you will be given the opportunity to
#   configure the network manually.
d-i netcfg/use_autoconfig boolean true

# netcfg will choose an interface that has link if possible. This makes it
# skip displaying a list if there is more than one interface.
#d-i netcfg/choose_interface select auto

# To pick a particular interface instead:
#d-i netcfg/choose_interface select eth1

# To set a different link detection timeout (default is 3 seconds).
# Values are interpreted as seconds.
d-i netcfg/link_wait_timeout string 4

# If you have a slow dhcp server and the installer times out waiting for
# it, this might be useful.
#d-i netcfg/dhcp_timeout string 60
#d-i netcfg/dhcpv6_timeout string 60
d-i netcfg/dhcp_timeout string 30
d-i netcfg/dhcpv6_timeout string 6

# If you prefer to configure the network manually, uncomment this line and
# the static network configuration below.
#d-i netcfg/disable_autoconfig boolean true

# If you want the preconfiguration file to work on systems both with and
# without a dhcp server, uncomment these lines and the static network
# configuration below.
#d-i netcfg/dhcp_failed note
#d-i netcfg/dhcp_options select Configure network manually

# Static network configuration.
#
# IPv4 example
#d-i netcfg/get_ipaddress string 192.168.1.42
#d-i netcfg/get_netmask string 255.255.255.0
#d-i netcfg/get_gateway string 192.168.1.1
#d-i netcfg/get_nameservers string 192.168.1.1
#d-i netcfg/confirm_static boolean true
#
# IPv6 example
#d-i netcfg/get_ipaddress string fc00::2
#d-i netcfg/get_netmask string ffff:ffff:ffff:ffff::
#d-i netcfg/get_gateway string fc00::1
#d-i netcfg/get_nameservers string fc00::1
#d-i netcfg/confirm_static boolean true

# Any hostname and domain names assigned from dhcp take precedence over
# values set here. However, setting the values still prevents the questions
# from being shown, even if values come from dhcp.
# d-i netcfg/get_hostname string unassigned-hostname

# If you want to force a hostname, regardless of what either the DHCP
# server returns or what the reverse DNS entry for the IP is, uncomment
# and adjust the following line.
#d-i netcfg/hostname string somehost

# Disable that annoying WEP key dialog.
# d-i netcfg/wireless_wep string
# The wacky dhcp hostname that some ISPs use as a password of sorts.
#d-i netcfg/dhcp_hostname string radish

# If non-free firmware is needed for the network or other hardware, you can
# configure the installer to always try to load it, without prompting. Or
# change to false to disable asking.
d-i hw-detect/load_firmware boolean true

### Network console
# Use the following settings if you wish to make use of the network-console
# component for remote installation over SSH. This only makes sense if you
# intend to perform the remainder of the installation manually.
#d-i anna/choose_modules string network-console
#d-i network-console/authorized_keys_url string http://10.0.0.1/openssh-key
#d-i network-console/password password r00tme
#d-i network-console/password-again password r00tme

### Mirror settings
# If you select ftp, the mirror/country string does not need to be set.
#d-i mirror/protocol string ftp
d-i mirror/country string manual
# d-i mirror/http/hostname string http.us.debian.org
d-i mirror/http/hostname string deb.debian.org
d-i mirror/http/directory string /debian
# d-i mirror/http/proxy string
d-i mirror/http/proxy string http://aptcacher.localdomain:3142/

# Suite to install.
#d-i mirror/suite string testing
# Suite to use for loading installer components (optional).
#d-i mirror/udeb/suite string testing

### Account setup
# Skip creation of a root account (normal user account will be able to
# use sudo).
#d-i passwd/root-login boolean false
d-i passwd/root-login boolean true
# Alternatively, to skip creation of a normal user account.
#d-i passwd/make-user boolean false
d-i passwd/make-user boolean true

# Root password, either in clear text
# d-i passwd/root-password password r00tme
# d-i passwd/root-password-again password r00tme
# or encrypted using a crypt(3)  hash.
#d-i passwd/root-password-crypted password [crypt(3) hash]
# d-i passwd/root-password-crypted password $1$0jG8V.wJ$N6Z/DnaCW0TsDCWj0hspi0
d-i passwd/root-password-crypted password $6$SMEM/tTbE$eeQYJBRapfP2fnbTo725XHT5KT83ndPbQE5ejOYnrMkZD1lz7J2iSOauP1XZx9.iZJw3CEgOCuG8bfZRMXT061

# To create a normal user account.
d-i passwd/user-fullname string Charles Curley
d-i passwd/username string charles
# Normal user's password, either in clear text
# d-i passwd/user-password password r00tme
# d-i passwd/user-password-again password r00tme
# or encrypted using a crypt(3) hash.
# d-i passwd/user-password-crypted password $1$6Q4EynQU$dtmE994lMfHWJaPZUo8mx0
d-i passwd/user-password-crypted password $6$mjcd0SP7QTw8$oIqFBaWsBTiECqNodRGgD4o1vi/D1NDfpkCWVpg6OwDKhhg97G7iCLnOrFhV0FtxhZEQHZeqARGp3NSMRnyud/
# Create the first user with the specified UID instead of the default.
#d-i passwd/user-uid string 1010

# The user account will be added to some standard initial groups. To
# override that, use this.
#d-i passwd/user-default-groups string audio cdrom video

### Clock and time zone setup
# Controls whether or not the hardware clock is set to UTC. False for
# Windows.
# d-i clock-setup/utc boolean true
d-i clock-setup/utc boolean false

# You may set this to any valid setting for $TZ; see the contents of
# /usr/share/zoneinfo/ for valid values.
# d-i time/zone string US/Eastern
d-i time/zone string US/Mountain

# Controls whether to use NTP to set the clock during the install
d-i clock-setup/ntp boolean true
# NTP server to use. The default is almost always fine here.
d-i clock-setup/ntp-server string ntp.localdomain ntp1.localdomain

### Partitioning
## Partitioning example
# If the system has free space you can choose to only partition that space.
# This is only honoured if partman-auto/method (below) is not set.
#d-i partman-auto/init_automatically_partition select biggest_free

# Alternatively, you may specify a disk to partition. If the system has only
# one disk the installer will default to using that, but otherwise the device
# name must be given in traditional, non-devfs format (so e.g. /dev/sda
# and not e.g. /dev/discs/disc0/disc).
# For example, to use the first SCSI/SATA hard disk:
#d-i partman-auto/disk string /dev/sda
# In addition, you'll need to specify the method to use.
# The presently available methods are:
# - regular: use the usual partition types for your architecture
# - lvm:     use LVM to partition the disk
# - crypto:  use LVM within an encrypted partition
# d-i partman-auto/method string crypto

# You can define the amount of space that will be used for the LVM volume
# group. It can either be a size with its unit (eg. 20 GB), a percentage of
# free space or the 'max' keyword.
# d-i partman-auto-lvm/guided_size string max

# If one of the disks that are going to be automatically partitioned
# contains an old LVM configuration, the user will normally receive a
# warning. This can be preseeded away...
# d-i partman-lvm/device_remove_lvm boolean true
# The same applies to pre-existing software RAID array:
# d-i partman-md/device_remove_md boolean true
# And the same goes for the confirmation to write the lvm partitions.
# d-i partman-lvm/confirm boolean true
# d-i partman-lvm/confirm_nooverwrite boolean true

# You can choose one of the three predefined partitioning recipes:
# - atomic: all files in one partition
# - home:   separate /home partition
# - multi:  separate /home, /var, and /tmp partitions
# d-i partman-auto/choose_recipe select home

# Or provide a recipe of your own...
# If you have a way to get a recipe file into the d-i environment, you can
# just point at it.
#d-i partman-auto/expert_recipe_file string /hd-media/recipe

# If not, you can put an entire recipe into the preconfiguration file in one
# (logical) line. This example creates a small /boot partition, suitable
# swap, and uses the rest of the space for the root partition:
#d-i partman-auto/expert_recipe string                         \
#      boot-root ::                                            \
#              40 50 100 ext3                                  \
#                      $primary{ } $bootable{ }                \
#                      method{ format } format{ }              \
#                      use_filesystem{ } filesystem{ ext3 }    \
#                      mountpoint{ /boot }                     \
#              .                                               \
#              500 10000 1000000000 ext3                       \
#                      method{ format } format{ }              \
#                      use_filesystem{ } filesystem{ ext3 }    \
#                      mountpoint{ / }                         \
#              .                                               \
#              64 512 300% linux-swap                          \
#                      method{ swap } format{ }                \
#              .

# The full recipe format is documented in the file partman-auto-recipe.txt
# included in the 'debian-installer' package or available from D-I source
# repository. This also documents how to specify settings such as file
# system labels, volume group names and which physical devices to include
# in a volume group.

# This makes partman automatically partition without confirmation, provided
# that you told it what to do using one of the methods above.
# d-i partman-partitioning/confirm_write_new_label boolean true
# d-i partman/choose_partition select finish
# d-i partman/confirm boolean true
# d-i partman/confirm_nooverwrite boolean true

# When disk encryption is enabled, skip wiping the partitions beforehand.
#d-i partman-auto-crypto/erase_disks boolean false

# # For virtual machines on Hawk and likely elsewhere.
# d-i partman-auto/disk string /dev/vda
# d-i partman-auto/method string regular
# d-i partman-lvm/device_remove_lvm boolean true
# d-i partman-md/device_remove_md boolean true
# d-i partman-lvm/confirm boolean true
# d-i partman-lvm/confirm_nooverwrite boolean true
# d-i partman-auto/expert_recipe string                         \
#      boot-root ::                                            \
#              4915 512 1000000000 ext3                        \
#                      $primary{ }                             \
#                      method{ format } format{ }              \
#                      use_filesystem{ } filesystem{ ext3 }    \
#                      mountpoint{ / }                         \
#              .                                               \
#              1280 512 10000000000 fat16                      \
#                      $extended{ }                            \
#                      method{ format } format{ }              \
#                      use_filesystem{ } filesystem{ fat16 }   \
#              .                                               \
#              976 976 200% linux-swap                         \
#                      $primary{ }                             \
#                      method{ swap } format{ }                \
#              .                                               \

## Partitioning using RAID
# The method should be set to "raid".
#d-i partman-auto/method string raid
# Specify the disks to be partitioned. They will all get the same layout,
# so this will only work if the disks are the same size.
#d-i partman-auto/disk string /dev/sda /dev/sdb

# Next you need to specify the physical partitions that will be used. 
#d-i partman-auto/expert_recipe string \
#      multiraid ::                                         \
#              1000 5000 4000 raid                          \
#                      $primary{ } method{ raid }           \
#              .                                            \
#              64 512 300% raid                             \
#                      method{ raid }                       \
#              .                                            \
#              500 10000 1000000000 raid                    \
#                      method{ raid }                       \
#              .

# Last you need to specify how the previously defined partitions will be
# used in the RAID setup. Remember to use the correct partition numbers
# for logical partitions. RAID levels 0, 1, 5, 6 and 10 are supported;
# devices are separated using "#".
# Parameters are:
# <raidtype> <devcount> <sparecount> <fstype> <mountpoint> \
#          <devices> <sparedevices>

#d-i partman-auto-raid/recipe string \
#    1 2 0 ext3 /                    \
#          /dev/sda1#/dev/sdb1       \
#    .                               \
#    1 2 0 swap -                    \
#          /dev/sda5#/dev/sdb5       \
#    .                               \
#    0 2 0 ext3 /home                \
#          /dev/sda6#/dev/sdb6       \
#    .

# For additional information see the file partman-auto-raid-recipe.txt
# included in the 'debian-installer' package or available from D-I source
# repository.

# # This makes partman automatically partition without confirmation.
# d-i partman-md/confirm boolean true
# d-i partman-partitioning/confirm_write_new_label boolean true
# d-i partman/choose_partition select finish
# d-i partman/confirm boolean true
# d-i partman/confirm_nooverwrite boolean true

## Controlling how partitions are mounted
# The default is to mount by UUID, but you can also choose "traditional" to
# use traditional device names, or "label" to try filesystem labels before
# falling back to UUIDs.
#d-i partman/mount_style select uuid

### Base system installation
# Configure APT to not install recommended packages by default. Use of this
# option can result in an incomplete system and should only be used by very
# experienced users.
#d-i base-installer/install-recommends boolean false

# The kernel image (meta) package to be installed; "none" can be used if no
# kernel is to be installed.
#d-i base-installer/kernel/image string linux-image-686
d-i base-installer/kernel/image string linux-image-686
# d-i base-installer/kernel/image string linux-image-amd64

### Apt setup
# You can choose to install non-free, non-free-firmware and contrib
# software.
d-i apt-setup/non-free boolean true
d-i apt-setup/contrib boolean true
d-i apt-setup/non-free-firmware boolean true
# Uncomment this if you don't want to use a network mirror.
#d-i apt-setup/use_mirror boolean false
# Select which update services to use; define the mirrors to be used.
# Values shown below are the normal defaults.
d-i apt-setup/services-select multiselect security, updates
d-i apt-setup/security_host string security.debian.org

# Additional repositories, local[0-9] available
#d-i apt-setup/local0/repository string \
#       http://local.server/debian stable main
#d-i apt-setup/local0/comment string local server
# Enable deb-src lines
#d-i apt-setup/local0/source boolean true
# URL to the public key of the local repository; you must provide a key or
# apt will complain about the unauthenticated repository and so the
# sources.list line will be left commented out
#d-i apt-setup/local0/key string http://local.server/key

# By default the installer requires that repositories be authenticated
# using a known gpg key. This setting can be used to disable that
# authentication. Warning: Insecure, not recommended.
#d-i debian-installer/allow_unauthenticated boolean true

# Uncomment this to add multiarch configuration for i386
#d-i apt-setup/multiarch string i386


# XFCE for dragon & other laptops & desktops. *NOT* for FIT-PCs and
# other server only. or tasksel it later...

### Package selection
#tasksel tasksel/first multiselect standard, web-server, kde-desktop
# tasksel tasksel/first multiselect standard, ssh-server

# or no tasksel run at all. Requires runing it manually after reboot.
d-i pkgsel/run_tasksel boolean false

# Individual additional packages to install
#d-i pkgsel/include string openssh-server build-essential
# d-i pkgsel/include string openssh-server net-tools console-setup
# Whether to upgrade packages after debootstrap.
# Allowed values: none, safe-upgrade, full-upgrade
#d-i pkgsel/upgrade select none

# Some versions of the installer can report back on what software you have
# installed, and what software you use. The default is not to report back,
# but sending reports helps the project determine what software is most
# popular and include it on CDs.
popularity-contest popularity-contest/participate boolean false

### Boot loader installation
# Grub is the default boot loader (for x86). If you want lilo installed
# instead, uncomment this:
#d-i grub-installer/skip boolean true
# To also skip installing lilo, and install no bootloader, uncomment this
# too:
#d-i lilo-installer/skip boolean true


# This is fairly safe to set, it makes grub install automatically to the MBR
# if no other operating system is detected on the machine.
# d-i grub-installer/only_debian boolean true

# This one makes grub-installer install to the MBR if it also finds some other
# OS, which is less safe as it might not be able to boot that other OS.
d-i grub-installer/with_other_os boolean true

# Due notably to potential USB sticks, the location of the MBR can not be
# determined safely in general, so this needs to be specified:
d-i grub-installer/bootdev  string /dev/sda

# virtual machines.
# d-i grub-installer/bootdev  string /dev/vda

# To install to the first device (assuming it is not a USB stick):
# d-i grub-installer/bootdev  string default

# Alternatively, if you want to install to a location other than the mbr,
# uncomment and edit these lines:
#d-i grub-installer/only_debian boolean false
#d-i grub-installer/with_other_os boolean false
#d-i grub-installer/bootdev  string (hd0,1)
# To install grub to multiple disks:
#d-i grub-installer/bootdev  string (hd0,1) (hd1,1) (hd2,1)

# Optional password for grub, either in clear text
#d-i grub-installer/password password r00tme
#d-i grub-installer/password-again password r00tme
# or encrypted using an MD5 hash, see grub-md5-crypt(8).
#d-i grub-installer/password-crypted password [MD5 hash]

# Use the following option to add additional boot parameters for the
# installed system (if supported by the bootloader installer).
# Note: options passed to the installer will be added automatically.
#d-i debian-installer/add-kernel-opts string nousb

### Finishing up the installation
# During installations from serial console, the regular virtual consoles
# (VT1-VT6) are normally disabled in /etc/inittab. Uncomment the next
# line to prevent this.
#d-i finish-install/keep-consoles boolean true

# Avoid that last message about the install being complete.
d-i finish-install/reboot_in_progress note

# This will prevent the installer from ejecting the CD during the reboot,
# which is useful in some situations.
#d-i cdrom-detect/eject boolean false

# This is how to make the installer shutdown when finished, but not
# reboot into the installed system.
#d-i debian-installer/exit/halt boolean true
# This will power off the machine instead of just halting it.
#d-i debian-installer/exit/poweroff boolean true

### Preseeding other packages
# Depending on what software you choose to install, or if things go wrong
# during the installation process, it's possible that other questions may
# be asked. You can preseed those too, of course. To get a list of every
# possible question that could be asked during an install, do an
# installation, and then run these commands:
#   debconf-get-selections --installer > file
#   debconf-get-selections >> file


#### Advanced options
### Running custom commands during the installation
# d-i preseeding is inherently not secure. Nothing in the installer checks
# for attempts at buffer overflows or other exploits of the values of a
# preconfiguration file like this one. Only use preconfiguration files from
# trusted locations! To drive that home, and because it's generally useful,
# here's a way to run any shell command you'd like inside the installer,
# automatically.

# This first command is run as early as possible, just after
# preseeding is read.
#d-i preseed/early_command string anna-install some-udeb
# This command is run immediately before the partitioner starts. It may be
# useful to apply dynamic partitioner preseeding that depends on the state
# of the disks (which may not be visible when preseed/early_command runs).
#d-i partman/early_command \
#       string debconf-set partman-auto/disk "$(list-devices disk | head -n1)"
# This command is run just before the install finishes, but when there is
# still a usable /target directory. You can chroot to /target and use it
# directly, or use the apt-install and in-target commands to easily install
# packages and run commands in the target system.
#d-i preseed/late_command string apt-install zsh; in-target chsh -s /bin/zsh

# Now for entries imported from Steve McIntyre's preseed examples.


### Description: Drivers to include in the initrd:
#   The primary function of an initrd is to allow the kernel to mount the
#   root file system. It therefore needs to contain all drivers and supporting
#   programs required to do that.
#   .
#   A generic initrd is much larger than a targeted one and may even be so
#   large that some boot loaders are unable to load it but has the advantage that
#   it can be used to boot the target system on almost any hardware. With the
#   smaller targeted initrd there is a very small chance that not all needed
#   drivers are included.
# d-i base-installer/initramfs-tools/driver-policy select <choice>
# Possible choices: generic: include all available drivers, targeted: only include drivers needed for this system
d-i base-installer/initramfs-tools/driver-policy select targeted


### Description: Scan extra installation media?
#   Scanning your installation media finds the label:
#   .
#   ${LABEL}
#   .
#   You now have the option of scanning additional media for use by the package
#   manager (apt). Normally these should be from the same set as the one you
#   booted from. If you do not have any additional media, this step can just be
#   skipped.
#   .
#   If you wish to scan more media, please insert another one now.
# d-i apt-setup/cdrom/set-first boolean false
d-i apt-setup/cdrom/set-first boolean false

### Description: Enable source repositories in APT?
#   By default source repositories are listed in /etc/apt/sources.list (with
#   appropriate "deb-src" lines) so that "apt-get source" works. However, if
#   you don't need this feature, you can disable those entries and save some
#   bandwidth during "apt-get update" operations.
# d-i apt-setup/enable-source-repositories boolean true
d-i apt-setup/enable-source-repositories boolean false


### Description: Force GRUB installation to the EFI removable media path?
#   It seems that this computer is configured to boot via EFI, but maybe
#   that configuration will not work for booting from the hard
#   drive. Some EFI firmware implementations do not meet the EFI
#   specification (i.e. they are buggy!) and do not support proper
#   configuration of boot options from system hard drives.
#   .
#   A workaround for this problem is to install an extra copy of the EFI
#   version of the GRUB boot loader to a fallback location, the
#   "removable media path". Almost all EFI systems, no matter how buggy,
#   will boot GRUB that way.
#   .
#   Warning: If the installer failed to detect another operating system
#   that is present on your computer that also depends on this fallback,
#   installing GRUB there will make that operating system temporarily
#   unbootable. GRUB can be manually configured later to boot it if
#   necessary.
# d-i grub-installer/force-efi-extra-removable boolean false
d-i grub-installer/force-efi-extra-removable boolean false


### Description: Updates management on this system:
#   Applying updates on a frequent basis is an important part of keeping the
#   system secure.
#   .
#   By default, security updates are not automatically installed, as security
#   advisories should be reviewed before manual installation of the updates
#   using standard package management tools.
#   .
#   Alternatively the unattended-upgrades package can be installed, which will
#   install security updates automatically. Note however that automatic
#   installation of updates may occasionally cause unexpected downtime of
#   services provided by this machine in the rare cases where the update is
#   not fully backward-compatible, or where the security advisory requires the
#   administrator to perform some other manual operation.
# d-i pkgsel/update-policy select none
d-i pkgsel/update-policy select Install security updates automatically
# Possible choices: No automatic updates, Install security updates automatically

# For the next three items, see the Debian Installation Manual writeup
# on preseeding, specifically "Chainloading preconfiguration files"
# https://www.debian.org/releases/bookworm/amd64/apbs05.en.html#preseed-chainload

# Possibly set computer-specific items in chained preseed files?

# More than one file can be listed, separated by spaces; all will be
# loaded. The included files can have preseed/include directives of their
# own as well. Note that if the filenames are relative, they are taken from
# the same directory as the preconfiguration file that includes them.
#d-i preseed/include string x.cfg

# The installer can optionally verify checksums of preconfiguration files
# before using them. Currently only md5sums are supported, list the md5sums
# in the same order as the list of files to include.
#d-i preseed/include/checksum string 5da499872becccfeda2c4872f9171c3d

# More flexibly, this runs a shell command and if it outputs the names of
# preconfiguration files, includes those files. 
#d-i preseed/include_command \
#      string if [ "`hostname`" = bob ]; then echo bob.cfg; fi

# Most flexibly of all, this downloads a program and runs it. The program
# can use commands such as debconf-set to manipulate the debconf database.
# More than one script can be listed, separated by spaces.
# Note that if the filenames are relative, they are taken from the same
# directory as the preconfiguration file that runs them.
#d-i preseed/run string foo.sh

# ### From Brian <ad44@cityscape.co.uk>
# # Subject: Re: Preseed Bug or User Error?
# # Date: Tue, 2 Mar 2021 10:25:02 +0000
# d-i netcfg/wireless_show_essids select manual
# Possible choices: ${essid_list} Enter ESSID manually

# Name: netcfg/wireless_adhoc_managed
# Type: select
# Default: Infrastructure (Managed) network
# Choices: Infrastructure (Managed) network, Ad-hoc network (Peer to peer)
# Description: Type of wireless network:
# Extended_description: Wireless networks are either managed or ad-hoc. If you use a real access point of some sort, your network is Managed. If another computer is your 'access point', then your network may be Ad-hoc.

d-i netcfg/wireless_adhoc_managed string Infrastructure (Managed) network

# Wireless interface. This is for dragon, which does not like the gl
# AP, so we use the tp-link ap for it. gl stuff below. And comment
# all of this out if the target doesn't use wireless.

### Description: Wireless ESSID for ${iface}:
#   ${iface} is a wireless network interface. Please enter the name (the ESSID)
#   of the wireless network you would like ${iface} to use. If you would like
#   to use any available network, leave this field blank.
# d-i netcfg/wireless_essid string CurleyNet314159

### Description: Wireless ESSID for ${iface}:
#   Attempting to find an available wireless network failed.
#   .
#   ${iface} is a wireless network interface. Please enter the name (the ESSID)
#   of the wireless network you would like ${iface} to use. To connect to any
#   available network, leave this field blank.
# d-i netcfg/wireless_essid_again string CurleyNet314159

### Description: Wireless network type for ${iface}:
#   Choose WEP/Open if the network is open or secured with WEP.
#   Choose WPA/WPA2 if the network is protected with WPA/WPA2 PSK
#   (Pre-Shared Key).
# d-i netcfg/wireless_security_type select WEP/Open Network
# d-i netcfg/wireless_security_type select WPA/WPA2 PSK
# Possible choices: WEP/Open Network, WPA/WPA2 PSK

### Description: WEP key for wireless device ${iface}:
#   If applicable, please enter the WEP security key for the wireless
#   device ${iface}. There are two ways to do this:
#   .
#   If your WEP key is in the format 'nnnn-nnnn-nn', 'nn:nn:nn:nn:nn:nn:nn:nn',
#   or 'nnnnnnnn', where n is a number, just enter it as it is into this field.
#   .
#   If your WEP key is in the format of a passphrase, prefix it with 's:'
#   (without quotes).
#   .
#   Of course, if there is no WEP key for your wireless network, leave this
#   field blank.
# d-i netcfg/wireless_wep string <string>

### Description: WPA/WPA2 passphrase for wireless device ${iface}:
#   Enter the passphrase for WPA/WPA2 PSK authentication. This should be the
#   passphrase defined for the wireless network you are trying to use.
# d-i netcfg/wireless_wpa string <redacted>


# # gl AP here....

### Description: Wireless ESSID for ${iface}:
#   ${iface} is a wireless network interface. Please enter the name (the ESSID)
#   of the wireless network you would like ${iface} to use. If you would like
#   to use any available network, leave this field blank.
d-i netcfg/wireless_essid string Curleynet2

### Description: Wireless ESSID for ${iface}:
#   Attempting to find an available wireless network failed.
#   .
#   ${iface} is a wireless network interface. Please enter the name (the ESSID)
#   of the wireless network you would like ${iface} to use. To connect to any
#   available network, leave this field blank.#
d-i netcfg/wireless_essid_again string Curleynet2

### Description: Wireless network type for ${iface}:
#   Choose WEP/Open if the network is open or secured with WEP.
#   Choose WPA/WPA2 if the network is protected with WPA/WPA2 PSK
#   (Pre-Shared Key).
# d-i netcfg/wireless_security_type select wpa
d-i netcfg/wireless_security_type select WPA/WPA2 PSK
# Possible choices: WEP/Open Network, WPA/WPA2 PSK

### Description: WEP key for wireless device ${iface}:
#   If applicable, please enter the WEP security key for the wireless
#   device ${iface}. There are two ways to do this:
#   .
#   If your WEP key is in the format 'nnnn-nnnn-nn', 'nn:nn:nn:nn:nn:nn:nn:nn',
#   or 'nnnnnnnn', where n is a number, just enter it as it is into this field.
#   .
#   If your WEP key is in the format of a passphrase, prefix it with 's:'
#   (without quotes).
#   .
#   Of course, if there is no WEP key for your wireless network, leave this
#   field blank.
# d-i netcfg/wireless_wep string <string>

### Description: WPA/WPA2 passphrase for wireless device ${iface}:
#   Enter the passphrase for WPA/WPA2 PSK authentication. This should be the
#   passphrase defined for the wireless network you are trying to use.
d-i netcfg/wireless_wpa string <redacted>


d-i firmware-ipw2x00/license/accepted boolean true
Apr  3 21:46:19 syslogd started: BusyBox v1.35.0
Apr  3 21:46:19 kernel: klogd started: BusyBox v1.35.0 (Debian 1:1.35.0-4+b2)
Apr  3 21:46:19 kernel: [    0.000000] Linux version 6.1.0-7-686 (debian-kernel@lists.debian.org) (gcc-12 (Debian 12.2.0-14) 12.2.0, GNU ld (GNU Binutils for Debian) 2.40) #1 SMP PREEMPT_DYNAMIC Debian 6.1.20-1 (2023-03-19)
Apr  3 21:46:19 kernel: [    0.000000] Disabled fast string operations
Apr  3 21:46:19 kernel: [    0.000000] x86/fpu: x87 FPU will use FXSAVE
Apr  3 21:46:19 kernel: [    0.000000] signal: max sigframe size: 1440
Apr  3 21:46:19 kernel: [    0.000000] BIOS-provided physical RAM map:
Apr  3 21:46:19 kernel: [    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
Apr  3 21:46:19 kernel: [    0.000000] BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] reserved
Apr  3 21:46:19 kernel: [    0.000000] BIOS-e820: [mem 0x00000000000d2000-0x00000000000d3fff] reserved
Apr  3 21:46:19 kernel: [    0.000000] BIOS-e820: [mem 0x00000000000dc000-0x00000000000fffff] reserved
Apr  3 21:46:19 kernel: [    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000004ff5ffff] usable
Apr  3 21:46:19 kernel: [    0.000000] BIOS-e820: [mem 0x000000004ff60000-0x000000004ff76fff] ACPI data
Apr  3 21:46:19 kernel: [    0.000000] BIOS-e820: [mem 0x000000004ff77000-0x000000004ff78fff] ACPI NVS
Apr  3 21:46:19 kernel: [    0.000000] BIOS-e820: [mem 0x000000004ff80000-0x000000004fffffff] reserved
Apr  3 21:46:19 kernel: [    0.000000] BIOS-e820: [mem 0x00000000ff800000-0x00000000ffffffff] reserved
Apr  3 21:46:19 kernel: [    0.000000] Notice: NX (Execute Disable) protection missing in CPU!
Apr  3 21:46:19 kernel: [    0.000000] SMBIOS 2.3 present.
Apr  3 21:46:19 kernel: [    0.000000] DMI: IBM 1836Q4U/1836Q4U, BIOS 1RETDLWW (3.17 ) 07/27/2005
Apr  3 21:46:19 kernel: [    0.000000] tsc: Fast TSC calibration using PIT
Apr  3 21:46:19 kernel: [    0.000000] tsc: Detected 1598.712 MHz processor
Apr  3 21:46:19 kernel: [    0.005104] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Apr  3 21:46:19 kernel: [    0.005111] e820: remove [mem 0x000a0000-0x000fffff] usable
Apr  3 21:46:19 kernel: [    0.005124] last_pfn = 0x4ff60 max_arch_pfn = 0x100000
Apr  3 21:46:19 kernel: [    0.005158] x86/PAT: PAT not supported by the CPU.
Apr  3 21:46:19 kernel: [    0.005329] x86/PAT: Configuration [0-7]: WB  WT  UC- UC  WB  WT  UC- UC  
Apr  3 21:46:19 kernel: [    0.014041] initial memory mapped: [mem 0x00000000-0x083fffff]
Apr  3 21:46:19 kernel: [    0.014103] RAMDISK: [mem 0x4cebb000-0x4ff5ffff]
Apr  3 21:46:19 kernel: [    0.014106] Allocated new RAMDISK: [mem 0x33b59000-0x36bfdf07]
Apr  3 21:46:19 kernel: [    0.138226] Move RAMDISK from [mem 0x4cebb000-0x4ff5ff07] to [mem 0x33b59000-0x36bfdf07]
Apr  3 21:46:19 kernel: [    0.138240] ACPI: Early table checksum verification disabled
Apr  3 21:46:19 kernel: [    0.138251] ACPI: RSDP 0x00000000000F6D70 000024 (v02 IBM   )
Apr  3 21:46:19 kernel: [    0.138264] ACPI: XSDT 0x000000004FF6A6CD 00004C (v01 IBM    TP-1R    00003170  LTP 00000000)
Apr  3 21:46:19 kernel: [    0.138278] ACPI: FACP 0x000000004FF6A800 0000F4 (v03 IBM    TP-1R    00003170 IBM  00000001)
Apr  3 21:46:19 kernel: [    0.138290] ACPI BIOS Warning (bug): 32/64X length mismatch in FADT/Gpe0Block: 64/32 (20220331/tbfadt-564)
Apr  3 21:46:19 kernel: [    0.138298] ACPI BIOS Warning (bug): Optional FADT field Gpe1Block has valid Address but zero Length: 0x000000000000102C/0x0 (20220331/tbfadt-615)
Apr  3 21:46:19 kernel: [    0.138309] ACPI: DSDT 0x000000004FF6A9E7 00C4D5 (v01 IBM    TP-1R    00003170 MSFT 0100000E)
Apr  3 21:46:19 kernel: [    0.138318] ACPI: FACS 0x000000004FF78000 000040
Apr  3 21:46:19 kernel: [    0.138325] ACPI: FACS 0x000000004FF78000 000040
Apr  3 21:46:19 kernel: [    0.138331] ACPI: SSDT 0x000000004FF6A9B4 000033 (v01 IBM    TP-1R    00003170 MSFT 0100000E)
Apr  3 21:46:19 kernel: [    0.138340] ACPI: ECDT 0x000000004FF76EBC 000052 (v01 IBM    TP-1R    00003170 IBM  00000001)
Apr  3 21:46:19 kernel: [    0.138349] ACPI: TCPA 0x000000004FF76F0E 000032 (v01 IBM    TP-1R    00003170 PTL  00000001)
Apr  3 21:46:19 kernel: [    0.138357] ACPI: BOOT 0x000000004FF76FD8 000028 (v01 IBM    TP-1R    00003170  LTP 00000001)
Apr  3 21:46:19 kernel: [    0.138365] ACPI: Reserving FACP table memory at [mem 0x4ff6a800-0x4ff6a8f3]
Apr  3 21:46:19 kernel: [    0.138368] ACPI: Reserving DSDT table memory at [mem 0x4ff6a9e7-0x4ff76ebb]
Apr  3 21:46:19 kernel: [    0.138371] ACPI: Reserving FACS table memory at [mem 0x4ff78000-0x4ff7803f]
Apr  3 21:46:19 kernel: [    0.138374] ACPI: Reserving FACS table memory at [mem 0x4ff78000-0x4ff7803f]
Apr  3 21:46:19 kernel: [    0.138377] ACPI: Reserving SSDT table memory at [mem 0x4ff6a9b4-0x4ff6a9e6]
Apr  3 21:46:19 kernel: [    0.138380] ACPI: Reserving ECDT table memory at [mem 0x4ff76ebc-0x4ff76f0d]
Apr  3 21:46:19 kernel: [    0.138383] ACPI: Reserving TCPA table memory at [mem 0x4ff76f0e-0x4ff76f3f]
Apr  3 21:46:19 kernel: [    0.138385] ACPI: Reserving BOOT table memory at [mem 0x4ff76fd8-0x4ff76fff]
Apr  3 21:46:19 kernel: [    0.138411] 403MB HIGHMEM available.
Apr  3 21:46:19 kernel: [    0.138413] 875MB LOWMEM available.
Apr  3 21:46:19 kernel: [    0.138415]   mapped low ram: 0 - 36bfe000
Apr  3 21:46:19 kernel: [    0.138417]   low ram: 0 - 36bfe000
Apr  3 21:46:19 kernel: [    0.138439] Zone ranges:
Apr  3 21:46:19 kernel: [    0.138440]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Apr  3 21:46:19 kernel: [    0.138445]   Normal   [mem 0x0000000001000000-0x0000000036bfdfff]
Apr  3 21:46:19 kernel: [    0.138449]   HighMem  [mem 0x0000000036bfe000-0x000000004ff5ffff]
Apr  3 21:46:19 kernel: [    0.138453] Movable zone start for each node
Apr  3 21:46:19 kernel: [    0.138454] Early memory node ranges
Apr  3 21:46:19 kernel: [    0.138456]   node   0: [mem 0x0000000000001000-0x000000000009efff]
Apr  3 21:46:19 kernel: [    0.138459]   node   0: [mem 0x0000000000100000-0x000000004ff5ffff]
Apr  3 21:46:19 kernel: [    0.138463] Initmem setup node 0 [mem 0x0000000000001000-0x000000004ff5ffff]
Apr  3 21:46:19 kernel: [    0.138490] On node 0, zone DMA: 1 pages in unavailable ranges
Apr  3 21:46:19 kernel: [    0.138728] On node 0, zone DMA: 97 pages in unavailable ranges
Apr  3 21:46:19 kernel: [    0.164030] Using APIC driver default
Apr  3 21:46:19 kernel: [    0.164171] ACPI: PM-Timer IO Port: 0x1008
Apr  3 21:46:19 kernel: [    0.164179] Local APIC disabled by BIOS -- you can enable it with "lapic"
Apr  3 21:46:19 kernel: [    0.164181] APIC: disable apic facility
Apr  3 21:46:19 kernel: [    0.164182] APIC: switched to apic NOOP
Apr  3 21:46:19 kernel: [    0.164186] smpboot: Allowing 1 CPUs, 0 hotplug CPUs
Apr  3 21:46:19 kernel: [    0.164215] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Apr  3 21:46:19 kernel: [    0.164219] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
Apr  3 21:46:19 kernel: [    0.164222] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000d1fff]
Apr  3 21:46:19 kernel: [    0.164224] PM: hibernation: Registered nosave memory: [mem 0x000d2000-0x000d3fff]
Apr  3 21:46:19 kernel: [    0.164226] PM: hibernation: Registered nosave memory: [mem 0x000d4000-0x000dbfff]
Apr  3 21:46:19 kernel: [    0.164229] PM: hibernation: Registered nosave memory: [mem 0x000dc000-0x000fffff]
Apr  3 21:46:19 kernel: [    0.164234] [mem 0x50000000-0xff7fffff] available for PCI devices
Apr  3 21:46:19 kernel: [    0.164237] Booting paravirtualized kernel on bare hardware
Apr  3 21:46:19 kernel: [    0.164246] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
Apr  3 21:46:19 kernel: [    0.164261] setup_percpu: NR_CPUS:32 nr_cpumask_bits:1 nr_cpu_ids:1 nr_node_ids:1
Apr  3 21:46:19 kernel: [    0.164599] percpu: Embedded 32 pages/cpu s99668 r0 d31404 u131072
Apr  3 21:46:19 kernel: [    0.164611] pcpu-alloc: s99668 r0 d31404 u131072 alloc=32*4096
Apr  3 21:46:19 kernel: [    0.164619] pcpu-alloc: [0] 0 
Apr  3 21:46:19 kernel: [    0.164665] Built 1 zonelists, mobility grouping on.  Total pages: 325232
Apr  3 21:46:19 kernel: [    0.164673] Kernel command line: BOOT_IMAGE=/install.386/vmlinuz priority=low vga=788 initrd=/install.386/gtk/initrd.gz ---  auto file=/media/preseed.cfg
Apr  3 21:46:19 kernel: [    0.165127] Unknown kernel command line parameters "--- auto BOOT_IMAGE=/install.386/vmlinuz priority=low vga=788 file=/media/preseed.cfg", will be passed to user space.
Apr  3 21:46:19 kernel: [    0.165720] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes, linear)
Apr  3 21:46:19 kernel: [    0.166075] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes, linear)
Apr  3 21:46:19 kernel: [    0.166133] mem auto-init: stack:all(zero), heap alloc:on, heap free:off
Apr  3 21:46:19 kernel: [    0.166142] Initializing HighMem for node 0 (00036bfe:0004ff60)
Apr  3 21:46:19 kernel: [    0.239961] Initializing Movable for node 0 (00000000:00000000)
Apr  3 21:46:19 kernel: [    0.258948] Checking if this processor honours the WP bit even in supervisor mode...Ok.
Apr  3 21:46:19 kernel: [    0.258975] Memory: 1230496K/1309688K available (9217K kernel code, 1234K rwdata, 2964K rodata, 884K init, 464K bss, 79192K reserved, 0K cma-reserved, 413064K highmem)
Apr  3 21:46:19 kernel: [    0.260332] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
Apr  3 21:46:19 kernel: [    0.260394] ftrace: allocating 36537 entries in 72 pages
Apr  3 21:46:19 kernel: [    0.273138] ftrace: allocated 72 pages with 2 groups
Apr  3 21:46:19 kernel: [    0.273564] trace event string verifier disabled
Apr  3 21:46:19 kernel: [    0.273694] Dynamic Preempt: voluntary
Apr  3 21:46:19 kernel: [    0.273800] rcu: Preemptible hierarchical RCU implementation.
Apr  3 21:46:19 kernel: [    0.273802] rcu: 	RCU restricting CPUs from NR_CPUS=32 to nr_cpu_ids=1.
Apr  3 21:46:19 kernel: [    0.273806] 	Trampoline variant of Tasks RCU enabled.
Apr  3 21:46:19 kernel: [    0.273807] 	Rude variant of Tasks RCU enabled.
Apr  3 21:46:19 kernel: [    0.273809] 	Tracing variant of Tasks RCU enabled.
Apr  3 21:46:19 kernel: [    0.273811] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
Apr  3 21:46:19 kernel: [    0.273813] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1
Apr  3 21:46:19 kernel: [    0.292835] NR_IRQS: 2304, nr_irqs: 32, preallocated irqs: 16
Apr  3 21:46:19 kernel: [    0.293102] rcu: srcu_init: Setting srcu_struct sizes based on contention.
Apr  3 21:46:19 kernel: [    0.293283] Console: colour dummy device 80x25
Apr  3 21:46:19 kernel: [    0.293862] printk: console [tty0] enabled
Apr  3 21:46:19 kernel: [    0.293887] ACPI: Core revision 20220331
Apr  3 21:46:19 kernel: [    0.294050] ACPI: setting ELCR to 0200 (from 0800)
Apr  3 21:46:19 kernel: [    0.294114] APIC: Keep in PIC mode(8259)
Apr  3 21:46:19 kernel: [    0.294124] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x170b6443fb6, max_idle_ns: 440795276958 ns
Apr  3 21:46:19 kernel: [    0.294153] Calibrating delay loop (skipped), value calculated using timer frequency.. 3197.42 BogoMIPS (lpj=6394848)
Apr  3 21:46:19 kernel: [    0.294170] pid_max: default: 32768 minimum: 301
Apr  3 21:46:19 kernel: [    0.294450] LSM: Security Framework initializing
Apr  3 21:46:19 kernel: [    0.294504] landlock: Up and running.
Apr  3 21:46:19 kernel: [    0.294511] Yama: disabled by default; enable with sysctl kernel.yama.*
Apr  3 21:46:19 kernel: [    0.294661] AppArmor: AppArmor initialized
Apr  3 21:46:19 kernel: [    0.294672] TOMOYO Linux initialized
Apr  3 21:46:19 kernel: [    0.294695] LSM support for eBPF active
Apr  3 21:46:19 kernel: [    0.294823] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
Apr  3 21:46:19 kernel: [    0.294845] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
Apr  3 21:46:19 kernel: [    0.295818] Disabled fast string operations
Apr  3 21:46:19 kernel: [    0.295894] Last level iTLB entries: 4KB 128, 2MB 0, 4MB 2
Apr  3 21:46:19 kernel: [    0.295904] Last level dTLB entries: 4KB 128, 2MB 0, 4MB 8, 1GB 0
Apr  3 21:46:19 kernel: [    0.295918] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Apr  3 21:46:19 kernel: [    0.295932] Spectre V2 : Mitigation: Retpolines
Apr  3 21:46:19 kernel: [    0.295939] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Apr  3 21:46:19 kernel: [    0.295948] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
Apr  3 21:46:19 kernel: [    0.295956] Speculative Store Bypass: Vulnerable
Apr  3 21:46:19 kernel: [    0.295963] L1TF: Kernel not compiled for PAE. No mitigation for L1TF
Apr  3 21:46:19 kernel: [    0.295974] MDS: Vulnerable: Clear CPU buffers attempted, no microcode
Apr  3 21:46:19 kernel: [    0.295981] MMIO Stale Data: Unknown: No mitigations
Apr  3 21:46:19 kernel: [    0.304971] Freeing SMP alternatives memory: 32K
Apr  3 21:46:19 kernel: [    0.306430] smpboot: weird, boot CPU (#0) not listed by the BIOS
Apr  3 21:46:19 kernel: [    0.306440] smpboot: SMP disabled
Apr  3 21:46:19 kernel: [    0.306865] cblist_init_generic: Setting adjustable number of callback queues.
Apr  3 21:46:19 kernel: [    0.306877] cblist_init_generic: Setting shift to 0 and lim to 1.
Apr  3 21:46:19 kernel: [    0.306965] cblist_init_generic: Setting shift to 0 and lim to 1.
Apr  3 21:46:19 kernel: [    0.307063] cblist_init_generic: Setting shift to 0 and lim to 1.
Apr  3 21:46:19 kernel: [    0.307144] Performance Events: 
Apr  3 21:46:19 kernel: [    0.307149] no APIC, boot with the "lapic" boot parameter to force-enable it.
Apr  3 21:46:19 kernel: [    0.307162] no hardware sampling interrupt available.
Apr  3 21:46:19 kernel: [    0.307169] p6 PMU driver.
Apr  3 21:46:19 kernel: [    0.307176] ... version:                0
Apr  3 21:46:19 kernel: [    0.307182] ... bit width:              32
Apr  3 21:46:19 kernel: [    0.307189] ... generic registers:      2
Apr  3 21:46:19 kernel: [    0.307194] ... value mask:             00000000ffffffff
Apr  3 21:46:19 kernel: [    0.307202] ... max period:             000000007fffffff
Apr  3 21:46:19 kernel: [    0.307208] ... fixed-purpose events:   0
Apr  3 21:46:19 kernel: [    0.307214] ... event mask:             0000000000000003
Apr  3 21:46:19 kernel: [    0.310253] rcu: Hierarchical SRCU implementation.
Apr  3 21:46:19 kernel: [    0.310262] rcu: 	Max phase no-delay instances is 1000.
Apr  3 21:46:19 kernel: [    0.311048] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Apr  3 21:46:19 kernel: [    0.311148] smp: Bringing up secondary CPUs ...
Apr  3 21:46:19 kernel: [    0.311157] smp: Brought up 1 node, 1 CPU
Apr  3 21:46:19 kernel: [    0.311164] smpboot: Max logical packages: 1
Apr  3 21:46:19 kernel: [    0.311171] smpboot: Total of 1 processors activated (3197.42 BogoMIPS)
Apr  3 21:46:19 kernel: [    0.311579] devtmpfs: initialized
Apr  3 21:46:19 kernel: [    0.312250] ACPI: PM: Registering ACPI NVS region [mem 0x4ff77000-0x4ff78fff] (8192 bytes)
Apr  3 21:46:19 kernel: [    0.312392] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
Apr  3 21:46:19 kernel: [    0.312427] futex hash table entries: 256 (order: 2, 16384 bytes, linear)
Apr  3 21:46:19 kernel: [    0.312558] pinctrl core: initialized pinctrl subsystem
Apr  3 21:46:19 kernel: [    0.313348] NET: Registered PF_NETLINK/PF_ROUTE protocol family
Apr  3 21:46:19 kernel: [    0.313702] audit: initializing netlink subsys (disabled)
Apr  3 21:46:19 kernel: [    0.314176] thermal_sys: Registered thermal governor 'fair_share'
Apr  3 21:46:19 kernel: [    0.314180] thermal_sys: Registered thermal governor 'bang_bang'
Apr  3 21:46:19 kernel: [    0.314189] thermal_sys: Registered thermal governor 'step_wise'
Apr  3 21:46:19 kernel: [    0.314196] thermal_sys: Registered thermal governor 'user_space'
Apr  3 21:46:19 kernel: [    0.314203] thermal_sys: Registered thermal governor 'power_allocator'
Apr  3 21:46:19 kernel: [    0.314248] cpuidle: using governor ladder
Apr  3 21:46:19 kernel: [    0.314385] Simple Boot Flag at 0x35 set to 0x1
Apr  3 21:46:19 kernel: [    0.314403] clocksource: pit: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1601818034827 ns
Apr  3 21:46:19 kernel: [    0.314439] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Apr  3 21:46:19 kernel: [    0.314819] PCI: PCI BIOS revision 2.10 entry at 0xfd8d6, last bus=8
Apr  3 21:46:19 kernel: [    0.314830] PCI: Using configuration type 1 for base access
Apr  3 21:46:19 kernel: [    0.317728] audit: type=2000 audit(1680558370.020:1): state=initialized audit_enabled=0 res=1
Apr  3 21:46:19 kernel: [    0.317861] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
Apr  3 21:46:19 kernel: [    0.371515] HugeTLB: registered 4.00 MiB page size, pre-allocated 0 pages
Apr  3 21:46:19 kernel: [    0.371533] HugeTLB: 0 KiB vmemmap can be freed for a 4.00 MiB page
Apr  3 21:46:19 kernel: [    0.372640] ACPI: Added _OSI(Module Device)
Apr  3 21:46:19 kernel: [    0.372650] ACPI: Added _OSI(Processor Device)
Apr  3 21:46:19 kernel: [    0.372657] ACPI: Added _OSI(3.0 _SCP Extensions)
Apr  3 21:46:19 kernel: [    0.372664] ACPI: Added _OSI(Processor Aggregator Device)
Apr  3 21:46:19 kernel: [    0.387628] ACPI: 2 ACPI AML tables successfully acquired and loaded
Apr  3 21:46:19 kernel: [    0.388645] ACPI: EC: EC started
Apr  3 21:46:19 kernel: [    0.388652] ACPI: EC: interrupt blocked
Apr  3 21:46:19 kernel: [    0.390136] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Apr  3 21:46:19 kernel: [    0.390153] ACPI: EC: Boot ECDT EC used to handle transactions
Apr  3 21:46:19 kernel: [    0.399437] ACPI: Interpreter enabled
Apr  3 21:46:19 kernel: [    0.399484] ACPI: PM: (supports S0 S3 S4 S5)
Apr  3 21:46:19 kernel: [    0.399492] ACPI: Using PIC for interrupt routing
Apr  3 21:46:19 kernel: [    0.399528] PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug
Apr  3 21:46:19 kernel: [    0.399540] PCI: Using E820 reservations for host bridge windows
Apr  3 21:46:19 kernel: [    0.399867] ACPI: Enabled 1 GPEs in block 00 to 1F
Apr  3 21:46:19 kernel: [    0.405193] ACPI: PM: Power Resource [PUBS]
Apr  3 21:46:19 kernel: [    0.411119] acpi PNP0C0A:01: ACPI dock station (docks/bays count: 1)
Apr  3 21:46:19 kernel: [    0.412790] acpi LNXDOCK:00: ACPI dock station (docks/bays count: 2)
Apr  3 21:46:19 kernel: [    0.414221] acpi LNXIOBAY:00: ACPI dock station (docks/bays count: 3)
Apr  3 21:46:19 kernel: [    0.417839] ACPI: PCI: Interrupt link LNKA configured for IRQ 11
Apr  3 21:46:19 kernel: [    0.418056] ACPI: PCI: Interrupt link LNKB configured for IRQ 11
Apr  3 21:46:19 kernel: [    0.418298] ACPI: PCI: Interrupt link LNKC configured for IRQ 11
Apr  3 21:46:19 kernel: [    0.418511] ACPI: PCI: Interrupt link LNKD configured for IRQ 11
Apr  3 21:46:19 kernel: [    0.418724] ACPI: PCI: Interrupt link LNKE configured for IRQ 11
Apr  3 21:46:19 kernel: [    0.418881] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
Apr  3 21:46:19 kernel: [    0.418891] ACPI: PCI: Interrupt link LNKF disabled
Apr  3 21:46:19 kernel: [    0.419043] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
Apr  3 21:46:19 kernel: [    0.419052] ACPI: PCI: Interrupt link LNKG disabled
Apr  3 21:46:19 kernel: [    0.419262] ACPI: PCI: Interrupt link LNKH configured for IRQ 11
Apr  3 21:46:19 kernel: [    0.419752] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
Apr  3 21:46:19 kernel: [    0.419772] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI HPX-Type3]
Apr  3 21:46:19 kernel: [    0.419784] acpi PNP0A03:00: _OSC: not requesting OS control; OS requires [ExtendedConfig ASPM ClockPM MSI]
Apr  3 21:46:19 kernel: [    0.419807] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.
Apr  3 21:46:19 kernel: [    0.419845] acpi PNP0A03:00: host bridge window [io  0x0cf8-0x0cff] (ignored)
Apr  3 21:46:19 kernel: [    0.419850] acpi PNP0A03:00: host bridge window [io  0x0000-0x0cf7 window] (ignored)
Apr  3 21:46:19 kernel: [    0.419854] acpi PNP0A03:00: host bridge window [io  0x0d00-0xffff window] (ignored)
Apr  3 21:46:19 kernel: [    0.419858] acpi PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff window] (ignored)
Apr  3 21:46:19 kernel: [    0.419863] acpi PNP0A03:00: host bridge window [mem 0x000d4000-0x000d7fff window] (ignored)
Apr  3 21:46:19 kernel: [    0.419867] acpi PNP0A03:00: host bridge window [mem 0x000d8000-0x000dbfff window] (ignored)
Apr  3 21:46:19 kernel: [    0.419871] acpi PNP0A03:00: host bridge window [mem 0x50000000-0xfebfffff window] (ignored)
Apr  3 21:46:19 kernel: [    0.419875] PCI: root bus 00: using default resources
Apr  3 21:46:19 kernel: [    0.420223] PCI host bridge to bus 0000:00
Apr  3 21:46:19 kernel: [    0.420232] pci_bus 0000:00: root bus resource [io  0x0000-0xffff]
Apr  3 21:46:19 kernel: [    0.420243] pci_bus 0000:00: root bus resource [mem 0x00000000-0xffffffff]
Apr  3 21:46:19 kernel: [    0.420253] pci_bus 0000:00: root bus resource [bus 00-ff]
Apr  3 21:46:19 kernel: [    0.420289] pci 0000:00:00.0: [8086:3340] type 00 class 0x060000
Apr  3 21:46:19 kernel: [    0.420309] pci 0000:00:00.0: reg 0x10: [mem 0xd0000000-0xdfffffff pref]
Apr  3 21:46:19 kernel: [    0.420465] pci 0000:00:01.0: [8086:3341] type 01 class 0x060400
Apr  3 21:46:19 kernel: [    0.420700] pci 0000:00:1d.0: [8086:24c2] type 00 class 0x0c0300
Apr  3 21:46:19 kernel: [    0.420757] pci 0000:00:1d.0: reg 0x20: [io  0x1800-0x181f]
Apr  3 21:46:19 kernel: [    0.420984] pci 0000:00:1d.1: [8086:24c4] type 00 class 0x0c0300
Apr  3 21:46:19 kernel: [    0.421041] pci 0000:00:1d.1: reg 0x20: [io  0x1820-0x183f]
Apr  3 21:46:19 kernel: [    0.421234] pci 0000:00:1d.2: [8086:24c7] type 00 class 0x0c0300
Apr  3 21:46:19 kernel: [    0.421292] pci 0000:00:1d.2: reg 0x20: [io  0x1840-0x185f]
Apr  3 21:46:19 kernel: [    0.421501] pci 0000:00:1d.7: [8086:24cd] type 00 class 0x0c0320
Apr  3 21:46:19 kernel: [    0.421530] pci 0000:00:1d.7: reg 0x10: [mem 0xc0000000-0xc00003ff]
Apr  3 21:46:19 kernel: [    0.421635] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
Apr  3 21:46:19 kernel: [    0.421848] pci 0000:00:1e.0: [8086:2448] type 01 class 0x060400
Apr  3 21:46:19 kernel: [    0.422081] pci 0000:00:1f.0: [8086:24cc] type 00 class 0x060100
Apr  3 21:46:19 kernel: [    0.422176] pci 0000:00:1f.0: quirk: [io  0x1000-0x107f] claimed by ICH4 ACPI/GPIO/TCO
Apr  3 21:46:19 kernel: [    0.422192] pci 0000:00:1f.0: quirk: [io  0x1180-0x11bf] claimed by ICH4 GPIO
Apr  3 21:46:19 kernel: [    0.422425] pci 0000:00:1f.1: [8086:24ca] type 00 class 0x01018a
Apr  3 21:46:19 kernel: [    0.422451] pci 0000:00:1f.1: reg 0x10: [io  0x0000-0x0007]
Apr  3 21:46:19 kernel: [    0.422469] pci 0000:00:1f.1: reg 0x14: [io  0x0000-0x0003]
Apr  3 21:46:19 kernel: [    0.422485] pci 0000:00:1f.1: reg 0x18: [io  0x0000-0x0007]
Apr  3 21:46:19 kernel: [    0.422502] pci 0000:00:1f.1: reg 0x1c: [io  0x0000-0x0003]
Apr  3 21:46:19 kernel: [    0.422518] pci 0000:00:1f.1: reg 0x20: [io  0x1860-0x186f]
Apr  3 21:46:19 kernel: [    0.422535] pci 0000:00:1f.1: reg 0x24: [mem 0x00000000-0x000003ff]
Apr  3 21:46:19 kernel: [    0.422555] pci 0000:00:1f.1: legacy IDE quirk: reg 0x10: [io  0x01f0-0x01f7]
Apr  3 21:46:19 kernel: [    0.422565] pci 0000:00:1f.1: legacy IDE quirk: reg 0x14: [io  0x03f6]
Apr  3 21:46:19 kernel: [    0.422573] pci 0000:00:1f.1: legacy IDE quirk: reg 0x18: [io  0x0170-0x0177]
Apr  3 21:46:19 kernel: [    0.422582] pci 0000:00:1f.1: legacy IDE quirk: reg 0x1c: [io  0x0376]
Apr  3 21:46:19 kernel: [    0.422759] pci 0000:00:1f.3: [8086:24c3] type 00 class 0x0c0500
Apr  3 21:46:19 kernel: [    0.422816] pci 0000:00:1f.3: reg 0x20: [io  0x1880-0x189f]
Apr  3 21:46:19 kernel: [    0.422949] pci 0000:00:1f.5: [8086:24c5] type 00 class 0x040100
Apr  3 21:46:19 kernel: [    0.422973] pci 0000:00:1f.5: reg 0x10: [io  0x1c00-0x1cff]
Apr  3 21:46:19 kernel: [    0.422990] pci 0000:00:1f.5: reg 0x14: [io  0x18c0-0x18ff]
Apr  3 21:46:19 kernel: [    0.423006] pci 0000:00:1f.5: reg 0x18: [mem 0xc0000c00-0xc0000dff]
Apr  3 21:46:19 kernel: [    0.423022] pci 0000:00:1f.5: reg 0x1c: [mem 0xc0000800-0xc00008ff]
Apr  3 21:46:19 kernel: [    0.423082] pci 0000:00:1f.5: PME# supported from D0 D3hot D3cold
Apr  3 21:46:19 kernel: [    0.423200] pci 0000:00:1f.6: [8086:24c6] type 00 class 0x070300
Apr  3 21:46:19 kernel: [    0.423225] pci 0000:00:1f.6: reg 0x10: [io  0x2400-0x24ff]
Apr  3 21:46:19 kernel: [    0.423241] pci 0000:00:1f.6: reg 0x14: [io  0x2000-0x207f]
Apr  3 21:46:19 kernel: [    0.423315] pci 0000:00:1f.6: PME# supported from D0 D3hot D3cold
Apr  3 21:46:19 kernel: [    0.423491] pci_bus 0000:01: extended config space not accessible
Apr  3 21:46:19 kernel: [    0.423580] pci 0000:01:00.0: [1002:4c57] type 00 class 0x030000
Apr  3 21:46:19 kernel: [    0.423602] pci 0000:01:00.0: reg 0x10: [mem 0xe0000000-0xe7ffffff pref]
Apr  3 21:46:19 kernel: [    0.423618] pci 0000:01:00.0: reg 0x14: [io  0x3000-0x30ff]
Apr  3 21:46:19 kernel: [    0.423633] pci 0000:01:00.0: reg 0x18: [mem 0xc0100000-0xc010ffff]
Apr  3 21:46:19 kernel: [    0.423664] pci 0000:01:00.0: reg 0x30: [mem 0x00000000-0x0001ffff pref]
Apr  3 21:46:19 kernel: [    0.423689] pci 0000:01:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Apr  3 21:46:19 kernel: [    0.423724] pci 0000:01:00.0: supports D1 D2
Apr  3 21:46:19 kernel: [    0.423914] pci 0000:00:01.0: PCI bridge to [bus 01]
Apr  3 21:46:19 kernel: [    0.423925] pci 0000:00:01.0:   bridge window [io  0x3000-0x3fff]
Apr  3 21:46:19 kernel: [    0.423935] pci 0000:00:01.0:   bridge window [mem 0xc0100000-0xc01fffff]
Apr  3 21:46:19 kernel: [    0.423946] pci 0000:00:01.0:   bridge window [mem 0xe0000000-0xe7ffffff pref]
Apr  3 21:46:19 kernel: [    0.423987] pci_bus 0000:02: extended config space not accessible
Apr  3 21:46:19 kernel: [    0.424115] acpiphp: Slot [1-1] registered
Apr  3 21:46:19 kernel: [    0.424141] pci 0000:02:00.0: [104c:ac46] type 02 class 0x060700
Apr  3 21:46:19 kernel: [    0.424166] pci 0000:02:00.0: reg 0x10: [mem 0xb0000000-0xb0000fff]
Apr  3 21:46:19 kernel: [    0.424211] pci 0000:02:00.0: supports D1 D2
Apr  3 21:46:19 kernel: [    0.424219] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Apr  3 21:46:19 kernel: [    0.424439] pci 0000:02:02.0: [8086:4220] type 00 class 0x028000
Apr  3 21:46:19 kernel: [    0.424465] pci 0000:02:02.0: reg 0x10: [mem 0xc0204000-0xc0204fff]
Apr  3 21:46:19 kernel: [    0.424555] pci 0000:02:02.0: PME# supported from D0 D3hot D3cold
Apr  3 21:46:19 kernel: [    0.424677] pci 0000:02:08.0: [8086:103d] type 00 class 0x020000
Apr  3 21:46:19 kernel: [    0.424702] pci 0000:02:08.0: reg 0x10: [mem 0xc0205000-0xc0205fff]
Apr  3 21:46:19 kernel: [    0.424719] pci 0000:02:08.0: reg 0x14: [io  0x8000-0x803f]
Apr  3 21:46:19 kernel: [    0.424795] pci 0000:02:08.0: supports D1 D2
Apr  3 21:46:19 kernel: [    0.424803] pci 0000:02:08.0: PME# supported from D0 D1 D2 D3hot D3cold
Apr  3 21:46:19 kernel: [    0.424949] pci 0000:00:1e.0: PCI bridge to [bus 02-08] (subtractive decode)
Apr  3 21:46:19 kernel: [    0.424962] pci 0000:00:1e.0:   bridge window [io  0x4000-0x8fff]
Apr  3 21:46:19 kernel: [    0.424974] pci 0000:00:1e.0:   bridge window [mem 0xc0200000-0xcfffffff]
Apr  3 21:46:19 kernel: [    0.424986] pci 0000:00:1e.0:   bridge window [mem 0xe8000000-0xefffffff pref]
Apr  3 21:46:19 kernel: [    0.424997] pci 0000:00:1e.0:   bridge window [io  0x0000-0xffff] (subtractive decode)
Apr  3 21:46:19 kernel: [    0.425008] pci 0000:00:1e.0:   bridge window [mem 0x00000000-0xffffffff] (subtractive decode)
Apr  3 21:46:19 kernel: [    0.425044] pci_bus 0000:03: extended config space not accessible
Apr  3 21:46:19 kernel: [    0.425087] pci_bus 0000:03: busn_res: [bus 03-08] end is updated to 06
Apr  3 21:46:19 kernel: [    0.425110] pci_bus 0000:00: on NUMA node 0
Apr  3 21:46:19 kernel: [    0.427519] ACPI: EC: interrupt unblocked
Apr  3 21:46:19 kernel: [    0.427528] ACPI: EC: event unblocked
Apr  3 21:46:19 kernel: [    0.427537] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Apr  3 21:46:19 kernel: [    0.427545] ACPI: EC: GPE=0x1c
Apr  3 21:46:19 kernel: [    0.427552] ACPI: \_SB_.PCI0.LPC_.EC__: Boot ECDT EC initialization complete
Apr  3 21:46:19 kernel: [    0.427562] ACPI: \_SB_.PCI0.LPC_.EC__: EC: Used to handle transactions and events
Apr  3 21:46:19 kernel: [    0.427843] iommu: Default domain type: Translated 
Apr  3 21:46:19 kernel: [    0.427852] iommu: DMA domain TLB invalidation policy: lazy mode 
Apr  3 21:46:19 kernel: [    0.428009] EDAC MC: Ver: 3.0.0
Apr  3 21:46:19 kernel: [    0.428759] NetLabel: Initializing
Apr  3 21:46:19 kernel: [    0.428767] NetLabel:  domain hash size = 128
Apr  3 21:46:19 kernel: [    0.428774] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Apr  3 21:46:19 kernel: [    0.428844] NetLabel:  unlabeled traffic allowed by default
Apr  3 21:46:19 kernel: [    0.428854] PCI: Using ACPI for IRQ routing
Apr  3 21:46:19 kernel: [    0.429035] PCI: pci_cache_line_size set to 64 bytes
Apr  3 21:46:19 kernel: [    0.429088] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
Apr  3 21:46:19 kernel: [    0.429093] e820: reserve RAM buffer [mem 0x4ff60000-0x4fffffff]
Apr  3 21:46:19 kernel: [    0.429213] pci 0000:01:00.0: vgaarb: setting as boot VGA device
Apr  3 21:46:19 kernel: [    0.429224] pci 0000:01:00.0: vgaarb: bridge control possible
Apr  3 21:46:19 kernel: [    0.429233] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
Apr  3 21:46:19 kernel: [    0.429245] vgaarb: loaded
Apr  3 21:46:19 kernel: [    0.429455] clocksource: Switched to clocksource tsc-early
Apr  3 21:46:19 kernel: [    0.465270] VFS: Disk quotas dquot_6.6.0
Apr  3 21:46:19 kernel: [    0.465384] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
Apr  3 21:46:19 kernel: [    0.465881] AppArmor: AppArmor Filesystem Enabled
Apr  3 21:46:19 kernel: [    0.465960] pnp: PnP ACPI init
Apr  3 21:46:19 kernel: [    0.467000] pnp 00:00: disabling [mem 0x000c0000-0x000c3fff] because it overlaps 0000:01:00.0 BAR 6 [mem 0x000c0000-0x000dffff]
Apr  3 21:46:19 kernel: [    0.467024] pnp 00:00: disabling [mem 0x000c4000-0x000c7fff] because it overlaps 0000:01:00.0 BAR 6 [mem 0x000c0000-0x000dffff]
Apr  3 21:46:19 kernel: [    0.467039] pnp 00:00: disabling [mem 0x000c8000-0x000cbfff] because it overlaps 0000:01:00.0 BAR 6 [mem 0x000c0000-0x000dffff]
Apr  3 21:46:19 kernel: [    0.467053] pnp 00:00: disabling [mem 0x000cc000-0x000cffff] because it overlaps 0000:01:00.0 BAR 6 [mem 0x000c0000-0x000dffff]
Apr  3 21:46:19 kernel: [    0.467068] pnp 00:00: disabling [mem 0x000d0000-0x000d3fff] because it overlaps 0000:01:00.0 BAR 6 [mem 0x000c0000-0x000dffff]
Apr  3 21:46:19 kernel: [    0.467082] pnp 00:00: disabling [mem 0x000dc000-0x000dffff] because it overlaps 0000:01:00.0 BAR 6 [mem 0x000c0000-0x000dffff]
Apr  3 21:46:19 kernel: [    0.467203] system 00:00: [mem 0x00000000-0x0009ffff] could not be reserved
Apr  3 21:46:19 kernel: [    0.467216] system 00:00: [mem 0x000e0000-0x000e3fff] could not be reserved
Apr  3 21:46:19 kernel: [    0.467226] system 00:00: [mem 0x000e4000-0x000e7fff] could not be reserved
Apr  3 21:46:19 kernel: [    0.467236] system 00:00: [mem 0x000e8000-0x000ebfff] could not be reserved
Apr  3 21:46:19 kernel: [    0.467247] system 00:00: [mem 0x000ec000-0x000effff] could not be reserved
Apr  3 21:46:19 kernel: [    0.467257] system 00:00: [mem 0x000f0000-0x000fffff] could not be reserved
Apr  3 21:46:19 kernel: [    0.467267] system 00:00: [mem 0x00100000-0x4fffffff] could not be reserved
Apr  3 21:46:19 kernel: [    0.467277] system 00:00: [mem 0xfec00000-0xffffffff] could not be reserved
Apr  3 21:46:19 kernel: [    0.467595] system 00:01: [io  0x1000-0x107f] has been reserved
Apr  3 21:46:19 kernel: [    0.467609] system 00:01: [io  0x1180-0x11bf] has been reserved
Apr  3 21:46:19 kernel: [    0.467619] system 00:01: [io  0x15e0-0x15ef] has been reserved
Apr  3 21:46:19 kernel: [    0.467629] system 00:01: [io  0x1600-0x162f] has been reserved
Apr  3 21:46:19 kernel: [    0.467638] system 00:01: [io  0x1632-0x167f] has been reserved
Apr  3 21:46:19 kernel: [    0.467648] system 00:01: [io  0x1630-0x1631] has been reserved
Apr  3 21:46:19 kernel: [    0.469777] pnp: PnP ACPI: found 8 devices
Apr  3 21:46:19 kernel: [    0.469797] PnPBIOS: Disabled by ACPI PNP
Apr  3 21:46:19 kernel: [    0.509237] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Apr  3 21:46:19 kernel: [    0.509506] NET: Registered PF_INET protocol family
Apr  3 21:46:19 kernel: [    0.509779] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear)
Apr  3 21:46:19 kernel: [    0.511027] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes, linear)
Apr  3 21:46:19 kernel: [    0.511337] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
Apr  3 21:46:19 kernel: [    0.511390] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear)
Apr  3 21:46:19 kernel: [    0.511585] TCP bind hash table entries: 8192 (order: 5, 131072 bytes, linear)
Apr  3 21:46:19 kernel: [    0.511686] TCP: Hash tables configured (established 8192 bind 8192)
Apr  3 21:46:19 kernel: [    0.511959] MPTCP token hash table entries: 1024 (order: 2, 16384 bytes, linear)
Apr  3 21:46:19 kernel: [    0.512043] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
Apr  3 21:46:19 kernel: [    0.512083] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
Apr  3 21:46:19 kernel: [    0.512234] NET: Registered PF_UNIX/PF_LOCAL protocol family
Apr  3 21:46:19 kernel: [    0.512265] NET: Registered PF_XDP protocol family
Apr  3 21:46:19 kernel: [    0.512323] pci 0000:00:1f.1: BAR 5: assigned [mem 0x50000000-0x500003ff]
Apr  3 21:46:19 kernel: [    0.512347] pci 0000:00:01.0: PCI bridge to [bus 01]
Apr  3 21:46:19 kernel: [    0.512356] pci 0000:00:01.0:   bridge window [io  0x3000-0x3fff]
Apr  3 21:46:19 kernel: [    0.512368] pci 0000:00:01.0:   bridge window [mem 0xc0100000-0xc01fffff]
Apr  3 21:46:19 kernel: [    0.512379] pci 0000:00:01.0:   bridge window [mem 0xe0000000-0xe7ffffff pref]
Apr  3 21:46:19 kernel: [    0.512398] pci 0000:02:00.0: BAR 15: assigned [mem 0xe8000000-0xebffffff pref]
Apr  3 21:46:19 kernel: [    0.512411] pci 0000:02:00.0: BAR 16: assigned [mem 0xc4000000-0xc7ffffff]
Apr  3 21:46:19 kernel: [    0.512421] pci 0000:02:00.0: BAR 13: assigned [io  0x4000-0x40ff]
Apr  3 21:46:19 kernel: [    0.512431] pci 0000:02:00.0: BAR 14: assigned [io  0x4400-0x44ff]
Apr  3 21:46:19 kernel: [    0.512442] pci 0000:02:00.0: CardBus bridge to [bus 03-06]
Apr  3 21:46:19 kernel: [    0.512450] pci 0000:02:00.0:   bridge window [io  0x4000-0x40ff]
Apr  3 21:46:19 kernel: [    0.512461] pci 0000:02:00.0:   bridge window [io  0x4400-0x44ff]
Apr  3 21:46:19 kernel: [    0.512472] pci 0000:02:00.0:   bridge window [mem 0xe8000000-0xebffffff pref]
Apr  3 21:46:19 kernel: [    0.512485] pci 0000:02:00.0:   bridge window [mem 0xc4000000-0xc7ffffff]
Apr  3 21:46:19 kernel: [    0.512497] pci 0000:00:1e.0: PCI bridge to [bus 02-08]
Apr  3 21:46:19 kernel: [    0.512506] pci 0000:00:1e.0:   bridge window [io  0x4000-0x8fff]
Apr  3 21:46:19 kernel: [    0.512518] pci 0000:00:1e.0:   bridge window [mem 0xc0200000-0xcfffffff]
Apr  3 21:46:19 kernel: [    0.512530] pci 0000:00:1e.0:   bridge window [mem 0xe8000000-0xefffffff pref]
Apr  3 21:46:19 kernel: [    0.512546] pci_bus 0000:00: resource 4 [io  0x0000-0xffff]
Apr  3 21:46:19 kernel: [    0.512556] pci_bus 0000:00: resource 5 [mem 0x00000000-0xffffffff]
Apr  3 21:46:19 kernel: [    0.512565] pci_bus 0000:01: resource 0 [io  0x3000-0x3fff]
Apr  3 21:46:19 kernel: [    0.512574] pci_bus 0000:01: resource 1 [mem 0xc0100000-0xc01fffff]
Apr  3 21:46:19 kernel: [    0.512584] pci_bus 0000:01: resource 2 [mem 0xe0000000-0xe7ffffff pref]
Apr  3 21:46:19 kernel: [    0.512594] pci_bus 0000:02: resource 0 [io  0x4000-0x8fff]
Apr  3 21:46:19 kernel: [    0.512603] pci_bus 0000:02: resource 1 [mem 0xc0200000-0xcfffffff]
Apr  3 21:46:19 kernel: [    0.512612] pci_bus 0000:02: resource 2 [mem 0xe8000000-0xefffffff pref]
Apr  3 21:46:19 kernel: [    0.512622] pci_bus 0000:02: resource 4 [io  0x0000-0xffff]
Apr  3 21:46:19 kernel: [    0.512630] pci_bus 0000:02: resource 5 [mem 0x00000000-0xffffffff]
Apr  3 21:46:19 kernel: [    0.512640] pci_bus 0000:03: resource 0 [io  0x4000-0x40ff]
Apr  3 21:46:19 kernel: [    0.512649] pci_bus 0000:03: resource 1 [io  0x4400-0x44ff]
Apr  3 21:46:19 kernel: [    0.512657] pci_bus 0000:03: resource 2 [mem 0xe8000000-0xebffffff pref]
Apr  3 21:46:19 kernel: [    0.512667] pci_bus 0000:03: resource 3 [mem 0xc4000000-0xc7ffffff]
Apr  3 21:46:19 kernel: [    0.513284] pci 0000:00:1d.0: Refused to change power state from D1 to D0
Apr  3 21:46:19 kernel: [    0.513625] ACPI: \_SB_.LNKA: Enabled at IRQ 11
Apr  3 21:46:19 kernel: [    0.513638] PCI: setting IRQ 11 as level-triggered
Apr  3 21:46:19 kernel: [    0.513704] pci 0000:00:1d.1: Refused to change power state from D1 to D0
Apr  3 21:46:19 kernel: [    0.513978] ACPI: \_SB_.LNKD: Enabled at IRQ 11
Apr  3 21:46:19 kernel: [    0.514301] ACPI: \_SB_.LNKC: Enabled at IRQ 11
Apr  3 21:46:19 kernel: [    0.514623] ACPI: \_SB_.LNKH: Enabled at IRQ 11
Apr  3 21:46:19 kernel: [    0.514740] pci 0000:02:08.0: Firmware left e100 interrupts enabled; disabling
Apr  3 21:46:19 kernel: [    0.514755] PCI: CLS 32 bytes, default 64
Apr  3 21:46:19 kernel: [    0.515061] Trying to unpack rootfs image as initramfs...
Apr  3 21:46:19 kernel: [    0.520423] Initialise system trusted keyrings
Apr  3 21:46:19 kernel: [    0.520478] Key type blacklist registered
Apr  3 21:46:19 kernel: [    0.523132] workingset: timestamp_bits=14 max_order=19 bucket_order=5
Apr  3 21:46:19 kernel: [    0.531994] zbud: loaded
Apr  3 21:46:19 kernel: [    0.532582] integrity: Platform Keyring initialized
Apr  3 21:46:19 kernel: [    0.532611] integrity: Machine keyring initialized
Apr  3 21:46:19 kernel: [    0.532621] Key type asymmetric registered
Apr  3 21:46:19 kernel: [    0.532630] Asymmetric key parser 'x509' registered
Apr  3 21:46:19 kernel: [    1.538251] tsc: Refined TSC clocksource calibration: 1598.641 MHz
Apr  3 21:46:19 kernel: [    1.538291] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x170b211c09a, max_idle_ns: 440795214030 ns
Apr  3 21:46:19 kernel: [    1.538343] clocksource: Switched to clocksource tsc
Apr  3 21:46:19 kernel: [    2.676610] Freeing initrd memory: 49812K
Apr  3 21:46:19 kernel: [    2.684749] alg: self-tests for CTR-KDF (hmac(sha256)) passed
Apr  3 21:46:19 kernel: [    2.685173] bounce: pool size: 64 pages
Apr  3 21:46:19 kernel: [    2.685315] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
Apr  3 21:46:19 kernel: [    2.685434] io scheduler mq-deadline registered
Apr  3 21:46:19 kernel: [    2.689174] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Apr  3 21:46:19 kernel: [    2.689789] ACPI: \_PR_.CPU_: Found 3 idle states
Apr  3 21:46:19 kernel: [    2.689804] tsc: Marking TSC unstable due to TSC halts in idle
Apr  3 21:46:19 kernel: [    2.690284] clocksource: Not enough CPUs to check clocksource 'tsc'.
Apr  3 21:46:19 kernel: [    2.690317] clocksource: Switched to clocksource acpi_pm
Apr  3 21:46:19 kernel: [    2.691603] thermal LNXTHERM:00: registered as thermal_zone0
Apr  3 21:46:19 kernel: [    2.691615] ACPI: thermal: Thermal Zone [THM0] (57 C)
Apr  3 21:46:19 kernel: [    2.691784] isapnp: Scanning for PnP cards...
Apr  3 21:46:19 kernel: [    3.044877] isapnp: No Plug & Play device found
Apr  3 21:46:19 kernel: [    3.045076] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
Apr  3 21:46:19 kernel: [    3.045221] serial 00:05: [io  0x03f8-0x03ff]
Apr  3 21:46:19 kernel: [    3.045678] serial 00:05: activated
Apr  3 21:46:19 kernel: [    3.046865] 00:05: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
Apr  3 21:46:19 kernel: [    3.048641] ACPI: \_SB_.LNKB: Enabled at IRQ 11
Apr  3 21:46:19 kernel: [    3.048943] Linux agpgart interface v0.103
Apr  3 21:46:19 kernel: [    3.049152] agpgart-intel 0000:00:00.0: Intel 855PM Chipset
Apr  3 21:46:19 kernel: [    3.063192] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xd0000000
Apr  3 21:46:19 kernel: [    3.063740] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
Apr  3 21:46:19 kernel: [    3.068944] serio: i8042 KBD port at 0x60,0x64 irq 1
Apr  3 21:46:19 kernel: [    3.068963] serio: i8042 AUX port at 0x60,0x64 irq 12
Apr  3 21:46:19 kernel: [    3.069303] mousedev: PS/2 mouse device common for all mice
Apr  3 21:46:19 kernel: [    3.069376] rtc_cmos 00:02: RTC can wake from S4
Apr  3 21:46:19 kernel: [    3.069739] rtc_cmos 00:02: registered as rtc0
Apr  3 21:46:19 kernel: [    3.069778] rtc_cmos 00:02: setting system clock to 2023-04-03T21:46:13 UTC (1680558373)
Apr  3 21:46:19 kernel: [    3.069857] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram
Apr  3 21:46:19 kernel: [    3.069906] intel_pstate: CPU model not supported
Apr  3 21:46:19 kernel: [    3.069934] ledtrig-cpu: registered to indicate activity on CPUs
Apr  3 21:46:19 kernel: [    3.070784] vesafb: mode is 800x600x16, linelength=1600, pages=33
Apr  3 21:46:19 kernel: [    3.070795] vesafb: protected mode interface info at c000:5710
Apr  3 21:46:19 kernel: [    3.070803] vesafb: pmi: set display start = (ptrval), set palette = (ptrval)
Apr  3 21:46:19 kernel: [    3.070812] vesafb: pmi: ports = 
Apr  3 21:46:19 kernel: [    3.070814] 3010 
Apr  3 21:46:19 kernel: [    3.070820] 3016 
Apr  3 21:46:19 kernel: [    3.070825] 3054 
Apr  3 21:46:19 kernel: [    3.070830] 3038 
Apr  3 21:46:19 kernel: [    3.070834] 303c 
Apr  3 21:46:19 kernel: [    3.070839] 305c 
Apr  3 21:46:19 kernel: [    3.070844] 3000 
Apr  3 21:46:19 kernel: [    3.070849] 3004 
Apr  3 21:46:19 kernel: [    3.070854] 30b0 
Apr  3 21:46:19 kernel: [    3.070858] 30b2 
Apr  3 21:46:19 kernel: [    3.070863] 30b4 
Apr  3 21:46:19 kernel: [    3.070868] 
Apr  3 21:46:19 kernel: [    3.070876] vesafb: scrolling: redraw
Apr  3 21:46:19 kernel: [    3.070882] vesafb: Truecolor: size=0:5:6:5, shift=0:11:5:0
Apr  3 21:46:19 kernel: [    3.070899] vesafb: framebuffer at 0xe0000000, mapped to 0x(ptrval), using 1875k, total 32704k
Apr  3 21:46:19 kernel: [    3.089643] Console: switching to colour frame buffer device 100x37
Apr  3 21:46:19 kernel: [    3.108284] fb0: VESA VGA frame buffer device
Apr  3 21:46:19 kernel: [    3.109117] NET: Registered PF_INET6 protocol family
Apr  3 21:46:19 kernel: [    3.110822] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
Apr  3 21:46:19 kernel: [    3.115927] Segment Routing with IPv6
Apr  3 21:46:19 kernel: [    3.116176] In-situ OAM (IOAM) with IPv6
Apr  3 21:46:19 kernel: [    3.116464] mip6: Mobile IPv6
Apr  3 21:46:19 kernel: [    3.116641] NET: Registered PF_PACKET protocol family
Apr  3 21:46:19 kernel: [    3.117843] mpls_gso: MPLS GSO support
Apr  3 21:46:19 kernel: [    3.118458] microcode: sig=0x6d6, pf=0x20, revision=0x18
Apr  3 21:46:19 kernel: [    3.118768] microcode: Microcode Update Driver: v2.2.
Apr  3 21:46:19 kernel: [    3.118778] IPI shorthand broadcast: enabled
Apr  3 21:46:19 kernel: [    3.119552] registered taskstats version 1
Apr  3 21:46:19 kernel: [    3.126328] Loading compiled-in X.509 certificates
Apr  3 21:46:19 kernel: [    3.347982] Loaded X.509 cert 'Debian Secure Boot CA: 6ccece7e4c6c0d1f6149f3dd27dfcc5cbb419ea1'
Apr  3 21:46:19 kernel: [    3.355031] Loaded X.509 cert 'Debian Secure Boot Signer 2022 - linux: 14011249c2675ea8e5148542202005810584b25f'
Apr  3 21:46:19 kernel: [    3.369330] zswap: loaded using pool lzo/zbud
Apr  3 21:46:19 kernel: [    3.376553] Key type .fscrypt registered
Apr  3 21:46:19 kernel: [    3.383373] Key type fscrypt-provisioning registered
Apr  3 21:46:19 kernel: [    3.394690] Key type encrypted registered
Apr  3 21:46:19 kernel: [    3.401518] AppArmor: AppArmor sha1 policy hashing enabled
Apr  3 21:46:19 kernel: [    3.408686] ima: No TPM chip found, activating TPM-bypass!
Apr  3 21:46:19 kernel: [    3.416019] ima: Allocated hash algorithm: sha256
Apr  3 21:46:19 kernel: [    3.423517] ima: No architecture policies found
Apr  3 21:46:19 kernel: [    3.431157] evm: Initialising EVM extended attributes:
Apr  3 21:46:19 kernel: [    3.439001] evm: security.selinux
Apr  3 21:46:19 kernel: [    3.446910] evm: security.SMACK64 (disabled)
Apr  3 21:46:19 kernel: [    3.454968] evm: security.SMACK64EXEC (disabled)
Apr  3 21:46:19 kernel: [    3.463122] evm: security.SMACK64TRANSMUTE (disabled)
Apr  3 21:46:19 kernel: [    3.471408] evm: security.SMACK64MMAP (disabled)
Apr  3 21:46:19 kernel: [    3.479775] evm: security.apparmor
Apr  3 21:46:19 kernel: [    3.488166] evm: security.ima
Apr  3 21:46:19 kernel: [    3.496474] evm: security.capability
Apr  3 21:46:19 kernel: [    3.504705] evm: HMAC attrs: 0x1
Apr  3 21:46:19 kernel: [    4.720172] Unstable clock detected, switching default tracing clock to "global"
Apr  3 21:46:19 kernel: [    4.720172] If you want to keep using the local clock, then add:
Apr  3 21:46:19 kernel: [    4.720172]   "trace_clock=local"
Apr  3 21:46:19 kernel: [    4.720172] on the kernel command line
Apr  3 21:46:19 kernel: [    4.756844] Freeing unused kernel image (initmem) memory: 884K
Apr  3 21:46:19 kernel: [    4.768913] Write protecting kernel text and read-only data: 12184k
Apr  3 21:46:19 kernel: [    4.776746] Run /init as init process
Apr  3 21:46:19 kernel: [    4.784512]   with arguments:
Apr  3 21:46:19 kernel: [    4.784516]     /init
Apr  3 21:46:19 kernel: [    4.784518]     ---
Apr  3 21:46:19 kernel: [    4.784521]     auto
Apr  3 21:46:19 kernel: [    4.784523]   with environment:
Apr  3 21:46:19 kernel: [    4.784526]     HOME=/
Apr  3 21:46:19 kernel: [    4.784528]     TERM=linux
Apr  3 21:46:19 kernel: [    4.784530]     BOOT_IMAGE=/install.386/vmlinuz
Apr  3 21:46:19 kernel: [    4.784533]     priority=low
Apr  3 21:46:19 kernel: [    4.784535]     vga=788
Apr  3 21:46:19 kernel: [    4.784537]     file=/media/preseed.cfg
Apr  3 21:46:19 kernel: [    5.023034] ACPI: battery: Slot [BAT0] (battery present)
Apr  3 21:46:19 kernel: [    5.058530] ACPI: video: Video Device [VID] (multi-head: yes  rom: no  post: no)
Apr  3 21:46:19 kernel: [    5.129346] intel_rng: FWH not detected
Apr  3 21:46:19 kernel: [    5.169506] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/device:02/LNXVIDEO:00/input/input2
Apr  3 21:46:19 kernel: [    5.206804] yenta_cardbus 0000:02:00.0: CardBus bridge found [1014:0552]
Apr  3 21:46:19 kernel: [    5.215711] yenta_cardbus 0000:02:00.0: Using INTVAL to route CSC interrupts to PCI
Apr  3 21:46:19 kernel: [    5.224677] yenta_cardbus 0000:02:00.0: Routing CardBus interrupts to PCI
Apr  3 21:46:19 kernel: [    5.233605] yenta_cardbus 0000:02:00.0: TI: mfunc 0x01d21b22, devctl 0x64
Apr  3 21:46:19 kernel: [    5.290801] SCSI subsystem initialized
Apr  3 21:46:19 kernel: [    5.308265] ACPI: bus type USB registered
Apr  3 21:46:19 kernel: [    5.368780] usbcore: registered new interface driver usbfs
Apr  3 21:46:19 kernel: [    5.424001] usbcore: registered new interface driver hub
Apr  3 21:46:19 kernel: [    5.457490] usbcore: registered new device driver usb
Apr  3 21:46:19 kernel: [    5.497387] ehci-pci 0000:00:1d.7: EHCI Host Controller
Apr  3 21:46:19 kernel: [    5.515448] libata version 3.00 loaded.
Apr  3 21:46:19 kernel: [    5.521580] uhci_hcd 0000:00:1d.0: Refused to change power state from D1 to D0
Apr  3 21:46:19 kernel: [    5.532163] ata_piix 0000:00:1f.1: version 2.13
Apr  3 21:46:19 kernel: [    5.532180] ata_piix 0000:00:1f.1: enabling device (0005 -> 0007)
Apr  3 21:46:19 kernel: [    5.543906] ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 1
Apr  3 21:46:19 kernel: [    5.554434] scsi host0: ata_piix
Apr  3 21:46:19 kernel: [    5.563301] ehci-pci 0000:00:1d.7: debug port 1
Apr  3 21:46:19 kernel: [    5.572264] scsi host1: ata_piix
Apr  3 21:46:19 kernel: [    5.584880] ehci-pci 0000:00:1d.7: irq 11, io mem 0xc0000000
Apr  3 21:46:19 kernel: [    5.593786] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0x1860 irq 14
Apr  3 21:46:19 kernel: [    5.602672] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x1868 irq 15
Apr  3 21:46:19 kernel: [    5.626175] ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
Apr  3 21:46:19 kernel: [    5.635258] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.01
Apr  3 21:46:19 kernel: [    5.644601] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Apr  3 21:46:19 kernel: [    5.654089] usb usb1: Product: EHCI Host Controller
Apr  3 21:46:19 kernel: [    5.663651] usb usb1: Manufacturer: Linux 6.1.0-7-686 ehci_hcd
Apr  3 21:46:19 kernel: [    5.673358] usb usb1: SerialNumber: 0000:00:1d.7
Apr  3 21:46:19 kernel: [    5.684267] hub 1-0:1.0: USB hub found
Apr  3 21:46:19 kernel: [    5.693656] hub 1-0:1.0: 6 ports detected
Apr  3 21:46:19 kernel: [    5.703546] yenta_cardbus 0000:02:00.0: ISA IRQ mask 0x04f8, PCI irq 11
Apr  3 21:46:19 kernel: [    5.713069] yenta_cardbus 0000:02:00.0: Socket status: 30000086
Apr  3 21:46:19 kernel: [    5.723215] uhci_hcd 0000:00:1d.0: UHCI Host Controller
Apr  3 21:46:19 kernel: [    5.733362] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
Apr  3 21:46:19 kernel: [    5.742798] uhci_hcd 0000:00:1d.0: detected 2 ports
Apr  3 21:46:19 kernel: [    5.752181] yenta_cardbus 0000:02:00.0: pcmcia: parent PCI bridge window: [io  0x4000-0x8fff]
Apr  3 21:46:19 kernel: [    5.761752] uhci_hcd 0000:00:1d.0: irq 11, io port 0x00001800
Apr  3 21:46:19 kernel: [    5.774773] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x4000-0x8fff:
Apr  3 21:46:19 kernel: [    5.784734] ata2.00: ATAPI: HL-DT-STCD-RW/DVD DRIVE GCC-4241N, 1.04, max UDMA/33
Apr  3 21:46:19 kernel: [    5.800511] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.01
Apr  3 21:46:19 kernel: [    5.809931] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Apr  3 21:46:19 kernel: [    5.819329] usb usb2: Product: UHCI Host Controller
Apr  3 21:46:19 kernel: [    5.828657] usb usb2: Manufacturer: Linux 6.1.0-7-686 uhci_hcd
Apr  3 21:46:19 kernel: [    5.838080] usb usb2: SerialNumber: 0000:00:1d.0
Apr  3 21:46:19 kernel: [    5.848006] ata1.00: ATA-8: WDC WD2500BEVE-00WZT0, 01.01A01, max UDMA/100
Apr  3 21:46:19 kernel: [    5.857520] ata1.00: 488397168 sectors, multi 16: LBA48 
Apr  3 21:46:19 kernel: [    5.868352]  excluding 0x4000-0x40ff 0x4400-0x44ff 0x8000-0x803f
Apr  3 21:46:19 kernel: [    5.893522] yenta_cardbus 0000:02:00.0: pcmcia: parent PCI bridge window: [mem 0xc0200000-0xcfffffff]
Apr  3 21:46:19 kernel: [    5.914028] pcmcia_socket pcmcia_socket0: cs: memory probe 0xc0200000-0xcfffffff:
Apr  3 21:46:19 kernel: [    5.925617] scsi 0:0:0:0: Direct-Access     ATA      WDC WD2500BEVE-0 1A01 PQ: 0 ANSI: 5
Apr  3 21:46:19 kernel: [    5.937107] hub 2-0:1.0: USB hub found
Apr  3 21:46:19 kernel: [    5.948517]  excluding 0xc0200000-0xc09fffff 0xc3a00000-0xc81fffff 0xcfa00000-0xd01fffff
Apr  3 21:46:19 kernel: [    5.959263] yenta_cardbus 0000:02:00.0: pcmcia: parent PCI bridge window: [mem 0xe8000000-0xefffffff pref]
Apr  3 21:46:19 kernel: [    5.981250] hub 2-0:1.0: 2 ports detected
Apr  3 21:46:19 kernel: [    5.992239] scsi 1:0:0:0: CD-ROM            HL-DT-ST RW/DVD GCC-4241N 1.04 PQ: 0 ANSI: 5
Apr  3 21:46:19 kernel: [    6.003612] usb 1-3: new high-speed USB device number 2 using ehci-pci
Apr  3 21:46:19 kernel: [    6.016011] uhci_hcd 0000:00:1d.1: Refused to change power state from D1 to D0
Apr  3 21:46:19 kernel: [    6.028356] uhci_hcd 0000:00:1d.1: UHCI Host Controller
Apr  3 21:46:19 kernel: [    6.040083] pcmcia_socket pcmcia_socket0: cs: memory probe 0xe8000000-0xefffffff:
Apr  3 21:46:19 kernel: [    6.051696] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
Apr  3 21:46:19 kernel: [    6.063630]  excluding 0xe8000000-0xefffffff
Apr  3 21:46:19 kernel: [    6.075279] uhci_hcd 0000:00:1d.1: detected 2 ports
Apr  3 21:46:19 kernel: [    6.088676] uhci_hcd 0000:00:1d.1: irq 11, io port 0x00001820
Apr  3 21:46:19 kernel: [    6.140141] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x100-0x3af:
Apr  3 21:46:19 kernel: [    6.156391] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.01
Apr  3 21:46:19 kernel: [    6.168231] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Apr  3 21:46:19 kernel: [    6.180099] usb usb3: Product: UHCI Host Controller
Apr  3 21:46:19 kernel: [    6.191887] usb usb3: Manufacturer: Linux 6.1.0-7-686 uhci_hcd
Apr  3 21:46:19 kernel: [    6.203728] usb usb3: SerialNumber: 0000:00:1d.1
Apr  3 21:46:19 kernel: [    6.218315] sr 1:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer cd/rw xa/form2 cdda tray
Apr  3 21:46:19 kernel: [    6.230280] cdrom: Uniform CD-ROM driver Revision: 3.20
Apr  3 21:46:19 kernel: [    6.243388]  excluding 0x170-0x177 0x1f0-0x1f7 0x370-0x377
Apr  3 21:46:19 kernel: [    6.262672] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x3e0-0x4ff:
Apr  3 21:46:19 kernel: [    6.274713] usb 1-3: New USB device found, idVendor=0718, idProduct=0637, bcdDevice= 1.00
Apr  3 21:46:19 kernel: [    6.286530] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Apr  3 21:46:19 kernel: [    6.298290] usb 1-3: Product: Nano Pro
Apr  3 21:46:19 kernel: [    6.309851] usb 1-3: Manufacturer: Imation
Apr  3 21:46:19 kernel: [    6.321343] usb 1-3: SerialNumber: 07A304030AAED7A9
Apr  3 21:46:19 kernel: [    6.337643]  excluding 0x3f0-0x3ff 0x4d0-0x4d7
Apr  3 21:46:19 kernel: [    6.351064] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x820-0x8ff:
Apr  3 21:46:19 kernel: [    6.368294]  clean
Apr  3 21:46:19 kernel: [    6.382750] hub 3-0:1.0: USB hub found
Apr  3 21:46:19 kernel: [    6.393956] snd_intel8x0 0000:00:1f.5: intel8x0_measure_ac97_clock: measured 60414 usecs (2910 samples)
Apr  3 21:46:19 kernel: [    6.416268] snd_intel8x0 0000:00:1f.5: clocking to 48000
Apr  3 21:46:19 kernel: [    6.432226] sd 0:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/233 GiB)
Apr  3 21:46:19 kernel: [    6.443778] pcmcia_socket pcmcia_socket0: cs: IO port probe 0xc00-0xcf7:
Apr  3 21:46:19 kernel: [    6.455081] hub 3-0:1.0: 2 ports detected
Apr  3 21:46:19 kernel: [    6.466193] sd 0:0:0:0: [sda] Write Protect is off
Apr  3 21:46:19 kernel: [    6.476949] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
Apr  3 21:46:19 kernel: [    6.487023]  clean
Apr  3 21:46:19 kernel: [    6.498649] uhci_hcd 0000:00:1d.2: UHCI Host Controller
Apr  3 21:46:19 kernel: [    6.513847] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Apr  3 21:46:19 kernel: [    6.537689] usb-storage 1-3:1.0: USB Mass Storage device detected
Apr  3 21:46:19 kernel: [    6.551109] pcmcia_socket pcmcia_socket0: cs: memory probe 0x0c0000-0x0fffff:
Apr  3 21:46:19 kernel: [    6.562123] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
Apr  3 21:46:19 kernel: [    6.573970] scsi host2: usb-storage 1-3:1.0
Apr  3 21:46:19 kernel: [    6.584806]  excluding 0xc0000-0xd3fff 0xdc000-0xfffff
Apr  3 21:46:19 kernel: [    6.596000] uhci_hcd 0000:00:1d.2: detected 2 ports
Apr  3 21:46:19 kernel: [    6.607088] sd 0:0:0:0: [sda] Preferred minimum I/O size 512 bytes
Apr  3 21:46:19 kernel: [    6.619158] usbcore: registered new interface driver usb-storage
Apr  3 21:46:19 kernel: [    6.630111] pcmcia_socket pcmcia_socket0: cs: memory probe 0xa0000000-0xa0ffffff:
Apr  3 21:46:19 kernel: [    6.641100] psmouse serio1: synaptics: Touchpad model: 1, fw: 5.9, id: 0x2c6ab1, caps: 0x884793/0x0/0x0/0x0, board id: 0, fw id: 4797594
Apr  3 21:46:19 kernel: [    6.663460] uhci_hcd 0000:00:1d.2: irq 11, io port 0x00001840
Apr  3 21:46:19 kernel: [    6.675897]  clean
Apr  3 21:46:19 kernel: [    6.686996] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.01
Apr  3 21:46:19 kernel: [    6.698323] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Apr  3 21:46:19 kernel: [    6.709624] usb usb4: Product: UHCI Host Controller
Apr  3 21:46:19 kernel: [    6.720776] usb usb4: Manufacturer: Linux 6.1.0-7-686 uhci_hcd
Apr  3 21:46:19 kernel: [    6.731803] usb usb4: SerialNumber: 0000:00:1d.2
Apr  3 21:46:19 kernel: [    6.742685] psmouse serio1: synaptics: serio: Synaptics pass-through port at isa0060/serio1/input0
Apr  3 21:46:19 kernel: [    6.765274] pcmcia_socket pcmcia_socket0: cs: memory probe 0x60000000-0x60ffffff:
Apr  3 21:46:19 kernel: [    6.776966]  clean
Apr  3 21:46:19 kernel: [    6.788581] pcmcia_socket pcmcia_socket0: cs: IO port probe 0xa00-0xaff:
Apr  3 21:46:19 kernel: [    6.801102]  clean
Apr  3 21:46:19 kernel: [    6.813332] hub 4-0:1.0: USB hub found
Apr  3 21:46:19 kernel: [    6.825833] hub 4-0:1.0: 2 ports detected
Apr  3 21:46:19 kernel: [    6.843043]  sda: sda1 sda2 sda3 sda4 < sda5 sda6 >
Apr  3 21:46:19 kernel: [    6.856709] sd 0:0:0:0: [sda] Attached SCSI disk
Apr  3 21:46:19 kernel: [    6.887532] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input3
Apr  3 21:46:19 kernel: [    6.905422] usbcore: registered new interface driver uas
Apr  3 21:46:19 kernel: [    7.424073] sr 1:0:0:0: Attached scsi CD-ROM sr0
Apr  3 21:46:19 kernel: [    7.610022] psmouse serio2: trackpoint: IBM TrackPoint firmware: 0x0e, buttons: 3/3
Apr  3 21:46:19 kernel: [    7.651411] scsi 2:0:0:0: Direct-Access     Imation  Nano Pro         PMAP PQ: 0 ANSI: 0 CCS
Apr  3 21:46:19 kernel: [    7.666267] sd 2:0:0:0: [sdb] 3913728 512-byte logical blocks: (2.00 GB/1.87 GiB)
Apr  3 21:46:19 kernel: [    7.679007] sd 2:0:0:0: [sdb] Write Protect is off
Apr  3 21:46:19 kernel: [    7.690660] sd 2:0:0:0: [sdb] Mode Sense: 23 00 00 00
Apr  3 21:46:19 kernel: [    7.691381] sd 2:0:0:0: [sdb] No Caching mode page found
Apr  3 21:46:19 kernel: [    7.702845] sd 2:0:0:0: [sdb] Assuming drive cache: write through
Apr  3 21:46:19 kernel: [    7.719658]  sdb: sdb1
Apr  3 21:46:19 kernel: [    7.731579] sd 2:0:0:0: [sdb] Attached SCSI removable disk
Apr  3 21:46:19 kernel: [    7.908880] input: TPPS/2 IBM TrackPoint as /devices/platform/i8042/serio1/serio2/input/input4
Apr  3 21:46:20 frontend: Setting debconf/priority to low
Apr  3 21:46:20 entropy-source: haveged needed: starting
Apr  3 21:46:20 haveged: haveged starting up
Apr  3 21:46:21 reopen-console: Found "auto" in the command line; falling back to simple mode for preseeding
Apr  3 21:46:21 reopen-console: Looking at console tty1 from /proc/consoles
Apr  3 21:46:21 reopen-console:    Adding tty0 to possible consoles list
Apr  3 21:46:21 reopen-console: Found no preferred console. Picking tty1
Apr  3 21:46:21 reopen-console: Running with preseeding. Picking preferred tty1 ONLY
Apr  3 21:46:21 reopen-console: Adding inittab entry for tty1
Apr  3 21:46:21 reopen-console: Restarting init to start d-i on the console(s) we found
Apr  3 21:46:21 init: reloading /etc/inittab
Apr  3 21:46:21 init: starting pid 374, tty '/dev/tty4': '/usr/bin/tail -f /var/log/syslog'
Apr  3 21:46:21 init: starting pid 375, tty '/dev/tty1': '/sbin/debian-installer'
Apr  3 21:46:22 init: process '/sbin/debian-installer' (pid 375) exited. Scheduling for restart.
Apr  3 21:46:22 kernel: [   12.294183] random: crng init done
Apr  3 21:46:23 init: starting pid 394, tty '/dev/tty1': '/sbin/debian-installer'
Apr  3 21:46:23 debconf: Setting debconf/language to en
Apr  3 21:46:23 main-menu[425]: INFO: Falling back to the package description for brltty-udeb
Apr  3 21:46:30 main-menu[425]: INFO: Falling back to the package description for brltty-udeb
Apr  3 21:46:30 main-menu[425]: INFO: Menu item 'cdrom-detect' selected
Apr  3 21:46:30 kernel: [   20.515270] intel_rng: FWH not detected
Apr  3 21:46:30 kernel: [   20.532918] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x100-0x3af:
Apr  3 21:46:30 kernel: [   20.547958]  excluding 0x170-0x177 0x1f0-0x1f7 0x370-0x377
Apr  3 21:46:30 kernel: [   20.551371] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x3e0-0x4ff:
Apr  3 21:46:30 kernel: [   20.551625]  excluding 0x3f0-0x3ff 0x4d0-0x4d7
Apr  3 21:46:30 kernel: [   20.555725] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x820-0x8ff:
Apr  3 21:46:30 kernel: [   20.559600]  clean
Apr  3 21:46:30 kernel: [   20.561701] pcmcia_socket pcmcia_socket0: cs: IO port probe 0xc00-0xcf7:
Apr  3 21:46:30 kernel: [   20.564190]  clean
Apr  3 21:46:30 kernel: [   20.564244] pcmcia_socket pcmcia_socket0: cs: memory probe 0x0c0000-0x0fffff:
Apr  3 21:46:30 kernel: [   20.564256]  excluding 0xc0000-0xd3fff 0xdc000-0xfffff
Apr  3 21:46:30 kernel: [   20.564562] pcmcia_socket pcmcia_socket0: cs: memory probe 0xa0000000-0xa0ffffff:
Apr  3 21:46:30 kernel: [   20.564585]  clean
Apr  3 21:46:30 kernel: [   20.564613] pcmcia_socket pcmcia_socket0: cs: memory probe 0x60000000-0x60ffffff:
Apr  3 21:46:30 kernel: [   20.564634]  clean
Apr  3 21:46:30 kernel: [   20.564663] pcmcia_socket pcmcia_socket0: cs: IO port probe 0xa00-0xaff:
Apr  3 21:46:30 kernel: [   20.566658]  clean
Apr  3 21:46:31 net/hw-detect.hotplug: Detected hotpluggable network interface lo
Apr  3 21:46:33 hw-detect: Detected PCMCIA, installing pcmciautils.
Apr  3 21:46:33 apt-install: Queueing package pcmciautils for later installation
Apr  3 21:46:33 apt-install: Queueing package udev for later installation
Apr  3 21:46:33 apt-install: Queueing package pciutils for later installation
Apr  3 21:46:33 apt-install: Queueing package usbutils for later installation
Apr  3 21:46:33 apt-install: Queueing package eject for later installation
Apr  3 21:46:33 hw-detect: skipping check-missing-firmware as requested by the caller
Apr  3 21:46:33 cdrom-detect: Searching for Debian installation media...
Apr  3 21:46:33 cdrom-detect: Devices: '/dev/sr0'
Apr  3 21:46:33 kernel: [   23.488097] ISO 9660 Extensions: Microsoft Joliet Level 3
Apr  3 21:46:33 kernel: [   23.493118] ISO 9660 Extensions: RRIP_1991A
Apr  3 21:46:33 cdrom-detect: CD-ROM mount succeeded: device=/dev/sr0 fstype=iso9660
Apr  3 21:46:34 cdrom-detect: Detected CD 'Debian GNU/Linux testing "Bookworm" - Official Snapshot i386 NETINST with firmware 20230403-03:00'
Apr  3 21:46:35 cdrom-detect: Detected CD with 'testing' (bookworm) distribution
Apr  3 21:46:35 anna-install: Queueing udeb eject-udeb for later installation
Apr  3 21:46:37 anna-install: Queueing udeb apt-mirror-setup for later installation
Apr  3 21:46:37 anna-install: Queueing udeb apt-cdrom-setup for later installation
Apr  3 21:46:37 anna-install: Queueing udeb bookworm-support for later installation
Apr  3 21:46:37 main-menu[425]: INFO: Falling back to the package description for brltty-udeb
Apr  3 21:46:45 init: starting pid 372, tty '/dev/tty2': '-/bin/sh'
Apr  3 21:46:55 main-menu[425]: INFO: Falling back to the package description for brltty-udeb
Apr  3 21:46:55 main-menu[425]: INFO: Menu item 'file-preseed' selected
Apr  3 21:48:27 main-menu[425]: (process:923): mount: mounting /dev/sda on /media failed: Invalid argument
Apr  3 21:48:27 main-menu[425]: (process:923): umount: can't unmount /media: Invalid argument
Apr  3 21:48:27 main-menu[425]: (process:923): mount: mounting /dev/sda on /media failed: Invalid argument
Apr  3 21:48:27 main-menu[425]: (process:923): mount: mounting /dev/sdb on /media failed: Invalid argument
Apr  3 21:48:27 main-menu[425]: (process:923): umount: can't unmount /media: Invalid argument
Apr  3 21:48:27 main-menu[425]: (process:923): mount: mounting /dev/sdb on /media failed: Invalid argument
Apr  3 21:48:27 main-menu[425]: (process:923): mount: mounting /dev/sda1 on /media failed: Invalid argument
Apr  3 21:48:27 main-menu[425]: (process:923): umount: can't unmount /media: Invalid argument
Apr  3 21:48:27 main-menu[425]: (process:923): mount: mounting /dev/sda1 on /media failed: Invalid argument
Apr  3 21:48:27 main-menu[425]: WARNING **: Configuring 'file-preseed' failed with error code 1
Apr  3 21:48:27 main-menu[425]: WARNING **: Menu item 'file-preseed' failed.
Apr  3 21:48:29 main-menu[425]: INFO: Falling back to the package description for brltty-udeb
Apr  3 21:48:30 main-menu[425]: INFO: Falling back to the package description for brltty-udeb
Apr  3 21:48:30 main-menu[425]: INFO: Menu item 'file-preseed' selected
Apr  3 21:48:37 main-menu[425]: (process:1122): mount: mounting /dev/sda on /media failed: Invalid argument
Apr  3 21:48:37 main-menu[425]: (process:1122): umount: can't unmount /media: Invalid argument
Apr  3 21:48:37 main-menu[425]: (process:1122): mount: mounting /dev/sda on /media failed: Invalid argument
Apr  3 21:48:37 main-menu[425]: (process:1122): mount: mounting /dev/sdb on /media failed: Invalid argument
Apr  3 21:48:37 main-menu[425]: (process:1122): umount: can't unmount /media: Invalid argument
Apr  3 21:48:37 main-menu[425]: (process:1122): mount: mounting /dev/sdb on /media failed: Invalid argument
Apr  3 21:48:37 main-menu[425]: (process:1122): mount: mounting /dev/sda1 on /media failed: Invalid argument
Apr  3 21:48:37 main-menu[425]: (process:1122): umount: can't unmount /media: Invalid argument
Apr  3 21:48:37 main-menu[425]: (process:1122): mount: mounting /dev/sda1 on /media failed: Invalid argument
Apr  3 21:48:37 main-menu[425]: WARNING **: Configuring 'file-preseed' failed with error code 1
Apr  3 21:48:37 main-menu[425]: WARNING **: Menu item 'file-preseed' failed.
Apr  3 21:48:40 main-menu[425]: INFO: Falling back to the package description for brltty-udeb
Apr  3 21:49:28 main-menu[425]: INFO: Falling back to the package description for brltty-udeb
Apr  3 21:49:28 main-menu[425]: INFO: Menu item 'file-preseed' selected
Apr  3 21:49:28 debconf: Setting debconf/priority to critical
Apr  3 21:49:30 preseed: successfully loaded preseed file from file:///media/preseed.cfg
Apr  3 21:49:30 main-menu[425]: INFO: Priority changed externally, setting main-menu default to 'critical' (critical)
Apr  3 21:49:30 main-menu[425]: INFO: Falling back to the package description for brltty-udeb
Apr  3 21:49:30 main-menu[425]: INFO: Falling back to the package description for brltty-udeb
Apr  3 21:49:30 main-menu[425]: INFO: Menu item 'load-cdrom' selected
Apr  3 21:49:32 cdrom-retriever: warning: File /cdrom/dists/bookworm/main/debian-installer/binary-i386/Packages does not exist.
Apr  3 21:49:33 anna[3025]: DEBUG: resolver (fat-modules): package doesn't exist (ignored)
Apr  3 21:49:33 anna[3025]: DEBUG: resolver (scsi-modules): package doesn't exist (ignored)
Apr  3 21:49:33 anna[3025]: DEBUG: resolver (fat-modules): package doesn't exist (ignored)
Apr  3 21:49:33 anna[3025]: DEBUG: resolver (scsi-modules): package doesn't exist (ignored)
Apr  3 21:49:33 anna[3025]: DEBUG: retrieving apt-cdrom-setup 1:0.179
Apr  3 21:49:33 anna[3025]: DEBUG: retrieving apt-mirror-setup 1:0.179
Apr  3 21:49:33 anna[3025]: DEBUG: retrieving apt-setup-udeb 1:0.179
Apr  3 21:49:34 anna[3025]: DEBUG: retrieving base-installer 1.211
Apr  3 21:49:34 anna[3025]: DEBUG: retrieving bootstrap-base 1.211
Apr  3 21:49:34 anna[3025]: DEBUG: retrieving btrfs-progs-udeb 6.2-1
Apr  3 21:49:35 anna[3025]: DEBUG: retrieving choose-mirror-bin 2.119
Apr  3 21:49:35 anna[3025]: DEBUG: retrieving clock-setup 0.158
Apr  3 21:49:36 anna[3025]: DEBUG: retrieving debian-archive-keyring-udeb 2023.3
Apr  3 21:49:36 anna[3025]: DEBUG: retrieving di-utils-mapdevfs 1.145
Apr  3 21:49:36 anna[3025]: DEBUG: retrieving debootstrap-udeb 1.0.128+nmu2
Apr  3 21:49:36 anna[3025]: DEBUG: retrieving depthcharge-tools-installer 2
Apr  3 21:49:36 anna[3025]: DEBUG: retrieving dmidecode-udeb 3.4-1
Apr  3 21:49:36 anna[3025]: DEBUG: retrieving dosfstools-udeb 4.2-1
Apr  3 21:49:36 anna[3025]: DEBUG: retrieving e2fsprogs-udeb 1.47.0-2
Apr  3 21:49:37 anna[3025]: DEBUG: retrieving finish-install 2.112
Apr  3 21:49:37 anna[3025]: DEBUG: retrieving libfuse2-udeb 2.9.9-6+b1
Apr  3 21:49:37 anna[3025]: DEBUG: retrieving fuse3-udeb 3.14.0-3
Apr  3 21:49:37 anna[3025]: DEBUG: retrieving libfuse3-3-udeb 3.14.0-3
Apr  3 21:49:37 anna[3025]: DEBUG: retrieving gpgv-udeb 2.2.40-1.1
Apr  3 21:49:37 anna[3025]: DEBUG: retrieving grub-installer 1.188
Apr  3 21:49:38 anna[3025]: DEBUG: retrieving grub-mount-udeb 2.06-8
Apr  3 21:49:38 anna[3025]: DEBUG: retrieving disk-detect 1.155
Apr  3 21:49:39 anna[3025]: DEBUG: retrieving ethdetect 1.155
Apr  3 21:49:39 anna[3025]: DEBUG: retrieving jfsutils-udeb 1.1.15-5
Apr  3 21:49:39 anna[3025]: DEBUG: retrieving kickseed-common 0.63
Apr  3 21:49:39 anna[3025]: DEBUG: retrieving libgcrypt20-udeb 1.10.1-3
Apr  3 21:49:40 anna[3025]: DEBUG: retrieving libgpg-error0-udeb 1.46-1
Apr  3 21:49:40 anna[3025]: DEBUG: retrieving libinih1-udeb 55-1
Apr  3 21:49:40 anna[3025]: DEBUG: retrieving libnl-3-200-udeb 3.7.0-0.2+b1
Apr  3 21:49:40 anna[3025]: DEBUG: retrieving libnl-genl-3-200-udeb 3.7.0-0.2+b1
Apr  3 21:49:40 anna[3025]: DEBUG: retrieving liburcu8-udeb 0.13.2-1
Apr  3 21:49:40 anna[3025]: DEBUG: retrieving libzstd1-udeb 1.5.4+dfsg2-5
Apr  3 21:49:40 anna[3025]: DEBUG: retrieving libdevmapper1.02.1-udeb 2:1.02.185-2
Apr  3 21:49:41 anna[3025]: DEBUG: retrieving liblzo2-2-udeb 2.10-2
Apr  3 21:49:41 anna[3025]: DEBUG: retrieving mdadm-udeb 4.2-5
Apr  3 21:49:41 anna[3025]: DEBUG: retrieving ndisc6-udeb 1.0.5-1+b2
Apr  3 21:49:41 anna[3025]: DEBUG: retrieving rdnssd-udeb 1.0.5-1+b2
Apr  3 21:49:41 anna[3025]: DEBUG: retrieving netcfg 1.184
Apr  3 21:49:42 anna[3025]: DEBUG: retrieving nobootloader 1.65
Apr  3 21:49:42 anna[3025]: DEBUG: retrieving ntfs-3g-udeb 1:2022.10.3-1+b1
Apr  3 21:49:42 anna[3025]: DEBUG: retrieving open-iscsi-udeb 2.1.8-1
Apr  3 21:49:42 anna[3025]: DEBUG: retrieving libisns-udeb 0.101-0.2+b1
Apr  3 21:49:43 anna[3025]: DEBUG: retrieving os-prober-udeb 1.81
Apr  3 21:49:43 anna[3025]: DEBUG: retrieving libparted-fs-resize0-udeb 3.5-3
Apr  3 21:49:43 anna[3025]: DEBUG: retrieving libparted2-udeb 3.5-3
Apr  3 21:49:43 anna[3025]: DEBUG: retrieving partman-auto 160
Apr  3 21:49:43 anna[3025]: DEBUG: retrieving partman-auto-raid 49
Apr  3 21:49:44 anna[3025]: DEBUG: retrieving partman-base 222
Apr  3 21:49:44 anna[3025]: DEBUG: retrieving partman-utils 222
Apr  3 21:49:44 anna[3025]: DEBUG: retrieving partman-basicfilesystems 161
Apr  3 21:49:45 anna[3025]: DEBUG: retrieving partman-basicmethods 74
Apr  3 21:49:46 anna[3025]: DEBUG: retrieving partman-btrfs 57
Apr  3 21:49:46 anna[3025]: DEBUG: retrieving partman-cros 3
Apr  3 21:49:47 anna[3025]: DEBUG: retrieving partman-efi 98
Apr  3 21:49:47 anna[3025]: DEBUG: retrieving partman-ext3 111
Apr  3 21:49:48 anna[3025]: DEBUG: retrieving partman-iscsi 73
Apr  3 21:49:48 anna[3025]: DEBUG: retrieving partman-jfs 62
Apr  3 21:49:49 anna[3025]: DEBUG: retrieving partman-md 103
Apr  3 21:49:50 anna[3025]: DEBUG: retrieving partman-partitioning 144
Apr  3 21:49:50 anna[3025]: DEBUG: retrieving partman-target 125
Apr  3 21:49:51 anna[3025]: DEBUG: retrieving partman-xfs 68
Apr  3 21:49:52 anna[3025]: DEBUG: retrieving pkgsel 0.76
Apr  3 21:49:52 anna[3025]: DEBUG: retrieving network-preseed 1.113
Apr  3 21:49:53 anna[3025]: DEBUG: retrieving rdate-udeb 1:1.11-3
Apr  3 21:49:53 anna[3025]: DEBUG: retrieving tzsetup-udeb 1:0.120
Apr  3 21:49:54 anna[3025]: DEBUG: retrieving user-setup-udeb 1.93
Apr  3 21:49:55 anna[3025]: DEBUG: retrieving eject-udeb 2.38.1-5+b1
Apr  3 21:49:55 anna[3025]: DEBUG: retrieving libmount1-udeb 2.38.1-5+b1
Apr  3 21:49:56 anna[3025]: DEBUG: retrieving wide-dhcpv6-client-udeb 20080615-23
Apr  3 21:49:56 anna[3025]: DEBUG: retrieving libiw30-udeb 30~pre9-14
Apr  3 21:49:56 anna[3025]: DEBUG: retrieving wpasupplicant-udeb 2:2.10-12
Apr  3 21:49:56 anna[3025]: DEBUG: retrieving xfsprogs-udeb 6.1.0-1
Apr  3 21:49:56 anna[3025]: DEBUG: retrieving btrfs-modules-6.1.0-7-686-di 6.1.20-1
Apr  3 21:49:57 anna[3025]: DEBUG: retrieving crypto-modules-6.1.0-7-686-di 6.1.20-1
Apr  3 21:49:57 anna[3025]: DEBUG: retrieving efi-modules-6.1.0-7-686-di 6.1.20-1
Apr  3 21:49:57 anna[3025]: DEBUG: retrieving ext4-modules-6.1.0-7-686-di 6.1.20-1
Apr  3 21:49:57 anna[3025]: DEBUG: retrieving jfs-modules-6.1.0-7-686-di 6.1.20-1
Apr  3 21:49:57 anna[3025]: DEBUG: retrieving loop-modules-6.1.0-7-686-di 6.1.20-1
Apr  3 21:49:57 anna[3025]: DEBUG: retrieving md-modules-6.1.0-7-686-di 6.1.20-1
Apr  3 21:49:58 anna[3025]: DEBUG: retrieving mtd-core-modules-6.1.0-7-686-di 6.1.20-1
Apr  3 21:49:58 anna[3025]: DEBUG: retrieving nic-modules-6.1.0-7-686-di 6.1.20-1
Apr  3 21:50:00 anna[3025]: DEBUG: retrieving nic-pcmcia-modules-6.1.0-7-686-di 6.1.20-1
Apr  3 21:50:01 anna[3025]: DEBUG: retrieving nic-shared-modules-6.1.0-7-686-di 6.1.20-1
Apr  3 21:50:01 anna[3025]: DEBUG: retrieving nic-usb-modules-6.1.0-7-686-di 6.1.20-1
Apr  3 21:50:01 anna[3025]: DEBUG: retrieving nic-wireless-modules-6.1.0-7-686-di 6.1.20-1
Apr  3 21:50:03 anna[3025]: DEBUG: retrieving xfs-modules-6.1.0-7-686-di 6.1.20-1
Apr  3 21:50:06 main-menu[425]: INFO: Falling back to the package description for brltty-udeb
Apr  3 21:50:06 depthcharge-tools-installer: Not installing to non-ChromeOS board.
Apr  3 21:50:06 main-menu[425]: INFO: Falling back to the package description for brltty-udeb
Apr  3 21:50:06 main-menu[425]: INFO: Menu item 'ethdetect' selected
Apr  3 21:50:08 kernel: [  237.749721] intel_rng: FWH not detected
Apr  3 21:50:08 kernel: [  237.773894] e100: Intel(R) PRO/100 Network Driver
Apr  3 21:50:08 kernel: [  237.773905] e100: Copyright(c) 1999-2006 Intel Corporation
Apr  3 21:50:08 kernel: [  237.805327] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x100-0x3af:
Apr  3 21:50:08 kernel: [  237.808713]  excluding 0x170-0x177 0x1f0-0x1f7 0x370-0x377
Apr  3 21:50:08 kernel: [  237.811392] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x3e0-0x4ff:
Apr  3 21:50:08 kernel: [  237.812920]  excluding 0x3f0-0x3ff 0x4d0-0x4d7
Apr  3 21:50:08 kernel: [  237.817612] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x820-0x8ff:
Apr  3 21:50:08 kernel: [  237.819389] ACPI: \_SB_.LNKE: Enabled at IRQ 11
Apr  3 21:50:08 kernel: [  237.855042]  clean
Apr  3 21:50:08 kernel: [  237.855121] pcmcia_socket pcmcia_socket0: cs: IO port probe 0xc00-0xcf7:
Apr  3 21:50:08 kernel: [  237.855523]  clean
Apr  3 21:50:08 kernel: [  237.855554] pcmcia_socket pcmcia_socket0: cs: memory probe 0x0c0000-0x0fffff:
Apr  3 21:50:08 kernel: [  237.855564]  excluding 0xc0000-0xd3fff 0xdc000-0xfffff
Apr  3 21:50:08 kernel: [  237.855607] pcmcia_socket pcmcia_socket0: cs: memory probe 0xa0000000-0xa0ffffff:
Apr  3 21:50:08 kernel: [  237.855628]  clean
Apr  3 21:50:08 kernel: [  237.855656] pcmcia_socket pcmcia_socket0: cs: memory probe 0x60000000-0x60ffffff:
Apr  3 21:50:08 kernel: [  237.855676]  clean
Apr  3 21:50:08 kernel: [  237.855705] pcmcia_socket pcmcia_socket0: cs: IO port probe 0xa00-0xaff:
Apr  3 21:50:08 kernel: [  237.856118]  clean
Apr  3 21:50:08 net/hw-detect.hotplug: Detected hotpluggable network interface lo
Apr  3 21:50:08 kernel: [  238.062059] e100 0000:02:08.0 eth0: addr 0xc0205000, irq 11, MAC addr 00:10:c6:c0:aa:26
Apr  3 21:50:08 kernel: [  238.088588] e100 0000:02:08.0 enp2s8: renamed from eth0
Apr  3 21:50:08 net/hw-detect.hotplug: Detected hotpluggable network interface enp2s8
Apr  3 21:50:08 kernel: [  238.171962] cfg80211: Loading compiled-in X.509 certificates for regulatory database
Apr  3 21:50:08 kernel: [  238.174671] cfg80211: Loaded X.509 cert 'benh@debian.org: 577e021cb980e0e820821ba7b54b4961b8b4fadf'
Apr  3 21:50:08 kernel: [  238.176711] cfg80211: Loaded X.509 cert 'romain.perier@gmail.com: 3abbc6ec146e09d1b6016ab9d6cf71dd233f0328'
Apr  3 21:50:08 kernel: [  238.178889] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Apr  3 21:50:08 kernel: [  238.178982] platform regulatory.0: firmware: direct-loading firmware regulatory.db
Apr  3 21:50:08 kernel: [  238.179026] platform regulatory.0: firmware: direct-loading firmware regulatory.db.p7s
Apr  3 21:50:08 kernel: [  238.192833] lib80211: common routines for IEEE802.11 drivers
Apr  3 21:50:08 kernel: [  238.192841] lib80211_crypt: registered algorithm 'NULL'
Apr  3 21:50:08 kernel: [  238.202134] libipw: 802.11 data/management/control stack, git-1.1.13
Apr  3 21:50:08 kernel: [  238.202139] libipw: Copyright (C) 2004-2005 Intel Corporation <jketreno@linux.intel.com>
Apr  3 21:50:08 kernel: [  238.216045] ipw2200: Intel(R) PRO/Wireless 2200/2915 Network Driver, 1.2.2kmprq
Apr  3 21:50:08 kernel: [  238.216052] ipw2200: Copyright(c) 2003-2006 Intel Corporation
Apr  3 21:50:08 kernel: [  238.216337] ipw2200: Detected Intel PRO/Wireless 2200BG Network Connection
Apr  3 21:50:08 kernel: [  238.216431] ipw2200 0000:02:02.0: firmware: failed to load ipw2200-bss.fw (-2)
Apr  3 21:50:08 kernel: [  238.216436] firmware_class: See https://wiki.debian.org/Firmware for information about missing firmware
Apr  3 21:50:08 kernel: [  238.216461] ipw2200 0000:02:02.0: firmware: failed to load ipw2200-bss.fw (-2)
Apr  3 21:50:08 kernel: [  238.216465] ipw2200 0000:02:02.0: Direct firmware load for ipw2200-bss.fw failed with error -2
Apr  3 21:50:08 kernel: [  238.216472] ipw2200: Unable to load firmware: -2
Apr  3 21:50:08 kernel: [  238.216575] ipw2200: probe of 0000:02:02.0 failed with error -5
Apr  3 21:50:10 check-missing-firmware: looking at dmesg for the first time
Apr  3 21:50:10 check-missing-firmware: saving timestamp for a later use: [  238.216575]
Apr  3 21:50:10 check-missing-firmware: looking for firmware file ipw2200-bss.fw requested by ipw2200
Apr  3 21:50:10 check-missing-firmware: looking for firmware file ipw2200-bss.fw requested by ipw2200
Apr  3 21:50:10 check-missing-firmware: missing firmware files (ipw2200-bss.fw) for ipw2200
Apr  3 21:50:10 check-missing-firmware: mainloop iteration #1
Apr  3 21:50:10 check-missing-firmware: lookup with /cdrom/firmware/Contents-firmware
Apr  3 21:50:11 check-missing-firmware: installing firmware package /cdrom/firmware/firmware-ipw2x00_20230210-4_all.deb (non-free-firmware)
Apr  3 21:50:11 check-missing-firmware: removing and loading kernel module ipw2200
Apr  3 21:50:11 kernel: [  241.336392] libipw: 802.11 data/management/control stack, git-1.1.13
Apr  3 21:50:11 kernel: [  241.336404] libipw: Copyright (C) 2004-2005 Intel Corporation <jketreno@linux.intel.com>
Apr  3 21:50:11 kernel: [  241.364937] ipw2200: Intel(R) PRO/Wireless 2200/2915 Network Driver, 1.2.2kmprq
Apr  3 21:50:11 kernel: [  241.364945] ipw2200: Copyright(c) 2003-2006 Intel Corporation
Apr  3 21:50:11 kernel: [  241.365239] ipw2200: Detected Intel PRO/Wireless 2200BG Network Connection
Apr  3 21:50:11 kernel: [  241.365334] ipw2200 0000:02:02.0: firmware: failed to load ipw2200-bss.fw (-2)
Apr  3 21:50:11 kernel: [  241.365363] ipw2200 0000:02:02.0: firmware: failed to load ipw2200-bss.fw (-2)
Apr  3 21:50:11 kernel: [  241.365367] ipw2200 0000:02:02.0: Direct firmware load for ipw2200-bss.fw failed with error -2
Apr  3 21:50:11 kernel: [  241.365374] ipw2200: Unable to load firmware: -2
Apr  3 21:50:11 kernel: [  241.365478] ipw2200: probe of 0000:02:02.0 failed with error -5
Apr  3 21:50:12 check-missing-firmware: looking at dmesg again, restarting from timestamp: [  238.216575]
Apr  3 21:50:12 check-missing-firmware: timestamp found, truncating dmesg accordingly
Apr  3 21:50:12 check-missing-firmware: saving timestamp for a later use: [  241.365478]
Apr  3 21:50:12 check-missing-firmware: looking for firmware file ipw2200-bss.fw requested by ipw2200
Apr  3 21:50:12 check-missing-firmware: looking for firmware file ipw2200-bss.fw requested by ipw2200
Apr  3 21:50:12 check-missing-firmware: missing firmware files (ipw2200-bss.fw) for ipw2200
Apr  3 21:50:13 check-missing-firmware: taking network interface enp2s8 up/down
Apr  3 21:50:14 check-missing-firmware: looking at dmesg again, restarting from timestamp: [  241.365478]
Apr  3 21:50:14 check-missing-firmware: timestamp found, truncating dmesg accordingly
Apr  3 21:50:14 check-missing-firmware: keeping timestamp (no new lines): [  241.365478]
Apr  3 21:50:14 check-missing-firmware: no missing firmware in loaded kernel modules
Apr  3 21:50:14 main-menu[425]: INFO: Falling back to the package description for brltty-udeb
Apr  3 21:50:14 depthcharge-tools-installer: Not installing to non-ChromeOS board.
Apr  3 21:50:14 main-menu[425]: INFO: Falling back to the package description for brltty-udeb
Apr  3 21:50:14 main-menu[425]: INFO: Menu item 'netcfg' selected
Apr  3 21:50:14 netcfg[5074]: INFO: Starting netcfg v.1.184
Apr  3 21:50:14 netcfg[5074]: WARNING **: Couldn't read Wpasupplicant pid file, not trying to kill.
Apr  3 21:50:14 netcfg[5074]: INFO: Could not find valid BOOTIF= entry in /proc/cmdline
Apr  3 21:50:14 netcfg[5074]: INFO: Taking down interface enp2s8
Apr  3 21:50:14 netcfg[5074]: INFO: Taking down interface lo
Apr  3 21:50:14 netcfg[5074]: INFO: Activating interface enp2s8
Apr  3 21:50:14 netcfg[5074]: DEBUG: State is now 0
Apr  3 21:50:14 netcfg[5074]: DEBUG: Want link on enp2s8
Apr  3 21:50:14 netcfg[5074]: INFO: Waiting time set to 4
Apr  3 21:50:15 netcfg[5074]: INFO: ethtool-lite: enp2s8: carrier down
Apr  3 21:50:15 netcfg[5074]: INFO: ethtool-lite: enp2s8: carrier down
Apr  3 21:50:15 netcfg[5074]: INFO: ethtool-lite: enp2s8: carrier down
Apr  3 21:50:15 netcfg[5074]: INFO: ethtool-lite: enp2s8: carrier down
Apr  3 21:50:16 netcfg[5074]: INFO: ethtool-lite: enp2s8: carrier down
Apr  3 21:50:16 netcfg[5074]: INFO: ethtool-lite: enp2s8: carrier down
Apr  3 21:50:16 netcfg[5074]: INFO: ethtool-lite: enp2s8: carrier down
Apr  3 21:50:16 netcfg[5074]: INFO: ethtool-lite: enp2s8: carrier down
Apr  3 21:50:17 netcfg[5074]: INFO: ethtool-lite: enp2s8: carrier down
Apr  3 21:50:17 netcfg[5074]: INFO: ethtool-lite: enp2s8: carrier down
Apr  3 21:50:17 netcfg[5074]: INFO: ethtool-lite: enp2s8: carrier down
Apr  3 21:50:17 netcfg[5074]: INFO: ethtool-lite: enp2s8: carrier down
Apr  3 21:50:18 netcfg[5074]: INFO: ethtool-lite: enp2s8: carrier down
Apr  3 21:50:18 netcfg[5074]: INFO: ethtool-lite: enp2s8: carrier down
Apr  3 21:50:18 netcfg[5074]: INFO: ethtool-lite: enp2s8: carrier down
Apr  3 21:50:18 netcfg[5074]: INFO: ethtool-lite: enp2s8: carrier down
Apr  3 21:50:18 netcfg[5074]: INFO: Reached timeout for link detection on enp2s8
Apr  3 21:50:18 netcfg[5074]: DEBUG: Commencing network autoconfiguration on enp2s8
Apr  3 21:50:18 netcfg[5074]: DEBUG: rdnssd started; PID: 5084
Apr  3 21:50:19 netcfg[5074]: DEBUG: nc_v6_interface_configured(enp2s8, scope local)
Apr  3 21:50:19 netcfg[5074]: DEBUG: Running ip addr show enp2s8 to look for address
Apr  3 21:50:19 netcfg[5074]: DEBUG: ip line: 2: enp2s8: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc fq_codel qlen 1000
Apr  3 21:50:19 netcfg[5074]: DEBUG: ip line:     link/ether 00:10:c6:c0:aa:26 brd ff:ff:ff:ff:ff:ff
Apr  3 21:50:19 netcfg[5074]: DEBUG: nc_v6_interface_configured(enp2s8, scope local)
Apr  3 21:50:19 netcfg[5074]: DEBUG: Running ip addr show enp2s8 to look for address
Apr  3 21:50:19 netcfg[5074]: DEBUG: ip line: 2: enp2s8: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc fq_codel qlen 1000
Apr  3 21:50:19 netcfg[5074]: DEBUG: ip line:     link/ether 00:10:c6:c0:aa:26 brd ff:ff:ff:ff:ff:ff
Apr  3 21:50:19 netcfg[5074]: DEBUG: nc_v6_interface_configured(enp2s8, scope local)
Apr  3 21:50:19 netcfg[5074]: DEBUG: Running ip addr show enp2s8 to look for address
Apr  3 21:50:19 netcfg[5074]: DEBUG: ip line: 2: enp2s8: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc fq_codel qlen 1000
Apr  3 21:50:19 netcfg[5074]: DEBUG: ip line:     link/ether 00:10:c6:c0:aa:26 brd ff:ff:ff:ff:ff:ff
Apr  3 21:50:19 netcfg[5074]: DEBUG: nc_v6_interface_configured(enp2s8, scope local)
Apr  3 21:50:19 netcfg[5074]: DEBUG: Running ip addr show enp2s8 to look for address
Apr  3 21:50:19 netcfg[5074]: DEBUG: ip line: 2: enp2s8: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc fq_codel qlen 1000
Apr  3 21:50:19 netcfg[5074]: DEBUG: ip line:     link/ether 00:10:c6:c0:aa:26 brd ff:ff:ff:ff:ff:ff
Apr  3 21:50:20 netcfg[5074]: DEBUG: nc_v6_interface_configured(enp2s8, scope local)
Apr  3 21:50:20 netcfg[5074]: DEBUG: Running ip addr show enp2s8 to look for address
Apr  3 21:50:20 netcfg[5074]: DEBUG: ip line: 2: enp2s8: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc fq_codel qlen 1000
Apr  3 21:50:20 netcfg[5074]: DEBUG: ip line:     link/ether 00:10:c6:c0:aa:26 brd ff:ff:ff:ff:ff:ff
Apr  3 21:50:20 netcfg[5074]: DEBUG: nc_v6_interface_configured(enp2s8, scope local)
Apr  3 21:50:20 netcfg[5074]: DEBUG: Running ip addr show enp2s8 to look for address
Apr  3 21:50:20 netcfg[5074]: DEBUG: ip line: 2: enp2s8: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc fq_codel qlen 1000
Apr  3 21:50:20 netcfg[5074]: DEBUG: ip line:     link/ether 00:10:c6:c0:aa:26 brd ff:ff:ff:ff:ff:ff
Apr  3 21:50:20 netcfg[5074]: DEBUG: nc_v6_interface_configured(enp2s8, scope local)
Apr  3 21:50:20 netcfg[5074]: DEBUG: Running ip addr show enp2s8 to look for address
Apr  3 21:50:20 netcfg[5074]: DEBUG: ip line: 2: enp2s8: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc fq_codel qlen 1000
Apr  3 21:50:20 netcfg[5074]: DEBUG: ip line:     link/ether 00:10:c6:c0:aa:26 brd ff:ff:ff:ff:ff:ff
Apr  3 21:50:20 netcfg[5074]: DEBUG: nc_v6_interface_configured(enp2s8, scope local)
Apr  3 21:50:20 netcfg[5074]: DEBUG: Running ip addr show enp2s8 to look for address
Apr  3 21:50:20 netcfg[5074]: DEBUG: ip line: 2: enp2s8: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc fq_codel qlen 1000
Apr  3 21:50:20 netcfg[5074]: DEBUG: ip line:     link/ether 00:10:c6:c0:aa:26 brd ff:ff:ff:ff:ff:ff
Apr  3 21:50:21 netcfg[5074]: DEBUG: nc_v6_interface_configured(enp2s8, scope local)
Apr  3 21:50:21 netcfg[5074]: DEBUG: Running ip addr show enp2s8 to look for address
Apr  3 21:50:21 netcfg[5074]: DEBUG: ip line: 2: enp2s8: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc fq_codel qlen 1000
Apr  3 21:50:21 netcfg[5074]: DEBUG: ip line:     link/ether 00:10:c6:c0:aa:26 brd ff:ff:ff:ff:ff:ff
Apr  3 21:50:21 netcfg[5074]: DEBUG: nc_v6_interface_configured(enp2s8, scope local)
Apr  3 21:50:21 netcfg[5074]: DEBUG: Running ip addr show enp2s8 to look for address
Apr  3 21:50:21 netcfg[5074]: DEBUG: ip line: 2: enp2s8: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc fq_codel qlen 1000
Apr  3 21:50:21 netcfg[5074]: DEBUG: ip line:     link/ether 00:10:c6:c0:aa:26 brd ff:ff:ff:ff:ff:ff
Apr  3 21:50:21 netcfg[5074]: DEBUG: nc_v6_interface_configured(enp2s8, scope local)
Apr  3 21:50:21 netcfg[5074]: DEBUG: Running ip addr show enp2s8 to look for address
Apr  3 21:50:21 netcfg[5074]: DEBUG: ip line: 2: enp2s8: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc fq_codel qlen 1000
Apr  3 21:50:21 netcfg[5074]: DEBUG: ip line:     link/ether 00:10:c6:c0:aa:26 brd ff:ff:ff:ff:ff:ff
Apr  3 21:50:22 netcfg[5074]: DEBUG: nc_v6_interface_configured(enp2s8, scope local)
Apr  3 21:50:22 netcfg[5074]: DEBUG: Running ip addr show enp2s8 to look for address
Apr  3 21:50:22 netcfg[5074]: DEBUG: ip line: 2: enp2s8: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc fq_codel qlen 1000
Apr  3 21:50:22 netcfg[5074]: DEBUG: ip line:     link/ether 00:10:c6:c0:aa:26 brd ff:ff:ff:ff:ff:ff
Apr  3 21:50:22 netcfg[5074]: INFO: No IPv6 support found... how does that happen?
Apr  3 21:50:22 netcfg[5074]: DEBUG: Stopping rdnssd, PID 5084
Apr  3 21:50:22 netcfg[5074]: DEBUG: No RA received; attempting IPv4 autoconfig
Apr  3 21:50:22 netcfg[5074]: WARNING **: Started DHCP client; PID is 5098
Apr  3 21:50:52 netcfg[5074]: DEBUG: Reading nameservers from /etc/resolv.conf
Apr  3 21:50:58 netcfg[5074]: DEBUG: State is now 3
Apr  3 21:50:58 debconf: cdebconf_gtk (process:413): Gtk - WARNING: IA__gtk_text_layout_get_line_display: we asked Pango to wrap text for width 191px but it now wants 198px. Clamping result to 191px!
Apr  3 21:50:58 debconf: cdebconf_gtk (process:413): Gtk - WARNING: IA__gtk_text_layout_get_line_display: we asked Pango to wrap text for width 191px but it now wants 198px. Clamping result to 191px!
Apr  3 21:51:04 netcfg[5074]: DEBUG: State is now 0
Apr  3 21:51:04 netcfg[5074]: DEBUG: Want link on enp2s8
Apr  3 21:51:04 netcfg[5074]: INFO: Waiting time set to 4
Apr  3 21:51:04 netcfg[5074]: INFO: ethtool-lite: enp2s8: carrier down
Apr  3 21:51:04 netcfg[5074]: INFO: ethtool-lite: enp2s8: carrier down
Apr  3 21:51:04 netcfg[5074]: INFO: ethtool-lite: enp2s8: carrier down
Apr  3 21:51:05 netcfg[5074]: INFO: ethtool-lite: enp2s8: carrier down
Apr  3 21:51:05 netcfg[5074]: INFO: ethtool-lite: enp2s8: carrier down
Apr  3 21:51:05 netcfg[5074]: INFO: ethtool-lite: enp2s8: carrier down
Apr  3 21:51:05 netcfg[5074]: INFO: ethtool-lite: enp2s8: carrier down
Apr  3 21:51:06 netcfg[5074]: INFO: ethtool-lite: enp2s8: carrier down
Apr  3 21:51:06 netcfg[5074]: INFO: ethtool-lite: enp2s8: carrier down
Apr  3 21:51:06 netcfg[5074]: INFO: ethtool-lite: enp2s8: carrier down
Apr  3 21:51:06 netcfg[5074]: INFO: ethtool-lite: enp2s8: carrier down
Apr  3 21:51:07 netcfg[5074]: INFO: ethtool-lite: enp2s8: carrier down
Apr  3 21:51:07 netcfg[5074]: INFO: ethtool-lite: enp2s8: carrier down
Apr  3 21:51:07 netcfg[5074]: INFO: ethtool-lite: enp2s8: carrier down
Apr  3 21:51:07 netcfg[5074]: INFO: ethtool-lite: enp2s8: carrier down
Apr  3 21:51:08 netcfg[5074]: INFO: ethtool-lite: enp2s8: carrier down
Apr  3 21:51:08 netcfg[5074]: INFO: Reached timeout for link detection on enp2s8
Apr  3 21:51:08 netcfg[5074]: DEBUG: Commencing network autoconfiguration on enp2s8
Apr  3 21:51:08 netcfg[5074]: DEBUG: rdnssd started; PID: 5103
Apr  3 21:51:08 netcfg[5074]: DEBUG: nc_v6_interface_configured(enp2s8, scope local)
Apr  3 21:51:08 netcfg[5074]: DEBUG: Running ip addr show enp2s8 to look for address
Apr  3 21:51:08 netcfg[5074]: DEBUG: ip line: 2: enp2s8: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc fq_codel qlen 1000
Apr  3 21:51:08 netcfg[5074]: DEBUG: ip line:     link/ether 00:10:c6:c0:aa:26 brd ff:ff:ff:ff:ff:ff
Apr  3 21:51:08 netcfg[5074]: DEBUG: nc_v6_interface_configured(enp2s8, scope local)
Apr  3 21:51:08 netcfg[5074]: DEBUG: Running ip addr show enp2s8 to look for address
Apr  3 21:51:08 netcfg[5074]: DEBUG: ip line: 2: enp2s8: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc fq_codel qlen 1000
Apr  3 21:51:08 netcfg[5074]: DEBUG: ip line:     link/ether 00:10:c6:c0:aa:26 brd ff:ff:ff:ff:ff:ff
Apr  3 21:51:09 netcfg[5074]: DEBUG: nc_v6_interface_configured(enp2s8, scope local)
Apr  3 21:51:09 netcfg[5074]: DEBUG: Running ip addr show enp2s8 to look for address
Apr  3 21:51:09 netcfg[5074]: DEBUG: ip line: 2: enp2s8: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc fq_codel qlen 1000
Apr  3 21:51:09 netcfg[5074]: DEBUG: ip line:     link/ether 00:10:c6:c0:aa:26 brd ff:ff:ff:ff:ff:ff
Apr  3 21:51:09 netcfg[5074]: DEBUG: nc_v6_interface_configured(enp2s8, scope local)
Apr  3 21:51:09 netcfg[5074]: DEBUG: Running ip addr show enp2s8 to look for address
Apr  3 21:51:09 netcfg[5074]: DEBUG: ip line: 2: enp2s8: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc fq_codel qlen 1000
Apr  3 21:51:09 netcfg[5074]: DEBUG: ip line:     link/ether 00:10:c6:c0:aa:26 brd ff:ff:ff:ff:ff:ff
Apr  3 21:51:09 netcfg[5074]: DEBUG: nc_v6_interface_configured(enp2s8, scope local)
Apr  3 21:51:09 netcfg[5074]: DEBUG: Running ip addr show enp2s8 to look for address
Apr  3 21:51:09 netcfg[5074]: DEBUG: ip line: 2: enp2s8: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc fq_codel qlen 1000
Apr  3 21:51:09 netcfg[5074]: DEBUG: ip line:     link/ether 00:10:c6:c0:aa:26 brd ff:ff:ff:ff:ff:ff
Apr  3 21:51:09 netcfg[5074]: DEBUG: nc_v6_interface_configured(enp2s8, scope local)
Apr  3 21:51:09 netcfg[5074]: DEBUG: Running ip addr show enp2s8 to look for address
Apr  3 21:51:09 netcfg[5074]: DEBUG: ip line: 2: enp2s8: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc fq_codel qlen 1000
Apr  3 21:51:09 netcfg[5074]: DEBUG: ip line:     link/ether 00:10:c6:c0:aa:26 brd ff:ff:ff:ff:ff:ff
Apr  3 21:51:10 netcfg[5074]: DEBUG: nc_v6_interface_configured(enp2s8, scope local)
Apr  3 21:51:10 netcfg[5074]: DEBUG: Running ip addr show enp2s8 to look for address
Apr  3 21:51:10 netcfg[5074]: DEBUG: ip line: 2: enp2s8: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc fq_codel qlen 1000
Apr  3 21:51:10 netcfg[5074]: DEBUG: ip line:     link/ether 00:10:c6:c0:aa:26 brd ff:ff:ff:ff:ff:ff
Apr  3 21:51:10 netcfg[5074]: DEBUG: nc_v6_interface_configured(enp2s8, scope local)
Apr  3 21:51:10 netcfg[5074]: DEBUG: Running ip addr show enp2s8 to look for address
Apr  3 21:51:10 netcfg[5074]: DEBUG: ip line: 2: enp2s8: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc fq_codel qlen 1000
Apr  3 21:51:10 netcfg[5074]: DEBUG: ip line:     link/ether 00:10:c6:c0:aa:26 brd ff:ff:ff:ff:ff:ff
Apr  3 21:51:10 netcfg[5074]: DEBUG: nc_v6_interface_configured(enp2s8, scope local)
Apr  3 21:51:10 netcfg[5074]: DEBUG: Running ip addr show enp2s8 to look for address
Apr  3 21:51:10 netcfg[5074]: DEBUG: ip line: 2: enp2s8: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc fq_codel qlen 1000
Apr  3 21:51:10 netcfg[5074]: DEBUG: ip line:     link/ether 00:10:c6:c0:aa:26 brd ff:ff:ff:ff:ff:ff
Apr  3 21:51:10 netcfg[5074]: DEBUG: nc_v6_interface_configured(enp2s8, scope local)
Apr  3 21:51:10 netcfg[5074]: DEBUG: Running ip addr show enp2s8 to look for address
Apr  3 21:51:10 netcfg[5074]: DEBUG: ip line: 2: enp2s8: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc fq_codel qlen 1000
Apr  3 21:51:10 netcfg[5074]: DEBUG: ip line:     link/ether 00:10:c6:c0:aa:26 brd ff:ff:ff:ff:ff:ff
Apr  3 21:51:11 netcfg[5074]: DEBUG: nc_v6_interface_configured(enp2s8, scope local)
Apr  3 21:51:11 netcfg[5074]: DEBUG: Running ip addr show enp2s8 to look for address
Apr  3 21:51:11 netcfg[5074]: DEBUG: ip line: 2: enp2s8: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc fq_codel qlen 1000
Apr  3 21:51:11 netcfg[5074]: DEBUG: ip line:     link/ether 00:10:c6:c0:aa:26 brd ff:ff:ff:ff:ff:ff
Apr  3 21:51:11 netcfg[5074]: DEBUG: nc_v6_interface_configured(enp2s8, scope local)
Apr  3 21:51:11 netcfg[5074]: DEBUG: Running ip addr show enp2s8 to look for address
Apr  3 21:51:11 netcfg[5074]: DEBUG: ip line: 2: enp2s8: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc fq_codel qlen 1000
Apr  3 21:51:11 netcfg[5074]: DEBUG: ip line:     link/ether 00:10:c6:c0:aa:26 brd ff:ff:ff:ff:ff:ff
Apr  3 21:51:11 netcfg[5074]: INFO: No IPv6 support found... how does that happen?
Apr  3 21:51:11 netcfg[5074]: DEBUG: Stopping rdnssd, PID 5103
Apr  3 21:51:11 netcfg[5074]: DEBUG: No RA received; attempting IPv4 autoconfig
Apr  3 21:51:11 netcfg[5074]: WARNING **: Started DHCP client; PID is 5117
Apr  3 21:51:40 main-menu[425]: (process:5073): udhcpc: started, v1.35.0
Apr  3 21:51:40 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:51:40 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:51:40 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:51:40 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:51:40 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:51:40 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:51:40 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:51:40 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:51:40 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:51:40 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:51:40 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:51:40 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:51:40 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:51:40 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:51:40 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:51:40 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:51:40 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:51:40 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:51:40 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:51:40 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:51:40 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:51:40 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:51:40 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:51:40 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:51:40 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:51:40 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:51:40 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:51:40 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:51:40 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:51:40 main-menu[425]: (process:5073): udhcpc: has been called with an unknown param: leasefail
Apr  3 21:51:40 main-menu[425]: (process:5073): udhcpc: started, v1.35.0
Apr  3 21:51:40 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:51:40 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:51:40 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:51:40 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:51:40 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:51:40 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:51:40 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:51:40 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:51:40 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:51:40 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:51:40 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:51:40 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:51:40 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:51:40 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:51:40 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:51:40 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:51:40 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:51:40 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:51:40 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:51:40 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:51:40 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:51:40 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:51:40 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:51:40 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:51:40 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:51:40 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:51:40 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:51:40 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:51:40 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:51:40 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:51:40 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:51:40 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:51:40 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:51:40 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:51:40 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:51:40 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:51:40 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:51:40 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:51:40 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:51:40 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:51:40 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:51:40 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:51:40 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:51:40 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:51:40 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:51:40 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:51:40 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:51:40 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:51:40 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:51:40 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:51:40 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:51:40 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:51:40 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:51:40 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:51:40 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:51:40 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:51:40 main-menu[425]: (process:5073): udhcpc: broadca
Apr  3 21:51:41 netcfg[5074]: DEBUG: Reading nameservers from /etc/resolv.conf
Apr  3 21:53:02 main-menu[425]: sting discover
Apr  3 21:53:02 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:53:02 main-menu[425]: (process:5073): udhcpc: has been called with an unknown param: leasefail
Apr  3 21:53:02 main-menu[425]: (process:5073): udhcpc: has been called with an unknown param: leasefail
Apr  3 21:53:02 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:53:02 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:53:02 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:53:02 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:53:02 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:53:02 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:53:02 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:53:02 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:53:02 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:53:02 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:53:02 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:53:02 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:53:02 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:53:02 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:53:02 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:53:02 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:53:02 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:53:02 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:53:02 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:53:02 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:53:02 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:53:02 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:53:02 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:53:02 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:53:02 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:53:02 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:53:02 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:53:02 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:53:02 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:53:02 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:53:02 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:53:02 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:53:02 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:53:02 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:53:02 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:53:02 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:53:02 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:53:02 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:53:02 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:53:02 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:53:02 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:53:02 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:53:02 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:53:02 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:53:02 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:53:02 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:53:02 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:53:02 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:53:02 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:53:02 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:53:02 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:53:02 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:53:02 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:53:02 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:53:02 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:53:02 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:53:02 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:53:02 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:53:02 main-menu[425]: (process:5073): udhcpc: has been called with an unknown param: leasefail
Apr  3 21:53:02 main-menu[425]: (process:5073): udhcpc: has been called with an unknown param: leasefail
Apr  3 21:53:02 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:53:02 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:53:02 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:53:02 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:53:02 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:53:02 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:53:02 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:53:02 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:53:02 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:53:02 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:53:02 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:53:02 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:53:02 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:53:02 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:53:02 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:53:02 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:53:02 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:53:02 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:53:02 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:53:02 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:53:02 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:53:02 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:53:02 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:53:02 main-menu[425]: (process:5073): u
Apr  3 21:54:06 main-menu[425]: dhcpc: broadcasting discover
Apr  3 21:54:06 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:54:06 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:54:06 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:54:06 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:54:06 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:54:06 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:54:06 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:54:06 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:54:06 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:54:06 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:54:06 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:54:06 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:54:06 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:54:06 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:54:06 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:54:06 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:54:06 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:54:06 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:54:06 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:54:06 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:54:06 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:54:06 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:54:06 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:54:06 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:54:06 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:54:06 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:54:06 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:54:06 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:54:06 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:54:06 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:54:06 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:54:06 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:54:06 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:54:06 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:54:06 main-menu[425]: (process:5073): udhcpc: has been called with an unknown param: leasefail
Apr  3 21:54:06 main-menu[425]: (process:5073): udhcpc: has been called with an unknown param: leasefail
Apr  3 21:54:06 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:54:06 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:54:06 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:54:06 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:54:06 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:54:06 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:54:06 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:54:06 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:54:06 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:54:06 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:54:06 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:54:06 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:54:06 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:54:06 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:54:06 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:54:06 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:54:06 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:54:06 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:54:06 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:54:06 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:54:06 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:54:06 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:54:06 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:54:06 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:54:06 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:54:06 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:54:06 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:54:06 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:54:06 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:54:06 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:54:06 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:54:06 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:54:06 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:54:06 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:54:06 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:54:06 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:54:06 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:54:06 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:54:06 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:54:06 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:54:06 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:54:06 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:54:06 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:54:06 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:54:06 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:54:06 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:54:06 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:54:06 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:54:06 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:54:06 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:54:06 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:54:06 main-menu[425]: (process:50
Apr  3 21:55:28 main-menu[425]: 73): udhcpc: broadcasting discover
Apr  3 21:55:28 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:55:28 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:55:28 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:55:28 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:55:28 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:55:28 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:55:28 main-menu[425]: (process:5073): udhcpc: has been called with an unknown param: leasefail
Apr  3 21:55:28 main-menu[425]: (process:5073): udhcpc: has been called with an unknown param: leasefail
Apr  3 21:55:28 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:55:28 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:55:28 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:55:28 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:55:28 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:55:28 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:55:28 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:55:28 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:55:28 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:55:28 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:55:28 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:55:28 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:55:28 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:55:28 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:55:28 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:55:28 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:55:28 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:55:28 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:55:28 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:55:28 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:55:28 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:55:28 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:55:28 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:55:28 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:55:28 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:55:28 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:55:28 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:55:28 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:55:28 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:55:28 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:55:28 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:55:28 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:55:28 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:55:28 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:55:28 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:55:28 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:55:28 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:55:28 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:55:28 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:55:28 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:55:28 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:55:28 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:55:28 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:55:28 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:55:28 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:55:28 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:55:28 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:55:28 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:55:28 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:55:28 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:55:28 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:55:28 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:55:28 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:55:28 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:55:28 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:55:28 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:55:28 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:55:28 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:55:28 main-menu[425]: (process:5073): udhcpc: has been called with an unknown param: leasefail
Apr  3 21:55:28 main-menu[425]: (process:5073): udhcpc: has been called with an unknown param: leasefail
Apr  3 21:55:28 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:55:28 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:55:28 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:55:28 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:55:28 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:55:28 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:55:28 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:55:28 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:55:28 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:55:28 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:55:28 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:55:28 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:55:28 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:55:28 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:55:28 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:55:28 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:55:28 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:55:28 main-menu[425]: (process:5073): udhcpc: broadcasting discov
Apr  3 21:56:32 main-menu[425]: er
Apr  3 21:56:32 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:56:32 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:56:32 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:56:32 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:56:32 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:56:32 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:56:32 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:56:32 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:56:32 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:56:32 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:56:32 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:56:32 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:56:32 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:56:32 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:56:32 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:56:32 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:56:32 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:56:32 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:56:32 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:56:32 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:56:32 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:56:32 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:56:32 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:56:32 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:56:32 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:56:32 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:56:32 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:56:32 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:56:32 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:56:32 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:56:32 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:56:32 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:56:32 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:56:32 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:56:32 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:56:32 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:56:32 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:56:32 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:56:32 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:56:32 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:56:32 main-menu[425]: (process:5073): udhcpc: has been called with an unknown param: leasefail
Apr  3 21:56:32 main-menu[425]: (process:5073): udhcpc: has been called with an unknown param: leasefail
Apr  3 21:56:32 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:56:32 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:56:32 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:56:32 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:56:32 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:56:32 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:56:32 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:56:32 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:56:32 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:56:32 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:56:32 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:56:32 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:56:32 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:56:32 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:56:32 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:56:32 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:56:32 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:56:32 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:56:32 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:56:32 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:56:32 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:56:32 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:56:32 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:56:32 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:56:32 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:56:32 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:56:32 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:56:32 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:56:32 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:56:32 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:56:32 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:56:32 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:56:32 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:56:32 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:56:32 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:56:32 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:56:32 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:56:32 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:56:32 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:56:32 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:56:32 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:56:32 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:56:32 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:56:32 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:56:32 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:56:32 main-menu[425]: (process:5073): udhcpc: broadcasting 
Apr  3 21:56:56 netcfg[5074]: DEBUG: State is now 3
Apr  3 21:56:56 debconf: cdebconf_gtk (process:413): Gtk - WARNING: IA__gtk_text_layout_get_line_display: we asked Pango to wrap text for width 191px but it now wants 198px. Clamping result to 191px!
Apr  3 21:56:56 debconf: cdebconf_gtk (process:413): Gtk - WARNING: IA__gtk_text_layout_get_line_display: we asked Pango to wrap text for width 191px but it now wants 198px. Clamping result to 191px!
Apr  3 21:57:04 main-menu[425]: discover
Apr  3 21:57:04 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:57:04 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:57:04 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:57:04 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:57:04 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:57:04 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:57:04 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:57:04 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:57:04 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:57:04 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:57:04 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:57:04 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:57:04 main-menu[425]: (process:5073): udhcpc: has been called with an unknown param: leasefail
Apr  3 21:57:04 main-menu[425]: (process:5073): udhcpc: has been called with an unknown param: leasefail
Apr  3 21:57:04 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:57:04 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:57:04 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:57:04 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:57:04 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:57:04 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:57:04 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:57:04 main-menu[425]: (process:5073): udhcpc: received SIGTERM
Apr  3 21:57:04 main-menu[425]: (process:5073): udhcpc: broadcasting discover
Apr  3 21:57:04 main-menu[425]: (process:5073): udhcpc: received SIGTERM
Apr  3 21:57:04 main-menu[425]: INFO: Menu item 'netcfg' succeeded but requested to be left unconfigured.
Apr  3 21:57:04 main-menu[425]: INFO: Falling back to the package description for brltty-udeb
Apr  3 21:57:04 depthcharge-tools-installer: Not installing to non-ChromeOS board.
Apr  3 21:57:13 kernel: [  663.298388] e100 0000:02:08.0 enp2s8: NIC Link is Up 100 Mbps Full Duplex
Apr  3 21:57:13 kernel: [  663.298493] IPv6: ADDRCONF(NETDEV_CHANGE): enp2s8: link becomes ready
Apr  3 21:57:16 main-menu[425]: INFO: Falling back to the package description for brltty-udeb
Apr  3 21:57:16 main-menu[425]: INFO: Menu item 'netcfg' selected
Apr  3 21:57:16 netcfg[5176]: INFO: Starting netcfg v.1.184
Apr  3 21:57:16 netcfg[5176]: WARNING **: Couldn't read Wpasupplicant pid file, not trying to kill.
Apr  3 21:57:16 netcfg[5176]: INFO: Could not find valid BOOTIF= entry in /proc/cmdline
Apr  3 21:57:16 netcfg[5176]: INFO: Taking down interface enp2s8
Apr  3 21:57:16 netcfg[5176]: INFO: Taking down interface lo
Apr  3 21:57:16 netcfg[5176]: INFO: Activating interface enp2s8
Apr  3 21:57:16 netcfg[5176]: DEBUG: State is now 0
Apr  3 21:57:16 netcfg[5176]: DEBUG: Want link on enp2s8
Apr  3 21:57:16 netcfg[5176]: INFO: Waiting time set to 4
Apr  3 21:57:16 kernel: [  665.874323] e100 0000:02:08.0 enp2s8: NIC Link is Up 100 Mbps Full Duplex
Apr  3 21:57:16 kernel: [  665.878272] IPv6: ADDRCONF(NETDEV_CHANGE): enp2s8: link becomes ready
Apr  3 21:57:16 netcfg[5176]: INFO: ethtool-lite: enp2s8: carrier up
Apr  3 21:57:16 netcfg[5176]: INFO: Found link on enp2s8
Apr  3 21:57:16 netcfg[5176]: DEBUG: Commencing network autoconfiguration on enp2s8
Apr  3 21:57:16 netcfg[5176]: DEBUG: rdnssd started; PID: 5186
Apr  3 21:57:16 netcfg[5176]: DEBUG: nc_v6_interface_configured(enp2s8, scope local)
Apr  3 21:57:16 netcfg[5176]: DEBUG: Running ip addr show enp2s8 to look for address
Apr  3 21:57:16 netcfg[5176]: DEBUG: ip line: 2: enp2s8: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel qlen 1000
Apr  3 21:57:16 netcfg[5176]: DEBUG: ip line:     link/ether 00:10:c6:c0:aa:26 brd ff:ff:ff:ff:ff:ff
Apr  3 21:57:16 netcfg[5176]: DEBUG: ip line:     inet6 fe80::210:c6ff:fec0:aa26/64 scope link tentative 
Apr  3 21:57:16 netcfg[5176]: DEBUG: ip line:        valid_lft forever preferred_lft forever
Apr  3 21:57:17 netcfg[5176]: DEBUG: nc_v6_interface_configured(enp2s8, scope local)
Apr  3 21:57:17 netcfg[5176]: DEBUG: Running ip addr show enp2s8 to look for address
Apr  3 21:57:17 netcfg[5176]: DEBUG: ip line: 2: enp2s8: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel qlen 1000
Apr  3 21:57:17 netcfg[5176]: DEBUG: ip line:     link/ether 00:10:c6:c0:aa:26 brd ff:ff:ff:ff:ff:ff
Apr  3 21:57:17 netcfg[5176]: DEBUG: ip line:     inet6 fe80::210:c6ff:fec0:aa26/64 scope link tentative 
Apr  3 21:57:17 netcfg[5176]: DEBUG: ip line:        valid_lft forever preferred_lft forever
Apr  3 21:57:17 netcfg[5176]: DEBUG: nc_v6_interface_configured(enp2s8, scope local)
Apr  3 21:57:17 netcfg[5176]: DEBUG: Running ip addr show enp2s8 to look for address
Apr  3 21:57:17 netcfg[5176]: DEBUG: ip line: 2: enp2s8: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel qlen 1000
Apr  3 21:57:17 netcfg[5176]: DEBUG: ip line:     link/ether 00:10:c6:c0:aa:26 brd ff:ff:ff:ff:ff:ff
Apr  3 21:57:17 netcfg[5176]: DEBUG: ip line:     inet6 fe80::210:c6ff:fec0:aa26/64 scope link tentative 
Apr  3 21:57:17 netcfg[5176]: DEBUG: ip line:        valid_lft forever preferred_lft forever
Apr  3 21:57:17 netcfg[5176]: DEBUG: nc_v6_interface_configured(enp2s8, scope local)
Apr  3 21:57:17 netcfg[5176]: DEBUG: Running ip addr show enp2s8 to look for address
Apr  3 21:57:17 netcfg[5176]: DEBUG: ip line: 2: enp2s8: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel qlen 1000
Apr  3 21:57:17 netcfg[5176]: DEBUG: ip line:     link/ether 00:10:c6:c0:aa:26 brd ff:ff:ff:ff:ff:ff
Apr  3 21:57:17 netcfg[5176]: DEBUG: ip line:     inet6 fe80::210:c6ff:fec0:aa26/64 scope link 
Apr  3 21:57:17 netcfg[5176]: DEBUG: Configured address found
Apr  3 21:57:17 netcfg[5176]: DEBUG: ip line:        valid_lft forever preferred_lft forever
Apr  3 21:57:17 netcfg[5176]: DEBUG: Running rdisc6 -1 -r 1 -w 500 -n enp2s8 to get IPv6 config flags
Apr  3 21:57:18 netcfg[5176]: DEBUG: rdisc6 line: Soliciting ff02::2 (ff02::2) on enp2s8...
Apr  3 21:57:18 netcfg[5176]: DEBUG: rdisc6 line: Timed out.
Apr  3 21:57:18 netcfg[5176]: DEBUG: rdisc6 line: No response.
Apr  3 21:57:18 netcfg[5176]: DEBUG: rdisc6 parsing finished
Apr  3 21:57:18 netcfg[5176]: DEBUG: rdisc6 line: Soliciting ff02::2 (ff02::2) on enp2s8...
Apr  3 21:57:18 netcfg[5176]: DEBUG: rdisc6 line: Timed out.
Apr  3 21:57:18 netcfg[5176]: DEBUG: rdisc6 line: No response.
Apr  3 21:57:18 netcfg[5176]: DEBUG: rdisc6 parsing finished
Apr  3 21:57:19 netcfg[5176]: DEBUG: rdisc6 line: Soliciting ff02::2 (ff02::2) on enp2s8...
Apr  3 21:57:19 netcfg[5176]: DEBUG: rdisc6 line: Timed out.
Apr  3 21:57:19 netcfg[5176]: DEBUG: rdisc6 line: No response.
Apr  3 21:57:19 netcfg[5176]: DEBUG: rdisc6 parsing finished
Apr  3 21:57:19 netcfg[5176]: DEBUG: rdisc6 line: Soliciting ff02::2 (ff02::2) on enp2s8...
Apr  3 21:57:19 netcfg[5176]: DEBUG: rdisc6 line: Timed out.
Apr  3 21:57:19 netcfg[5176]: DEBUG: rdisc6 line: No response.
Apr  3 21:57:19 netcfg[5176]: DEBUG: rdisc6 parsing finished
Apr  3 21:57:20 netcfg[5176]: DEBUG: rdisc6 line: Soliciting ff02::2 (ff02::2) on enp2s8...
Apr  3 21:57:20 netcfg[5176]: DEBUG: rdisc6 line: Timed out.
Apr  3 21:57:20 netcfg[5176]: DEBUG: rdisc6 line: No response.
Apr  3 21:57:20 netcfg[5176]: DEBUG: rdisc6 parsing finished
Apr  3 21:57:20 netcfg[5176]: DEBUG: rdisc6 line: Soliciting ff02::2 (ff02::2) on enp2s8...
Apr  3 21:57:20 netcfg[5176]: DEBUG: rdisc6 line: Timed out.
Apr  3 21:57:20 netcfg[5176]: DEBUG: rdisc6 line: No response.
Apr  3 21:57:20 netcfg[5176]: DEBUG: rdisc6 parsing finished
Apr  3 21:57:21 netcfg[5176]: DEBUG: rdisc6 line: Soliciting ff02::2 (ff02::2) on enp2s8...
Apr  3 21:57:21 netcfg[5176]: DEBUG: rdisc6 line: Timed out.
Apr  3 21:57:21 netcfg[5176]: DEBUG: rdisc6 line: No response.
Apr  3 21:57:21 netcfg[5176]: DEBUG: rdisc6 parsing finished
Apr  3 21:57:21 netcfg[5176]: DEBUG: rdisc6 line: Soliciting ff02::2 (ff02::2) on enp2s8...
Apr  3 21:57:21 netcfg[5176]: DEBUG: rdisc6 line: Timed out.
Apr  3 21:57:21 netcfg[5176]: DEBUG: rdisc6 line: No response.
Apr  3 21:57:21 netcfg[5176]: DEBUG: rdisc6 parsing finished
Apr  3 21:57:22 netcfg[5176]: DEBUG: rdisc6 line: Soliciting ff02::2 (ff02::2) on enp2s8...
Apr  3 21:57:22 netcfg[5176]: DEBUG: rdisc6 line: Timed out.
Apr  3 21:57:22 netcfg[5176]: DEBUG: rdisc6 line: No response.
Apr  3 21:57:22 netcfg[5176]: DEBUG: rdisc6 parsing finished
Apr  3 21:57:22 netcfg[5176]: DEBUG: rdisc6 line: Soliciting ff02::2 (ff02::2) on enp2s8...
Apr  3 21:57:22 netcfg[5176]: DEBUG: rdisc6 line: Timed out.
Apr  3 21:57:22 netcfg[5176]: DEBUG: rdisc6 line: No response.
Apr  3 21:57:22 netcfg[5176]: DEBUG: rdisc6 parsing finished
Apr  3 21:57:23 netcfg[5176]: DEBUG: rdisc6 line: Soliciting ff02::2 (ff02::2) on enp2s8...
Apr  3 21:57:23 netcfg[5176]: DEBUG: rdisc6 line: Timed out.
Apr  3 21:57:23 netcfg[5176]: DEBUG: rdisc6 line: No response.
Apr  3 21:57:23 netcfg[5176]: DEBUG: rdisc6 parsing finished
Apr  3 21:57:23 netcfg[5176]: DEBUG: rdisc6 line: Soliciting ff02::2 (ff02::2) on enp2s8...
Apr  3 21:57:23 netcfg[5176]: DEBUG: rdisc6 line: Timed out.
Apr  3 21:57:23 netcfg[5176]: DEBUG: rdisc6 line: No response.
Apr  3 21:57:23 netcfg[5176]: DEBUG: rdisc6 parsing finished
Apr  3 21:57:23 netcfg[5176]: DEBUG: Stopping rdnssd, PID 5186
Apr  3 21:57:23 netcfg[5176]: DEBUG: No RA received; attempting IPv4 autoconfig
Apr  3 21:57:23 netcfg[5176]: WARNING **: Started DHCP client; PID is 5204
Apr  3 21:57:24 udhcpc: Got IP 192.168.100.5 (using enp2s8) and routing through 192.168.100.31
Apr  3 21:57:27 netcfg[5176]: DEBUG: Reading domain name returned via DHCP
Apr  3 21:57:27 netcfg[5176]: DEBUG: DHCP domain name is 'localdomain'
Apr  3 21:57:27 netcfg[5176]: DEBUG: Reading NTP servers from DHCP info
Apr  3 21:57:27 netcfg[5176]: DEBUG: Read NTP server 192.168.100.31
Apr  3 21:57:27 netcfg[5176]: DEBUG: Read NTP server 192.168.100.30
Apr  3 21:57:27 netcfg[5176]: DEBUG: Reading nameservers from /etc/resolv.conf
Apr  3 21:57:27 netcfg[5176]: DEBUG: Read nameserver 192.168.100.30
Apr  3 21:57:27 netcfg[5176]: DEBUG: Read nameserver 192.168.100.6
Apr  3 21:57:27 netcfg[5176]: DEBUG: Read nameserver 192.168.100.31
Apr  3 21:57:27 netcfg[5176]: DEBUG: State is now 1
Apr  3 21:57:27 netcfg[5176]: DEBUG: State is now 2
Apr  3 21:57:27 netcfg[5176]: DEBUG: State is now 5
Apr  3 21:57:27 netcfg[5176]: INFO: DHCP hostname: "dragonw"
Apr  3 21:57:27 netcfg[5176]: DEBUG: dragonw is a valid FQDN
Apr  3 21:57:27 netcfg[5176]: DEBUG: Preseeding domain from global: localdomain
Apr  3 21:57:27 netcfg[5176]: DEBUG: State is now 6
Apr  3 21:57:27 netcfg[5176]: DEBUG: Network config complete
Apr  3 21:57:27 netcfg[5176]: DEBUG: No interface given; clearing /etc/network/interfaces
Apr  3 21:57:27 netcfg[5176]: DEBUG: Writing informative header
Apr  3 21:57:27 netcfg[5176]: DEBUG: Success!
Apr  3 21:57:27 netcfg[5176]: DEBUG: Writing loopback interface
Apr  3 21:57:27 netcfg[5176]: DEBUG: Success!
Apr  3 21:57:27 netcfg[5176]: DEBUG: Writing DHCP stanza for enp2s8
Apr  3 21:57:27 netcfg[5176]: INFO: Detected enp2s8 as a hotpluggable device
Apr  3 21:57:27 netcfg[5176]: DEBUG: Success!
Apr  3 21:57:28 main-menu[425]: (process:5175): udhcpc: started, v1.35.0
Apr  3 21:57:28 main-menu[425]: (process:5175): udhcpc: broadcasting discover
Apr  3 21:57:28 main-menu[425]: (process:5175): udhcpc: broadcasting select for 192.168.100.5, server 192.168.100.30
Apr  3 21:57:28 main-menu[425]: (process:5175): udhcpc: lease of 192.168.100.5 obtained from 192.168.100.30, lease time 86400
Apr  3 21:57:28 main-menu[425]: INFO: Falling back to the package description for brltty-udeb
Apr  3 21:57:28 depthcharge-tools-installer: Not installing to non-ChromeOS board.
Apr  3 21:57:28 main-menu[425]: INFO: Falling back to the package description for brltty-udeb
Apr  3 21:57:28 main-menu[425]: INFO: Menu item 'user-setup-udeb' selected
Apr  3 21:57:29 main-menu[425]: INFO: Falling back to the package description for brltty-udeb
Apr  3 21:57:29 depthcharge-tools-installer: Not installing to non-ChromeOS board.
Apr  3 21:57:29 main-menu[425]: INFO: Falling back to the package description for brltty-udeb
Apr  3 21:57:29 main-menu[425]: INFO: Menu item 'clock-setup' selected
Apr  3 21:57:30 localechooser: info: debian-installer/language preseeded to 'en' (seen: true)
Apr  3 21:57:30 localechooser: info: debian-installer/country preseeded to 'US' (seen: true)
Apr  3 21:57:30 localechooser: info: debian-installer/locale preseeded to 'en_US.UTF-8' (seen: true)
Apr  3 21:57:30 debconf: Setting debconf/language to en
Apr  3 21:57:30 gtk-set-font: Switching to font 'DejaVu Sans' for 'en'
Apr  3 21:57:30 localechooser: info: Language = 'en'
Apr  3 21:57:30 localechooser: info: line=en;0;US;en_US.UTF-8;;console-setup
Apr  3 21:57:30 localechooser: info: Set debian-installer/language = 'en'
Apr  3 21:57:30 localechooser: info: Default country = 'US'
Apr  3 21:57:30 localechooser: info: Default locale = 'en_US.UTF-8'
Apr  3 21:57:30 localechooser: info: Set debian-installer/consoledisplay = 'console-setup'
Apr  3 21:57:30 debconf: Setting debconf/language to en
Apr  3 21:57:30 gtk-set-font: Switching to font 'DejaVu Sans' for 'en'
Apr  3 21:57:30 localechooser: info: Set debian-installer/country = 'US'
Apr  3 21:57:30 localechooser: info: Preseeded debian-installer/locale = 'en_US.UTF-8'
Apr  3 21:57:30 localechooser: info: Set debian-installer/locale = 'en_US.UTF-8'
Apr  3 21:57:30 localechooser: info: System locale (debian-installer/locale) = 'en_US.UTF-8'
Apr  3 21:57:30 clock-setup: rdate called using NTP server ntp.localdomain ntp1.localdomain.
Apr  3 21:57:30 clock-setup: rdate: ntp.localdomain ntp1.localdomain: Name or service not known
Apr  3 21:57:31 main-menu[425]: INFO: Falling back to the package description for brltty-udeb
Apr  3 21:57:31 depthcharge-tools-installer: Not installing to non-ChromeOS board.
Apr  3 21:57:31 main-menu[425]: INFO: Falling back to the package description for brltty-udeb
Apr  3 21:57:31 main-menu[425]: INFO: Menu item 'disk-detect' selected
Apr  3 21:57:32 kernel: [  681.955891] intel_rng: FWH not detected
Apr  3 21:57:32 net/hw-detect.hotplug: Detected hotpluggable network interface enp2s8
Apr  3 21:57:32 kernel: [  681.983303] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x100-0x3af:
Apr  3 21:57:32 kernel: [  681.983949]  excluding 0x170-0x177 0x1f0-0x1f7 0x370-0x377
Apr  3 21:57:32 kernel: [  681.984411] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x3e0-0x4ff:
Apr  3 21:57:32 kernel: [  681.984633]  excluding 0x3f0-0x3ff 0x4d0-0x4d7
Apr  3 21:57:32 kernel: [  681.984856] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x820-0x8ff:
Apr  3 21:57:32 kernel: [  681.985200]  clean
Apr  3 21:57:32 kernel: [  681.985228] pcmcia_socket pcmcia_socket0: cs: IO port probe 0xc00-0xcf7:
Apr  3 21:57:32 kernel: [  681.985607]  clean
Apr  3 21:57:32 kernel: [  681.985636] pcmcia_socket pcmcia_socket0: cs: memory probe 0x0c0000-0x0fffff:
Apr  3 21:57:32 kernel: [  681.985647]  excluding 0xc0000-0xd3fff 0xdc000-0xfffff
Apr  3 21:57:32 kernel: [  681.985688] pcmcia_socket pcmcia_socket0: cs: memory probe 0xa0000000-0xa0ffffff:
Apr  3 21:57:32 kernel: [  681.985709]  clean
Apr  3 21:57:32 kernel: [  681.985736] pcmcia_socket pcmcia_socket0: cs: memory probe 0x60000000-0x60ffffff:
Apr  3 21:57:32 kernel: [  681.985757]  clean
Apr  3 21:57:32 kernel: [  681.985785] pcmcia_socket pcmcia_socket0: cs: IO port probe 0xa00-0xaff:
Apr  3 21:57:32 kernel: [  682.035369]  clean
Apr  3 21:57:32 net/hw-detect.hotplug: Detected hotpluggable network interface lo
Apr  3 21:57:34 check-missing-firmware: looking at dmesg again, restarting from timestamp: [  241.365478]
Apr  3 21:57:34 check-missing-firmware: timestamp found, truncating dmesg accordingly
Apr  3 21:57:34 check-missing-firmware: saving timestamp for a later use: [  682.035369]
Apr  3 21:57:34 check-missing-firmware: no missing firmware in loaded kernel modules
Apr  3 21:57:38 check-missing-firmware: looking at dmesg again, restarting from timestamp: [  682.035369]
Apr  3 21:57:38 check-missing-firmware: timestamp found, truncating dmesg accordingly
Apr  3 21:57:38 check-missing-firmware: keeping timestamp (no new lines): [  682.035369]
Apr  3 21:57:38 check-missing-firmware: no missing firmware in loaded kernel modules
Apr  3 21:57:39 main-menu[425]: INFO: Falling back to the package description for brltty-udeb
Apr  3 21:57:39 depthcharge-tools-installer: Not installing to non-ChromeOS board.
Apr  3 21:57:39 main-menu[425]: INFO: Falling back to the package description for brltty-udeb
Apr  3 21:57:39 main-menu[425]: INFO: Menu item 'partman-base' selected
Apr  3 21:57:39 anna-install: Installing partman-auto-lvm
Apr  3 21:57:39 anna[6647]: DEBUG: resolver (cdebconf-udeb): package doesn't exist (ignored)
Apr  3 21:57:39 anna[6647]: DEBUG: resolver (di-utils): package doesn't exist (ignored)
Apr  3 21:57:39 anna[6647]: DEBUG: resolver (kernel-image-6.1.0-7-686-di): package doesn't exist (ignored)
Apr  3 21:57:39 anna[6647]: DEBUG: resolver (fat-modules): package doesn't exist (ignored)
Apr  3 21:57:39 anna[6647]: DEBUG: resolver (libdebian-installer4-udeb): package doesn't exist (ignored)
Apr  3 21:57:39 anna[6647]: DEBUG: resolver (archdetect): package doesn't exist (ignored)
Apr  3 21:57:39 anna[6647]: DEBUG: resolver (hw-detect): package doesn't exist (ignored)
Apr  3 21:57:39 anna[6647]: DEBUG: retrieving libaio1-udeb 0.3.113-4
Apr  3 21:57:39 anna[6647]: DEBUG: retrieving lvm2-udeb 2.03.16-2
Apr  3 21:57:40 anna[6647]: DEBUG: retrieving partman-auto-lvm 88
Apr  3 21:57:40 anna[6647]: DEBUG: retrieving partman-lvm 143
Apr  3 21:57:41 anna-install: Installing partman-auto-crypto
Apr  3 21:57:41 anna[6741]: DEBUG: resolver (cdebconf-udeb): package doesn't exist (ignored)
Apr  3 21:57:41 anna[6741]: DEBUG: resolver (di-utils): package doesn't exist (ignored)
Apr  3 21:57:41 anna[6741]: DEBUG: resolver (kernel-image-6.1.0-7-686-di): package doesn't exist (ignored)
Apr  3 21:57:41 anna[6741]: DEBUG: resolver (fat-modules): package doesn't exist (ignored)
Apr  3 21:57:41 anna[6741]: DEBUG: resolver (libdebian-installer4-udeb): package doesn't exist (ignored)
Apr  3 21:57:41 anna[6741]: DEBUG: resolver (archdetect): package doesn't exist (ignored)
Apr  3 21:57:41 anna[6741]: DEBUG: resolver (hw-detect): package doesn't exist (ignored)
Apr  3 21:57:41 anna[6741]: DEBUG: retrieving partman-auto-crypto 34
Apr  3 21:57:42 anna[6741]: DEBUG: retrieving partman-crypto 118
Apr  3 21:57:45 kernel: [  694.402166] raid6: sse2x2   gen()  2532 MB/s
Apr  3 21:57:45 kernel: [  694.470164] raid6: sse2x1   gen()  2202 MB/s
Apr  3 21:57:45 kernel: [  694.538168] raid6: sse1x2   gen()  2420 MB/s
Apr  3 21:57:45 kernel: [  694.606171] raid6: sse1x1   gen()  1694 MB/s
Apr  3 21:57:45 kernel: [  694.606174] raid6: using algorithm sse2x2 gen() 2532 MB/s
Apr  3 21:57:45 kernel: [  694.674169] raid6: .... xor() 1479 MB/s, rmw enabled
Apr  3 21:57:45 kernel: [  694.674172] raid6: using intx1 recovery algorithm
Apr  3 21:57:45 kernel: [  694.678385] xor: measuring software checksum speed
Apr  3 21:57:45 kernel: [  694.680631]    pIII_sse        :  4391 MB/sec
Apr  3 21:57:45 kernel: [  694.682711]    prefetch64-sse  :  4797 MB/sec
Apr  3 21:57:45 kernel: [  694.682715] xor: using function: prefetch64-sse (4797 MB/sec)
Apr  3 21:57:45 kernel: [  694.950097] Btrfs loaded, crc32c=crc32c-generic, zoned=yes, fsverity=yes
Apr  3 21:57:45 kernel: [  695.016458] JFS: nTxBlock = 8192, nTxLock = 65536
Apr  3 21:57:45 kernel: [  695.540379] SGI XFS with ACLs, security attributes, realtime, quota, no debug enabled
Apr  3 21:57:48 md-devices: mdadm: No arrays found in config file or automatically
Apr  3 21:57:49 kernel: [  699.059827] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
Apr  3 21:57:49 kernel: [  699.059924] device-mapper: uevent: version 1.0.3
Apr  3 21:57:49 kernel: [  699.066207] device-mapper: ioctl: 4.47.0-ioctl (2022-07-28) initialised: dm-devel@redhat.com
Apr  3 21:57:49 partman:   No matching physical volumes found
Apr  3 21:58:04 main-menu[425]: (process:6633): depmod: WARNING: could not open modules.builtin.modinfo at /lib/modules/6.1.0-7-686: No such file or directory
Apr  3 21:58:04 main-menu[425]: (process:6633): mount: mounting none on /sys/firmware/efi/efivars failed: No such file or directory
Apr  3 21:58:04 main-menu[425]: INFO: Menu item 'partman-base' succeeded but requested to be left unconfigured.
Apr  3 21:58:05 main-menu[425]: INFO: Falling back to the package description for brltty-udeb
Apr  3 21:58:05 depthcharge-tools-installer: Not installing to non-ChromeOS board.
Apr  3 21:58:11 main-menu[425]: INFO: Falling back to the package description for brltty-udeb
Apr  3 21:58:11 main-menu[425]: INFO: Menu item 'save-logs' selected
Apr  3 21:58:11 debconf: cdebconf_gtk (process:413): Gtk - WARNING: IA__gtk_text_layout_get_line_display: we asked Pango to wrap text for width 191px but it now wants 192px. Clamping result to 191px!
Apr  3 21:58:11 debconf: cdebconf_gtk (process:413): Gtk - WARNING: IA__gtk_text_layout_get_line_display: we asked Pango to wrap text for width 191px but it now wants 192px. Clamping result to 191px!

--- End Message ---
--- Begin Message ---
Source: hw-detect
Source-Version: 1.158
Done: Cyril Brulebois <kibi@debian.org>

We believe that the bug you reported is fixed in the latest version of
hw-detect, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1033921@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Cyril Brulebois <kibi@debian.org> (supplier of updated hw-detect package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Thu, 11 May 2023 23:14:28 +0200
Source: hw-detect
Architecture: source
Version: 1.158
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Changed-By: Cyril Brulebois <kibi@debian.org>
Closes: 1033921
Changes:
 hw-detect (1.158) unstable; urgency=medium
 .
   [ Pascal Hambourg ]
   * Restore support for firmware license prompts (Closes: #1033921).
 .
   [ Cyril Brulebois ]
   * Pick Pascal's minimal patch (duplicating standard input) to implement
     the aforementioned fix for Bookworm, and postpone reworking the loop
     until the next development cycle begins (See: #1035356, #1029843).
Checksums-Sha1:
 b192bfc2c638e77dbe2b07409988215e90203af2 1990 hw-detect_1.158.dsc
 24173fff6587e8c1ff5d77e43e9a9e9e7dfedf18 195548 hw-detect_1.158.tar.xz
 8a31629d4f249cab1b4a4500398f68d28c159f42 6524 hw-detect_1.158_source.buildinfo
Checksums-Sha256:
 e3a4bafcc3643216d119ca504cca572ef9d53dd08ed3d4e6f80ace43eb6ac27f 1990 hw-detect_1.158.dsc
 43538fa3f273e672316fd0a38e57a788af999c665a630a50b475ca31316c1ba7 195548 hw-detect_1.158.tar.xz
 a3c6eb9fe32147187d97b163634b638884d17720ffcf113e1afcb0bfe88da55b 6524 hw-detect_1.158_source.buildinfo
Files:
 521953b21d05ab115e60e0f4acdad655 1990 debian-installer standard hw-detect_1.158.dsc
 df5c2b0cc977b9749cd9ea6376419756 195548 debian-installer standard hw-detect_1.158.tar.xz
 fdd6b3189d10e288174ef5e72d59fb91 6524 debian-installer standard hw-detect_1.158_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJEBAEBCgAuFiEEtg6/KYRFPHDXTPR4/5FK8MKzVSAFAmRdW1kQHGtpYmlAZGVi
aWFuLm9yZwAKCRD/kUrwwrNVIB2PD/9KWoIpjCEF4mNcGscM7gsPesTapNRikTF+
BNbD2weVK3QE1IbnNLDAEnkAN6SkODwPYnTQLAFtQWY1PvXr0ruz7+J54IoE4Qx/
p6+UMPf2chLj7fvZvYas1ea6WZ2JDoJd0V0f520yfbxv5HlXEFXkwuyRg84lgGDE
w9E9lneHtg2tBX9dpCovINL7DDYPd9AbKVfU5RMSwbrRCCr6u0qxnixRsUm9vOnW
rg1wcnDAldWAgoeV5oAHHUNLTFHDX4eIMUIB2v2IzHuk4ndIBqbaN0pVkq0qfINU
1c5XA4v7GtTga+9fMduDe1ZaSTRmIn9J93PMD+3E88Bafm2pZxDIchHUefkbEHrN
asTi82uZQRRI/J2rzMigXZZA3uTXBP6gPmcufZScqGI95UqgZLSrOUKZlzDFlEDB
8guWiszDDitDPFwz3S/pFZhV+8xXurS8Mubj075Kw0YxmCzLpAoZJhkNVs83oOvS
WEmEyDqZo0DW8yub9xOB0ERKhOWPOXIq7Hx3M3VtjFmKiG8hBSnKJD40elac9OBw
LB3Pfa8PhAHHEacvm/NVU8kVBDBwptk//WqmH6eqabtNLBtY6u0uqfGRq5WgD67N
xkdqV3Cab4sKwJ3BG64Zta6p71yqZzbpjOFlH+Asg2PPMnHUmhghmF8LkWwNv4HV
tJ2vunh6Vg==
=Z8fg
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: