This file contains 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
[SOL Session operational. Use ~? for help] | |
NOTICE: DRAM FW version 210525 | |
CP: 0ff00900 | |
DRAM populated DIMMs: | |
SK0 MC0 S0: RDIMM[ce:80] 32GB 3200 ECC 2R x4 RCD[b3:80] M393A4K40DB3-CWE | |
SK0 MC1 S0: RDIMM[ce:80] 32GB 3200 ECC 2R x4 RCD[b3:80] M393A4K40DB3-CWE | |
SK0 MC2 S0: RDIMM[ce:80] 32GB 3200 ECC 2R x4 RCD[b3:80] M393A4K40DB3-CWE | |
SK0 MC3 S0: RDIMM[ce:80] 32GB 3200 ECC 2R x4 RCD[b3:80] M393A4K40DB3-CWE | |
SK0 MC4 S0: RDIMM[ce:80] 32GB 3200 ECC 2R x4 RCD[b3:80] M393A4K40DB3-CWE | |
SK0 MC5 S0: RDIMM[ce:80] 32GB 3200 ECC 2R x4 RCD[b3:80] M393A4K40DB3-CWE |
This file contains 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
[ 0.000000] Linux version 5.15.7-flatcar ([email protected]) (x86_64-cros-linux-gnu-gcc (Gentoo Hardened 9.4.0 p1) 9.4.0, GNU ld (Gentoo 2.36.1 p5) 2.36.1) #1 SMP Mon Dec 13 20:00:53 -00 2021 | |
[ 0.000000] Command line: initrd=flatcar_production_pxe_image.cpio.gz flatcar.first_boot=1 flatcar.oem.id=packet ignition.config.url=http://bucket.release.flatcar-linux.net/flatcar-jenki/packet/jenkins-c99b2fc console= 0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers' | |
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers' | |
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers' | |
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers' | |
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR' | |
[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 | |
[ 0.000000] x86/fpu: xstate_offset[3]: 832, xstate_sizes[3]: 64 | |
[ 0.000000] x86/fpu: xstate_offset[4]: 896, xstate_sizes[4]: 64 | |
[ 0.0 |
This file contains 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
#!/bin/bash | |
# Run with a filter for image names like: | |
# | |
# ./make-amis-public.sh capa-ami-flatcar* | |
# | |
if [ -z "$1" ] ; then | |
echo "Please pass the name of the AMI" | |
exit 1 |
This file contains 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
###### | |
###### | |
###### Building SDK container for version 3005.0.0 from '/home/dpark/flatcar-sdk.amd64/.cache/sdks/flatcar-sdk-amd64-3005.0.0.tar.bz2' ###### | |
###### Writing versionfile 'sdk_container/.repo/manifests/version.txt' to SDK '3005.0.0', OS '3005.0.0'. ###### | |
###### Using existing SDK tarball container 'flatcar-sdk-tarball:3005.0.0' ###### | |
###### Initialising the SDK container and building board packages ###### |
This file contains 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
$ diff -u ~/trunk/.cache/distfiles/audit-017e6c6ab95df55f34e339d2139def83e5dada1f.852bytes.patch /home/dpark/trunk/.cache/distfiles/audit-017e6c6ab95df55f34e339d2139def83e5dada1f.patch | |
--- /home/dpark/trunk/.cache/distfiles/audit-017e6c6ab95df55f34e339d2139def83e5dada1f.852bytes.patch 2020-07-06 01:53:29.000000000 +0200 | |
+++ /home/dpark/trunk/.cache/distfiles/audit-017e6c6ab95df55f34e339d2139def83e5dada1f.patch 2021-09-29 10:07:51.237716111 +0200 | |
@@ -9,7 +9,7 @@ | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
diff --git a/src/ausearch-common.h b/src/ausearch-common.h | |
-index 6669203..3040547 100644 | |
+index 66692036..3040547a 100644 | |
--- a/src/ausearch-common.h |
This file contains 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
#!/bin/bash | |
set -eux | |
# FROM fedora 34 | |
sudo dnf install -y automake autoconf curl expect gcc git glib2-devel gnutls-devel \ | |
gnutls-utils json-glib-devel gmp-devel gnutls-devel libseccomp-devel \ | |
libtasn1-devel libtool libtpms-devel net-tools openssl-devel \ | |
rpm-build python3-twisted selinux-policy-devel socat softhsm tpm2-pkcs11 \ |
This file contains 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
Defaulting to user installation because normal site-packages is not writeable | |
Requirement already satisfied: requests in /usr/lib/python3.9/site-packages (2.24.0) | |
Requirement already satisfied: chardet<4,>=3.0.2 in /usr/lib/python3.9/site-packages (from requests) (3.0.4) | |
Requirement already satisfied: idna<3,>=2.5 in /usr/lib/python3.9/site-packages (from requests) (2.10) | |
Requirement already satisfied: urllib3!=1.25.0,!=1.25.1,<1.26,>=1.21.1 in /usr/lib/python3.9/site-packages (from requests) (1.25.8) | |
make -C hack/tools bin/session-manager-plugin | |
make[1]: Entering directory '/home/dpark/go/src/sigs.k8s.io/cluster-api-provider-aws/hack/tools' | |
make share/ssm/data.tar.gz | |
cd bin && tar -xvf ../share/ssm/data.tar.gz usr/local/sessionmanagerplugin/bin/session-manager-plugin --strip-components 4 --directory bin | |
make[2]: Entering directory '/home/dpark/go/src/sigs.k8s.io/cluster-api-provider-aws/hack/tools' |
This file contains 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
From 657e01b0d909cce33bc5176e5ef618e039ba187f Mon Sep 17 00:00:00 2001 | |
Message-Id: <657e01b0d909cce33bc5176e5ef618e039ba187f.1614356653.git.dongsu@kinvolk.io> | |
From: Dongsu Park <[email protected]> | |
Date: Fri, 26 Feb 2021 15:51:04 +0100 | |
Subject: [PATCH] libcontainer: disable prctl with NoNewPrivilges | |
To make runc work with --security-opt=no-new-privilges | |
--- | |
libcontainer/standard_init_linux.go | 13 ------------- | |
1 file changed, 13 deletions(-) |
This file contains 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
$ kubectl --namespace=capi-webhook-system logs capa-controller-manager-647fc8bfb8-ggvdh manager | |
``` | |
2021/01/20 15:15:22 http: panic serving 10.244.0.1:60498: runtime error: invalid memory address or nil pointer dereference | |
goroutine 273 [running]: | |
net/http.(*conn).serve.func1(0xc0000e2a00) | |
/usr/local/go/src/net/http/server.go:1801 +0x147 | |
panic(0x215a200, 0x3960f30) | |
/usr/local/go/src/runtime/panic.go:975 +0x47a |
This file contains 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. AWS IAM | |
Configure IAM in your AWS account. The IAM needs to allow the following roles. | |
a) ec2 | |
``` | |
AllocateAddress | |
AssociateAddress |
NewerOlder