Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🌱 Installimage: create events containing debug.txt and cloud-init-output.log #1002

Merged
merged 1 commit into from
Oct 12, 2023

Conversation

guettli
Copy link
Contributor

@guettli guettli commented Oct 9, 2023

What this PR does / why we need it:

Up to now it is hard to debug installimage because we don't see the error messages, except we ssh into the machine.

But the machine could get provisioned again, if the first run was not successful.

This PR creates an event which contains the stdout/stderr and /root/debug.txt

Current output:

❯ k  get events --sort-by=.lastTimestamp -A 

default                             8m44s       Normal    ExecuteInstallImageSucceeded   hetznerbaremetalhost/bm-6                                             stdout:...

The text gets truncated here.

But the full text is visible via k9s or k describe:

k describe hbmh bm-6 (click to see full text)

Name:         bm-6
Namespace:    default
Labels:       cluster.x-k8s.io/cluster-name=caph-guettli
Annotations:  <none>
API Version:  infrastructure.cluster.x-k8s.io/v1beta1
Kind:         HetznerBareMetalHost
Metadata:
  Creation Timestamp:  2023-10-09T14:33:35Z
  Finalizers:
    hetznerbaremetalhost.infrastructure.cluster.x-k8s.io
  Generation:  50
  Owner References:
    API Version:     infrastructure.cluster.x-k8s.io/v1beta1
    Controller:      true
    Kind:            HetznerBareMetalMachine
    Name:            caph-guettli-md-1-6vcfd
    UID:             ef539e5b-5e1c-4c1a-a49b-c53e5f92f15a
  Resource Version:  4589
  UID:               d7b84c6b-0847-49d9-a1ab-9ae8cb326a0c
Spec:
...
Events:
  Type    Reason                        Age   From                Message
  ----    ------                        ----  ----                -------
  Normal  ExecuteInstallImageSucceeded  12m   hetzner-controller  debug.txt:

[16:36:34] # use config file /autosetup for autosetup
[16:36:34] # use post-install file /root/post-install.sh
[16:36:34] # OPT_CONFIGFILE:   /autosetup
[16:36:35] # starting installimage
[16:36:35] -------------------------------------
[16:36:35] :   Hardware data:
[16:36:35] :   CPU1: Intel(R) Core(TM) i7-4770 CPU @ 3.40GHz (Cores 8)
[16:36:35] :   Memory:  31979 MB
[16:36:35] :   Disk /dev/sda: 2000 GB (=> 1863 GiB) doesn't contain a valid partition table
[16:36:35] :   Disk /dev/sdb: 256 GB (=> 238 GiB)
[16:36:35] :   Disk /dev/sdc: 256 GB (=> 238 GiB)
[16:36:35] :   Disk /dev/sdd: 2000 GB (=> 1863 GiB) doesn't contain a valid partition table
[16:36:35] :   Total capacity 4202 GiB with 4 Disks
[16:36:35] -------------------------------------
[16:36:35] # make clean config
[16:36:35] # SYSTYPE: MS-7816
[16:36:35] # SYSMFC:  MSI
[16:36:35] running swapoff -a
[16:36:35] running dmsetup remove_all
[16:36:35] stopping md array /dev/md/0
[16:36:35] :   mdadm: stopped /dev/md/0
[16:36:35] stopping md array /dev/md/1
[16:36:35] :   mdadm: stopped /dev/md/1
[16:36:35] # executing autosetup ...
[16:36:35] # SYSTYPE: MS-7816
[16:36:35] # SYSMFC:  MSI
[16:36:35] # checking if the script is disabled
[16:36:35] # validating config ...
[16:36:35] :   /boot : 1024
[16:36:35] :   / : all
[16:36:35] Image info:
[16:36:35] :   DISTRIB ID:               ubuntu
[16:36:35] :   DISTRIB RELEASE/CODENAME: 2004
[16:36:35] :   Size of the first hdd is: 256060514304
[16:36:35] :   check_dos_partitions
[16:36:35] # executing installfile ...
[16:36:35] # SYSTYPE: MS-7816
[16:36:35] # SYSMFC:  MSI
[16:36:36] :   /boot : 1024
[16:36:36] :   / : all
[16:36:36] :   check_dos_partitions
[16:36:36] Image info:
[16:36:36] :   DISTRIB ID:               ubuntu
[16:36:36] :   DISTRIB RELEASE/CODENAME: 2004
[16:36:36] # load ubuntu specific functions...
[16:36:36] # Deleting partitions
[16:36:36] running swapoff -a
[16:36:36] running dmsetup remove_all
[16:36:36] # Deleting partitions on /dev/sdb
[16:36:37] :   
[16:36:37] :   ***************************************************************
[16:36:37] :   Found invalid GPT and valid MBR; converting MBR to GPT format
[16:36:37] :   in memory.
[16:36:37] :   ***************************************************************
[16:36:37] :   
[16:36:37] :   GPT data structures destroyed! You may now partition the disk using fdisk or
[16:36:37] :   other utilities.
[16:36:38] # Test partition size
[16:36:38] :   check_dos_partitions
[16:36:38] # Creating partitions and /etc/fstab
[16:36:38] # Creating partitions on /dev/sdb
[16:36:38] :   deactivate all dm-devices with dmraid and dmsetup
[16:36:38] :   no raid disks
[16:36:38] :   
[16:36:38] :   /dev/sdb:
[16:36:38] :   re-reading partition table
[16:36:38] :   create partition: parted -s /dev/sdb mkpart primary ext3 2048s 2099199s
[16:36:38] :   
[16:36:38] :   ***************************************************************
[16:36:38] :   Found invalid GPT and valid MBR; converting MBR to GPT format
[16:36:38] :   in memory.
[16:36:38] :   ***************************************************************
[16:36:38] :   
[16:36:38] :   2099200
[16:36:38] :   create partition: parted -s /dev/sdb mkpart primary ext3 2099200s 500116143s
[16:36:38] :   reread partition table after 5 seconds
[16:36:43] :   deactivate all dm-devices with dmraid and dmsetup
[16:36:43] :   no raid disks
[16:36:49] # formatting  /dev/sdb1  with  ext4
[16:36:54] # formatting  /dev/sdb2  with  ext4
[16:36:54] :   /dev/sdb2: 2 bytes were erased at offset 0x00000438 (ext4): 53 ef
[16:37:00] # Mounting partitions
[16:37:00] # Sync time via ntp
[16:37:00] :   Using standard Hetzner Online GmbH pubkey: /root/.oldroot/nfs/install/gpg/public-key.asc
[16:37:00] :   Using standard Hetzner Online GmbH pubkey: /root/.oldroot/nfs/install/gpg/public-key-2018.asc
[16:37:00] :   Using standard Hetzner Online GmbH pubkey: /root/.oldroot/nfs/install/gpg/public-key-2023.asc
[16:37:01] :   gpg: key 9E03E2BEB8F0F463: public key "Hetzner Online AG, RZ-Softwareentwicklung (Signing Key 2013) <[email protected]>" imported
[16:37:01] :   gpg: Total number processed: 1
[16:37:01] :   gpg:               imported: 1
[16:37:01] :   gpg: key 7030DBE4387333B3: public key "Hetzner Online GmbH image signing key <[email protected]>" imported
[16:37:01] :   gpg: Total number processed: 1
[16:37:01] :   gpg:               imported: 1
[16:37:01] :   gpg: key 5D6C6CC99D52C310: public key "[email protected]" imported
[16:37:01] :   gpg: key B97D95710D4B657E: public key "Hetzner Online GmbH (image signing key) <[email protected]>" imported
[16:37:01] :   gpg: Total number processed: 2
[16:37:01] :   gpg:               imported: 2
[16:37:01] # Validating image before starting extraction
[16:37:07] :   gpg: Signature made Mon 15 May 2023 06:25:42 AM CEST
[16:37:07] :   gpg:                using RSA key F0AB16B8F6E11814BF1D779A7030DBE4387333B3
[16:37:07] :   gpg: Good signature from "Hetzner Online GmbH image signing key <[email protected]>" [unknown]
[16:37:07] :   gpg: WARNING: This key is not certified with a trusted signature!
[16:37:07] :   gpg:          There is no indication that the signature belongs to the owner.
[16:37:07] :   Primary key fingerprint: F0AB 16B8 F6E1 1814 BF1D  779A 7030 DBE4 3873 33B3
[16:37:07] # Extracting image (local)
[16:37:15] # verify that systemd-nspawn works
[16:37:16] # Setting up network config
[16:37:16] # setup network config
[16:37:16] # setting up /etc/netplan/01-netcfg.yaml
[16:37:16] :   configuring ipv4 addr 144.76.101.50/32 for enp2s0
[16:37:16] :   configuring ipv4 gateway 144.76.101.33 for enp2s0
[16:37:16] :   configuring ipv6 addr 2a01:4f8:192:410e::2/64 for enp2s0
[16:37:16] netplan config: forcing the use of gateway4 and gateway6
[16:37:16] netplan config: using gateway4 and gateway6 instead of default route
[16:37:16] :   configuring ipv6 gateway fe80::1 for enp2s0
[16:37:16] mtab is already a symlink
[16:37:16] # Setting hostname
[16:37:16] # chroot: hostname bm-caph-guettli-md-1-6vcfd
[16:37:16] # set new hostname 'bm-caph-guettli-md-1-6vcfd' in /installimage.vDwwl/hdd/etc/hostname
[16:37:16] # Generating new SSH keys
[16:37:16] skipping rsa1 key gen
[16:37:16] # chroot: ssh-keygen -t dsa -f /etc/ssh/ssh_host_dsa_key -N '' >/dev/null
[16:37:17] # chroot: ssh-keygen -t rsa -f /etc/ssh/ssh_host_rsa_key -N '' >/dev/null
[16:37:17] # chroot: ssh-keygen -t ecdsa -f /etc/ssh/ssh_host_ecdsa_key -N '' >/dev/null
[16:37:17] # chroot: ssh-keygen -t ed25519 -f /etc/ssh/ssh_host_ed25519_key -N '' >/dev/null
[16:37:17] # chroot: ssh-keygen -l -f /etc/ssh/ssh_host_rsa_key.pub -E md5 > /tmp/rsa 2> /dev/null
[16:37:17] # chroot: ssh-keygen -l -f /etc/ssh/ssh_host_rsa_key.pub -E sha256 > /tmp/rsa.sha256 2> /dev/null
[16:37:17] # chroot: ssh-keygen -l -f /etc/ssh/ssh_host_dsa_key.pub -E md5 > /tmp/dsa 2> /dev/null
[16:37:17] # chroot: ssh-keygen -l -f /etc/ssh/ssh_host_dsa_key.pub -E sha256 > /tmp/dsa.sha256 2> /dev/null
[16:37:17] # chroot: ssh-keygen -l -f /etc/ssh/ssh_host_ecdsa_key.pub -E md5 > /tmp/ecdsa 2> /dev/null
[16:37:17] # chroot: ssh-keygen -l -f /etc/ssh/ssh_host_ecdsa_key.pub -E sha256 > /tmp/ecdsa.sha256 2> /dev/null
[16:37:17] # chroot: ssh-keygen -l -f /etc/ssh/ssh_host_ed25519_key.pub -E md5 > /tmp/ed25519 2> /dev/null
[16:37:17] # chroot: ssh-keygen -l -f /etc/ssh/ssh_host_ed25519_key.pub -E sha256 > /tmp/ed25519.sha256 2> /dev/null
[16:37:17] # Generating ramdisk
[16:37:17] # Kernel Version found: 5.15.0-71-generic
[16:37:17] # blacklisting unwanted and buggy kernel modules
[16:37:17] :   --- /dev/null                                                      2023-10-09 16:36:45.137342999 +0200
[16:37:17] :   +++ /installimage.vDwwl/hdd/etc/modprobe.d/blacklist-hetzner.conf  2023-10-09 16:37:17.626831599 +0200
[16:37:17] :   @@ -0,0 +1,8 @@
[16:37:17] :   +### Hetzner Online GmbH - installimage
[16:37:17] :   +### unwanted kernel modules
[16:37:17] :   +blacklist pcspkr
[16:37:17] :   +blacklist snd_pcsp
[16:37:17] :   +### buggy kernel modules
[16:37:17] :   +blacklist mei
[16:37:17] :   +blacklist mei-me
[16:37:17] :   +blacklist sm750fb
[16:37:17] # configuring kernel modules
[16:37:17] :   --- /dev/null                                            2023-10-09 16:36:45.137342999 +0200
[16:37:17] :   +++ /installimage.vDwwl/hdd/etc/modprobe.d/hetzner.conf  2023-10-09 16:37:17.638831599 +0200
[16:37:17] :   @@ -0,0 +1,2 @@
[16:37:17] :   +### Hetzner Online GmbH - installimage
[16:37:17] :   +options drm edid_firmware=edid/1280x1024.bin
[16:37:17] # chroot: update-initramfs -u -k 5.15.0-71-generic
[16:37:17] :   update-initramfs: Generating /boot/initrd.img-5.15.0-71-generic
[16:37:35] # Generating ntp config
[16:37:35] # using systemd-timesyncd
[16:37:35] # Setting up miscellaneous files
[16:37:35] # Fetch public SSH keys
[16:37:35] # set SSH PermitRootLogin
[16:37:35] :   --- /installimage.vDwwl/hdd/etc/ssh/sshd_config  2020-05-23 06:08:57.000000000 +0200
[16:37:35] :   +++ /installimage.vDwwl/sshd_config              2023-10-09 16:37:35.238922484 +0200
[16:37:35] :   @@ -31,7 +31,7 @@
[16:37:35] :   # Authentication:
[16:37:35] :   
[16:37:35] :   #LoginGraceTime 2m
[16:37:35] :   -PermitRootLogin yes
[16:37:35] :   +PermitRootLogin without-password
[16:37:35] :   #StrictModes yes
[16:37:35] :   #MaxAuthTries 6
[16:37:35] :   #MaxSessions 10
[16:37:35] # Adding public SSH keys
[16:37:35] # Installing bootloader grub
[16:37:35] # Generating config for grub
[16:37:35] # chroot: grub-mkconfig -o /boot/grub/grub.cfg 2>&1
[16:37:35] :   Sourcing file `/etc/default/grub'
[16:37:35] :   Sourcing file `/etc/default/grub.d/hetzner.cfg'
[16:37:35] :   Sourcing file `/etc/default/grub.d/init-select.cfg'
[16:37:35] :   Generating grub configuration file ...
[16:37:35] :   Found linux image: /boot/vmlinuz-5.15.0-71-generic
[16:37:35] :   Found initrd image: /boot/initrd.img-5.15.0-71-generic
[16:37:35] :   done
[16:37:35] # chroot: grub-install --no-floppy --recheck /dev/sdb 2>&1
[16:37:35] :   Installing for i386-pc platform.
[16:37:36] :   Installation finished. No error reported.
[16:37:37] :   
[16:37:37] :   ***************************************************************
[16:37:37] :   Found invalid GPT and valid MBR; converting MBR to GPT format
[16:37:37] :   in memory.
[16:37:37] :   ***************************************************************
[16:37:37] :   
[16:37:37] :   Disk /dev/disk/by-id/ata-Micron_1100_MTFDDAK256TBN_17151756C36D: 500118192 sectors, 238.5 GiB
[16:37:37] :   Sector size (logical/physical): 512/512 bytes
[16:37:37] :   Disk identifier (GUID): 220C7C13-78E1-4159-941E-C1EB03BA1E5F
[16:37:37] :   Partition table holds up to 128 entries
[16:37:37] :   Main partition table begins at sector 2 and ends at sector 33
[16:37:37] :   First usable sector is 34, last usable sector is 500118158
[16:37:37] :   Partitions will be aligned on 2048-sector boundaries
[16:37:37] :   Total free space is 4029 sectors (2.0 MiB)
[16:37:37] :   
[16:37:37] :   Number  Start (sector)    End (sector)  Size       Code  Name
[16:37:37] :   1            2048         2099199   1024.0 MiB  8300  Linux filesystem
[16:37:37] :   2         2099200       500116143   237.5 GiB   8300  Linux filesystem
[16:37:37] # debconf set grub-pc grub-pc/install_devices multiselect /dev/disk/by-id/ata-Micron_1100_MTFDDAK256TBN_17151756C36D
[16:37:37] # chroot: debconf-set-selections
[16:37:37] # change all device names to uuid (e.g. for ide/pata transition)
[16:37:37] # Writing bootloader grub into MBR
[16:37:37] # Running some ubuntu specific functions
[16:37:37] # Randomizing systemd timer for mdadm checkarray: day 6 @ 2:32
[16:37:37] # not disabling resume, /etc/initramfs-tools/conf.d/resume not empty
[16:37:37] # Clearing log files
[16:37:37] # Found post-installation script /post-install; executing it...
[16:38:00] # cannot POST SSH fingerprints to non-HTTP URLs
[16:38:01] Sent install.conf to statsserver: HTTP/2 201 \r
[16:38:01] Sent debug.txt to statsserver: HTTP/2 201 \r
[16:38:01] cleaning up


######################################

/root/install-image-script.sh stdout:
^[[H^[[2J^[[3J
^[[01;32mFound AUTOSETUP file '/autosetup'^[[00m
^[[01;33mRunning unattended installimage installation ...^[[00m

DRIVE1 /dev/sdb
HOSTNAME bm-caph-guettli-md-1-6vcfd
SWRAID 0
PART /boot ext4 1024M
PART / ext4 all
IMAGE /root/.oldroot/nfs/install/../images/Ubuntu-2004-focal-64-minimal-hwe.tar.gz


^[[01;31mWARNING:
^[[01;33m  Starting installation in 20 seconds ...
^[[01;33m  Press X to continue immediately ...^[[00m
^[[01;31m  Installation will DELETE ALL DATA ON DISK(s)!
^[[01;33m  Press CTRL-C to abort now!^[[00m
  => .
^[[H^[[2J^[[3J
^[[0;1m                Hetzner Online GmbH - installimage
^[[00m
^[[0;1m  Your server will be installed now, this will take some minutes^[[00m
^[[0;1m             You can abort at any time with CTRL+C ...
^[[00m
         :  Reading configuration ^[[60G^[[1;36m busy ^[[00m^[[60G^[[1;32m done ^[[00m
         :  Loading image file variables ^[[60G^[[1;36m busy ^[[00m^[[60G^[[1;32m done ^[[00m
         :  Loading ubuntu specific functions  ^[[60G^[[1;36m busy ^[[00m^[[60G^[[1;32m done ^[[00m
   1/15  :  Deleting partitions ^[[60G^[[1;36m busy ^[[00m^[[60G^[[1;32m done ^[[00m
   2/15  :  Test partition size ^[[60G^[[1;36m busy ^[[00m^[[60G^[[1;32m done ^[[00m
   3/15  :  Creating partitions and /etc/fstab ^[[60G^[[1;36m busy ^[[00m^[[60G^[[1;32m done ^[[00m
   4/15  :  Formatting partitions
         :    formatting /dev/sdb1 with ext4 ^[[60G^[[1;36m busy ^[[00m^[[60G^[[1;32m done ^[[00m
         :    formatting /dev/sdb2 with ext4 ^[[60G^[[1;36m busy ^[[00m^[[60G^[[1;32m done ^[[00m
   5/15  :  Mounting partitions ^[[60G^[[1;36m busy ^[[00m^[[60G^[[1;32m done ^[[00m
   6/15  :  Sync time via ntp ^[[60G^[[1;36m busy ^[[00m^[[60G^[[1;32m done ^[[00m
         :  Importing public key for image validation ^[[60G^[[1;36m busy ^[[00m^[[60G^[[1;32m done ^[[00m
   7/15  :  Validating image before starting extraction ^[[60G^[[1;36m busy ^[[00m^[[60G^[[1;32m done ^[[00m
   8/15  :  Extracting image (local) ^[[60G^[[1;36m busy ^[[00m^[[60G^[[1;32m done ^[[00m
   9/15  :  Setting up network config ^[[60G^[[1;36m busy ^[[00m^[[60G^[[1;32m done ^[[00m
  10/15  :  Executing additional commands
         :    Setting hostname ^[[60G^[[1;36m busy ^[[00m^[[60G^[[1;32m done ^[[00m
         :    Generating new SSH keys ^[[60G^[[1;36m busy ^[[00m^[[60G^[[1;32m done ^[[00m
         :    Generating ramdisk ^[[60G^[[1;36m busy ^[[00m^[[60G^[[1;32m done ^[[00m
         :    Generating ntp config ^[[60G^[[1;36m busy ^[[00m^[[60G^[[1;32m done ^[[00m
  11/15  :  Setting up miscellaneous files ^[[60G^[[1;36m busy ^[[00m^[[60G^[[1;32m done ^[[00m
  12/15  :  Configuring authentication
         :    Fetching SSH keys ^[[60G^[[1;36m busy ^[[00m^[[60G^[[1;32m done ^[[00m
         :    Disabling root password ^[[60G^[[1;36m busy ^[[00m^[[60G^[[1;32m done ^[[00m
         :    Disabling SSH root login with password ^[[60G^[[1;36m busy ^[[00m^[[60G^[[1;32m done ^[[00m
         :    Copying SSH keys ^[[60G^[[1;36m busy ^[[00m^[[60G^[[1;32m done ^[[00m
  13/15  :  Installing bootloader grub ^[[60G^[[1;36m busy ^[[00m^[[60G^[[1;32m done ^[[00m
  14/15  :  Running some ubuntu specific functions ^[[60G^[[1;36m busy ^[[00m^[[60G^[[1;32m done ^[[00m
  15/15  :  Clearing log files ^[[60G^[[1;36m busy ^[[00m^[[60G^[[1;32m done ^[[00m
         :  Executing post installation script
Get:1 http://mirror.hetzner.de/ubuntu/packages focal InRelease [265 kB]
Get:2 http://mirror.hetzner.de/ubuntu/packages focal-updates InRelease [114 kB]
Get:3 http://mirror.hetzner.de/ubuntu/packages focal-backports InRelease [108 kB]
Get:4 http://mirror.hetzner.de/ubuntu/packages focal-security InRelease [114 kB]
Get:5 http://de.archive.ubuntu.com/ubuntu focal InRelease [265 kB]
Get:6 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB]
Get:7 http://mirror.hetzner.de/ubuntu/packages focal/main i386 Packages [718 kB]
Get:8 http://mirror.hetzner.de/ubuntu/packages focal/main amd64 Packages [970 kB]
Get:9 http://mirror.hetzner.de/ubuntu/packages focal/main Translation-en [506 kB]
Get:10 http://mirror.hetzner.de/ubuntu/packages focal/restricted amd64 Packages [22.0 kB]
Get:11 http://mirror.hetzner.de/ubuntu/packages focal/restricted i386 Packages [8112 B]
Get:12 http://mirror.hetzner.de/ubuntu/packages focal/restricted Translation-en [6212 B]
Get:13 http://mirror.hetzner.de/ubuntu/packages focal/universe i386 Packages [4642 kB]
Get:14 http://de.archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB]
Get:15 http://mirror.hetzner.de/ubuntu/packages focal/universe amd64 Packages [8628 kB]
Get:16 http://de.archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB]
Get:17 http://mirror.hetzner.de/ubuntu/packages focal/universe Translation-en [5124 kB]
Get:18 http://mirror.hetzner.de/ubuntu/packages focal/multiverse i386 Packages [74.7 kB]
Get:19 http://mirror.hetzner.de/ubuntu/packages focal/multiverse amd64 Packages [144 kB]
Get:20 http://mirror.hetzner.de/ubuntu/packages focal/multiverse Translation-en [104 kB]
Get:21 http://mirror.hetzner.de/ubuntu/packages focal-updates/main amd64 Packages [2890 kB]
Get:22 http://mirror.hetzner.de/ubuntu/packages focal-updates/main i386 Packages [893 kB]
Get:23 http://mirror.hetzner.de/ubuntu/packages focal-updates/main Translation-en [473 kB]
Get:24 http://mirror.hetzner.de/ubuntu/packages focal-updates/restricted i386 Packages [34.6 kB]
Get:25 http://mirror.hetzner.de/ubuntu/packages focal-updates/restricted amd64 Packages [2383 kB]
Get:26 http://mirror.hetzner.de/ubuntu/packages focal-updates/restricted Translation-en [334 kB]
Get:27 http://mirror.hetzner.de/ubuntu/packages focal-updates/universe amd64 Packages [1121 kB]
Get:28 http://mirror.hetzner.de/ubuntu/packages focal-updates/universe i386 Packages [749 kB]
Get:29 http://mirror.hetzner.de/ubuntu/packages focal-updates/universe Translation-en [268 kB]
Get:30 http://mirror.hetzner.de/ubuntu/packages focal-updates/multiverse amd64 Packages [25.8 kB]
Get:31 http://mirror.hetzner.de/ubuntu/packages focal-updates/multiverse i386 Packages [8436 B]
Get:32 http://mirror.hetzner.de/ubuntu/packages focal-updates/multiverse Translation-en [7484 B]
Get:33 http://mirror.hetzner.de/ubuntu/packages focal-backports/main amd64 Packages [45.7 kB]
Get:34 http://mirror.hetzner.de/ubuntu/packages focal-backports/main i386 Packages [36.1 kB]
Get:35 http://mirror.hetzner.de/ubuntu/packages focal-backports/main Translation-en [16.3 kB]
Get:36 http://mirror.hetzner.de/ubuntu/packages focal-backports/universe amd64 Packages [25.0 kB]
Get:37 http://mirror.hetzner.de/ubuntu/packages focal-backports/universe i386 Packages [13.8 kB]
Get:38 http://mirror.hetzner.de/ubuntu/packages focal-backports/universe Translation-en [16.3 kB]
Get:39 http://mirror.hetzner.de/ubuntu/packages focal-security/main amd64 Packages [2500 kB]
Get:40 http://mirror.hetzner.de/ubuntu/packages focal-security/main i386 Packages [660 kB]
Get:41 http://mirror.hetzner.de/ubuntu/packages focal-security/main Translation-en [390 kB]
Get:42 http://mirror.hetzner.de/ubuntu/packages focal-security/restricted i386 Packages [33.3 kB]
Get:43 http://de.archive.ubuntu.com/ubuntu focal/main amd64 Packages [970 kB]
Get:44 http://mirror.hetzner.de/ubuntu/packages focal-security/restricted amd64 Packages [2267 kB]
Get:45 http://mirror.hetzner.de/ubuntu/packages focal-security/restricted Translation-en [317 kB]
Get:46 http://mirror.hetzner.de/ubuntu/packages focal-security/universe amd64 Packages [890 kB]
Get:47 http://mirror.hetzner.de/ubuntu/packages focal-security/universe i386 Packages [616 kB]
Get:48 http://mirror.hetzner.de/ubuntu/packages focal-security/universe Translation-en [186 kB]
Get:49 http://mirror.hetzner.de/ubuntu/packages focal-security/multiverse amd64 Packages [23.6 kB]
Get:50 http://mirror.hetzner.de/ubuntu/packages focal-security/multiverse i386 Packages [7196 B]
Get:51 http://mirror.hetzner.de/ubuntu/packages focal-security/multiverse Translation-en [5504 B]
Get:52 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [660 kB]
Get:53 http://de.archive.ubuntu.com/ubuntu focal/main i386 Packages [718 kB]
Get:54 http://de.archive.ubuntu.com/ubuntu focal/main Translation-en [506 kB]
Get:55 http://de.archive.ubuntu.com/ubuntu focal/restricted amd64 Packages [22.0 kB]
Get:56 http://de.archive.ubuntu.com/ubuntu focal/restricted i386 Packages [8112 B]
Get:57 http://de.archive.ubuntu.com/ubuntu focal/restricted Translation-en [6212 B]
Get:58 http://de.archive.ubuntu.com/ubuntu focal/universe i386 Packages [4642 kB]
Get:59 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [2500 kB]
Get:60 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [390 kB]
Get:61 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [2267 kB]
Get:62 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [33.3 kB]
Get:63 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [317 kB]
Get:64 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [890 kB]
Get:65 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [616 kB]
Get:66 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [186 kB]
Get:67 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [23.6 kB]
Get:68 http://de.archive.ubuntu.com/ubuntu focal/universe amd64 Packages [8628 kB]
Get:69 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7196 B]
Get:70 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5504 B]
Get:71 http://de.archive.ubuntu.com/ubuntu focal/universe Translation-en [5124 kB]
Get:72 http://de.archive.ubuntu.com/ubuntu focal/multiverse i386 Packages [74.7 kB]
Get:73 http://de.archive.ubuntu.com/ubuntu focal/multiverse amd64 Packages [144 kB]
Get:74 http://de.archive.ubuntu.com/ubuntu focal/multiverse Translation-en [104 kB]
Get:75 http://de.archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [2890 kB]
Get:76 http://de.archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [893 kB]
Get:77 http://de.archive.ubuntu.com/ubuntu focal-updates/main Translation-en [473 kB]
Get:78 http://de.archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [34.6 kB]
Get:79 http://de.archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [2383 kB]
Get:80 http://de.archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [334 kB]
Get:81 http://de.archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [749 kB]
Get:82 http://de.archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1121 kB]
Get:83 http://de.archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [268 kB]
Get:84 http://de.archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8436 B]
Get:85 http://de.archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [25.8 kB]
Get:86 http://de.archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7484 B]
Get:87 http://de.archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [36.1 kB]
Get:88 http://de.archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB]
Get:89 http://de.archive.ubuntu.com/ubuntu focal-backports/main Translation-en [16.3 kB]
Get:90 http://de.archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB]
Get:91 http://de.archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB]
Get:92 http://de.archive.ubuntu.com/ubuntu focal-backports/universe Translation-en [16.3 kB]
Fetched 77.6 MB in 8s (9893 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
  cloud-guest-utils python3-apparmor python3-attr python3-blinker
  python3-certifi python3-configobj python3-cryptography python3-distutils
  python3-idna python3-importlib-metadata python3-jinja2 python3-json-pointer
  python3-jsonpatch python3-jsonschema python3-jwt python3-lib2to3
  python3-libapparmor python3-markupsafe python3-more-itertools
  python3-oauthlib python3-pyrsistent python3-requests python3-serial
  python3-setuptools python3-urllib3 python3-zipp
Suggested packages:
  apparmor-profiles-extra vim-addon-manager ssh-import-id python-attr-doc
  python-blinker-doc python-configobj-doc python-cryptography-doc
  python3-cryptography-vectors python-jinja2-doc python-jsonschema-doc
  python3-crypto python3-openssl python3-socks python3-wxgtk3.0
  | python3-wxgtk python-setuptools-doc
Recommended packages:
  eatmydata software-properties-common
The following NEW packages will be installed:
  apparmor apparmor-utils cloud-guest-utils cloud-init python3-apparmor
  python3-attr python3-blinker python3-certifi python3-configobj
  python3-cryptography python3-distutils python3-idna
  python3-importlib-metadata python3-jinja2 python3-json-pointer
  python3-jsonpatch python3-jsonschema python3-jwt python3-lib2to3
  python3-libapparmor python3-markupsafe python3-more-itertools
  python3-oauthlib python3-pyrsistent python3-requests python3-serial
  python3-setuptools python3-urllib3 python3-zipp
0 upgraded, 29 newly installed, 0 to remove and 71 not upgraded.
Need to get 2836 kB of archives.
After this operation, 15.5 MB of additional disk space will be used.
Get:1 http://de.archive.ubuntu.com/ubuntu focal-updates/main amd64 apparmor amd64 2.13.3-7ubuntu5.2 [502 kB]
Get:2 http://de.archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-libapparmor amd64 2.13.3-7ubuntu5.2 [27.0 kB]
Get:3 http://de.archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-apparmor amd64 2.13.3-7ubuntu5.2 [79.8 kB]
Get:4 http://de.archive.ubuntu.com/ubuntu focal-updates/main amd64 apparmor-utils amd64 2.13.3-7ubuntu5.2 [51.3 kB]
Get:5 http://de.archive.ubuntu.com/ubuntu focal/main amd64 python3-attr all 19.3.0-2 [33.9 kB]
Get:6 http://de.archive.ubuntu.com/ubuntu focal/main amd64 python3-blinker all 1.4+dfsg1-0.3ubuntu1 [13.2 kB]
Get:7 http://de.archive.ubuntu.com/ubuntu focal/main amd64 python3-certifi all 2019.11.28-1 [149 kB]
Get:8 http://de.archive.ubuntu.com/ubuntu focal/main amd64 python3-configobj all 5.0.6-4 [34.1 kB]
Get:9 http://de.archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-cryptography amd64 2.8-3ubuntu0.1 [211 kB]
Get:10 http://de.archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-lib2to3 all 3.8.10-0ubuntu1~20.04 [76.3 kB]
Get:11 http://de.archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-distutils all 3.8.10-0ubuntu1~20.04 [141 kB]
Get:12 http://de.archive.ubuntu.com/ubuntu focal/main amd64 python3-idna all 2.8-1 [34.6 kB]
Get:13 http://de.archive.ubuntu.com/ubuntu focal/main amd64 python3-more-itertools all 4.2.0-1build1 [39.4 kB]
Get:14 http://de.archive.ubuntu.com/ubuntu focal/main amd64 python3-zipp all 1.0.0-1 [5312 B]
Get:15 http://de.archive.ubuntu.com/ubuntu focal/main amd64 python3-importlib-metadata all 1.5.0-1 [9992 B]
Get:16 http://de.archive.ubuntu.com/ubuntu focal/main amd64 python3-markupsafe amd64 1.1.0-1build2 [13.9 kB]
Get:17 http://de.archive.ubuntu.com/ubuntu focal/main amd64 python3-jinja2 all 2.10.1-2 [95.5 kB]
Get:18 http://de.archive.ubuntu.com/ubuntu focal/main amd64 python3-json-pointer all 2.0-0ubuntu1 [8320 B]
Get:19 http://de.archive.ubuntu.com/ubuntu focal/main amd64 python3-jsonpatch all 1.23-3 [12.0 kB]
Get:20 http://de.archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-setuptools all 45.2.0-1ubuntu0.1 [330 kB]
Get:21 http://de.archive.ubuntu.com/ubuntu focal/main amd64 python3-pyrsistent amd64 0.15.5-1build1 [52.1 kB]
Get:22 http://de.archive.ubuntu.com/ubuntu focal/main amd64 python3-jsonschema all 3.2.0-0ubuntu2 [43.1 kB]
Get:23 http://de.archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-jwt all 1.7.1-2ubuntu2.1 [18.0 kB]
Get:24 http://de.archive.ubuntu.com/ubuntu focal/main amd64 python3-oauthlib all 3.1.0-1ubuntu2 [84.8 kB]
Get:25 http://de.archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-urllib3 all 1.25.8-2ubuntu0.2 [88.4 kB]
Get:26 http://de.archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-requests all 2.22.0-2ubuntu1.1 [47.2 kB]
Get:27 http://de.archive.ubuntu.com/ubuntu focal/main amd64 python3-serial all 3.4-5.1 [72.4 kB]
Get:28 http://de.archive.ubuntu.com/ubuntu focal/main amd64 cloud-guest-utils all 0.31-7-gd99b2d76-0ubuntu1 [16.2 kB]
Get:29 http://de.archive.ubuntu.com/ubuntu focal-updates/main amd64 cloud-init all 23.3.1-0ubuntu1~20.04.1 [546 kB]
Fetched 2836 kB in 0s (8930 kB/s)
Selecting previously unselected package apparmor.\r
(Reading database ... \r(Reading database ... 5%!\r(MISSING)(Reading database ... 10%!\r(MISSING)(Reading database ... 15%!\r(MISSING)(Reading database ... 20%!\r(MISSING)(Reading database ... 25%!\r(MISSING)(Reading database ... 30%!\r(MISSING)(Reading database ... 35%!\r(MISSING)(Reading database ... 40%!\r(MISSING)(Reading database ... 45%!\r(MISSING)(Reading database ... 50%!\r(MISSING)(Reading database ... 55%!\r(MISSING)(Reading database ... 60%!\r(MISSING)(Reading database ... 65%!\r(MISSING)(Reading database ... 70%!\r(MISSING)(Reading database ... 75%!\r(MISSING)(Reading database ... 80%!\r(MISSING)(Reading database ... 85%!\r(MISSING)(Reading database ... 90%!\r(MISSING)(Reading database ... 95%!\r(MISSING)(Reading database ... 100%!\r(MISSING)(Reading database ... 52752 files and directories currently installed.)\r
Preparing to unpack .../00-apparmor_2.13.3-7ubuntu5.2_amd64.deb ...\r
Unpacking apparmor (2.13.3-7ubuntu5.2) ...\r
Selecting previously unselected package python3-libapparmor.\r
Preparing to unpack .../01-python3-libapparmor_2.13.3-7ubuntu5.2_amd64.deb ...\r
Unpacking python3-libapparmor (2.13.3-7ubuntu5.2) ...\r
Selecting previously unselected package python3-apparmor.\r
Preparing to unpack .../02-python3-apparmor_2.13.3-7ubuntu5.2_amd64.deb ...\r
Unpacking python3-apparmor (2.13.3-7ubuntu5.2) ...\r
Selecting previously unselected package apparmor-utils.\r
Preparing to unpack .../03-apparmor-utils_2.13.3-7ubuntu5.2_amd64.deb ...\r
Unpacking apparmor-utils (2.13.3-7ubuntu5.2) ...\r
Selecting previously unselected package python3-attr.\r
Preparing to unpack .../04-python3-attr_19.3.0-2_all.deb ...\r
Unpacking python3-attr (19.3.0-2) ...\r
Selecting previously unselected package python3-blinker.\r
Preparing to unpack .../05-python3-blinker_1.4+dfsg1-0.3ubuntu1_all.deb ...\r
Unpacking python3-blinker (1.4+dfsg1-0.3ubuntu1) ...\r
Selecting previously unselected package python3-certifi.\r
Preparing to unpack .../06-python3-certifi_2019.11.28-1_all.deb ...\r
Unpacking python3-certifi (2019.11.28-1) ...\r
Selecting previously unselected package python3-configobj.\r
Preparing to unpack .../07-python3-configobj_5.0.6-4_all.deb ...\r
Unpacking python3-configobj (5.0.6-4) ...\r
Selecting previously unselected package python3-cryptography.\r
Preparing to unpack .../08-python3-cryptography_2.8-3ubuntu0.1_amd64.deb ...\r
Unpacking python3-cryptography (2.8-3ubuntu0.1) ...\r
Selecting previously unselected package python3-lib2to3.\r
Preparing to unpack .../09-python3-lib2to3_3.8.10-0ubuntu1~20.04_all.deb ...\r
Unpacking python3-lib2to3 (3.8.10-0ubuntu1~20.04) ...\r
Selecting previously unselected package python3-distutils.\r
Preparing to unpack .../10-python3-distutils_3.8.10-0ubuntu1~20.04_all.deb ...\r
Unpacking python3-distutils (3.8.10-0ubuntu1~20.04) ...\r
Selecting previously unselected package python3-idna.\r
Preparing to unpack .../11-python3-idna_2.8-1_all.deb ...\r
Unpacking python3-idna (2.8-1) ...\r
Selecting previously unselected package python3-more-itertools.\r
Preparing to unpack .../12-python3-more-itertools_4.2.0-1build1_all.deb ...\r
Unpacking python3-more-itertools (4.2.0-1build1) ...\r
Selecting previously unselected package python3-zipp.\r
Preparing to unpack .../13-python3-zipp_1.0.0-1_all.deb ...\r
Unpacking python3-zipp (1.0.0-1) ...\r
Selecting previously unselected package python3-importlib-metadata.\r
Preparing to unpack .../14-python3-importlib-metadata_1.5.0-1_all.deb ...\r
Unpacking python3-importlib-metadata (1.5.0-1) ...\r
Selecting previously unselected package python3-markupsafe.\r
Preparing to unpack .../15-python3-markupsafe_1.1.0-1build2_amd64.deb ...\r
Unpacking python3-markupsafe (1.1.0-1build2) ...\r
Selecting previously unselected package python3-jinja2.\r
Preparing to unpack .../16-python3-jinja2_2.10.1-2_all.deb ...\r
Unpacking python3-jinja2 (2.10.1-2) ...\r
Selecting previously unselected package python3-json-pointer.\r
Preparing to unpack .../17-python3-json-pointer_2.0-0ubuntu1_all.deb ...\r
Unpacking python3-json-pointer (2.0-0ubuntu1) ...\r
Selecting previously unselected package python3-jsonpatch.\r
Preparing to unpack .../18-python3-jsonpatch_1.23-3_all.deb ...\r
Unpacking python3-jsonpatch (1.23-3) ...\r
Selecting previously unselected package python3-setuptools.\r
Preparing to unpack .../19-python3-setuptools_45.2.0-1ubuntu0.1_all.deb ...\r
Unpacking python3-setuptools (45.2.0-1ubuntu0.1) ...\r
Selecting previously unselected package python3-pyrsistent:amd64.\r
Preparing to unpack .../20-python3-pyrsistent_0.15.5-1build1_amd64.deb ...\r
Unpacking python3-pyrsistent:amd64 (0.15.5-1build1) ...\r
Selecting previously unselected package python3-jsonschema.\r
Preparing to unpack .../21-python3-jsonschema_3.2.0-0ubuntu2_all.deb ...\r
Unpacking python3-jsonschema (3.2.0-0ubuntu2) ...\r
Selecting previously unselected package python3-jwt.\r
Preparing to unpack .../22-python3-jwt_1.7.1-2ubuntu2.1_all.deb ...\r
Unpacking python3-jwt (1.7.1-2ubuntu2.1) ...\r
Selecting previously unselected package python3-oauthlib.\r
Preparing to unpack .../23-python3-oauthlib_3.1.0-1ubuntu2_all.deb ...\r
Unpacking python3-oauthlib (3.1.0-1ubuntu2) ...\r
Selecting previously unselected package python3-urllib3.\r
Preparing to unpack .../24-python3-urllib3_1.25.8-2ubuntu0.2_all.deb ...\r
Unpacking python3-urllib3 (1.25.8-2ubuntu0.2) ...\r
Selecting previously unselected package python3-requests.\r
Preparing to unpack .../25-python3-requests_2.22.0-2ubuntu1.1_all.deb ...\r
Unpacking python3-requests (2.22.0-2ubuntu1.1) ...\r
Selecting previously unselected package python3-serial.\r
Preparing to unpack .../26-python3-serial_3.4-5.1_all.deb ...\r
Unpacking python3-serial (3.4-5.1) ...\r
Selecting previously unselected package cloud-guest-utils.\r
Preparing to unpack .../27-cloud-guest-utils_0.31-7-gd99b2d76-0ubuntu1_all.deb ...\r
Unpacking cloud-guest-utils (0.31-7-gd99b2d76-0ubuntu1) ...\r
Selecting previously unselected package cloud-init.\r
Preparing to unpack .../28-cloud-init_23.3.1-0ubuntu1~20.04.1_all.deb ...\r
Unpacking cloud-init (23.3.1-0ubuntu1~20.04.1) ...\r
Setting up python3-libapparmor (2.13.3-7ubuntu5.2) ...\r
Setting up python3-more-itertools (4.2.0-1build1) ...\r
Setting up python3-attr (19.3.0-2) ...\r
Setting up python3-jwt (1.7.1-2ubuntu2.1) ...\r
Setting up python3-zipp (1.0.0-1) ...\r
Setting up python3-markupsafe (1.1.0-1build2) ...\r
Setting up python3-serial (3.4-5.1) ...\r
Setting up apparmor (2.13.3-7ubuntu5.2) ...\r
Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service.\r
Setting up python3-jinja2 (2.10.1-2) ...\r
Setting up python3-configobj (5.0.6-4) ...\r
Setting up python3-certifi (2019.11.28-1) ...\r
Setting up python3-cryptography (2.8-3ubuntu0.1) ...\r
Setting up python3-idna (2.8-1) ...\r
Setting up python3-urllib3 (1.25.8-2ubuntu0.2) ...\r
Setting up python3-pyrsistent:amd64 (0.15.5-1build1) ...\r
Setting up python3-json-pointer (2.0-0ubuntu1) ...\r
Setting up python3-apparmor (2.13.3-7ubuntu5.2) ...\r
Setting up python3-lib2to3 (3.8.10-0ubuntu1~20.04) ...\r
Setting up cloud-guest-utils (0.31-7-gd99b2d76-0ubuntu1) ...\r
Setting up python3-blinker (1.4+dfsg1-0.3ubuntu1) ...\r
Setting up python3-distutils (3.8.10-0ubuntu1~20.04) ...\r
Setting up python3-importlib-metadata (1.5.0-1) ...\r
Setting up python3-setuptools (45.2.0-1ubuntu0.1) ...\r
Setting up python3-jsonpatch (1.23-3) ...\r
update-alternatives: using /usr/bin/jsonpatch-jsondiff to provide /usr/bin/jsondiff (jsondiff) in auto mode\r
Setting up python3-oauthlib (3.1.0-1ubuntu2) ...\r
Setting up python3-jsonschema (3.2.0-0ubuntu2) ...\r
Setting up python3-requests (2.22.0-2ubuntu1.1) ...\r
Setting up apparmor-utils (2.13.3-7ubuntu5.2) ...\r
Setting up cloud-init (23.3.1-0ubuntu1~20.04.1) ...\r
No diversion 'diversion of /etc/init/ureadahead.conf to /etc/init/ureadahead.conf.disabled by cloud-init', none removed.\r
Created symlink /etc/systemd/system/cloud-init.target.wants/cloud-config.service → /lib/systemd/system/cloud-config.service.\r
Created symlink /etc/systemd/system/cloud-init.target.wants/cloud-final.service → /lib/systemd/system/cloud-final.service.\r
Created symlink /etc/systemd/system/cloud-init.target.wants/cloud-init-hotplugd.socket → /lib/systemd/system/cloud-init-hotplugd.socket.\r
Created symlink /etc/systemd/system/cloud-init.target.wants/cloud-init-local.service → /lib/systemd/system/cloud-init-local.service.\r
Created symlink /etc/systemd/system/cloud-init.target.wants/cloud-init.service → /lib/systemd/system/cloud-init.service.\r
Processing triggers for systemd (245.4-4ubuntu3.21) ...\r
Processing triggers for rsyslog (8.2001.0-1ubuntu1.3) ...\r
invoke-rc.d: could not determine current runlevel\r

^[[0;1m                  INSTALLATION COMPLETE^[[00m
^[[0;1m   You can now reboot and log in to your new system with the^[[00m
^[[0;1m same credentials that you used to log into the rescue system.
^[[00m

######################################

stderr:
cp: '/autosetup' and '/autosetup' are the same file
dpkg-preconfigure: unable to re-open stdin: No such file or directory

The output including the cloud-init-output.log is too long for github. I created it here: https://pastes.io/m6ze5itbgh

Update:

we remove useless lines from cloud-init-output.log now:

❯ wc -l  ~/tmp/cloud-init-output-event.txt  ~/tmp/cloud-init-output-event2.txt 
  3772 /home/guettli/tmp/cloud-init-output-event.txt
   438 /home/guettli/tmp/cloud-init-output-event2.txt

@guettli guettli force-pushed the tg/installimage-create-event-containing-debug-txt branch 6 times, most recently from 701c123 to ac1539f Compare October 10, 2023 11:13
@guettli guettli changed the title 🌱 Installimage: create event containing debug.txt 🌱 Installimage: create events containing debug.txt and cloud-init-output.log Oct 10, 2023
@guettli guettli force-pushed the tg/installimage-create-event-containing-debug-txt branch from ac1539f to 60d3254 Compare October 10, 2023 11:33
@guettli guettli force-pushed the tg/installimage-create-event-containing-debug-txt branch from 60d3254 to c6150a1 Compare October 10, 2023 13:21
pkg/services/baremetal/client/ssh/ssh_client.go Outdated Show resolved Hide resolved
pkg/services/baremetal/client/ssh/ssh_client.go Outdated Show resolved Hide resolved
pkg/services/baremetal/client/ssh/ssh_client.go Outdated Show resolved Hide resolved
pkg/services/baremetal/host/host.go Show resolved Hide resolved
pkg/services/baremetal/host/host.go Show resolved Hide resolved
pkg/services/baremetal/host/host.go Show resolved Hide resolved
pkg/services/baremetal/host/host.go Show resolved Hide resolved
@guettli guettli force-pushed the tg/installimage-create-event-containing-debug-txt branch 4 times, most recently from b8b0fa1 to 7028c01 Compare October 10, 2023 18:39
@guettli guettli marked this pull request as ready for review October 10, 2023 18:46
@syself-bot syself-bot bot added area/hack Changes made in the hack directory area/test Changes made in the test directory area/code Changes made in the code directory area/api Changes made in the api directory labels Oct 10, 2023
@guettli guettli force-pushed the tg/installimage-create-event-containing-debug-txt branch from 7028c01 to 97ad5c5 Compare October 10, 2023 19:32
@syself-bot syself-bot bot added the size/XL Denotes a PR that changes 800-2000 lines, ignoring generated files. label Oct 10, 2023
@guettli guettli force-pushed the tg/installimage-create-event-containing-debug-txt branch from 97ad5c5 to 2487850 Compare October 10, 2023 19:41
@guettli guettli force-pushed the tg/installimage-create-event-containing-debug-txt branch 2 times, most recently from 50e6c7e to c1606d8 Compare October 12, 2023 12:50
@guettli guettli force-pushed the tg/installimage-create-event-containing-debug-txt branch from c1606d8 to 81cb605 Compare October 12, 2023 13:46
@guettli guettli merged commit 3238d8c into main Oct 12, 2023
9 checks passed
@guettli guettli deleted the tg/installimage-create-event-containing-debug-txt branch October 12, 2023 17:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/api Changes made in the api directory area/code Changes made in the code directory area/hack Changes made in the hack directory area/test Changes made in the test directory size/XL Denotes a PR that changes 800-2000 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants