Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Unattended Debian installation with preseed: no disk detected

Ask for help with issues regarding the Installations of the Debian O/S.
Message
Author
miiraheart
Posts: 10
Joined: 2024-01-03 10:33

Unattended Debian installation with preseed: no disk detected

#1 Post by miiraheart »

Hello all ! I have some issue with a debian preseed where I am using a local repository for the packages, when I do not use the local repository, the unattended installation finishes successfully using deb.debian.org, but when I just change the preseed file to use the local repository, it says there is no root filesystem for the partitioning step of the installer it tells me that there is no root filesystem, I can see that the disk is not detected, does anyone have an idea on how to resolve this ?

I am using cobbler 3.3.3
I used the netboot.tar.gz file from here http://http.us.debian.org/debian/dists/ ... s/netboot/

Code: Select all

# cobbler list 
distros:
   auto-deb-x86_64
   pxe-default-image

profiles:
   auto-deb-x86_64
   pxe-default-profile

systems:
   default
   auto-vm

repos:
   auto-deb-x86_64
I used the latest iso for importing the distro https://cdimage.debian.org/debian-cd/cu ... 4/iso-dvd/

Code: Select all

# cobbler distro report --name auto-deb-x86_64
Name                           : auto-deb-x86_64
Architecture                   : x86_64
Automatic Installation Template Metadata : {}
TFTP Boot Files                : {}
Boot loaders                   : <<inherit>>
Breed                          : debian
Comment                        : 
Fetchable Files                : {}
Initrd                         : /srv/tftpboot/debian/debian-installer/amd64/initrd.gz
Kernel                         : /srv/tftpboot/debian/debian-installer/amd64/linux
Kernel Options                 : {}
Kernel Options (Post Install)  : {}
Management Classes             : []
OS Version                     : bookworm
Owners                         : <<inherit>>
Redhat Management Key          : <<inherit>>
Remote Boot Initrd             : 
Remote Boot Kernel             : 
Template Files                 : {}
/srv/tftpboot/debian/debian-installer/amd64/initrd.gz and linux are copied from the netboot file

Code: Select all

# cobbler profile report --name auto-deb-x86_64
Name                           : auto-deb-x86_64
Automatic Installation Template : debian-12.seed
Automatic Installation Metadata : <<inherit>>
TFTP Boot Files                : <<inherit>>
Boot loaders                   : <<inherit>>
Comment                        : 
DHCP Tag                       : 
Distribution                   : auto-deb-x86_64
Enable iPXE?                   : False
Enable PXE Menu?               : True
Fetchable Files                : <<inherit>>
DHCP Filename Override         : 
Kernel Options                 : <<inherit>>
Kernel Options (Post Install)  : <<inherit>>
Parent boot menu               : 
Management Classes             : <<inherit>>
Management Parameters          : <<inherit>>
Name Servers                   : []
Name Servers Search Path       : []
Next Server (IPv4) Override    : <<inherit>>
Next Server (IPv6) Override    : <<inherit>>
Owners                         : <<inherit>>
Parent Profile                 : 
Proxy                          : <<inherit>>
Red Hat Management Key         : <<inherit>>
Repos                          : ['auto-deb-x86_64']
Server Override                : <<inherit>>
Template Files                 : {}
Virt Auto Boot                 : True
Virt Bridge                    : <<inherit>>
Virt CPUs                      : 1
Virt Disk Driver Type          : raw
Virt File Size(GB)             : <<inherit>>
Virt Path                      : 
Virt RAM (MB)                  : <<inherit>>
Virt Type                      : kvm

Code: Select all

# cobbler repo report --name auto-deb-x86_64
Name                           : auto-deb-x86_64
Apt Components (apt only)      : ['main', 'universe']
Apt Dist Names (apt only)      : ['bookworm', 'bookworm-updates', 'bookworm-security']
Arch                           : x86_64
Breed                          : rsync
Comment                        : 
Createrepo Flags               : <<inherit>>
Environment Variables          : {}
Keep Updated                   : True
Mirror                         : /mnt/deb/
Mirror locally                 : True
Mirror Type                    : baseurl
Owners                         : <<inherit>>
Priority                       : 0
Proxy information              : <<inherit>>
RPM List                       : []
Rsync Options                  : {}
Yum Options                    : {'--ignore-release-gpg': '~'}
Here is my preseed file:

Code: Select all

#### Contents of the preconfiguration file 

#d-i hw-detect/load_firmware boolean true
#d-i hw-detect/load_media boolean true

#### Localization
d-i debian-installer/locale string fr_FR
d-i keymap select fr
d-i keyboard-configuration/xkb-keymap select fr(latin9)
d-i debian-installer/language string fr
d-i debian-installer/country string FR

### Network configuration
d-i netcfg/choose_interface select auto

### Configuration du nom/domaine de la machine
d-i netcfg/get_hostname string $hostname
d-i netcfg/get_domain string mydomain.com 

# If you prefer to configure the network manually, uncomment this line and
# the static network configuration below.
d-i netcfg/disable_dhcp 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.
d-i netcfg/get_nameservers string 10.17.0.254
d-i netcfg/get_ipaddress string 10.15.0.208
d-i netcfg/get_netmask string 255.255.255.0
d-i netcfg/get_gateway string 10.15.0.254
d-i netcfg/confirm_static boolean true
d-i netcfg/get_ipaddress seen true
d-i netcfg/get_netmask seen true

d-i netcfg/get_nameservers seen true
d-i netcfg/get_gateway seen 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 seen true
d-i netcfg/get_domain seen true

### Décommenter pour une installation hors-ligne
#d-i netcfg/enable boolean false

### Mirror settings
d-i mirror/protocol string http
d-i mirror/country string manual
d-i mirror/http/hostname string 10.15.0.3
d-i mirror/http/directory string /cobbler/repo_mirror/auto-deb-x86_64
#d-i mirror/http/proxy string http://myproxy:3128
#
d-i debian-installer/allow_unauthenticated boolean true

#d-i mirror/suite string bookworm
#d-i mirror/udeb/suite string bookworm
#d-i mirror/protocol string ftp
#d-i mirror/ftp/hostname string ftp.fr.debian.org
#d-i mirror/ftp/directory string /debian
#d-i mirror/ftp/proxy string

### Version Stable, Testing ou Unstable ?
#d-i apt-setup/use_mirror boolean true
#d-i mirror/suite string stable

### Pas de compte root configuré sur la machine
#d-i passwd/root-login boolean false

### Account setup
#d-i passwd/root-password password Str0ngPa$$WorDr00t
#d-i passwd/root-password-again password Str0ngPa$$WorDr00t
d-i passwd/root-password password root
d-i passwd/root-password-again password root 

# To create a normal user account.
d-i passwd/user-fullname string user
d-i passwd/username string normal-user
d-i passwd/user-password password normaluserpwd
d-i passwd/user-password-again password normaluserpwd
d-i passwd/user-uid string 1001
d-i user-setup/allow-password-weak boolean false

# skip creation of a normal user account.
#d-i passwd/make-user boolean false

### Commande pour générer l'empreinte du mot de passe :
### mkpasswd -m sha-512 (motdepasse dans le cas ci-dessous)
#d-i passwd/user-password-crypted password $6$rnPpgCH7$uiSg5eyyTjflS3SMGh1bBMs26qFwFargMV.cUHkOeIOTaQJqsU7v9iDA7VQvdNUVNC.hHX7F0.VNi/aX3TzRJ1


### Clock and time zone setup
d-i clock-setup/utc boolean true
d-i clock-setup/ntp boolean true
d-i time/zone string Europe/Paris
#d-i clock-setup/ntp-server string ntp.server.fr

### Partitioning
#d-i partman-auto/disk string /dev/sda
#
#
#d-i anna/choose_modules multiselect driver-injection-disk-detect
#driver-injection-disk-detect driver-injection-disk/load boolean true

## This is only honoured if partman-auto/method (below) is not set.
d-i partman-auto/init_automatically_partition select biggest_free

#d-i partman/early_command string \
#    USBDEV=\$(mount | grep hd-media | cut -d" " -f1 | sed "s/\(.*\)./\1/");\
#    BOOTDEV=\$(list-devices disk | grep -v \$USBDEV | head -1);\
#    debconf-set partman-auto/disk \$BOOTDEV;\
#    debconf-set grub-installer/bootdev \$BOOTDEV;

#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/choose_recipe select atomic

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

# If you just want to change the default filesystem from ext3 to something
# else, you can do that without providing a full recipe.
# d-i partman/default_filesystem string ext4

### Base system installation
#d-i base-installer/kernel/image string linux-image-amd64

### Apt setup
#d-i apt-setup/non-free boolean true
#d-i apt-setup/contrib boolean true

# You can choose to install restricted and universe software, or to install
# software from the backports repository.
# d-i apt-setup/restricted boolean true
# d-i apt-setup/universe boolean true
# d-i apt-setup/backports 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.
# And if you also don't want any updates (like security.debian.org), because You will configure those differently after installation and don't want to be interrupted during it if the network is down e.g. use: (without the default security, updates)
d-i apt-setup/services-select multiselect
#d-i apt-setup/services-select multiselect security
#d-i apt-setup/security_host string $server
#d-i apt-setup/security_path string /cblr/repo_mirror/ubuntu14-x86_64
# d-i apt-setup/local0/repository string http://$http_server/ubuntu_custom_packages ./


### Groupes de paquets à installer
### Différents choix possibles (combinables) :
### - standard (nécessaire)
### - print-server
### - ssh-server
### - web-server
### - cinnamon-desktop
### - desktop
### - gnome-desktop
### - kde-desktop
### - lxde-desktop
### - mate-desktop
### - xfce-desktop

### Package selection
tasksel tasksel/first multiselect standard 
#tasksel tasksel/remove multiselect desktop, print-server #On choisit de retirer les options d'installation par défaut 
#d-i pkgsel/include string sudo wget vim curl #On inclut des paquets supplémentaires


popularity-contest popularity-contest/participate boolean false #On refuse de participer à l'analyse des paquets utilisés

d-i grub-installer/only_debian true
d-i grub-installer/bootdev string default
#d-i grub-installer/bootdev string /dev/sda

# This first command is run as early as possible, just after preseeding is read.
# d-i preseed/early_command string [command]

# 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 [command]

d-i preseed/late_command string \
cd /target/root; \
wget http://10.15.0.3/pub/bootstrap/bootstrap-debian-12.sh; \
chmod +x /target/root/bootstrap-debian-12.sh; \
in-target /bin/bash /root/bootstrap-debian-12.sh; \
in-target touch /root/provision-done.txt;

### Finishing up the installation
#Eteindre le système
d-i finish-install/reboot_in_progress note #On confirme la fin de l'installation
#d-i cdrom-detect/eject boolean true #On éjecte le CD
#d-i debian-installer/exit/poweroff boolean true #On éteint la machine
Please do not hesitate if you need any further information. Thanks!
Attachments
Screenshot 2024-01-09 at 17.48.58.png
Screenshot 2024-01-09 at 17.48.58.png (4.64 KiB) Viewed 38334 times

Aki
Global Moderator
Global Moderator
Posts: 2979
Joined: 2014-07-20 18:12
Location: Europe
Has thanked: 75 times
Been thanked: 407 times

Re: Unattended Debian installation with preseed: no disk detected

#2 Post by Aki »

Hello,
You can collect the installer log after the installer tells you there’s no file system.
⢀⣴⠾⠻⢶⣦⠀
⣾⠁⢠⠒⠀⣿⡁ Debian - The universal operating system
⢿⡄⠘⠷⠚⠋⠀ https://www.debian.org
⠈⠳⣄⠀

miiraheart
Posts: 10
Joined: 2024-01-03 10:33

Re: Unattended Debian installation with preseed: no disk detected

#3 Post by miiraheart »

Hello Aki,

Unfortunatley I could not find how I can get the syslog file from the machine, as there is no ssh nor scp installed and there is no target to install in yet, I have attached a screenshot of the last output of /var/log/syslog.

Also it seems that /proc/partitions is empty and that there are a couples of packages not found and ignored ( screenshot also attached below )
If there is a way to copy the log file from the virtual machine to my laptop, I would be grateful if you could let me know how to do it.

Please let me know if you need any further information.
Thanks in advance.
Attachments
Screenshot 2024-01-18 at 19.45.04.png
Screenshot 2024-01-18 at 19.35.34.png

Aki
Global Moderator
Global Moderator
Posts: 2979
Joined: 2014-07-20 18:12
Location: Europe
Has thanked: 75 times
Been thanked: 407 times

Re: Unattended Debian installation with preseed: no disk detected

#4 Post by Aki »

Hello,
miiraheart wrote: 2024-01-18 18:50 Unfortunatley I could not find how I can get the syslog file from the machine, as there is no ssh nor scp installed and there is no target to install in yet, I have attached a screenshot of the last output of /var/log/syslog.
At this stage of installation, the log of the installer is in /var/log/syslog. You can transfer it to an ext3/4 formatted usb disk if you plug it in and mount its partition. It would be interesting to see all the log. The log would also allow you to verify how/if disks are recognized by the kernel.
miiraheart wrote: 2024-01-09 17:05 I can see that the disk is not detected, does anyone have an idea on how to resolve this ?
Just a guess: since you are net-booting the installer, it could not contain all kernel modules required to configure some type of disks. What type of disks are you trying to install on ? Are they NVME disks ?
⢀⣴⠾⠻⢶⣦⠀
⣾⠁⢠⠒⠀⣿⡁ Debian - The universal operating system
⢿⡄⠘⠷⠚⠋⠀ https://www.debian.org
⠈⠳⣄⠀

miiraheart
Posts: 10
Joined: 2024-01-03 10:33

Re: Unattended Debian installation with preseed: no disk detected

#5 Post by miiraheart »

Hello Anki,

I have the VM on VMware, the disk type appears to be a SCSI disk.
I have tried to plug a USB through VMware Remote Console, the installer detected the USB and apparently used it to carry on the installation and disk partitioning. I can see there is /dev/sda and its partitions but only sda and no other disks. I have tried to copy /var/log/syslog into /target but when I took out the USB there was nothing written on the USB.
I will retry again and see if I can copy it. Is this the only way we can recover the log file?

Aki
Global Moderator
Global Moderator
Posts: 2979
Joined: 2014-07-20 18:12
Location: Europe
Has thanked: 75 times
Been thanked: 407 times

Re: Unattended Debian installation with preseed: no disk detected

#6 Post by Aki »

Hello,
miiraheart wrote: 2024-01-19 09:11 I have the VM on VMware, the disk type appears to be a SCSI disk.
I have tried to plug a USB through VMware Remote Console, the installer detected the USB and apparently used it to carry on the installation and disk partitioning. I can see there is /dev/sda and its partitions but only sda and no other disks.
Is /dev/sda is the only disk device recognized in your VM ? You can check in the installer shell using the command:

Code: Select all

blkid
miiraheart wrote: 2024-01-19 09:11 Is this the only way we can recover the log file?
You could try exporting it from the Debian installed using the instructions showed in: At partitioning step, the Debian installer should have already completed the network configuration. Therefore, you can enter the Debian installer command shell, change the current path, then move to the folder with deb packages containing the openssh-client-udeb package and install it:

Code: Select all

cd /cdrom/pool/main/o/openssh
anna-install openssh-client-udeb
Then, both the ssh and scp commands will be available and, therefore, you an transfer logs using scp.


The other option is to follow instructions at: In this case, you can start a little webserver inside the installer that will allow to access all the logs from a web browser of your VM host.

Hope this helps.

---
[1] Using D-I as an ssh client
[2] Debian Wiki - DebianInstaller FAQ: How do I copy d-i logfiles to a remote host?
⢀⣴⠾⠻⢶⣦⠀
⣾⠁⢠⠒⠀⣿⡁ Debian - The universal operating system
⢿⡄⠘⠷⠚⠋⠀ https://www.debian.org
⠈⠳⣄⠀

miiraheart
Posts: 10
Joined: 2024-01-03 10:33

Re: Unattended Debian installation with preseed: no disk detected

#7 Post by miiraheart »

Hello Aki,

Thank a lot for the instructions, I have managed to recover the log files, please find them anonymized and attached below. The full /var/log/syslog is in https://pastebin.com/JxiyJkzd as the output was not within the post limit.
Regarding blkid command, unfortunatley there is nothing in there, the command returns an emtpy result, since I have not plugged in the USB in the VM, the /dev/sda that was detected last time was the USB and not the VMware VM Disk.

Code: Select all

# cat /var/log/syslog
...
Jan 26 13:16:57 main-menu[287]: INFO: Falling back to the package description for brltty-udeb
Jan 26 13:16:57 main-menu[287]: INFO: Falling back to the package description for brltty-udeb
Jan 26 13:16:57 main-menu[287]: INFO: Menu item 'choose-mirror' selected
Jan 26 13:16:57 anna-install: Queueing udeb apt-mirror-setup for later installation
Jan 26 13:16:57 choose-mirror[3518]: DEBUG: command: wget --no-verbose http://LOCAL_IP_ADDRESS/cobbler/repo_mirror/auto-deb-x86_64/dists/oldstable/Release -O - | grep -E '^(Suite|Codename|Architectures):'
Jan 26 13:16:57 choose-mirror[3518]: DEBUG: command: wget --no-verbose http://LOCAL_IP_ADDRESS/cobbler/repo_mirror/auto-deb-x86_64/dists/stable/Release -O - | grep -E '^(Suite|Codename|Architectures):'
Jan 26 13:16:57 choose-mirror[3518]: DEBUG: command: wget --no-verbose http://LOCAL_IP_ADDRESS/cobbler/repo_mirror/auto-deb-x86_64/dists/bookworm/Release -O - | grep -E '^(Suite|Codename|Architectures):'
Jan 26 13:16:57 choose-mirror[3518]: DEBUG: command: wget --no-verbose http://LOCAL_IP_ADDRESS/cobbler/repo_mirror/auto-deb-x86_64/dists/testing/Release -O - | grep -E '^(Suite|Codename|Architectures):'
Jan 26 13:16:58 choose-mirror[3518]: DEBUG: command: wget --no-verbose http://LOCAL_IP_ADDRESS/cobbler/repo_mirror/auto-deb-x86_64/dists/unstable/Release -O - | grep -E '^(Suite|Codename|Architectures):'
Jan 26 13:16:58 choose-mirror[3518]: INFO: suite/codename set to: stable/bookworm
Jan 26 13:16:58 choose-mirror[3518]: DEBUG: command: wget --no-verbose http://LOCAL_IP_ADDRESS/cobbler/repo_mirror/auto-deb-x86_64/dists/bookworm/main/binary-amd64/Release -O - | grep ^Architecture:
Jan 26 13:16:58 anna-install: Queueing udeb bookworm-support for later installation
Jan 26 13:16:58 main-menu[287]: (process:3511): http://LOCAL_IP_ADDRESS/cobbler/repo_mirror/auto-deb-x86_64/dists/oldstable/Release:
Jan 26 13:16:58 main-menu[287]: (process:3511): 2024-01-26 13:16:57 ERROR 404: 404.
Jan 26 13:16:58 main-menu[287]: (process:3511): 2024-01-26 13:16:57 URL:http://LOCAL_IP_ADDRESS/cobbler/repo_mirror/auto-deb-x86_64/dists/stable/Release [19223/19223] -> "-" [1]
Jan 26 13:16:58 main-menu[287]: (process:3511): 2024-01-26 13:16:57 URL:http://LOCAL_IP_ADDRESS/cobbler/repo_mirror/auto-deb-x86_64/dists/bookworm/Release [19223/19223] -> "-" [1]
Jan 26 13:16:58 main-menu[287]: (process:3511): http://LOCAL_IP_ADDRESS/cobbler/repo_mirror/auto-deb-x86_64/dists/testing/Release:
Jan 26 13:16:58 main-menu[287]: (process:3511): 2024-01-26 13:16:58 ERROR 404: 404.
Jan 26 13:16:58 main-menu[287]: (process:3511): http://LOCAL_IP_ADDRESS/cobbler/repo_mirror/auto-deb-x86_64/dists/unstable/Release:
Jan 26 13:16:58 main-menu[287]: (process:3511): 2024-01-26 13:16:58 ERROR 404: 404.
Jan 26 13:16:58 main-menu[287]: (process:3511): 2024-01-26 13:16:58 URL:http://LOCAL_IP_ADDRESS/cobbler/repo_mirror/auto-deb-x86_64/dists/bookworm/main/binary-amd64/Release [116/116] -> "-" [1]
Jan 26 13:16:58 main-menu[287]: INFO: Falling back to the package description for brltty-udeb
Jan 26 13:16:58 main-menu[287]: INFO: Falling back to the package description for brltty-udeb
Jan 26 13:16:58 main-menu[287]: INFO: Menu item 'download-installer' selected
Jan 26 13:16:58 net-retriever: regular: dists/bookworm/Release /tmp/net-retriever-3564-Release
Jan 26 13:16:58 anna[3562]: 2024-01-26 13:16:58 URL:http://LOCAL_IP_ADDRESS/cobbler/repo_mirror/auto-deb-x86_64/dists/bookworm/Release [19223/19223] -> "/tmp/_fetch-url_net-retriever-3564-Release.3569" [1]
Jan 26 13:16:58 net-retriever: Not verifying Release signature: unauthenticated mode enabled
Jan 26 13:16:58 net-retriever: regular: dists/bookworm/main/debian-installer/binary-amd64/Packages.gz /tmp/net-retriever-3564-Packages
Jan 26 13:16:58 anna[3562]: 2024-01-26 13:16:58 URL:http://LOCAL_IP_ADDRESS/cobbler/repo_mirror/auto-deb-x86_64/dists/bookworm/main/debian-installer/binary-amd64/Packages.gz [41334/41334] -> "/tmp/_fetch-url_net-retriever-3564-Packages.3588" [1]
Jan 26 13:16:58 anna[3562]: DEBUG: resolver (fat-modules): package doesn't exist (ignored)
Jan 26 13:16:58 anna[3562]: DEBUG: resolver (scsi-modules): package doesn't exist (ignored)
Jan 26 13:16:58 anna[3562]: DEBUG: resolver (ata-modules-6.1.0-15-amd64-di): package doesn't exist (ignored)
Jan 26 13:16:58 anna[3562]: DEBUG: resolver (cdrom-core-modules-6.1.0-15-amd64-di): package doesn't exist (ignored)
Jan 26 13:16:58 anna[3562]: DEBUG: resolver (fat-modules): package doesn't exist (ignored)
Jan 26 13:16:58 anna[3562]: DEBUG: resolver (scsi-modules): package doesn't exist (ignored)
Jan 26 13:16:58 anna[3562]: DEBUG: resolver (ata-modules-6.1.0-15-amd64-di): package doesn't exist (ignored)
Jan 26 13:16:58 anna[3562]: DEBUG: resolver (cdrom-core-modules-6.1.0-15-amd64-di): package doesn't exist (ignored)
Jan 26 13:16:58 anna[3562]: DEBUG: retrieving apt-mirror-setup 1:0.182
Jan 26 13:16:58 net-retriever: regular: pool/main/a/apt-setup/apt-mirror-setup_0.182_all.udeb /var/cache/anna/apt-mirror-setup_0.182_all.udeb
Jan 26 13:16:58 anna[3562]: 2024-01-26 13:16:58 URL:http://LOCAL_IP_ADDRESS/cobbler/repo_mirror/auto-deb-x86_64/pool/main/a/apt-setup/apt-mirror-setup_0.182_all.udeb [52212/52212] -> "/var/cache/anna/_fetch-url_apt-mirror-setup_0.182_all.udeb.3610" [1]
Jan 26 13:16:58 anna[3562]: DEBUG: retrieving apt-setup-udeb 1:0.182
Jan 26 13:16:58 net-retriever: regular: pool/main/a/apt-setup/apt-setup-udeb_0.182_amd64.udeb /var/cache/anna/apt-setup-udeb_0.182_amd64.udeb
Jan 26 13:16:58 anna[3562]: 2024-01-26 13:16:58 URL:http://LOCAL_IP_ADDRESS/cobbler/repo_mirror/auto-deb-x86_64/pool/main/a/apt-setup/apt-setup-udeb_0.182_amd64.udeb [78400/78400] -> "/var/cache/anna/_fetch-url_apt-setup-udeb_0.182_amd64.udeb.3638" [1]
Jan 26 13:16:58 anna[3562]: DEBUG: retrieving base-installer 1.213
Jan 26 13:16:58 net-retriever: regular: pool/main/b/base-installer/base-installer_1.213_all.udeb /var/cache/anna/base-installer_1.213_all.udeb
Jan 26 13:16:58 anna[3562]: 2024-01-26 13:16:58 URL:http://LOCAL_IP_ADDRESS/cobbler/repo_mirror/auto-deb-x86_64/pool/main/b/base-installer/base-installer_1.213_all.udeb [41980/41980] -> "/var/cache/anna/_fetch-url_base-installer_1.213_all.udeb.3666" [1]
Jan 26 13:16:59 anna[3562]: DEBUG: retrieving bootstrap-base 1.213
Jan 26 13:16:59 net-retriever: regular: pool/main/b/base-installer/bootstrap-base_1.213_amd64.udeb /var/cache/anna/bootstrap-base_1.213_amd64.udeb
Jan 26 13:16:59 anna[3562]: 2024-01-26 13:16:59 URL:http://LOCAL_IP_ADDRESS/cobbler/repo_mirror/auto-deb-x86_64/pool/main/b/base-installer/bootstrap-base_1.213_amd64.udeb [136328/136328] -> "/var/cache/anna/_fetch-url_bootstrap-base_1.213_amd64.udeb.3694" [1]
Jan 26 13:16:59 anna[3562]: DEBUG: retrieving btrfs-progs-udeb 6.2-1
Jan 26 13:16:59 net-retriever: regular: pool/main/b/btrfs-progs/btrfs-progs-udeb_6.2-1_amd64.udeb /var/cache/anna/btrfs-progs-udeb_6.2-1_amd64.udeb
Jan 26 13:16:59 anna[3562]: 2024-01-26 13:16:59 URL:http://LOCAL_IP_ADDRESS/cobbler/repo_mirror/auto-deb-x86_64/pool/main/b/btrfs-progs/btrfs-progs-udeb_6.2-1_amd64.udeb [438144/438144] -> "/var/cache/anna/_fetch-url_btrfs-progs-udeb_6.2-1_amd64.udeb.3722" [1]
Jan 26 13:16:59 anna[3562]: DEBUG: retrieving clock-setup 0.161
Jan 26 13:16:59 net-retriever: regular: pool/main/c/clock-setup/clock-setup_0.161_amd64.udeb /var/cache/anna/clock-setup_0.161_amd64.udeb
Jan 26 13:16:59 anna[3562]: 2024-01-26 13:16:59 URL:http://LOCAL_IP_ADDRESS/cobbler/repo_mirror/auto-deb-x86_64/pool/main/c/clock-setup/clock-setup_0.161_amd64.udeb [49048/49048] -> "/var/cache/anna/_fetch-url_clock-setup_0.161_amd64.udeb.3748" [1]
Jan 26 13:16:59 anna[3562]: DEBUG: retrieving di-utils-mapdevfs 1.146
Jan 26 13:16:59 net-retriever: regular: pool/main/d/debian-installer-utils/di-utils-mapdevfs_1.146_amd64.udeb /var/cache/anna/di-utils-mapdevfs_1.146_amd64.udeb
Jan 26 13:16:59 anna[3562]: 2024-01-26 13:16:59 URL:http://LOCAL_IP_ADDRESS/cobbler/repo_mirror/auto-deb-x86_64/pool/main/d/debian-installer-utils/di-utils-mapdevfs_1.146_amd64.udeb [2356/2356] -> "/var/cache/anna/_fetch-url_di-utils-mapdevfs_1.146_amd64.udeb.3776" [1]
Jan 26 13:16:59 anna[3562]: DEBUG: retrieving debootstrap-udeb 1.0.128+nmu2+deb12u1
Jan 26 13:16:59 net-retriever: regular: pool/main/d/debootstrap/debootstrap-udeb_1.0.128+nmu2+deb12u1_all.udeb /var/cache/anna/debootstrap-udeb_1.0.128+nmu2+deb12u1_all.udeb
Jan 26 13:16:59 anna[3562]: 2024-01-26 13:16:59 URL:http://LOCAL_IP_ADDRESS/cobbler/repo_mirror/auto-deb-x86_64/pool/main/d/debootstrap/debootstrap-udeb_1.0.128+nmu2+deb12u1_all.udeb [28996/28996] -> "/var/cache/anna/_fetch-url_debootstrap-udeb_1.0.128+nmu2+deb12u1_all.udeb.3802" [1]
Jan 26 13:16:59 anna[3562]: DEBUG: retrieving depthcharge-tools-installer 2
Jan 26 13:16:59 net-retriever: regular: pool/main/d/depthcharge-tools-installer/depthcharge-tools-installer_2_all.udeb /var/cache/anna/depthcharge-tools-installer_2_all.udeb
Jan 26 13:16:59 anna[3562]: 2024-01-26 13:16:59 URL:http://LOCAL_IP_ADDRESS/cobbler/repo_mirror/auto-deb-x86_64/pool/main/d/depthcharge-tools-installer/depthcharge-tools-installer_2_all.udeb [2488/2488] -> "/var/cache/anna/_fetch-url_depthcharge-tools-installer_2_all.udeb.3828" [1]
Jan 26 13:16:59 anna[3562]: DEBUG: retrieving dmidecode-udeb 3.4-1
Jan 26 13:16:59 net-retriever: regular: pool/main/d/dmidecode/dmidecode-udeb_3.4-1_amd64.udeb /var/cache/anna/dmidecode-udeb_3.4-1_amd64.udeb
Jan 26 13:16:59 anna[3562]: 2024-01-26 13:16:59 URL:http://LOCAL_IP_ADDRESS/cobbler/repo_mirror/auto-deb-x86_64/pool/main/d/dmidecode/dmidecode-udeb_3.4-1_amd64.udeb [38696/38696] -> "/var/cache/anna/_fetch-url_dmidecode-udeb_3.4-1_amd64.udeb.3856" [1]
Jan 26 13:17:00 anna[3562]: DEBUG: retrieving dosfstools-udeb 4.2-1
Jan 26 13:17:00 net-retriever: regular: pool/main/d/dosfstools/dosfstools-udeb_4.2-1_amd64.udeb /var/cache/anna/dosfstools-udeb_4.2-1_amd64.udeb
Jan 26 13:17:00 anna[3562]: 2024-01-26 13:17:00 URL:http://LOCAL_IP_ADDRESS/cobbler/repo_mirror/auto-deb-x86_64/pool/main/d/dosfstools/dosfstools-udeb_4.2-1_amd64.udeb [56552/56552] -> "/var/cache/anna/_fetch-url_dosfstools-udeb_4.2-1_amd64.udeb.3882" [1]
Jan 26 13:17:00 anna[3562]: DEBUG: retrieving e2fsprogs-udeb 1.47.0-2
Jan 26 13:17:00 net-retriever: regular: pool/main/e/e2fsprogs/e2fsprogs-udeb_1.47.0-2_amd64.udeb /var/cache/anna/e2fsprogs-udeb_1.47.0-2_amd64.udeb
Jan 26 13:17:00 anna[3562]: 2024-01-26 13:17:00 URL:http://LOCAL_IP_ADDRESS/cobbler/repo_mirror/auto-deb-x86_64/pool/main/e/e2fsprogs/e2fsprogs-udeb_1.47.0-2_amd64.udeb [418216/418216] -> "/var/cache/anna/_fetch-url_e2fsprogs-udeb_1.47.0-2_amd64.udeb.3908" [1]
Jan 26 13:17:00 anna[3562]: DEBUG: retrieving finish-install 2.117
Jan 26 13:17:00 net-retriever: regular: pool/main/f/finish-install/finish-install_2.117_all.udeb /var/cache/anna/finish-install_2.117_all.udeb
Jan 26 13:17:00 anna[3562]: 2024-01-26 13:17:00 URL:http://LOCAL_IP_ADDRESS/cobbler/repo_mirror/auto-deb-x86_64/pool/main/f/finish-install/finish-install_2.117_all.udeb [21448/21448] -> "/var/cache/anna/_fetch-url_finish-install_2.117_all.udeb.3934" [1]
Jan 26 13:17:00 anna[3562]: DEBUG: retrieving libfuse2-udeb 2.9.9-6+b1
Jan 26 13:17:00 net-retriever: regular: pool/main/f/fuse/libfuse2-udeb_2.9.9-6+b1_amd64.udeb /var/cache/anna/libfuse2-udeb_2.9.9-6+b1_amd64.udeb
Jan 26 13:17:00 anna[3562]: 2024-01-26 13:17:00 URL:http://LOCAL_IP_ADDRESS/cobbler/repo_mirror/auto-deb-x86_64/pool/main/f/fuse/libfuse2-udeb_2.9.9-6+b1_amd64.udeb [69312/69312] -> "/var/cache/anna/_fetch-url_libfuse2-udeb_2.9.9-6+b1_amd64.udeb.3962" [1]
Jan 26 13:17:00 anna[3562]: DEBUG: retrieving fuse3-udeb 3.14.0-4
Jan 26 13:17:00 net-retriever: regular: pool/main/f/fuse3/fuse3-udeb_3.14.0-4_amd64.udeb /var/cache/anna/fuse3-udeb_3.14.0-4_amd64.udeb
Jan 26 13:17:00 anna[3562]: 2024-01-26 13:17:00 URL:http://LOCAL_IP_ADDRESS/cobbler/repo_mirror/auto-deb-x86_64/pool/main/f/fuse3/fuse3-udeb_3.14.0-4_amd64.udeb [16300/16300] -> "/var/cache/anna/_fetch-url_fuse3-udeb_3.14.0-4_amd64.udeb.3988" [1]
Jan 26 13:17:00 anna[3562]: DEBUG: retrieving libfuse3-3-udeb 3.14.0-4
Jan 26 13:17:00 net-retriever: regular: pool/main/f/fuse3/libfuse3-3-udeb_3.14.0-4_amd64.udeb /var/cache/anna/libfuse3-3-udeb_3.14.0-4_amd64.udeb
Jan 26 13:17:00 anna[3562]: 2024-01-26 13:17:00 URL:http://LOCAL_IP_ADDRESS/cobbler/repo_mirror/auto-deb-x86_64/pool/main/f/fuse3/libfuse3-3-udeb_3.14.0-4_amd64.udeb [66332/66332] -> "/var/cache/anna/_fetch-url_libfuse3-3-udeb_3.14.0-4_amd64.udeb.4014" [1]
Jan 26 13:17:00 anna[3562]: DEBUG: retrieving grub-installer 1.194
Jan 26 13:17:00 net-retriever: regular: pool/main/g/grub-installer/grub-installer_1.194_amd64.udeb /var/cache/anna/grub-installer_1.194_amd64.udeb
Jan 26 13:17:00 anna[3562]: 2024-01-26 13:17:00 URL:http://LOCAL_IP_ADDRESS/cobbler/repo_mirror/auto-deb-x86_64/pool/main/g/grub-installer/grub-installer_1.194_amd64.udeb [172692/172692] -> "/var/cache/anna/_fetch-url_grub-installer_1.194_amd64.udeb.4040" [1]
Jan 26 13:17:00 anna[3562]: DEBUG: retrieving grub-mount-udeb 2.06-13+deb12u1
Jan 26 13:17:00 net-retriever: regular: pool/main/g/grub2/grub-mount-udeb_2.06-13+deb12u1_amd64.udeb /var/cache/anna/grub-mount-udeb_2.06-13+deb12u1_amd64.udeb
Jan 26 13:17:00 anna[3562]: 2024-01-26 13:17:00 URL:http://LOCAL_IP_ADDRESS/cobbler/repo_mirror/auto-deb-x86_64/pool/main/g/grub2/grub-mount-udeb_2.06-13+deb12u1_amd64.udeb [425996/425996] -> "/var/cache/anna/_fetch-url_grub-mount-udeb_2.06-13+deb12u1_amd64.udeb.4068" [1]
Jan 26 13:17:01 anna[3562]: DEBUG: retrieving disk-detect 1.159
Jan 26 13:17:01 net-retriever: regular: pool/main/h/hw-detect/disk-detect_1.159_amd64.udeb /var/cache/anna/disk-detect_1.159_amd64.udeb
Jan 26 13:17:01 anna[3562]: 2024-01-26 13:17:01 URL:http://LOCAL_IP_ADDRESS/cobbler/repo_mirror/auto-deb-x86_64/pool/main/h/hw-detect/disk-detect_1.159_amd64.udeb [21524/21524] -> "/var/cache/anna/_fetch-url_disk-detect_1.159_amd64.udeb.4094" [1]
Jan 26 13:17:01 anna[3562]: DEBUG: retrieving driver-injection-disk-detect 1.159
Jan 26 13:17:01 net-retriever: regular: pool/main/h/hw-detect/driver-injection-disk-detect_1.159_all.udeb /var/cache/anna/driver-injection-disk-detect_1.159_all.udeb
Jan 26 13:17:01 anna[3562]: 2024-01-26 13:17:01 URL:http://LOCAL_IP_ADDRESS/cobbler/repo_mirror/auto-deb-x86_64/pool/main/h/hw-detect/driver-injection-disk-detect_1.159_all.udeb [12292/12292] -> "/var/cache/anna/_fetch-url_driver-injection-disk-detect_1.159_all.udeb.4122" [1]
Jan 26 13:17:01 anna[3562]: DEBUG: retrieving jfsutils-udeb 1.1.15-5
Jan 26 13:17:01 net-retriever: regular: pool/main/j/jfsutils/jfsutils-udeb_1.1.15-5_amd64.udeb /var/cache/anna/jfsutils-udeb_1.1.15-5_amd64.udeb
Jan 26 13:17:01 anna[3562]: 2024-01-26 13:17:01 URL:http://LOCAL_IP_ADDRESS/cobbler/repo_mirror/auto-deb-x86_64/pool/main/j/jfsutils/jfsutils-udeb_1.1.15-5_amd64.udeb [172840/172840] -> "/var/cache/anna/_fetch-url_jfsutils-udeb_1.1.15-5_amd64.udeb.4150" [1]
Jan 26 13:17:01 anna[3562]: DEBUG: retrieving kickseed-common 0.63
Jan 26 13:17:01 net-retriever: regular: pool/main/k/kickseed/kickseed-common_0.63_all.udeb /var/cache/anna/kickseed-common_0.63_all.udeb
Jan 26 13:17:01 anna[3562]: 2024-01-26 13:17:01 URL:http://LOCAL_IP_ADDRESS/cobbler/repo_mirror/auto-deb-x86_64/pool/main/k/kickseed/kickseed-common_0.63_all.udeb [11152/11152] -> "/var/cache/anna/_fetch-url_kickseed-common_0.63_all.udeb.4176" [1]
Jan 26 13:17:01 anna[3562]: DEBUG: retrieving libbsd0-udeb 0.11.7-2
Jan 26 13:17:01 net-retriever: regular: pool/main/libb/libbsd/libbsd0-udeb_0.11.7-2_amd64.udeb /var/cache/anna/libbsd0-udeb_0.11.7-2_amd64.udeb
Jan 26 13:17:01 anna[3562]: 2024-01-26 13:17:01 URL:http://LOCAL_IP_ADDRESS/cobbler/repo_mirror/auto-deb-x86_64/pool/main/libb/libbsd/libbsd0-udeb_0.11.7-2_amd64.udeb [33512/33512] -> "/var/cache/anna/_fetch-url_libbsd0-udeb_0.11.7-2_amd64.udeb.4202" [1]
Jan 26 13:17:01 anna[3562]: DEBUG: retrieving libinih1-udeb 55-1
Jan 26 13:17:01 net-retriever: regular: pool/main/libi/libinih/libinih1-udeb_55-1_amd64.udeb /var/cache/anna/libinih1-udeb_55-1_amd64.udeb
Jan 26 13:17:01 anna[3562]: 2024-01-26 13:17:01 URL:http://LOCAL_IP_ADDRESS/cobbler/repo_mirror/auto-deb-x86_64/pool/main/libi/libinih/libinih1-udeb_55-1_amd64.udeb [4176/4176] -> "/var/cache/anna/_fetch-url_libinih1-udeb_55-1_amd64.udeb.4228" [1]
Jan 26 13:17:01 anna[3562]: DEBUG: retrieving libmd0-udeb 1.0.4-2
Jan 26 13:17:01 net-retriever: regular: pool/main/libm/libmd/libmd0-udeb_1.0.4-2_amd64.udeb /var/cache/anna/libmd0-udeb_1.0.4-2_amd64.udeb
Jan 26 13:17:01 anna[3562]: 2024-01-26 13:17:01 URL:http://LOCAL_IP_ADDRESS/cobbler/repo_mirror/auto-deb-x86_64/pool/main/libm/libmd/libmd0-udeb_1.0.4-2_amd64.udeb [17780/17780] -> "/var/cache/anna/_fetch-url_libmd0-udeb_1.0.4-2_amd64.udeb.4254" [1]
Jan 26 13:17:01 anna[3562]: DEBUG: retrieving liburcu8-udeb 0.13.2-1
Jan 26 13:17:01 net-retriever: regular: pool/main/libu/liburcu/liburcu8-udeb_0.13.2-1_amd64.udeb /var/cache/anna/liburcu8-udeb_0.13.2-1_amd64.udeb
Jan 26 13:17:01 anna[3562]: 2024-01-26 13:17:01 URL:http://LOCAL_IP_ADDRESS/cobbler/repo_mirror/auto-deb-x86_64/pool/main/libu/liburcu/liburcu8-udeb_0.13.2-1_amd64.udeb [46488/46488] -> "/var/cache/anna/_fetch-url_liburcu8-udeb_0.13.2-1_amd64.udeb.4280" [1]
Jan 26 13:17:02 anna[3562]: DEBUG: retrieving libzstd1-udeb 1.5.4+dfsg2-5
Jan 26 13:17:02 net-retriever: regular: pool/main/libz/libzstd/libzstd1-udeb_1.5.4+dfsg2-5_amd64.udeb /var/cache/anna/libzstd1-udeb_1.5.4+dfsg2-5_amd64.udeb
Jan 26 13:17:02 anna[3562]: 2024-01-26 13:17:02 URL:http://LOCAL_IP_ADDRESS/cobbler/repo_mirror/auto-deb-x86_64/pool/main/libz/libzstd/libzstd1-udeb_1.5.4+dfsg2-5_amd64.udeb [266120/266120] -> "/var/cache/anna/_fetch-url_libzstd1-udeb_1.5.4+dfsg2-5_amd64.udeb.4306" [1]
Jan 26 13:17:02 anna[3562]: DEBUG: retrieving libdevmapper1.02.1-udeb 2:1.02.185-2
Jan 26 13:17:02 net-retriever: regular: pool/main/l/lvm2/libdevmapper1.02.1-udeb_1.02.185-2_amd64.udeb /var/cache/anna/libdevmapper1.02.1-udeb_1.02.185-2_amd64.udeb
Jan 26 13:17:02 anna[3562]: 2024-01-26 13:17:02 URL:http://LOCAL_IP_ADDRESS/cobbler/repo_mirror/auto-deb-x86_64/pool/main/l/lvm2/libdevmapper1.02.1-udeb_1.02.185-2_amd64.udeb [118132/118132] -> "/var/cache/anna/_fetch-url_libdevmapper1.02.1-udeb_1.02.185-2_amd64.udeb.4332" [1]
Jan 26 13:17:02 anna[3562]: DEBUG: retrieving liblzo2-2-udeb 2.10-2
Jan 26 13:17:02 net-retriever: regular: pool/main/l/lzo2/liblzo2-2-udeb_2.10-2_amd64.udeb /var/cache/anna/liblzo2-2-udeb_2.10-2_amd64.udeb
Jan 26 13:17:02 anna[3562]: 2024-01-26 13:17:02 URL:http://LOCAL_IP_ADDRESS/cobbler/repo_mirror/auto-deb-x86_64/pool/main/l/lzo2/liblzo2-2-udeb_2.10-2_amd64.udeb [41680/41680] -> "/var/cache/anna/_fetch-url_liblzo2-2-udeb_2.10-2_amd64.udeb.4358" [1]
Jan 26 13:17:02 anna[3562]: DEBUG: retrieving mdadm-udeb 4.2-5
Jan 26 13:17:02 net-retriever: regular: pool/main/m/mdadm/mdadm-udeb_4.2-5_amd64.udeb /var/cache/anna/mdadm-udeb_4.2-5_amd64.udeb
Jan 26 13:17:02 anna[3562]: 2024-01-26 13:17:02 URL:http://LOCAL_IP_ADDRESS/cobbler/repo_mirror/auto-deb-x86_64/pool/main/m/mdadm/mdadm-udeb_4.2-5_amd64.udeb [301368/301368] -> "/var/cache/anna/_fetch-url_mdadm-udeb_4.2-5_amd64.udeb.4384" [1]
Jan 26 13:17:02 anna[3562]: DEBUG: retrieving nobootloader 1.67
Jan 26 13:17:02 net-retriever: regular: pool/main/n/nobootloader/nobootloader_1.67_all.udeb /var/cache/anna/nobootloader_1.67_all.udeb
Jan 26 13:17:02 anna[3562]: 2024-01-26 13:17:02 URL:http://LOCAL_IP_ADDRESS/cobbler/repo_mirror/auto-deb-x86_64/pool/main/n/nobootloader/nobootloader_1.67_all.udeb [52580/52580] -> "/var/cache/anna/_fetch-url_nobootloader_1.67_all.udeb.4410" [1]
Jan 26 13:17:02 anna[3562]: DEBUG: retrieving ntfs-3g-udeb 1:2022.10.3-1+b1
Jan 26 13:17:02 net-retriever: regular: pool/main/n/ntfs-3g/ntfs-3g-udeb_2022.10.3-1+b1_amd64.udeb /var/cache/anna/ntfs-3g-udeb_2022.10.3-1+b1_amd64.udeb
Jan 26 13:17:02 anna[3562]: 2024-01-26 13:17:02 URL:http://LOCAL_IP_ADDRESS/cobbler/repo_mirror/auto-deb-x86_64/pool/main/n/ntfs-3g/ntfs-3g-udeb_2022.10.3-1+b1_amd64.udeb [231428/231428] -> "/var/cache/anna/_fetch-url_ntfs-3g-udeb_2022.10.3-1+b1_amd64.udeb.4438" [1]
Jan 26 13:17:02 anna[3562]: DEBUG: retrieving open-iscsi-udeb 2.1.8-1
Jan 26 13:17:02 net-retriever: regular: pool/main/o/open-iscsi/open-iscsi-udeb_2.1.8-1_amd64.udeb /var/cache/anna/open-iscsi-udeb_2.1.8-1_amd64.udeb
Jan 26 13:17:02 anna[3562]: 2024-01-26 13:17:02 URL:http://LOCAL_IP_ADDRESS/cobbler/repo_mirror/auto-deb-x86_64/pool/main/o/open-iscsi/open-iscsi-udeb_2.1.8-1_amd64.udeb [253816/253816] -> "/var/cache/anna/_fetch-url_open-iscsi-udeb_2.1.8-1_amd64.udeb.4464" [1]
Jan 26 13:17:02 anna[3562]: DEBUG: retrieving libisns-udeb 0.101-0.2+b1
Jan 26 13:17:02 net-retriever: regular: pool/main/o/open-isns/libisns-udeb_0.101-0.2+b1_amd64.udeb /var/cache/anna/libisns-udeb_0.101-0.2+b1_amd64.udeb
Jan 26 13:17:02 anna[3562]: 2024-01-26 13:17:02 URL:http://LOCAL_IP_ADDRESS/cobbler/repo_mirror/auto-deb-x86_64/pool/main/o/open-isns/libisns-udeb_0.101-0.2+b1_amd64.udeb [86312/86312] -> "/var/cache/anna/_fetch-url_libisns-udeb_0.101-0.2+b1_amd64.udeb.4490" [1]
Jan 26 13:17:03 anna[3562]: DEBUG: retrieving os-prober-udeb 1.81
Jan 26 13:17:03 net-retriever: regular: pool/main/o/os-prober/os-prober-udeb_1.81_amd64.udeb /var/cache/anna/os-prober-udeb_1.81_amd64.udeb
Jan 26 13:17:03 anna[3562]: 2024-01-26 13:17:03 URL:http://LOCAL_IP_ADDRESS/cobbler/repo_mirror/auto-deb-x86_64/pool/main/o/os-prober/os-prober-udeb_1.81_amd64.udeb [14412/14412] -> "/var/cache/anna/_fetch-url_os-prober-udeb_1.81_amd64.udeb.4516" [1]
Jan 26 13:17:03 anna[3562]: DEBUG: retrieving libparted-fs-resize0-udeb 3.5-3
Jan 26 13:17:03 net-retriever: regular: pool/main/p/parted/libparted-fs-resize0-udeb_3.5-3_amd64.udeb /var/cache/anna/libparted-fs-resize0-udeb_3.5-3_amd64.udeb
Jan 26 13:17:03 anna[3562]: 2024-01-26 13:17:03 URL:http://LOCAL_IP_ADDRESS/cobbler/repo_mirror/auto-deb-x86_64/pool/main/p/parted/libparted-fs-resize0-udeb_3.5-3_amd64.udeb [33036/33036] -> "/var/cache/anna/_fetch-url_libparted-fs-resize0-udeb_3.5-3_amd64.udeb.4542" [1]
Jan 26 13:17:03 anna[3562]: DEBUG: retrieving libparted2-udeb 3.5-3
Jan 26 13:17:03 net-retriever: regular: pool/main/p/parted/libparted2-udeb_3.5-3_amd64.udeb /var/cache/anna/libparted2-udeb_3.5-3_amd64.udeb
Jan 26 13:17:03 anna[3562]: 2024-01-26 13:17:03 URL:http://LOCAL_IP_ADDRESS/cobbler/repo_mirror/auto-deb-x86_64/pool/main/p/parted/libparted2-udeb_3.5-3_amd64.udeb [104236/104236] -> "/var/cache/anna/_fetch-url_libparted2-udeb_3.5-3_amd64.udeb.4568" [1]
Jan 26 13:17:03 anna[3562]: DEBUG: retrieving partman-auto 162
Jan 26 13:17:03 net-retriever: regular: pool/main/p/partman-auto/partman-auto_162_amd64.udeb /var/cache/anna/partman-auto_162_amd64.udeb
Jan 26 13:17:03 anna[3562]: 2024-01-26 13:17:03 URL:http://LOCAL_IP_ADDRESS/cobbler/repo_mirror/auto-deb-x86_64/pool/main/p/partman-auto/partman-auto_162_amd64.udeb [66172/66172] -> "/var/cache/anna/_fetch-url_partman-auto_162_amd64.udeb.4594" [1]
Jan 26 13:17:03 anna[3562]: DEBUG: retrieving partman-auto-raid 51
Jan 26 13:17:03 net-retriever: regular: pool/main/p/partman-auto-raid/partman-auto-raid_51_all.udeb /var/cache/anna/partman-auto-raid_51_all.udeb
Jan 26 13:17:03 anna[3562]: 2024-01-26 13:17:03 URL:http://LOCAL_IP_ADDRESS/cobbler/repo_mirror/auto-deb-x86_64/pool/main/p/partman-auto-raid/partman-auto-raid_51_all.udeb [19364/19364] -> "/var/cache/anna/_fetch-url_partman-auto-raid_51_all.udeb.4622" [1]
Jan 26 13:17:03 anna[3562]: DEBUG: retrieving partman-base 226
Jan 26 13:17:03 net-retriever: regular: pool/main/p/partman-base/partman-base_226_amd64.udeb /var/cache/anna/partman-base_226_amd64.udeb
Jan 26 13:17:03 anna[3562]: 2024-01-26 13:17:03 URL:http://LOCAL_IP_ADDRESS/cobbler/repo_mirror/auto-deb-x86_64/pool/main/p/partman-base/partman-base_226_amd64.udeb [129248/129248] -> "/var/cache/anna/_fetch-url_partman-base_226_amd64.udeb.4650" [1]
Jan 26 13:17:04 anna[3562]: DEBUG: retrieving partman-utils 226
Jan 26 13:17:04 net-retriever: regular: pool/main/p/partman-base/partman-utils_226_amd64.udeb /var/cache/anna/partman-utils_226_amd64.udeb
Jan 26 13:17:04 anna[3562]: 2024-01-26 13:17:04 URL:http://LOCAL_IP_ADDRESS/cobbler/repo_mirror/auto-deb-x86_64/pool/main/p/partman-base/partman-utils_226_amd64.udeb [3304/3304] -> "/var/cache/anna/_fetch-url_partman-utils_226_amd64.udeb.4678" [1]
Jan 26 13:17:04 anna[3562]: DEBUG: retrieving partman-basicfilesystems 164
Jan 26 13:17:04 net-retriever: regular: pool/main/p/partman-basicfilesystems/partman-basicfilesystems_164_amd64.udeb /var/cache/anna/partman-basicfilesystems_164_amd64.udeb
Jan 26 13:17:04 anna[3562]: 2024-01-26 13:17:04 URL:http://LOCAL_IP_ADDRESS/cobbler/repo_mirror/auto-deb-x86_64/pool/main/p/partman-basicfilesystems/partman-basicfilesystems_164_amd64.udeb [136888/136888] -> "/var/cache/anna/_fetch-url_partman-basicfilesystems_164_amd64.udeb.4704" [1]
Jan 26 13:17:04 anna[3562]: DEBUG: retrieving partman-basicmethods 74
Jan 26 13:17:04 net-retriever: regular: pool/main/p/partman-basicmethods/partman-basicmethods_74_all.udeb /var/cache/anna/partman-basicmethods_74_all.udeb
Jan 26 13:17:04 anna[3562]: 2024-01-26 13:17:04 URL:http://LOCAL_IP_ADDRESS/cobbler/repo_mirror/auto-deb-x86_64/pool/main/p/partman-basicmethods/partman-basicmethods_74_all.udeb [18912/18912] -> "/var/cache/anna/_fetch-url_partman-basicmethods_74_all.udeb.4732" [1]
Jan 26 13:17:04 anna[3562]: DEBUG: retrieving partman-btrfs 59
Jan 26 13:17:04 net-retriever: regular: pool/main/p/partman-btrfs/partman-btrfs_59_all.udeb /var/cache/anna/partman-btrfs_59_all.udeb
Jan 26 13:17:04 anna[3562]: 2024-01-26 13:17:04 URL:http://LOCAL_IP_ADDRESS/cobbler/repo_mirror/auto-deb-x86_64/pool/main/p/partman-btrfs/partman-btrfs_59_all.udeb [16916/16916] -> "/var/cache/anna/_fetch-url_partman-btrfs_59_all.udeb.4760" [1]
Jan 26 13:17:04 anna[3562]: DEBUG: retrieving partman-cros 3
Jan 26 13:17:04 net-retriever: regular: pool/main/p/partman-cros/partman-cros_3_all.udeb /var/cache/anna/partman-cros_3_all.udeb
Jan 26 13:17:05 anna[3562]: 2024-01-26 13:17:05 URL:http://LOCAL_IP_ADDRESS/cobbler/repo_mirror/auto-deb-x86_64/pool/main/p/partman-cros/partman-cros_3_all.udeb [4444/4444] -> "/var/cache/anna/_fetch-url_partman-cros_3_all.udeb.4788" [1]
Jan 26 13:17:05 anna[3562]: DEBUG: retrieving partman-efi 101
Jan 26 13:17:05 net-retriever: regular: pool/main/p/partman-efi/partman-efi_101_amd64.udeb /var/cache/anna/partman-efi_101_amd64.udeb
Jan 26 13:17:05 anna[3562]: 2024-01-26 13:17:05 URL:http://LOCAL_IP_ADDRESS/cobbler/repo_mirror/auto-deb-x86_64/pool/main/p/partman-efi/partman-efi_101_amd64.udeb [28872/28872] -> "/var/cache/anna/_fetch-url_partman-efi_101_amd64.udeb.4816" [1]
Jan 26 13:17:05 anna[3562]: DEBUG: retrieving partman-ext3 112
Jan 26 13:17:05 net-retriever: regular: pool/main/p/partman-ext3/partman-ext3_112_all.udeb /var/cache/anna/partman-ext3_112_all.udeb
Jan 26 13:17:05 anna[3562]: 2024-01-26 13:17:05 URL:http://LOCAL_IP_ADDRESS/cobbler/repo_mirror/auto-deb-x86_64/pool/main/p/partman-ext3/partman-ext3_112_all.udeb [54364/54364] -> "/var/cache/anna/_fetch-url_partman-ext3_112_all.udeb.4844" [1]
Jan 26 13:17:05 anna[3562]: DEBUG: retrieving partman-iscsi 76
Jan 26 13:17:05 net-retriever: regular: pool/main/p/partman-iscsi/partman-iscsi_76_all.udeb /var/cache/anna/partman-iscsi_76_all.udeb
Jan 26 13:17:05 anna[3562]: 2024-01-26 13:17:05 URL:http://LOCAL_IP_ADDRESS/cobbler/repo_mirror/auto-deb-x86_64/pool/main/p/partman-iscsi/partman-iscsi_76_all.udeb [39728/39728] -> "/var/cache/anna/_fetch-url_partman-iscsi_76_all.udeb.4872" [1]
Jan 26 13:17:06 anna[3562]: DEBUG: retrieving partman-jfs 62
Jan 26 13:17:06 net-retriever: regular: pool/main/p/partman-jfs/partman-jfs_62_all.udeb /var/cache/anna/partman-jfs_62_all.udeb
Jan 26 13:17:06 anna[3562]: 2024-01-26 13:17:06 URL:http://LOCAL_IP_ADDRESS/cobbler/repo_mirror/auto-deb-x86_64/pool/main/p/partman-jfs/partman-jfs_62_all.udeb [5316/5316] -> "/var/cache/anna/_fetch-url_partman-jfs_62_all.udeb.4900" [1]
Jan 26 13:17:06 anna[3562]: DEBUG: retrieving partman-md 106
Jan 26 13:17:06 net-retriever: regular: pool/main/p/partman-md/partman-md_106_all.udeb /var/cache/anna/partman-md_106_all.udeb
Jan 26 13:17:06 anna[3562]: 2024-01-26 13:17:06 URL:http://LOCAL_IP_ADDRESS/cobbler/repo_mirror/auto-deb-x86_64/pool/main/p/partman-md/partman-md_106_all.udeb [143480/143480] -> "/var/cache/anna/_fetch-url_partman-md_106_all.udeb.4928" [1]
Jan 26 13:17:06 anna[3562]: DEBUG: retrieving partman-partitioning 147
Jan 26 13:17:06 net-retriever: regular: pool/main/p/partman-partitioning/partman-partitioning_147_amd64.udeb /var/cache/anna/partman-partitioning_147_amd64.udeb
Jan 26 13:17:06 anna[3562]: 2024-01-26 13:17:06 URL:http://LOCAL_IP_ADDRESS/cobbler/repo_mirror/auto-deb-x86_64/pool/main/p/partman-partitioning/partman-partitioning_147_amd64.udeb [133424/133424] -> "/var/cache/anna/_fetch-url_partman-partitioning_147_amd64.udeb.4956" [1]
Jan 26 13:17:07 anna[3562]: DEBUG: retrieving partman-target 127
Jan 26 13:17:07 net-retriever: regular: pool/main/p/partman-target/partman-target_127_all.udeb /var/cache/anna/partman-target_127_all.udeb
Jan 26 13:17:07 anna[3562]: 2024-01-26 13:17:07 URL:http://LOCAL_IP_ADDRESS/cobbler/repo_mirror/auto-deb-x86_64/pool/main/p/partman-target/partman-target_127_all.udeb [91488/91488] -> "/var/cache/anna/_fetch-url_partman-target_127_all.udeb.4984" [1]
Jan 26 13:17:07 anna[3562]: DEBUG: retrieving partman-xfs 68
Jan 26 13:17:07 net-retriever: regular: pool/main/p/partman-xfs/partman-xfs_68_all.udeb /var/cache/anna/partman-xfs_68_all.udeb
Jan 26 13:17:07 anna[3562]: 2024-01-26 13:17:07 URL:http://LOCAL_IP_ADDRESS/cobbler/repo_mirror/auto-deb-x86_64/pool/main/p/partman-xfs/partman-xfs_68_all.udeb [5320/5320] -> "/var/cache/anna/_fetch-url_partman-xfs_68_all.udeb.5012" [1]
Jan 26 13:17:07 anna[3562]: DEBUG: retrieving pkgsel 0.79
Jan 26 13:17:07 net-retriever: regular: pool/main/p/pkgsel/pkgsel_0.79_all.udeb /var/cache/anna/pkgsel_0.79_all.udeb
Jan 26 13:17:07 anna[3562]: 2024-01-26 13:17:07 URL:http://LOCAL_IP_ADDRESS/cobbler/repo_mirror/auto-deb-x86_64/pool/main/p/pkgsel/pkgsel_0.79_all.udeb [30408/30408] -> "/var/cache/anna/_fetch-url_pkgsel_0.79_all.udeb.5040" [1]
Jan 26 13:17:07 anna[3562]: DEBUG: retrieving rdate-udeb 1:1.11-3
Jan 26 13:17:07 net-retriever: regular: pool/main/r/rdate/rdate-udeb_1.11-3_amd64.udeb /var/cache/anna/rdate-udeb_1.11-3_amd64.udeb
Jan 26 13:17:07 anna[3562]: 2024-01-26 13:17:07 URL:http://LOCAL_IP_ADDRESS/cobbler/repo_mirror/auto-deb-x86_64/pool/main/r/rdate/rdate-udeb_1.11-3_amd64.udeb [7396/7396] -> "/var/cache/anna/_fetch-url_rdate-udeb_1.11-3_amd64.udeb.5068" [1]
Jan 26 13:17:07 anna[3562]: DEBUG: retrieving tzsetup-udeb 1:0.122
Jan 26 13:17:07 net-retriever: regular: pool/main/t/tzsetup/tzsetup-udeb_0.122_all.udeb /var/cache/anna/tzsetup-udeb_0.122_all.udeb
Jan 26 13:17:08 anna[3562]: 2024-01-26 13:17:07 URL:http://LOCAL_IP_ADDRESS/cobbler/repo_mirror/auto-deb-x86_64/pool/main/t/tzsetup/tzsetup-udeb_0.122_all.udeb [65372/65372] -> "/var/cache/anna/_fetch-url_tzsetup-udeb_0.122_all.udeb.5094" [1]
Jan 26 13:17:08 anna[3562]: DEBUG: retrieving user-setup-udeb 1.95
Jan 26 13:17:08 net-retriever: regular: pool/main/u/user-setup/user-setup-udeb_1.95_all.udeb /var/cache/anna/user-setup-udeb_1.95_all.udeb
Jan 26 13:17:08 anna[3562]: 2024-01-26 13:17:08 URL:http://LOCAL_IP_ADDRESS/cobbler/repo_mirror/auto-deb-x86_64/pool/main/u/user-setup/user-setup-udeb_1.95_all.udeb [103440/103440] -> "/var/cache/anna/_fetch-url_user-setup-udeb_1.95_all.udeb.5122" [1]
Jan 26 13:17:08 anna[3562]: DEBUG: retrieving libmount1-udeb 2.38.1-5+b1
Jan 26 13:17:08 net-retriever: regular: pool/main/u/util-linux/libmount1-udeb_2.38.1-5+b1_amd64.udeb /var/cache/anna/libmount1-udeb_2.38.1-5+b1_amd64.udeb
Jan 26 13:17:08 anna[3562]: 2024-01-26 13:17:08 URL:http://LOCAL_IP_ADDRESS/cobbler/repo_mirror/auto-deb-x86_64/pool/main/u/util-linux/libmount1-udeb_2.38.1-5+b1_amd64.udeb [148672/148672] -> "/var/cache/anna/_fetch-url_libmount1-udeb_2.38.1-5+b1_amd64.udeb.5150" [1]
Jan 26 13:17:08 anna[3562]: DEBUG: retrieving xfsprogs-udeb 6.1.0-1
Jan 26 13:17:08 net-retriever: regular: pool/main/x/xfsprogs/xfsprogs-udeb_6.1.0-1_amd64.udeb /var/cache/anna/xfsprogs-udeb_6.1.0-1_amd64.udeb
Jan 26 13:17:08 anna[3562]: 2024-01-26 13:17:08 URL:http://LOCAL_IP_ADDRESS/cobbler/repo_mirror/auto-deb-x86_64/pool/main/x/xfsprogs/xfsprogs-udeb_6.1.0-1_amd64.udeb [152656/152656] -> "/var/cache/anna/_fetch-url_xfsprogs-udeb_6.1.0-1_amd64.udeb.5176" [1]
Jan 26 13:17:08 anna[3562]: DEBUG: retrieving btrfs-modules-6.1.0-15-amd64-di 6.1.66-1
Jan 26 13:17:08 net-retriever: regular: pool/main/l/linux-signed-amd64/btrfs-modules-6.1.0-15-amd64-di_6.1.66-1_amd64.udeb /var/cache/anna/btrfs-modules-6.1.0-15-amd64-di_6.1.66-1_amd64.udeb
Jan 26 13:17:08 anna[3562]: 2024-01-26 13:17:08 URL:http://LOCAL_IP_ADDRESS/cobbler/repo_mirror/auto-deb-x86_64/pool/main/l/linux-signed-amd64/btrfs-modules-6.1.0-15-amd64-di_6.1.66-1_amd64.udeb [678124/678124] -> "/var/cache/anna/_fetch-url_btrfs-modules-6.1.0-15-amd64-di_6.1.66-1_amd64.udeb.5202" [1]
Jan 26 13:17:08 anna[3562]: DEBUG: retrieving efi-modules-6.1.0-15-amd64-di 6.1.66-1
Jan 26 13:17:08 net-retriever: regular: pool/main/l/linux-signed-amd64/efi-modules-6.1.0-15-amd64-di_6.1.66-1_amd64.udeb /var/cache/anna/efi-modules-6.1.0-15-amd64-di_6.1.66-1_amd64.udeb
Jan 26 13:17:08 anna[3562]: 2024-01-26 13:17:08 URL:http://LOCAL_IP_ADDRESS/cobbler/repo_mirror/auto-deb-x86_64/pool/main/l/linux-signed-amd64/efi-modules-6.1.0-15-amd64-di_6.1.66-1_amd64.udeb [10500/10500] -> "/var/cache/anna/_fetch-url_efi-modules-6.1.0-15-amd64-di_6.1.66-1_amd64.udeb.5228" [1]
Jan 26 13:17:08 anna[3562]: DEBUG: retrieving ext4-modules-6.1.0-15-amd64-di 6.1.66-1
Jan 26 13:17:09 net-retriever: regular: pool/main/l/linux-signed-amd64/ext4-modules-6.1.0-15-amd64-di_6.1.66-1_amd64.udeb /var/cache/anna/ext4-modules-6.1.0-15-amd64-di_6.1.66-1_amd64.udeb
Jan 26 13:17:09 anna[3562]: 2024-01-26 13:17:09 URL:http://LOCAL_IP_ADDRESS/cobbler/repo_mirror/auto-deb-x86_64/pool/main/l/linux-signed-amd64/ext4-modules-6.1.0-15-amd64-di_6.1.66-1_amd64.udeb [407852/407852] -> "/var/cache/anna/_fetch-url_ext4-modules-6.1.0-15-amd64-di_6.1.66-1_amd64.udeb.5254" [1]
Jan 26 13:17:09 anna[3562]: DEBUG: retrieving firewire-core-modules-6.1.0-15-amd64-di 6.1.66-1
Jan 26 13:17:09 net-retriever: regular: pool/main/l/linux-signed-amd64/firewire-core-modules-6.1.0-15-amd64-di_6.1.66-1_amd64.udeb /var/cache/anna/firewire-core-modules-6.1.0-15-amd64-di_6.1.66-1_amd64.udeb
Jan 26 13:17:09 anna[3562]: 2024-01-26 13:17:09 URL:http://LOCAL_IP_ADDRESS/cobbler/repo_mirror/auto-deb-x86_64/pool/main/l/linux-signed-amd64/firewire-core-modules-6.1.0-15-amd64-di_6.1.66-1_amd64.udeb [75368/75368] -> "/var/cache/anna/_fetch-url_firewire-core-modules-6.1.0-15-amd64-di_6.1.66-1_amd64.udeb.5280" [1]
Jan 26 13:17:09 anna[3562]: DEBUG: retrieving jfs-modules-6.1.0-15-amd64-di 6.1.66-1
Jan 26 13:17:09 net-retriever: regular: pool/main/l/linux-signed-amd64/jfs-modules-6.1.0-15-amd64-di_6.1.66-1_amd64.udeb /var/cache/anna/jfs-modules-6.1.0-15-amd64-di_6.1.66-1_amd64.udeb
Jan 26 13:17:09 anna[3562]: 2024-01-26 13:17:09 URL:http://LOCAL_IP_ADDRESS/cobbler/repo_mirror/auto-deb-x86_64/pool/main/l/linux-signed-amd64/jfs-modules-6.1.0-15-amd64-di_6.1.66-1_amd64.udeb [107596/107596] -> "/var/cache/anna/_fetch-url_jfs-modules-6.1.0-15-amd64-di_6.1.66-1_amd64.udeb.5306" [1]
Jan 26 13:17:09 anna[3562]: DEBUG: retrieving loop-modules-6.1.0-15-amd64-di 6.1.66-1
Jan 26 13:17:09 net-retriever: regular: pool/main/l/linux-signed-amd64/loop-modules-6.1.0-15-amd64-di_6.1.66-1_amd64.udeb /var/cache/anna/loop-modules-6.1.0-15-amd64-di_6.1.66-1_amd64.udeb
Jan 26 13:17:09 anna[3562]: 2024-01-26 13:17:09 URL:http://LOCAL_IP_ADDRESS/cobbler/repo_mirror/auto-deb-x86_64/pool/main/l/linux-signed-amd64/loop-modules-6.1.0-15-amd64-di_6.1.66-1_amd64.udeb [17872/17872] -> "/var/cache/anna/_fetch-url_loop-modules-6.1.0-15-amd64-di_6.1.66-1_amd64.udeb.5332" [1]
Jan 26 13:17:09 anna[3562]: DEBUG: retrieving md-modules-6.1.0-15-amd64-di 6.1.66-1
Jan 26 13:17:09 net-retriever: regular: pool/main/l/linux-signed-amd64/md-modules-6.1.0-15-amd64-di_6.1.66-1_amd64.udeb /var/cache/anna/md-modules-6.1.0-15-amd64-di_6.1.66-1_amd64.udeb
Jan 26 13:17:09 anna[3562]: 2024-01-26 13:17:09 URL:http://LOCAL_IP_ADDRESS/cobbler/repo_mirror/auto-deb-x86_64/pool/main/l/linux-signed-amd64/md-modules-6.1.0-15-amd64-di_6.1.66-1_amd64.udeb [594216/594216] -> "/var/cache/anna/_fetch-url_md-modules-6.1.0-15-amd64-di_6.1.66-1_amd64.udeb.5358" [1]
Jan 26 13:17:09 anna[3562]: DEBUG: retrieving pata-modules-6.1.0-15-amd64-di 6.1.66-1
Jan 26 13:17:09 net-retriever: regular: pool/main/l/linux-signed-amd64/pata-modules-6.1.0-15-amd64-di_6.1.66-1_amd64.udeb /var/cache/anna/pata-modules-6.1.0-15-amd64-di_6.1.66-1_amd64.udeb
Jan 26 13:17:09 anna[3562]: 2024-01-26 13:17:09 URL:http://LOCAL_IP_ADDRESS/cobbler/repo_mirror/auto-deb-x86_64/pool/main/l/linux-signed-amd64/pata-modules-6.1.0-15-amd64-di_6.1.66-1_amd64.udeb [95304/95304] -> "/var/cache/anna/_fetch-url_pata-modules-6.1.0-15-amd64-di_6.1.66-1_amd64.udeb.5384" [1]
Jan 26 13:17:09 anna[3562]: DEBUG: retrieving pcmcia-storage-modules-6.1.0-15-amd64-di 6.1.66-1
Jan 26 13:17:09 net-retriever: regular: pool/main/l/linux-signed-amd64/pcmcia-storage-modules-6.1.0-15-amd64-di_6.1.66-1_amd64.udeb /var/cache/anna/pcmcia-storage-modules-6.1.0-15-amd64-di_6.1.66-1_amd64.udeb
Jan 26 13:17:09 anna[3562]: 2024-01-26 13:17:09 URL:http://LOCAL_IP_ADDRESS/cobbler/repo_mirror/auto-deb-x86_64/pool/main/l/linux-signed-amd64/pcmcia-storage-modules-6.1.0-15-amd64-di_6.1.66-1_amd64.udeb [15476/15476] -> "/var/cache/anna/_fetch-url_pcmcia-storage-modules-6.1.0-15-amd64-di_6.1.66-1_amd64.udeb.5410" [1]
Jan 26 13:17:09 anna[3562]: DEBUG: retrieving xfs-modules-6.1.0-15-amd64-di 6.1.66-1
Jan 26 13:17:09 net-retriever: regular: pool/main/l/linux-signed-amd64/xfs-modules-6.1.0-15-amd64-di_6.1.66-1_amd64.udeb /var/cache/anna/xfs-modules-6.1.0-15-amd64-di_6.1.66-1_amd64.udeb
Jan 26 13:17:09 anna[3562]: 2024-01-26 13:17:09 URL:http://LOCAL_IP_ADDRESS/cobbler/repo_mirror/auto-deb-x86_64/pool/main/l/linux-signed-amd64/xfs-modules-6.1.0-15-amd64-di_6.1.66-1_amd64.udeb [605176/605176] -> "/var/cache/anna/_fetch-url_xfs-modules-6.1.0-15-amd64-di_6.1.66-1_amd64.udeb.5436" [1]
Jan 26 13:17:10 main-menu[287]: INFO: Falling back to the package description for brltty-udeb
Jan 26 13:17:10 depthcharge-tools-installer: Not installing to non-ChromeOS board.
Jan 26 13:17:10 main-menu[287]: INFO: Falling back to the package description for brltty-udeb
Jan 26 13:17:10 main-menu[287]: INFO: Menu item 'driver-injection-disk-detect' selected
Jan 26 13:17:10 main-menu[287]: INFO: Falling back to the package description for brltty-udeb
Jan 26 13:17:10 depthcharge-tools-installer: Not installing to non-ChromeOS board.
Jan 26 13:17:10 main-menu[287]: INFO: Falling back to the package description for brltty-udeb
Jan 26 13:17:10 main-menu[287]: INFO: Menu item 'user-setup-udeb' selected
Jan 26 13:17:10 main-menu[287]: INFO: Falling back to the package description for brltty-udeb
Jan 26 13:17:10 depthcharge-tools-installer: Not installing to non-ChromeOS board.
Jan 26 13:17:10 main-menu[287]: INFO: Falling back to the package description for brltty-udeb
Jan 26 13:17:10 main-menu[287]: INFO: Menu item 'clock-setup' selected
Jan 26 13:17:10 clock-setup: rdate called using NTP server 0.debian.pool.ntp.org.
Jan 26 13:17:10 clock-setup: Fri Jan 26 13:17:10 UTC 2024
Jan 26 13:17:10 clock-setup: rdate: adjust local clock by -0.367826 seconds
Jan 26 13:17:10 main-menu[287]: INFO: Falling back to the package description for brltty-udeb
Jan 26 13:17:10 depthcharge-tools-installer: Not installing to non-ChromeOS board.
Jan 26 13:17:10 main-menu[287]: INFO: Falling back to the package description for brltty-udeb
Jan 26 13:17:10 main-menu[287]: INFO: Menu item 'disk-detect' selected
Jan 26 13:17:10 anna-install: Installing mmc-modules
Jan 26 13:17:11 net/hw-detect.hotplug: Detected hotpluggable network interface ens32
Jan 26 13:17:11 net/hw-detect.hotplug: Detected hotpluggable network interface lo
Jan 26 13:17:12 check-missing-firmware: looking at dmesg again, restarting from timestamp: [    7.059384]
Jan 26 13:17:12 check-missing-firmware: timestamp found, truncating dmesg accordingly
Jan 26 13:17:12 check-missing-firmware: saving timestamp for a later use: [    8.424606]
Jan 26 13:17:12 check-missing-firmware: no missing firmware in loaded kernel modules
Jan 26 13:17:41 main-menu[287]: INFO: Falling back to the package description for brltty-udeb
Jan 26 13:17:41 depthcharge-tools-installer: Not installing to non-ChromeOS board.
Jan 26 13:17:41 main-menu[287]: INFO: Falling back to the package description for brltty-udeb
Jan 26 13:17:41 main-menu[287]: INFO: Menu item 'partman-base' selected
Jan 26 13:17:41 anna-install: Installing partman-auto-lvm
Jan 26 13:17:41 anna[5833]: DEBUG: resolver (cdebconf-udeb): package doesn't exist (ignored)
Jan 26 13:17:41 anna[5833]: DEBUG: resolver (di-utils): package doesn't exist (ignored)
Jan 26 13:17:41 anna[5833]: DEBUG: resolver (kernel-image-6.1.0-15-amd64-di): package doesn't exist (ignored)
Jan 26 13:17:41 anna[5833]: DEBUG: resolver (fat-modules): package doesn't exist (ignored)
Jan 26 13:17:41 anna[5833]: DEBUG: resolver (libdebian-installer4-udeb): package doesn't exist (ignored)
Jan 26 13:17:41 anna[5833]: DEBUG: resolver (archdetect): package doesn't exist (ignored)
Jan 26 13:17:41 anna[5833]: DEBUG: resolver (hw-detect): package doesn't exist (ignored)
Jan 26 13:17:41 anna[5833]: DEBUG: retrieving libaio1-udeb 0.3.113-4
Jan 26 13:17:41 net-retriever: regular: pool/main/liba/libaio/libaio1-udeb_0.3.113-4_amd64.udeb /var/cache/anna/libaio1-udeb_0.3.113-4_amd64.udeb
Jan 26 13:17:41 anna[5833]: 2024-01-26 13:17:41 URL:http://LOCAL_IP_ADDRESS/cobbler/repo_mirror/auto-deb-x86_64/pool/main/liba/libaio/libaio1-udeb_0.3.113-4_amd64.udeb [3388/3388] -> "/var/cache/anna/_fetch-url_libaio1-udeb_0.3.113-4_amd64.udeb.5838" [1]
Jan 26 13:17:41 anna[5833]: DEBUG: retrieving lvm2-udeb 2.03.16-2
Jan 26 13:17:41 net-retriever: regular: pool/main/l/lvm2/lvm2-udeb_2.03.16-2_amd64.udeb /var/cache/anna/lvm2-udeb_2.03.16-2_amd64.udeb
Jan 26 13:17:41 anna[5833]: 2024-01-26 13:17:41 URL:http://LOCAL_IP_ADDRESS/cobbler/repo_mirror/auto-deb-x86_64/pool/main/l/lvm2/lvm2-udeb_2.03.16-2_amd64.udeb [749768/749768] -> "/var/cache/anna/_fetch-url_lvm2-udeb_2.03.16-2_amd64.udeb.5864" [1]
Jan 26 13:17:41 anna[5833]: DEBUG: retrieving partman-auto-lvm 91
Jan 26 13:17:41 net-retriever: regular: pool/main/p/partman-auto-lvm/partman-auto-lvm_91_all.udeb /var/cache/anna/partman-auto-lvm_91_all.udeb
Jan 26 13:17:41 anna[5833]: 2024-01-26 13:17:41 URL:http://LOCAL_IP_ADDRESS/cobbler/repo_mirror/auto-deb-x86_64/pool/main/p/partman-auto-lvm/partman-auto-lvm_91_all.udeb [83904/83904] -> "/var/cache/anna/_fetch-url_partman-auto-lvm_91_all.udeb.5890" [1]
Jan 26 13:17:42 anna[5833]: DEBUG: retrieving partman-lvm 146
Jan 26 13:17:42 net-retriever: regular: pool/main/p/partman-lvm/partman-lvm_146_all.udeb /var/cache/anna/partman-lvm_146_all.udeb
Jan 26 13:17:42 anna[5833]: 2024-01-26 13:17:42 URL:http://LOCAL_IP_ADDRESS/cobbler/repo_mirror/auto-deb-x86_64/pool/main/p/partman-lvm/partman-lvm_146_all.udeb [192912/192912] -> "/var/cache/anna/_fetch-url_partman-lvm_146_all.udeb.5918" [1]
Jan 26 13:17:42 anna-install: Installing partman-auto-crypto
Jan 26 13:17:42 anna[5958]: DEBUG: resolver (cdebconf-udeb): package doesn't exist (ignored)
Jan 26 13:17:42 anna[5958]: DEBUG: resolver (di-utils): package doesn't exist (ignored)
Jan 26 13:17:42 anna[5958]: DEBUG: resolver (kernel-image-6.1.0-15-amd64-di): package doesn't exist (ignored)
Jan 26 13:17:42 anna[5958]: DEBUG: resolver (fat-modules): package doesn't exist (ignored)
Jan 26 13:17:42 anna[5958]: DEBUG: resolver (libdebian-installer4-udeb): package doesn't exist (ignored)
Jan 26 13:17:42 anna[5958]: DEBUG: resolver (archdetect): package doesn't exist (ignored)
Jan 26 13:17:42 anna[5958]: DEBUG: resolver (hw-detect): package doesn't exist (ignored)
Jan 26 13:17:42 anna[5958]: DEBUG: retrieving partman-auto-crypto 34
Jan 26 13:17:42 net-retriever: regular: pool/main/p/partman-auto-crypto/partman-auto-crypto_34_all.udeb /var/cache/anna/partman-auto-crypto_34_all.udeb
Jan 26 13:17:42 anna[5958]: 2024-01-26 13:17:42 URL:http://LOCAL_IP_ADDRESS/cobbler/repo_mirror/auto-deb-x86_64/pool/main/p/partman-auto-crypto/partman-auto-crypto_34_all.udeb [5728/5728] -> "/var/cache/anna/_fetch-url_partman-auto-crypto_34_all.udeb.5963" [1]
Jan 26 13:17:43 anna[5958]: DEBUG: retrieving partman-crypto 121
Jan 26 13:17:43 net-retriever: regular: pool/main/p/partman-crypto/partman-crypto_121_amd64.udeb /var/cache/anna/partman-crypto_121_amd64.udeb
Jan 26 13:17:43 anna[5958]: 2024-01-26 13:17:43 URL:http://LOCAL_IP_ADDRESS/cobbler/repo_mirror/auto-deb-x86_64/pool/main/p/partman-crypto/partman-crypto_121_amd64.udeb [215944/215944] -> "/var/cache/anna/_fetch-url_partman-crypto_121_amd64.udeb.5991" [1]
Jan 26 13:17:44 kernel: [   70.622532] raid6: avx2x4   gen() 10917 MB/s
Jan 26 13:17:44 kernel: [   70.690534] raid6: avx2x2   gen()  9918 MB/s
Jan 26 13:17:44 kernel: [   70.758533] raid6: avx2x1   gen()  5738 MB/s
Jan 26 13:17:44 kernel: [   70.758542] raid6: using algorithm avx2x4 gen() 10917 MB/s
Jan 26 13:17:44 kernel: [   70.826532] raid6: .... xor() 6959 MB/s, rmw enabled
Jan 26 13:17:44 kernel: [   70.826540] raid6: using avx2x2 recovery algorithm
Jan 26 13:17:44 kernel: [   70.828533] xor: automatically using best checksumming function   avx       
Jan 26 13:17:44 kernel: [   71.213263] Btrfs loaded, crc32c=crc32c-generic, zoned=yes, fsverity=yes
Jan 26 13:17:44 kernel: [   71.257568] JFS: nTxBlock = 8192, nTxLock = 65536
Jan 26 13:17:45 kernel: [   72.110916] SGI XFS with ACLs, security attributes, realtime, quota, no debug enabled
Jan 26 13:17:45 md-devices: mdadm: No devices listed in partitions
Jan 26 13:17:45 md-devices: mdadm: No devices listed in conf file were found.
Jan 26 13:17:46 kernel: [   72.639174] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
Jan 26 13:17:46 kernel: [   72.639237] device-mapper: uevent: version 1.0.3
Jan 26 13:17:46 kernel: [   72.639939] device-mapper: ioctl: 4.47.0-ioctl (2022-07-28) initialised: dm-devel@redhat.com
Jan 26 13:17:46 partman:   No matching physical volumes found
Jan 26 13:17:51 main-menu[287]: (process:5819): depmod: WARNING: could not open modules.builtin.modinfo at /lib/modules/6.1.0-15-amd64: No such file or directory
Jan 26 13:17:51 main-menu[287]: (process:5819): mount: mounting none on /sys/firmware/efi/efivars failed: No such file or directory
Jan 26 13:17:51 main-menu[287]: INFO: Menu item 'partman-base' succeeded but requested to be left unconfigured.
Jan 26 13:17:51 main-menu[287]: INFO: Falling back to the package description for brltty-udeb
Jan 26 13:17:51 depthcharge-tools-installer: Not installing to non-ChromeOS board.
Jan 26 13:18:00 init: starting pid 270, tty '/dev/tty2': '-/bin/sh'
Jan 26 13:21:09 anna-install: Installing openssh-client-udeb
Jan 26 13:21:09 anna[6425]: DEBUG: retrieving openssh-client-udeb 1:9.2p1-2+deb12u1
Jan 26 13:21:09 net-retriever: regular: pool/main/o/openssh/openssh-client-udeb_9.2p1-2+deb12u1_amd64.udeb /var/cache/anna/openssh-client-udeb_9.2p1-2+deb12u1_amd64.udeb
Jan 26 13:21:09 anna[6425]: 2024-01-26 13:21:09 URL:http://LOCAL_IP_ADDRESS/cobbler/repo_mirror/auto-deb-x86_64/pool/main/o/openssh/openssh-client-udeb_9.2p1-2+deb12u1_amd64.udeb [377332/377332] -> "/var/cache/anna/_fetch-url_openssh-client-udeb_9.2p1-2+deb12u1_amd64.udeb.6430" [1]
Jan 26 13:21:09 anna[6425]: (Reading database...)
Jan 26 13:21:09 anna[6425]: (Updating database...)
Jan 26 13:21:50 anna-install: Installing ufw

Code: Select all

# cat /var/log/partman
/bin/partman: *******************************************************
/lib/partman/init.d/25md-devices: *******************************************************
/lib/partman/init.d/30parted: *******************************************************
parted_server: ======= Starting the server
parted_server: main_loop: iteration 1
parted_server: Opening infifo
/lib/partman/init.d/35dump: *******************************************************
/lib/partman/init.d/40iscsi: *******************************************************
/lib/partman/init.d/49md: *******************************************************
/lib/partman/init.d/50biosgrub: *******************************************************
/lib/partman/init.d/50cros: *******************************************************
/lib/partman/init.d/50lvm: *******************************************************
/lib/partman/init.d/50lvm: *******************************************************
/lib/partman/init.d/52crypto: *******************************************************
/lib/partman/init.d/70update_partitions: *******************************************************
/lib/partman/init.d/80autouse_swap: *******************************************************
/lib/partman/display.d/10initial_auto: *******************************************************
/lib/partman/display.d/50initial_auto_raid: *******************************************************
/lib/partman/display.d/55initial_auto_raid_fs: *******************************************************
/lib/partman/display.d/80manual_partitioning: *******************************************************
/lib/partman/choose_partition/20auto/choices: *******************************************************
/lib/partman/choose_partition/25md/choices: *******************************************************
/lib/partman/choose_partition/30lvm/choices: *******************************************************
/lib/partman/choose_partition/35crypto/choices: *******************************************************
/lib/partman/choose_partition/60partition_tree/choices: *******************************************************
/lib/partman/check.d/05duplicate_labels: *******************************************************
/lib/partman/check.d/05no_btrfs_boot: *******************************************************
/lib/partman/check.d/05nomountpoint_jfs: *******************************************************
/lib/partman/check.d/05proper_mountpoints: *******************************************************
/lib/partman/fstab.d/basic: *******************************************************
/lib/partman/fstab.d/btrfs: *******************************************************
/lib/partman/fstab.d/efi: *******************************************************
/lib/partman/fstab.d/ext3: *******************************************************
/lib/partman/fstab.d/jfs: *******************************************************
/lib/partman/fstab.d/xfs: *******************************************************
/lib/partman/display.d/10initial_auto: *******************************************************
/lib/partman/display.d/50initial_auto_raid: *******************************************************
/lib/partman/display.d/55initial_auto_raid_fs: *******************************************************
/lib/partman/display.d/80manual_partitioning: *******************************************************
/lib/partman/choose_partition/20auto/choices: *******************************************************
/lib/partman/choose_partition/25md/choices: *******************************************************
/lib/partman/choose_partition/30lvm/choices: *******************************************************
/lib/partman/choose_partition/35crypto/choices: *******************************************************
/lib/partman/choose_partition/60partition_tree/choices: *******************************************************
/bin/partman: IN: QUIT
parted_server: Read command: QUIT
parted_server: Quitting
Please let me know if you need any further information or logs.
Thanks.

Aki
Global Moderator
Global Moderator
Posts: 2979
Joined: 2014-07-20 18:12
Location: Europe
Has thanked: 75 times
Been thanked: 407 times

Re: Unattended Debian installation with preseed: no disk detected

#8 Post by Aki »

Hello,
miiraheart wrote: 2024-01-09 17:05 Hello all ! I have some issue with a debian preseed where I am using a local repository for the packages, when I do not use the local repository, the unattended installation finishes successfully using deb.debian.org, but when I just change the preseed file to use the local repository, it says there is no root filesystem for the partitioning step of the installer it tells me that there is no root filesystem, I can see that the disk is not detected, does anyone have an idea on how to resolve this ?
[..]
I used the netboot.tar.gz file from here http://http.us.debian.org/debian/dists/ ... s/netboot/
[..]
I have the VM on VMware, the disk type appears to be a SCSI disk.
[..]
Regarding blkid command, unfortunatley there is nothing in there, the command returns an emtpy result, since I have not plugged in the USB in the VM, the /dev/sda that was detected last time was the USB and not the VMware VM Disk.
According to the installer logs, the kernel from netboot.tar.gz does not recognize the hard disk controller and its connected disk.

The installer cannot find debian udeb packages [1] that supply kernel modules used to recognize / configure ata and scsi disk support.

Code: Select all

[..]
Jan 26 13:16:58 anna[3562]: 2024-01-26 13:16:58 URL:http://LOCAL_IP_ADDRESS/cobbler/repo_mirror/auto-deb-x86_64/dists/bookwor
m/main/debian-installer/binary-amd64/Packages.gz [41334/41334] -> "/tmp/_fetch-url_net-retriever-3564-Packages.3588" [1]
Jan 26 13:16:58 anna[3562]: DEBUG: resolver (fat-modules): package doesn't exist (ignored)
Jan 26 13:16:58 anna[3562]: DEBUG: resolver (scsi-modules): package doesn't exist (ignored)
Jan 26 13:16:58 anna[3562]: DEBUG: resolver (ata-modules-6.1.0-15-amd64-di): package doesn't exist (ignored)
Jan 26 13:16:58 anna[3562]: DEBUG: resolver (cdrom-core-modules-6.1.0-15-amd64-di): package doesn't exist (ignored)
Jan 26 13:16:58 anna[3562]: DEBUG: resolver (fat-modules): package doesn't exist (ignored)
Jan 26 13:16:58 anna[3562]: DEBUG: resolver (scsi-modules): package doesn't exist (ignored)
Jan 26 13:16:58 anna[3562]: DEBUG: resolver (ata-modules-6.1.0-15-amd64-di): package doesn't exist (ignored)
Jan 26 13:16:58 anna[3562]: DEBUG: resolver (cdrom-core-modules-6.1.0-15-amd64-di): package doesn't exist (ignored)
Jan 26 13:16:58 anna[3562]: DEBUG: retrieving apt-mirror-setup 1:0.182
Therefore, the kernel is probably missing the kernel modules to detect the VM's internal disk during unattended installation.

You can check the loaded kernel modules with the lsmod command from the installer shell at the partitioning stage, booting it with and without unattended installation.

As a reference, this is an example of the output from lsmod command using a Debian Bookworm netinst ISO with a KVM/QEMU VM without preseeding:

Code: Select all

Module                  Size  Used by
dm_mod                155648  0
md_mod                167936  0
xfs                  1462272  0
jfs                   208896  0
btrfs                1409024  0
xor                    24576  1 btrfs
zstd_decompress        81920  1 btrfs
zstd_compress         172032  1 btrfs
xxhash                 16384  2 zstd_compress,zstd_decompress
raid6_pq              122880  1 btrfs
libcrc32c              16384  2 btrfs,xfs
vfat                   20480  0
fat                    86016  1 vfat
ext4                  749568  0
crc16                  16384  1 ext4
mbcache                16384  1 ext4
jbd2                  122880  1 ext4
crc32c_generic         16384  1
fscrypto               32768  1 ext4
ecb                    16384  0
8139too                40960  0
8139cp                 36864  0
mii                    16384  2 8139cp,8139too
isofs                  49152  1
hid_generic            16384  0
uas                    28672  0
usb_storage            73728  1 uas
sd_mod                 61440  0
sr_mod                 28672  1
cdrom                  65536  1 sr_mod
usbhid                 57344  0
virtio_scsi            20480  0
virtio_balloon         20480  0
virtio_console         32768  0
hid                   139264  2 usbhid,hid_generic
ata_generic            16384  0
ahci                   40960  1
libahci                40960  1 ahci
ata_piix               36864  0
libata                270336  4 ata_piix,libahci,ahci,ata_generic
ehci_pci               16384  0
uhci_hcd               49152  0
ehci_hcd               94208  1 ehci_pci
usbcore               299008  6 ehci_pci,usbhid,usb_storage,ehci_hcd,uas,uhci_hcd
scsi_mod              249856  6 virtio_scsi,sd_mod,usb_storage,uas,libata,sr_mod
virtio_pci             28672  0
virtio_ring            28672  4 virtio_console,virtio_balloon,virtio_scsi,virtio_pci
virtio                 16384  4 virtio_console,virtio_balloon,virtio_scsi,virtio_pci
usb_common             16384  1 usbcore
---
[1] https://wiki.debian.org/udeb
⢀⣴⠾⠻⢶⣦⠀
⣾⠁⢠⠒⠀⣿⡁ Debian - The universal operating system
⢿⡄⠘⠷⠚⠋⠀ https://www.debian.org
⠈⠳⣄⠀

miiraheart
Posts: 10
Joined: 2024-01-03 10:33

Re: Unattended Debian installation with preseed: no disk detected

#9 Post by miiraheart »

Hello Aki,

Thank you for your reply, I have checked lsmod output:

Code: Select all

Module                  Size  Used by
dm_mod                184320  0
md_mod                192512  0
xfs                  1945600  0
jfs                   221184  0
btrfs                1785856  0
xor                    24576  1 btrfs
raid6_pq              122880  1 btrfs
zstd_compress         294912  1 btrfs
libcrc32c              16384  2 btrfs,xfs
vfat                   24576  0
fat                    90112  1 vfat
ext4                  983040  0
crc16                  16384  1 ext4
mbcache                16384  1 ext4
jbd2                  167936  1 ext4
crc32c_generic         16384  1
vga16fb                28672  0
vgastate               20480  1 vga16fb
crc32_pclmul           16384  0
e1000                 163840  0
and indeed it is missing a lot of modules compared to the output you have shared. As I have noticed and mentioned in my first post, the installation goes through with an online installation with deb.debian.org but faces this issue when the mirror used is my local repository.

Code: Select all

d-i mirror/protocol string http
d-i mirror/country string manual
d-i mirror/http/hostname string LOCAL_IP_ADDRESS
d-i mirror/http/directory string /cobbler/repo_mirror/auto-deb-x86_64
it seems that the installer can recover udeb packages needed for kernel modules ata and scsi disk support, as you have mentioned, through deb.debian.org, but could not find them on my local repository.
what are the best actions to take to provide the packges?

my repo is as follows:

Code: Select all

# cobbler repo report --name auto-deb-x86_64
Name                           : auto-deb-x86_64
Apt Components (apt only)      : ['main', 'universe']
Apt Dist Names (apt only)      : ['bookworm', 'bookworm-updates', 'bookworm-security']
Arch                           : x86_64
Breed                          : rsync
Comment                        : 
Createrepo Flags               : <<inherit>>
Environment Variables          : {}
Keep Updated                   : True
Mirror                         : /mnt/deb/
Mirror locally                 : True
Mirror Type                    : baseurl
Owners                         : <<inherit>>
Priority                       : 0
Proxy information              : <<inherit>>
RPM List                       : []
Rsync Options                  : {}
Yum Options                    : {'--ignore-release-gpg': '~'}
as /mnt/deb/ is a copy of all files from the lastest DVD iso from https://cdimage.debian.org/debian-cd/cu ... 4/iso-dvd/. What I have also done since I have noticed the packages are not in /mnt/deb is to manually copy everything with this command:

Code: Select all

wget -P /mnt/deb/pool/main/l/linux-signed-amd64 -r -np -nH --cut-dirs=5  --reject "*.html*" http://http.us.debian.org/debian/pool/main/l/linux-signed-amd64/
but I did not manage to update the Packages.gz from http://LOCAL_IP_ADDRESS/cobbler/repo_mirror/auto-deb-x86_64/dists/bookworm/main/debian-installer/binary-amd64/Packages.gz as everytime I manually download it, it does not get accepted.

How can update Packages.gz so the installer can find the missing packages I manually added, as the Packages.gz from the ISO does not include them.

Thanks in advance.

Aki
Global Moderator
Global Moderator
Posts: 2979
Joined: 2014-07-20 18:12
Location: Europe
Has thanked: 75 times
Been thanked: 407 times

Re: Unattended Debian installation with preseed: no disk detected

#10 Post by Aki »

Hello,
miiraheart wrote: 2024-01-28 13:10 How can update Packages.gz so the installer can find the missing packages I manually added, as the Packages.gz from the ISO does not include them.
Perhaps this might help you:
⢀⣴⠾⠻⢶⣦⠀
⣾⠁⢠⠒⠀⣿⡁ Debian - The universal operating system
⢿⡄⠘⠷⠚⠋⠀ https://www.debian.org
⠈⠳⣄⠀

miiraheart
Posts: 10
Joined: 2024-01-03 10:33

Re: Unattended Debian installation with preseed: no disk detected

#11 Post by miiraheart »

Hello Aki,

is there an alternative for apt-move for suse or for rhel? I currently do not have a debian system as my local repository server is a SLES server, if there's no alternative, I can just create a debian VM.
Last edited by miiraheart on 2024-01-28 16:34, edited 1 time in total.

Aki
Global Moderator
Global Moderator
Posts: 2979
Joined: 2014-07-20 18:12
Location: Europe
Has thanked: 75 times
Been thanked: 407 times

Re: Unattended Debian installation with preseed: no disk detected

#12 Post by Aki »

miiraheart wrote: 2024-01-28 16:30 is there an alternative for apt-move for suse or for rhel? I currently do not have a debian system as my local repository server is a SLES server, if there's no alternative, I can just create a debian VM.
No, as far I know.

You might use a different tool named aptly to mirror locally a Debian repository: Its home page (reported above) claims that it can be built on not-debian target system and that binary downloads are available (if glibc compatibility is provided).
⢀⣴⠾⠻⢶⣦⠀
⣾⠁⢠⠒⠀⣿⡁ Debian - The universal operating system
⢿⡄⠘⠷⠚⠋⠀ https://www.debian.org
⠈⠳⣄⠀

miiraheart
Posts: 10
Joined: 2024-01-03 10:33

Re: Unattended Debian installation with preseed: no disk detected

#13 Post by miiraheart »

Hello Aki,

I have created a ubuntu VM, and used apt-move as in this guide, https://doc.ubuntu-fr.org/aptmove and https://help.ubuntu.com/community/AptMoveHowto

Just wanted to confirm, in my current scenario, do I need to replace the Release ( and also add the Release.gpg as it was not there ) in dists/bookworm and the Release + Release.gpg and the Packages.gz in dists/bookworm/main/binary-amd64/ with my gpg key, because I tried that but it is telling me that the Release file seems to be incorrect. I will upload the logs in my next post if this is the case.

Aki
Global Moderator
Global Moderator
Posts: 2979
Joined: 2014-07-20 18:12
Location: Europe
Has thanked: 75 times
Been thanked: 407 times

Re: Unattended Debian installation with preseed: no disk detected

#14 Post by Aki »

miiraheart wrote: 2024-02-01 08:24 [..] in my current scenario, do I need to replace the Release ( and also add the Release.gpg as it was not there ) in dists/bookworm and the Release + Release.gpg and the Packages.gz in dists/bookworm/main/binary-amd64/ with my gpg key, because I tried that but it is telling me that the Release file seems to be incorrect. I will upload the logs in my next post if this is the case.
I suppose that the you should use the Debian signed files, otherwise the Debian Installer will probably complain about it.
⢀⣴⠾⠻⢶⣦⠀
⣾⠁⢠⠒⠀⣿⡁ Debian - The universal operating system
⢿⡄⠘⠷⠚⠋⠀ https://www.debian.org
⠈⠳⣄⠀

miiraheart
Posts: 10
Joined: 2024-01-03 10:33

Re: Unattended Debian installation with preseed: no disk detected

#15 Post by miiraheart »

Hello Aki,

if I use the Debian signed files then the VM will be looking for a different list ( pool packages locations ). I am confused could you give me more details? what do you mean with Debian signed files, is this the Packages.gz or the Release gpg key?

Thanks.

Aki
Global Moderator
Global Moderator
Posts: 2979
Joined: 2014-07-20 18:12
Location: Europe
Has thanked: 75 times
Been thanked: 407 times

Re: Unattended Debian installation with preseed: no disk detected

#16 Post by Aki »

Hello,

Sorry, probably apt-move is not the best tools for the job, after all. Also because you need a mirror of a Debian repository.

I would suggest a different approach, if you agree.

You can install a program called apt-cacher-ng [2] which acts as a local server cache proxy for apt repositories. It can act as a repository for your Debian installer, downloading (and storing locally) all downloadable/required packages once (and serving them back for future downloads). Of course, you need a working Debian/Linux installation to make it work.

As an example, I have tested this approach using my Debian Stable acting as a host for:
  • the apt-cacher-ng cache proxy [2]: acting as a local repository for Debian packages (you need to install and configure it)
  • the tftp server [1]:required for the PXE installation process (like the one you are trying to do);
    I used the following command to install the tftp server:

    Code: Select all

    apt install tftpd-hpa
    then I used the following commands to install the PXE version of the Debian Installer for BIOS boot (see [1]):

    Code: Select all

    apt --no-install-recommends install di-netboot-assistant 
    TFTP_ROOT="/var/lib/tftpboot/"
    mkdir "$TFTP_ROOT"
    di-netboot-assistant install stable
    
  • the guest VM machine: started to test the PXE-booted Debian Installer (as shown in [1]):

    Code: Select all

    qemu-system-x86_64 -enable-kvm -m 1024 -boot n -net nic \
                               -net user,tftp=/var/lib/tftpboot/,bootfile=/d-i/n-a/pxelinux.0
    
You will probably need to manually test the PXE-booted Debian installer before trying to automate it using preseed.

Hope this helps.

--
[1] https://wiki.debian.org/DebianInstaller/NetbootAssistant
[2] https://packages.debian.org/bookworm/apt-cacher-ng
⢀⣴⠾⠻⢶⣦⠀
⣾⠁⢠⠒⠀⣿⡁ Debian - The universal operating system
⢿⡄⠘⠷⠚⠋⠀ https://www.debian.org
⠈⠳⣄⠀

miiraheart
Posts: 10
Joined: 2024-01-03 10:33

Re: Unattended Debian installation with preseed: no disk detected

#17 Post by miiraheart »

Hello Aki,

Thank you for your response and recommendations. I have another question if you do not mind.

I have a Suse Manager installed which is basically a "local server cache proxy for apt repositories" where I have mirrored the packages the official debian repository. The thing is that I can't seem to find the URL Path for this mirrored repository to put in the preseed. I have put http://LOCAL_IP_ADDRESS/cobbler/repo_mirror/auto-deb-x86_64 which is the copy of the files of the ISO. But since it is missing the few packages, I would need to also add the mirrored repository from Suse Manager.
In this case do I use Suse Manager ( again I would have to find what would the path be for those downloaded packages ), or mirror locally the repo with cobbler reposync and added into the cobbler profile assosciated with it, or should I use apt-cacher-ng, which to be honest, not the best option to take as it would force me to create another debian machine just to mirror the debian repository which is already the job for Suse Manager.

Thanks in advance.

Aki
Global Moderator
Global Moderator
Posts: 2979
Joined: 2014-07-20 18:12
Location: Europe
Has thanked: 75 times
Been thanked: 407 times

Re: Unattended Debian installation with preseed: no disk detected

#18 Post by Aki »

Hello,

I am not used to SUSE Manager. A quick internet search led me here; according to [1]:
SUSE does not provide support for Debian operating systems. SUSE Manager allows you to manage Debian clients, but support is not provided. Using SUSE Manager to manage Debian clients is experimental. These instructions have been tested on Debian 10 and Debian 11. Do not rely on Debian clients in a production environment.

[1] https://documentation.suse.com/suma/4.2 ... ebian.html
⢀⣴⠾⠻⢶⣦⠀
⣾⠁⢠⠒⠀⣿⡁ Debian - The universal operating system
⢿⡄⠘⠷⠚⠋⠀ https://www.debian.org
⠈⠳⣄⠀

Aki
Global Moderator
Global Moderator
Posts: 2979
Joined: 2014-07-20 18:12
Location: Europe
Has thanked: 75 times
Been thanked: 407 times

Re: Unattended Debian installation with preseed: no disk detected

#19 Post by Aki »

MeinVali wrote: 2024-02-07 05:15 […] what alternative solutions or best practices would you recommend to me who want robust and reliable management of Debian-based systems in a production environment?
What do you mean for “management” ?

EDIT: as a side note, a similar thread was opened here few hours ago: Is it you or the OP ?
⢀⣴⠾⠻⢶⣦⠀
⣾⠁⢠⠒⠀⣿⡁ Debian - The universal operating system
⢿⡄⠘⠷⠚⠋⠀ https://www.debian.org
⠈⠳⣄⠀

miiraheart
Posts: 10
Joined: 2024-01-03 10:33

Re: Unattended Debian installation with preseed: no disk detected

#20 Post by miiraheart »

Is it you or the OP ?
Yes I am the one who posted it. As I could not find the response.

To me, it is not a concern of if debian is supported or not, but rather, if I mirror a reposiotry on SUSE Manager or an RMT, how can I find what was mirrored and use it with the preseed, so there would be no need to mirror the Debian repository twice. Or maybe it is not possible..

Post Reply