Skip to content

Instantly share code, notes, and snippets.

@ellisbenjamin
ellisbenjamin / linode terraform provider disk resize failure
Last active June 14, 2019 14:59
linode terraform provider disk resize failure
2019/06/14 14:57:26 [INFO] Terraform version: 0.11.9 4e44b41c8bc1b533d14f9939690adf09e3d2a2be
2019/06/14 14:57:26 [INFO] Go runtime version: go1.11.1
2019/06/14 14:57:26 [INFO] CLI args: []string{"/root/terraformold/terraform", "apply"}
2019/06/14 14:57:26 [DEBUG] Attempting to open CLI config file: /root/.terraformrc
2019/06/14 14:57:26 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2019/06/14 14:57:26 [INFO] CLI command args: []string{"apply"}
2019/06/14 14:57:26 [INFO] command: empty terraform config, returning nil
2019/06/14 14:57:26 [DEBUG] command: no data state file found for backend config
2019/06/14 14:57:26 [DEBUG] New state was assigned lineage "343a0e68-2aa6-5d4d-55a5-7dd469b34916"
2019/06/14 14:57:26 [INFO] command: backend initialized: <nil>
@ellisbenjamin
ellisbenjamin / samba.sh
Created May 3, 2022 13:38 — forked from winkey728/samba.sh
Script to install and configure Samba in Arch Linux.
#!/usr/bin/env bash
# Description: Script to install and configure Samba in Arch Linux.
# Author: Winkey Wong.
# Date: 2018-04-11
#
# How to use:
# chmod +x samba.sh
# ./samba.sh PATH_TO_SHARED_DIRECTORY PERMISSIONS
This is just a note that Ubuntu will boot on a Acer Spin 311 with teh mediatek ARM cpu. The model is CP311-3H-k3HL. The recommended crossystem settings did not work. After trying a few different images and flash drives, I enabled any settings in crossystem that permitted expanded user permissions. Something among those config changes did the trick.
/shrug
Unlikely that I'll look deeply into it. The majority of info I saw as of May 2022 indicated that it was either a bad idea, nonfunctional, or both. This is just a note to say that it works.