Skip to content

Instantly share code, notes, and snippets.

View lolsborn's full-sized avatar

Steven Osborn lolsborn

  • Hillsboro, Oregon
View GitHub Profile
# version
# INAV/SPEEDYBEEF405WING 7.1.0 Mar 27 2024 / 14:34:15 (59a6ee61)
# GCC-10.3.1 20210824 (release)
# start the command batch
batch start
# reset configuration to default settings
defaults noreboot
### Keybase proof
I hereby claim:
* I am lolsborn on github.
* I am lolsborn (https://keybase.io/lolsborn) on keybase.
* I have a public key ASCak1E7UY4-bVJKxrax-WcqXdYbSaDEJ-Z3oIWlM_SE5Ao
To claim this, I am signing this object:
0x2Be2Cd94988F10d3a0a5406a830cdED96171a065
diff --git a/resources/images/s3/filestorage.go b/resources/images/s3/filestorage.go
index 52968bd..2a485b8 100644
--- a/resources/images/s3/filestorage.go
+++ b/resources/images/s3/filestorage.go
@@ -131,19 +131,19 @@ func (s *SimpleStorageService) Exists(objectID string) (bool, error) {
// Puts object into AWS S3
func (s *SimpleStorageService) PutFile(objectID string, image *os.File) error {
- fi, err := image.Stat()
# $RDEPENDS [8 operations]
# set /home/ubuntu/mender-work/poky/meta/conf/bitbake.conf:262
# ""
# set /home/ubuntu/mender-work/poky/meta/conf/documentation.conf:349
# [doc] "Lists a package's runtime dependencies (i.e. other packages) that must be installed for the package to be built. They must be the names of other packages as listed in the PACKAGES variable, not recipe names (PN)."
# override[mender]:_append /home/ubuntu/mender-work/poky/meta-mender/classes/mender-uboot.bbclass:12
# " u-boot u-boot-fw-utils"
# override[kernel]:set /home/ubuntu/mender-work/poky/meta/classes/kernel.bbclass:372
# "kernel-base"
# override[kernel-base]:set? /home/ubuntu/mender-work/poky/meta/classes/kernel.bbclass:375
root@ip-172-30-0-5:~/mender-work/poky/build/tmp/work/cortexa8hf-neon-poky-linux-gnueabi/openzwave/1.0-r0/openzwave-1.0# ls
root@ip-172-30-0-5:~/mender-work/poky/build/tmp/work/cortexa8hf-neon-poky-linux-gnueabi/openzwave/1.0-r0/openzwave-1.0# ls
root@ip-172-30-0-5:~/mender-work/poky/build/tmp/work/cortexa8hf-neon-poky-linux-gnueabi/openzwave/1.0-r0/openzwave-1.0# cd ..
root@ip-172-30-0-5:~/mender-work/poky/build/tmp/work/cortexa8hf-neon-poky-linux-gnueabi/openzwave/1.0-r0# l
build/ configure.sstate git/ license-destdir/ openzwave-1.0/ pseudo/ sstate-install-populate_lic/ temp/
root@ip-172-30-0-5:~/mender-work/poky/build/tmp/work/cortexa8hf-neon-poky-linux-gnueabi/openzwave/1.0-r0# ls
build configure.sstate git license-destdir openzwave-1.0 pseudo sstate-install-populate_lic temp
root@ip-172-30-0-5:~/mender-work/poky/build/tmp/work/cortexa8hf-neon-poky-linux-gnueabi/openzwave/1.0-r0# cd git
root@ip-172-30-0-5:~/mender-work/poky/build/tmp/work/cortexa8hf-neon-poky-linux-gnueabi/openzwave/1.0-r0/gi
sudo apt-get install python gawk wget git-core diffstat unzip texinfo gcc-multilib build-essential chrpath socat autoconf automake libtool libglib2.0-dev libarchive-dev
mkdir $HOME/mender-work
cd $HOME/mender-work
git clone -b krogoth git://git.yoctoproject.org/poky
cd $HOME/mender-work/poky
git clone -b krogoth git://github.com/mendersoftware/meta-mender
git clone git://github.com/mem/oe-meta-go
source oe-init-build-env
bitbake-layers add-layer ../meta-mender
bitbake-layers add-layer ../oe-meta-go
--- FastMail Support Ticket ---
This is an automated email generated by the FastMail support
ticket system for support ticket ABCD1234.
DO NOT REPLY TO THIS EMAIL. REPLIES WILL NOT BE MONITORED.
To view the status of this ticket at any time, or to add an update, please use the link below in your web browser.
Ticket Link: <https://www.fastmail.fm/html/?MSignal=TZ-**ABCD123>
<link rel="import" href="../paper-input/paper-input.html">
<link rel="import" href="../paper-button/paper-button.html">
<polymer-element name="my-element">
<template>
<style>
:host {
position: absolute;
width: 100%;
function free() {
vm_stat \
| perl -ne \
'/page size of (\d+)/ and $size=$1; /Pages\s+([^:]+)[^\d]+(\d+)/ and printf("%-16s % 16.2f Mi\n", "$1:", $2 * $size / 1048576);'
}