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

Re: Updated installation images for Debian Ports 2019-04-10



Hi!

On 4/12/19 9:51 PM, Meelis Roos wrote:
>> The installer components are not supposed to be downloaded when performing a NETINST installation as the installer components are shipped on the CD
>>
>> It’s a bit confusing but NETINST is actually less a network installation but more a CD installation.
> 
> Now that you mention it - yes, it behaves like netboot would do.

I have just verified that and debian-cd uses the initrd which is generated for CD-ROM installers,
not the one for netboot installers. So, if it is performing a netboot installation then the bug
must be in debian-installer.

I did notice that the installation CDs don't include the debian-ports-archive-keyring-udeb package
but just the debian-ports-archive-keyring package so I committed a change to explicitly include
the udeb package as well:

> https://salsa.debian.org/images-team/debian-cd/commit/91dc428ea98374c98ccd535ac6f75d12dc96c394

However, the udeb should be required for the netboot installer only and not the CD-ROM installation.

> I tried some more and got the installer syslog file out of the system. Fortunately there was nc.
> (...)
> Apr 12 13:08:25 init: starting pid 153, tty '': '/sbin/reopen-console /sbin/debian-installer'
> Apr 12 13:08:25 init: starting pid 156, tty '/dev/tty4': '/usr/bin/tail -f /var/log/syslog'
> Apr 12 13:08:30 debconf: Setting debconf/language to en
> Apr 12 13:08:30 main-menu[181]: INFO: Menu item 'localechooser' selected
> Apr 12 13:08:32 debconf: Setting debconf/language to
> Apr 12 13:12:46 localechooser: info: Language = 'en'
> Apr 12 13:12:46 localechooser: info: line=en;0;US;en_US.UTF-8;;console-setup
> Apr 12 13:12:46 localechooser: info: Set debian-installer/language = 'en'
> Apr 12 13:12:46 localechooser: info: Default country = 'US'
> Apr 12 13:12:47 localechooser: info: Default locale = 'en_US.UTF-8'
> Apr 12 13:12:47 localechooser: info: Set debian-installer/consoledisplay = 'console-setup'
> Apr 12 13:12:47 debconf: Setting debconf/language to en
> Apr 12 13:13:25 localechooser: info: Set debian-installer/country = 'EE'
> Apr 12 13:13:25 localechooser: info: Falling back to locale 'en_US.UTF-8'
> Apr 12 13:13:39 localechooser: info: Set debian-installer/locale = 'en_US.UTF-8'
> Apr 12 13:13:40 localechooser: info: System locale (debian-installer/locale) = 'en_US.UTF-8'
> Apr 12 13:13:40 localechooser: info: Set debian-installer/language = 'en_US:en'
> Apr 12 13:13:40 debconf: Setting debconf/language to en_US:en
> Apr 12 13:13:42 main-menu[181]: INFO: Menu item 'console-setup-udeb' selected
> Apr 12 13:14:12 main-menu[181]: (process:504): setupcon: gzip is not accessible. Will not save cached keyboard map.
> Apr 12 13:14:12 main-menu[181]: (process:504): setupcon: gzip is not accessible. Will not save cached keyboard map.
> Apr 12 13:14:12 main-menu[181]: (process:504): setupcon: gzip is not accessible. Will not save cached keyboard map.
> Apr 12 13:14:12 main-menu[181]: (process:504): setupcon: gzip is not accessible. Will not save cached keyboard map.
> Apr 12 13:14:12 main-menu[181]: (process:504): /bin/setupcon:
> Apr 12 13:14:12 main-menu[181]: (process:504): line 758:
> Apr 12 13:14:12 main-menu[181]: (process:504): can't create /etc/console-setup/cached_setup_keyboard.sh: nonexistent directory
> Apr 12 13:14:12 main-menu[181]: (process:504):
> Apr 12 13:14:12 main-menu[181]: (process:504): /bin/setupcon: line 758: can't create /etc/console-setup/cached_setup_font.sh: nonexistent directory
> Apr 12 13:14:12 main-menu[181]: (process:504): /bin/setupcon: line 758: can't create /etc/console-setup/cached_setup_terminal.sh: nonexistent directory
> Apr 12 13:14:12 main-menu[181]: (process:504): chmod: /etc/console-setup/cached_setup_keyboard.sh: No such file or directory
> Apr 12 13:14:12 main-menu[181]: (process:504): chmod: /etc/console-setup/cached_setup_font.sh: No such file or directory
> Apr 12 13:14:12 main-menu[181]: (process:504): chmod: /etc/console-setup/cached_setup_terminal.sh: No such file or directory
> Apr 12 13:14:13 main-menu[181]: INFO: Menu item 'ethdetect' selected
> Apr 12 13:14:18 net/hw-detect.hotplug: Detected hotpluggable network interface enp1s20
> Apr 12 13:14:18 net/hw-detect.hotplug: Detected hotpluggable network interface enp0s1
> Apr 12 13:14:18 net/hw-detect.hotplug: Detected hotpluggable network interface lo
> Apr 12 13:14:20 apt-install: Queueing package udev for later installation
> Apr 12 13:14:20 apt-install: Queueing package pciutils for later installation
> Apr 12 13:14:22 check-missing-firmware: looking at dmesg for the first time
> Apr 12 13:14:22 check-missing-firmware: saving timestamp for a later use: [  276.688311]
> Apr 12 13:14:22 check-missing-firmware: /dev/.udev/firmware-missing does not exist, skipping
> Apr 12 13:14:22 check-missing-firmware: /run/udev/firmware-missing does not exist, skipping
> Apr 12 13:14:22 check-missing-firmware: no missing firmware in loaded kernel modules
> Apr 12 13:14:25 check-missing-firmware: taking network interface enp0s1 up/down
> Apr 12 13:14:25 check-missing-firmware: taking network interface enp1s20 up/down
> Apr 12 13:14:26 check-missing-firmware: looking at dmesg again, restarting from \[  276.688311\]
> Apr 12 13:14:27 check-missing-firmware: timestamp found, truncating dmesg accordingly
> Apr 12 13:14:27 check-missing-firmware: saving timestamp for a later use:
> Apr 12 13:14:27 check-missing-firmware: /dev/.udev/firmware-missing does not exist, skipping
> Apr 12 13:14:27 check-missing-firmware: /run/udev/firmware-missing does not exist, skipping
> Apr 12 13:14:27 check-missing-firmware: no missing firmware in loaded kernel modules
> Apr 12 13:14:27 main-menu[181]: (process:793): modprobe: invalid option -- 'l'
> Apr 12 13:14:28 main-menu[181]: INFO: Menu item 'netcfg' selected
> Apr 12 13:14:28 main-menu[181]: INFO: Falling back to the package description for crypto-modules-4.19.0-1-parisc-di
> Apr 12 13:14:28 main-menu[181]: INFO: Falling back to the package description for crypto-modules-4.19.0-1-parisc-di
> Apr 12 13:14:29 netcfg[998]: INFO: Starting netcfg v.1.157
> Apr 12 13:14:29 netcfg[998]: WARNING **: Couldn't read Wpasupplicant pid file, not trying to kill.
> Apr 12 13:14:29 netcfg[998]: INFO: Activating interface enp0s1
> Apr 12 13:14:29 netcfg[998]: INFO: Waiting time set to 3
> Apr 12 13:14:29 netcfg[998]: INFO: ethtool-lite: enp0s1: carrier up
> Apr 12 13:14:29 netcfg[998]: INFO: Found link on enp0s1
> Apr 12 13:14:29 netcfg[998]: INFO: found link on interface enp0s1, making it the default.
> Apr 12 13:14:29 netcfg[998]: INFO: Could not find valid BOOTIF= entry in /proc/cmdline
> Apr 12 13:14:29 netcfg[998]: INFO: Taking down interface enp0s1
> Apr 12 13:14:29 netcfg[998]: INFO: Taking down interface enp1s20
> Apr 12 13:14:51 netcfg[998]: INFO: Taking down interface lo
> Apr 12 13:14:52 netcfg[998]: INFO: Activating interface enp1s20
> Apr 12 13:14:52 netcfg[998]: DEBUG: State is now 0
> Apr 12 13:14:52 netcfg[998]: DEBUG: Want link on enp1s20
> Apr 12 13:14:52 netcfg[998]: INFO: Waiting time set to 3
> Apr 12 13:14:52 netcfg[998]: INFO: ethtool-lite: enp1s20: carrier up
> Apr 12 13:14:52 netcfg[998]: INFO: Found link on enp1s20
> Apr 12 13:14:52 netcfg[998]: DEBUG: Commencing network autoconfiguration on enp1s20
> Apr 12 13:14:52 netcfg[998]: DEBUG: rdnssd started; PID: 1013
> Apr 12 13:14:52 netcfg[998]: DEBUG: nc_v6_interface_configured(enp1s20, scope local)
> Apr 12 13:14:52 netcfg[998]: DEBUG: Running ip addr show enp1s20 to look for address
> Apr 12 13:14:52 netcfg[998]: DEBUG: ip line: 3: enp1s20: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast qlen 1000
> Apr 12 13:14:52 netcfg[998]: DEBUG: ip line:     link/ether 00:10:83:b9:61:b1 brd ff:ff:ff:ff:ff:ff
> Apr 12 13:14:52 netcfg[998]: DEBUG: ip line:     inet6 fe80::210:83ff:feb9:61b1/64 scope link tentative
> Apr 12 13:14:52 netcfg[998]: DEBUG: ip line:        valid_lft forever preferred_lft forever
> Apr 12 13:14:53 netcfg[998]: DEBUG: nc_v6_interface_configured(enp1s20, scope local)
> Apr 12 13:14:53 netcfg[998]: DEBUG: Running ip addr show enp1s20 to look for address
> Apr 12 13:14:53 netcfg[998]: DEBUG: ip line: 3: enp1s20: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast qlen 1000
> Apr 12 13:14:53 netcfg[998]: DEBUG: ip line:     link/ether 00:10:83:b9:61:b1 brd ff:ff:ff:ff:ff:ff
> Apr 12 13:14:53 netcfg[998]: DEBUG: ip line:     inet6 fe80::210:83ff:feb9:61b1/64 scope link tentative
> Apr 12 13:14:53 netcfg[998]: DEBUG: ip line:        valid_lft forever preferred_lft forever
> Apr 12 13:14:53 netcfg[998]: DEBUG: nc_v6_interface_configured(enp1s20, scope local)
> Apr 12 13:14:53 netcfg[998]: DEBUG: Running ip addr show enp1s20 to look for address
> Apr 12 13:14:53 netcfg[998]: DEBUG: ip line: 3: enp1s20: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast qlen 1000
> Apr 12 13:14:53 netcfg[998]: DEBUG: ip line:     link/ether 00:10:83:b9:61:b1 brd ff:ff:ff:ff:ff:ff
> Apr 12 13:14:53 netcfg[998]: DEBUG: ip line:     inet6 fe80::210:83ff:feb9:61b1/64 scope link tentative
> Apr 12 13:14:53 netcfg[998]: DEBUG: ip line:        valid_lft forever preferred_lft forever
> Apr 12 13:14:53 netcfg[998]: DEBUG: nc_v6_interface_configured(enp1s20, scope local)
> Apr 12 13:14:53 netcfg[998]: DEBUG: Running ip addr show enp1s20 to look for address
> Apr 12 13:14:53 netcfg[998]: DEBUG: ip line: 3: enp1s20: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast qlen 1000
> Apr 12 13:14:53 netcfg[998]: DEBUG: ip line:     link/ether 00:10:83:b9:61:b1 brd ff:ff:ff:ff:ff:ff
> Apr 12 13:14:53 netcfg[998]: DEBUG: ip line:     inet6 fe80::210:83ff:feb9:61b1/64 scope link tentative
> Apr 12 13:14:53 netcfg[998]: DEBUG: ip line:        valid_lft forever preferred_lft forever
> Apr 12 13:14:54 netcfg[998]: DEBUG: nc_v6_interface_configured(enp1s20, scope local)
> Apr 12 13:14:54 netcfg[998]: DEBUG: Running ip addr show enp1s20 to look for address
> Apr 12 13:14:54 netcfg[998]: DEBUG: ip line: 3: enp1s20: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast qlen 1000
> Apr 12 13:14:54 netcfg[998]: DEBUG: ip line:     link/ether 00:10:83:b9:61:b1 brd ff:ff:ff:ff:ff:ff
> Apr 12 13:14:54 netcfg[998]: DEBUG: ip line:     inet6 fe80::210:83ff:feb9:61b1/64 scope link
> Apr 12 13:14:54 netcfg[998]: DEBUG: Configured address found
> Apr 12 13:14:54 netcfg[998]: DEBUG: ip line:        valid_lft forever preferred_lft forever
> Apr 12 13:14:54 netcfg[998]: DEBUG: Running rdisc6 -1 -r 1 -w 500 -n enp1s20 to get IPv6 config flags
> Apr 12 13:14:54 netcfg[998]: DEBUG: rdisc6 line: Soliciting ff02::2 (ff02::2) on enp1s20...
> Apr 12 13:14:54 netcfg[998]: DEBUG: rdisc6 line: Timed out.
> Apr 12 13:14:54 netcfg[998]: DEBUG: rdisc6 line: No response.
> Apr 12 13:14:54 netcfg[998]: DEBUG: rdisc6 parsing finished
> Apr 12 13:14:55 kernel: [  684.768747] net enp1s20: Setting full-duplex based on MII#1 link partner capability of 45e1
> Apr 12 13:14:55 netcfg[998]: DEBUG: rdisc6 line: Soliciting ff02::2 (ff02::2) on enp1s20...
> Apr 12 13:14:55 netcfg[998]: DEBUG: rdisc6 line: Timed out.
> Apr 12 13:14:55 netcfg[998]: DEBUG: rdisc6 line: No response.
> Apr 12 13:14:55 netcfg[998]: DEBUG: rdisc6 parsing finished
> Apr 12 13:14:56 netcfg[998]: DEBUG: rdisc6 line: Soliciting ff02::2 (ff02::2) on enp1s20...
> Apr 12 13:14:56 netcfg[998]: DEBUG: rdisc6 line: Timed out.
> Apr 12 13:14:56 netcfg[998]: DEBUG: rdisc6 line: No response.
> Apr 12 13:14:56 netcfg[998]: DEBUG: rdisc6 parsing finished
> Apr 12 13:14:56 netcfg[998]: DEBUG: rdisc6 line: Soliciting ff02::2 (ff02::2) on enp1s20...
> Apr 12 13:14:56 netcfg[998]: DEBUG: rdisc6 line: Timed out.
> Apr 12 13:14:56 netcfg[998]: DEBUG: rdisc6 line: No response.
> Apr 12 13:14:56 netcfg[998]: DEBUG: rdisc6 parsing finished
> Apr 12 13:14:56 netcfg[998]: DEBUG: rdisc6 line: Soliciting ff02::2 (ff02::2) on enp1s20...
> Apr 12 13:14:56 netcfg[998]: DEBUG: rdisc6 line:
> Apr 12 13:14:56 netcfg[998]: DEBUG: rdisc6 line: Hop limit                 :           64 (      0x40)
> Apr 12 13:14:56 netcfg[998]: DEBUG: rdisc6 line: Stateful address conf.    :           No
> Apr 12 13:14:56 netcfg[998]: DEBUG: Got stateful address line
> Apr 12 13:14:56 netcfg[998]: DEBUG: stateful=0
> Apr 12 13:14:56 netcfg[998]: DEBUG: rdisc6 line: Stateful other conf.      :           No
> Apr 12 13:14:56 netcfg[998]: DEBUG: stateless=0
> Apr 12 13:14:56 netcfg[998]: DEBUG: rdisc6 line: Mobile home agent         :           No
> Apr 12 13:14:56 netcfg[998]: DEBUG: rdisc6 line: Router preference         :       medium
> Apr 12 13:14:56 netcfg[998]: DEBUG: rdisc6 line: Neighbor discovery proxy  :           No
> Apr 12 13:14:56 netcfg[998]: DEBUG: rdisc6 line: Router lifetime           :         1800 (0x00000708) seconds
> Apr 12 13:14:56 netcfg[998]: DEBUG: rdisc6 line: Reachable time            :  unspecified (0x00000000)
> Apr 12 13:14:56 netcfg[998]: DEBUG: rdisc6 line: Retransmit time           :  unspecified (0x00000000)
> Apr 12 13:14:56 netcfg[998]: DEBUG: rdisc6 line:  Source link-layer address: 00:10:DB:FF:40:60
> Apr 12 13:14:56 netcfg[998]: DEBUG: rdisc6 line:  Prefix                   : 2001:bb8:2006:78::/64
> Apr 12 13:14:56 netcfg[998]: DEBUG: rdisc6 line:   On-link                 :          Yes
> Apr 12 13:14:56 netcfg[998]: DEBUG: rdisc6 line:   Autonomous address conf.:          Yes
> Apr 12 13:14:56 netcfg[998]: DEBUG: rdisc6 line:   Valid time              :      2592000 (0x00278d00) seconds
> Apr 12 13:14:56 netcfg[998]: DEBUG: rdisc6 line:   Pref. time              :       604800 (0x00093a80) seconds
> Apr 12 13:14:56 netcfg[998]: DEBUG: rdisc6 line:  from fe80::10:dbff:feff:4060
> Apr 12 13:14:56 netcfg[998]: DEBUG: rdisc6 parsing finished
> Apr 12 13:14:56 netcfg[998]: DEBUG: Reading nameservers from /tmp/rdnssd_resolv
> Apr 12 13:14:56 netcfg[998]: DEBUG: Stopping rdnssd, PID 1013
> Apr 12 13:14:56 netcfg[998]: DEBUG: IPv6 found
> Apr 12 13:14:56 netcfg[998]: DEBUG: IPv6 stateless autoconfig requested
> Apr 12 13:14:57 netcfg[998]: DEBUG: nc_v6_interface_configured(enp1s20, scope global)
> Apr 12 13:14:57 netcfg[998]: DEBUG: Running ip addr show enp1s20 to look for address
> Apr 12 13:14:57 netcfg[998]: DEBUG: ip line: 3: enp1s20: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast qlen 1000
> Apr 12 13:14:57 netcfg[998]: DEBUG: ip line:     link/ether 00:10:83:b9:61:b1 brd ff:ff:ff:ff:ff:ff
> Apr 12 13:14:57 netcfg[998]: DEBUG: ip line:     inet6 2001:bb8:2006:78:210:83ff:feb9:61b1/64 scope global tentative dynamic
> Apr 12 13:14:57 netcfg[998]: DEBUG: ip line:        valid_lft 2592000sec preferred_lft 604800sec
> Apr 12 13:14:57 netcfg[998]: DEBUG: ip line:     inet6 fe80::210:83ff:feb9:61b1/64 scope link
> Apr 12 13:14:57 netcfg[998]: DEBUG: ip line:        valid_lft forever preferred_lft forever
> Apr 12 13:14:57 netcfg[998]: DEBUG: nc_v6_interface_configured(enp1s20, scope global)
> Apr 12 13:14:57 netcfg[998]: DEBUG: Running ip addr show enp1s20 to look for address
> Apr 12 13:14:57 netcfg[998]: DEBUG: ip line: 3: enp1s20: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast qlen 1000
> Apr 12 13:14:57 netcfg[998]: DEBUG: ip line:     link/ether 00:10:83:b9:61:b1 brd ff:ff:ff:ff:ff:ff
> Apr 12 13:14:57 netcfg[998]: DEBUG: ip line:     inet6 2001:bb8:2006:78:210:83ff:feb9:61b1/64 scope global tentative dynamic
> Apr 12 13:14:57 netcfg[998]: DEBUG: ip line:        valid_lft 2592000sec preferred_lft 604800sec
> Apr 12 13:14:57 netcfg[998]: DEBUG: ip line:     inet6 fe80::210:83ff:feb9:61b1/64 scope link
> Apr 12 13:14:57 netcfg[998]: DEBUG: ip line:        valid_lft forever preferred_lft forever
> Apr 12 13:14:57 netcfg[998]: DEBUG: nc_v6_interface_configured(enp1s20, scope global)
> Apr 12 13:14:57 netcfg[998]: DEBUG: Running ip addr show enp1s20 to look for address
> Apr 12 13:14:57 netcfg[998]: DEBUG: ip line: 3: enp1s20: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast qlen 1000
> Apr 12 13:14:57 netcfg[998]: DEBUG: ip line:     link/ether 00:10:83:b9:61:b1 brd ff:ff:ff:ff:ff:ff
> Apr 12 13:14:57 netcfg[998]: DEBUG: ip line:     inet6 2001:bb8:2006:78:210:83ff:feb9:61b1/64 scope global tentative dynamic
> Apr 12 13:14:57 netcfg[998]: DEBUG: ip line:        valid_lft 2591999sec preferred_lft 604799sec
> Apr 12 13:14:57 netcfg[998]: DEBUG: ip line:     inet6 fe80::210:83ff:feb9:61b1/64 scope link
> Apr 12 13:14:57 netcfg[998]: DEBUG: ip line:        valid_lft forever preferred_lft forever
> Apr 12 13:14:58 netcfg[998]: DEBUG: nc_v6_interface_configured(enp1s20, scope global)
> Apr 12 13:14:58 netcfg[998]: DEBUG: Running ip addr show enp1s20 to look for address
> Apr 12 13:14:58 netcfg[998]: DEBUG: ip line: 3: enp1s20: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast qlen 1000
> Apr 12 13:14:58 netcfg[998]: DEBUG: ip line:     link/ether 00:10:83:b9:61:b1 brd ff:ff:ff:ff:ff:ff
> Apr 12 13:14:58 netcfg[998]: DEBUG: ip line:     inet6 2001:bb8:2006:78:210:83ff:feb9:61b1/64 scope global dynamic
> Apr 12 13:14:58 netcfg[998]: DEBUG: Configured address found
> Apr 12 13:14:58 netcfg[998]: DEBUG: ip line:        valid_lft 2591999sec preferred_lft 604799sec
> Apr 12 13:14:58 netcfg[998]: DEBUG: ip line:     inet6 fe80::210:83ff:feb9:61b1/64 scope link
> Apr 12 13:14:58 netcfg[998]: DEBUG: ip line:        valid_lft forever preferred_lft forever
> Apr 12 13:14:58 netcfg[998]: DEBUG: Trying IPv4 autoconfig as well
> Apr 12 13:14:58 netcfg[998]: WARNING **: Started DHCP client; PID is 1043
> Apr 12 13:14:58 udhcpc: Got IP 192.168.78.109 (using enp1s20) and routing through 192.168.78.1
> Apr 12 13:15:02 netcfg[998]: DEBUG: Reading domain name returned via DHCP
> Apr 12 13:15:02 netcfg[998]: DEBUG: DHCP domain name is 'polygoon.cyber.ee'
> Apr 12 13:15:02 netcfg[998]: DEBUG: Reading nameservers from /etc/resolv.conf
> Apr 12 13:15:02 netcfg[998]: DEBUG: Read nameserver 192.168.78.2
> Apr 12 13:15:02 netcfg[998]: DEBUG: State is now 1
> Apr 12 13:15:02 netcfg[998]: DEBUG: State is now 2
> Apr 12 13:15:02 netcfg[998]: DEBUG: State is now 5
> Apr 12 13:15:02 netcfg[998]: INFO: DHCP hostname: "a180c"
> Apr 12 13:15:02 netcfg[998]: DEBUG: a180c is a valid FQDN
> Apr 12 13:15:02 netcfg[998]: DEBUG: Preseeding domain from global: polygoon.cyber.ee
> Apr 12 13:15:22 netcfg[998]: DEBUG: State is now 6
> Apr 12 13:15:28 netcfg[998]: DEBUG: Network config complete
> Apr 12 13:15:28 netcfg[998]: DEBUG: No interface given; clearing /etc/network/interfaces
> Apr 12 13:15:28 netcfg[998]: DEBUG: Writing informative header
> Apr 12 13:15:28 netcfg[998]: DEBUG: Success!
> Apr 12 13:15:28 netcfg[998]: DEBUG: Writing loopback interface
> Apr 12 13:15:28 netcfg[998]: DEBUG: Success!
> Apr 12 13:15:28 netcfg[998]: DEBUG: Writing DHCP stanza for enp1s20
> Apr 12 13:15:28 netcfg[998]: INFO: Detected enp1s20 as a hotpluggable device
> Apr 12 13:15:28 netcfg[998]: DEBUG: Writing SLAAC stanza for enp1s20
> Apr 12 13:15:28 netcfg[998]: DEBUG: Success!
> Apr 12 13:15:30 main-menu[181]: (process:997): udhcpc: started, v1.27.2
> Apr 12 13:15:30 main-menu[181]: (process:997): udhcpc: sending discover
> Apr 12 13:15:30 main-menu[181]: (process:997): udhcpc: sending select for 192.168.78.109
> Apr 12 13:15:30 main-menu[181]: (process:997): udhcpc: lease of 192.168.78.109 obtained, lease time 7200
> Apr 12 13:15:31 main-menu[181]: INFO: Menu item 'choose-mirror' selected
> Apr 12 13:15:31 anna-install: Queueing udeb apt-mirror-setup for later installation
> Apr 12 13:16:18 choose-mirror[1106]: DEBUG: command: wget --no-verbose http://ftp.ports.debian.org/debian-ports/dists/oldstable/Release -O - | grep -E '^(Suite|Codename|Architectures):'
> Apr 12 13:16:18 choose-mirror[1106]: DEBUG: command: wget --no-verbose http://ftp.ports.debian.org/debian-ports/dists/stable/Release -O - | grep -E '^(Suite|Codename|Architectures):'
> Apr 12 13:16:18 choose-mirror[1106]: DEBUG: command: wget --no-verbose http://ftp.ports.debian.org/debian-ports/dists/testing/Release -O - | grep -E '^(Suite|Codename|Architectures):'
> Apr 12 13:16:19 choose-mirror[1106]: DEBUG: command: wget --no-verbose http://ftp.ports.debian.org/debian-ports/dists/unstable/Release -O - | grep -E '^(Suite|Codename|Architectures):'
> Apr 12 13:16:19 choose-mirror[1106]: DEBUG: command: wget --no-verbose http://ftp.ports.debian.org/debian-ports/dists/sid/Release -O - | grep -E '^(Suite|Codename|Architectures):'
> Apr 12 13:16:19 choose-mirror[1106]: DEBUG: command: wget --no-verbose http://ftp.ports.debian.org/debian-ports/dists/buster/Release -O - | grep -E '^(Suite|Codename|Architectures):'
> Apr 12 13:16:20 choose-mirror[1106]: WARNING **: mirror does not support the specified release (buster)
> Apr 12 13:16:56 choose-mirror[1106]: INFO: suite/codename set to: unstable/sid
> Apr 12 13:16:56 choose-mirror[1106]: DEBUG: command: wget --no-verbose http://ftp.ports.debian.org/debian-ports//dists/sid/main/binary-hppa/Release -O - | grep ^Architecture:
> Apr 12 13:16:57 anna-install: Queueing udeb sid-support for later installation
> Apr 12 13:16:57 main-menu[181]: (process:1099): http://ftp.ports.debian.org/debian-ports/dists/oldstable/Release:
> Apr 12 13:16:57 main-menu[181]: (process:1099): 2019-04-12 13:16:18 ERROR 404: Not Found.
> Apr 12 13:16:57 main-menu[181]: (process:1099): http://ftp.ports.debian.org/debian-ports/dists/stable/Release:
> Apr 12 13:16:57 main-menu[181]: (process:1099): 2019-04-12 13:16:18 ERROR 404: Not Found.
> Apr 12 13:16:57 main-menu[181]: (process:1099): http://ftp.ports.debian.org/debian-ports/dists/testing/Release:
> Apr 12 13:16:57 main-menu[181]: (process:1099): 2019-04-12 13:16:19 ERROR 404: Not Found.
> Apr 12 13:16:57 main-menu[181]: (process:1099): 2019-04-12 13:16:19 URL:http://ftp.ports.debian.org/debian-ports/dists/unstable/Release [46254/46254] -> "-" [1]
> Apr 12 13:16:57 main-menu[181]: (process:1099): 2019-04-12 13:16:19 URL:http://ftp.ports.debian.org/debian-ports/dists/sid/Release [46254/46254] -> "-" [1]
> Apr 12 13:16:57 main-menu[181]: (process:1099): http://ftp.ports.debian.org/debian-ports/dists/buster/Release:
> Apr 12 13:16:57 main-menu[181]: (process:1099): 2019-04-12 13:16:20 ERROR 404: Not Found.
> Apr 12 13:16:57 main-menu[181]: (process:1099): 2019-04-12 13:16:56 URL:http://ftp.ports.debian.org/debian-ports//dists/sid/main/binary-hppa/Release [115/115] -> "-" [1]
> Apr 12 13:16:57 main-menu[181]: INFO: Menu item 'download-installer' selected
> Apr 12 13:16:59 anna[1164]: 2019-04-12 13:16:59 URL:http://ftp.ports.debian.org/debian-ports//dists/unstable/Release [46254/46254] -> "/tmp/_fetch-url_net-retriever-1168-Release.1172" [1]
> Apr 12 13:17:00 anna[1164]: 2019-04-12 13:17:00 URL:http://ftp.ports.debian.org/debian-ports//dists/unstable/Release.gpg [833/833] -> "/tmp/_fetch-url_net-retriever-1168-Release.gpg.1182" [1]
> Apr 12 13:17:00 net-retriever: gpgv: Signature made Fri Apr 12 07:55:57 2019 UTC
> Apr 12 13:17:00 net-retriever:
> Apr 12 13:17:00 net-retriever: gpgv:                using RSA key 66571731B5A71F91C501F3FDDA1B2CEA81DCBC61
> Apr 12 13:17:00 net-retriever: gpgv: Can't check signature: No public key
> Apr 12 13:17:00 net-retriever:
> Apr 12 13:17:00 net-retriever: error: Bad signature on /tmp/net-retriever-1168-Release.
> Apr 12 13:26:42 anna[1164]: WARNING **: bad d-i Packages file
> Apr 12 13:26:42 main-menu[181]: INFO: Menu item 'download-installer' succeeded but requested to be left unconfigured.
> Apr 12 13:26:53 main-menu[181]: INFO: Menu item 'download-installer' selected
> Apr 12 13:26:54 anna[1221]: 2019-04-12 13:26:54 URL:http://ftp.ports.debian.org/debian-ports//dists/unstable/Release [46254/46254] -> "/tmp/_fetch-url_net-retriever-1225-Release.1229" [1]
> Apr 12 13:26:54 anna[1221]: 2019-04-12 13:26:54 URL:http://ftp.ports.debian.org/debian-ports//dists/unstable/Release.gpg [833/833] -> "/tmp/_fetch-url_net-retriever-1225-Release.gpg.1239" [1]
> Apr 12 13:26:55 net-retriever: gpgv: Signature made Fri Apr 12 07:55:57 2019 UTC
> Apr 12 13:26:55 net-retriever:
> Apr 12 13:26:55 net-retriever: gpgv:                using RSA key 66571731B5A71F91C501F3FDDA1B2CEA81DCBC61
> Apr 12 13:26:55 net-retriever: gpgv: Can't check signature: No public key
> Apr 12 13:26:55 net-retriever:
> Apr 12 13:26:55 net-retriever: error: Bad signature on /tmp/net-retriever-1225-Release.
> Apr 12 18:59:50 anna[1221]: WARNING **: bad d-i Packages file
> Apr 12 18:59:50 main-menu[181]: INFO: Menu item 'download-installer' succeeded but requested to be left unconfigured.

>From the log it looks like it's not trying to access the CD-ROM to load additional components, am I seeing
this right? If yes, then it's definitely running a netboot installation on a CD-ROM image which is a bug
in debian-installer specific to hppa.

I know that Helge's old images used to confuse the debian-installer "cdrom" and "netboot" images, so there
might be still a bug hidden somewhere.

Adrian

-- 
 .''`.  John Paul Adrian Glaubitz
: :' :  Debian Developer - glaubitz@debian.org
`. `'   Freie Universitaet Berlin - glaubitz@physik.fu-berlin.de
  `-    GPG: 62FF 8A75 84E0 2956 9546  0006 7426 3B37 F5B5 F913


Reply to: