This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Dec 31 14:12:47 mbana-14-S1-Elite kernel: Booting Linux on physical CPU 0x0000000000 [0x512f0011] | |
| Dec 31 14:12:47 mbana-14-S1-Elite kernel: Linux version 6.18.0-9-qcom-x1e (buildd@bos03-arm64-029) (aarch64-linux-gnu-gcc (Ubuntu 15.2.0-4ubuntu4) 15.2.0, GNU ld (GNU Binutils for Ubuntu) 2.45) #9-Ubuntu SMP PREEMPT_DYNAMIC Thu Nov 27 16:34:14 UTC 2025 (Ubuntu 6.18.0-9.9-qcom-x1e 6.18.0-rc6) | |
| Dec 31 14:12:47 mbana-14-S1-Elite kernel: KASLR disabled on command line | |
| Dec 31 14:12:47 mbana-14-S1-Elite kernel: Machine model: Lenovo IdeaPad Slim 5x 14Q8X9 | |
| Dec 31 14:12:47 mbana-14-S1-Elite kernel: efi: EFI v2.9 by INSYDE Corp. | |
| Dec 31 14:12:47 mbana-14-S1-Elite kernel: efi: SMBIOS=0xd444d000 SMBIOS 3.0=0xd444a000 TPMFinalLog=0xd46e0000 ACPI 2.0=0xd47d3018 MEMATTR=0xcffbe018 ESRT=0xcfdf7798 MOKvar=0xd43ea000 TPMEventLog=0xd4784018 INITRD=0xc484b818 RNG=0xd47d3998 MEMRESERVE=0xc484b898 | |
| Dec 31 14:12:47 mbana-14-S1-Elite kernel: random: crng init done | |
| Dec 31 14:12:47 mbana-14-S1-Elite kernel: secureboot: Secure boot disabled |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ 1.267015] really_probe+0xd4/0x3e0 | |
| [ 1.267734] __driver_probe_device+0x90/0x1a0 | |
| [ 1.268451] driver_probe_device+0x48/0x198 | |
| [ 1.269167] __device_attach_driver+0x100/0x220 | |
| [ 1.269881] bus_for_each_drv+0x90/0x110 | |
| [ 1.270597] __device_attach+0xa4/0x208 | |
| [ 1.271307] device_initial_probe+0x1c/0x40 | |
| [ 1.272018] bus_probe_device+0xb8/0xd0 | |
| [ 1.272735] device_add+0x528/0x780 | |
| [ 1.273444] device_register+0x24/0x40 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| mkdir -p -- 'build/cache' | |
| make -C embedded-bins buildmode=docker TARGET_OS=linux | |
| make[1]: Entering directory '/home/mbana/dev/banaio/k0s/embedded-bins' | |
| mkdir -p staging/linux/bin | |
| docker build -t k0sbuild.docker-image.runc:latest --build-arg TARGET_OS=linux --build-arg VERSION=1.1.4 --build-arg BUILDIMAGE=docker.io/library/golang:1.19.5-alpine3.17 --build-arg BUILD_GO_TAGS="seccomp" --build-arg BUILD_GO_CGO_ENABLED= --build-arg BUILD_GO_CGO_CFLAGS= --build-arg BUILD_SHIM_GO_CGO_ENABLED= --build-arg BUILD_GO_FLAGS= --build-arg BUILD_GO_LDFLAGS= --build-arg BUILD_GO_LDFLAGS_EXTRA="-w -s -extldflags=-static" -- runc/ && docker images -q k0sbuild.docker-image.runc:latest > .docker-image.runc.stamp.tmp && mv .docker-image.runc.stamp.tmp .docker-image.runc.stamp | |
| docker build -t k0sbuild.docker-image.kubernetes:latest --build-arg TARGET_OS=linux --build-arg VERSION=1.26.1 --build-arg BUILDIMAGE=docker.io/library/golang:1.19.5-alpine3.17 --build-arg BUILD_GO_TAGS="providerless" --build-arg BUILD_GO_CGO_ENABLED= --buil |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ```sh | |
| docker@kgw:~$ sudo journalctl --no-pager | |
| -- Logs begin at Tue 2022-10-11 08:21:19 UTC, end at Tue 2022-10-11 08:24:20 UTC. -- | |
| Oct 11 08:21:19 kgw systemd-journald[209]: Journal started | |
| Oct 11 08:21:19 kgw systemd-journald[209]: Runtime Journal (/run/log/journal/386775ffbc46464ea356d784cd8cd54c) is 8.0M, max 3.1G, 3.1G free. | |
| Oct 11 08:21:19 kgw systemd-sysctl[213]: Not setting net/ipv4/conf/all/promote_secondaries (explicit setting exists). | |
| Oct 11 08:21:19 kgw systemd-sysctl[213]: Not setting net/ipv4/conf/default/promote_secondaries (explicit setting exists). | |
| Oct 11 08:21:19 kgw systemd-sysctl[213]: Couldn't write 'fq_codel' to 'net/core/default_qdisc', ignoring: No such file or directory | |
| Oct 11 08:21:19 kgw systemd-sysusers[214]: Creating group systemd-coredump with gid 998. | |
| Oct 11 08:21:19 kgw systemd-sysusers[214]: Creating user systemd-coredump (systemd Core Dumper) with uid 998 and gid 998. |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ curl -LO https://storage.googleapis.com/minikube/releases/latest/minikube-linux-amd64 | |
| sudo install minikube-linux-amd64 /usr/local/bin/minikube | |
| rm minikube-linux-amd64 | |
| % Total % Received % Xferd Average Speed Time Time Time Current | |
| Dload Upload Total Spent Left Speed | |
| 100 73.0M 100 73.0M 0 0 42.4M 0 0:00:01 0:00:01 --:--:-- 42.4M | |
| removed 'minikube-linux-amd64' | |
| ➜ kusk-gateway git:(mbana-issue-763-oauth2-static-route) minikube start --profile kgw --addons=metallb --alsologtostderr -v=8 | |
| I1010 21:39:57.223996 75049 out.go:296] Setting OutFile to fd 1 ... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| # References: | |
| # | |
| # * <https://github.com/smvarela/fedora-postinstall>. | |
| # * <https://mutschler.eu/linux/install-guides/fedora-post-install/>. | |
| # * <https://docs.fedoraproject.org/en-US/fedora/f34/system-administrators-guide/basic-system-configuration/System_Locale_and_Keyboard_Configuration/>. | |
| # * <https://docs.fedoraproject.org/en-US/fedora/f34/system-administrators-guide/kernel-module-driver-configuration/Working_with_the_GRUB_2_Boot_Loader/>. | |
| # * <https://docs.fedoraproject.org/en-US/fedora/f34/system-administrators-guide/kernel-module-driver-configuration/Working_with_Kernel_Modules/>. | |
| # * <https://wiki.archlinux.org/index.php/silent_boot>. | |
| # * <https://rpmfusion.org/Howto/NVIDIA>. |