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
index: 9 | |
name: <alsa_output.usb-Focusrite_Scarlett_Solo_4th_Gen_S17XYJD39206D8-00.analog-stereo.monitor> | |
driver: <module-alsa-card.c> | |
flags: DECIBEL_VOLUME LATENCY DYNAMIC_LATENCY | |
state: SUSPENDED | |
suspend cause: IDLE | |
priority: 1040 | |
volume: front-left: 65536 / 100% / 0.00 dB, front-right: 65536 / 100% / 0.00 dB | |
balance 0.00 | |
base volume: 65536 / 100% / 0.00 dB |
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
=== RUN TestAccBuilt_docker | |
=== PAUSE TestAccBuilt_docker | |
=== CONT TestAccBuilt_docker | |
2022-05-13T21:24:32.397+0200 [DEBUG] sdk.helper_resource: Starting TestCase: test_name=TestAccBuilt_docker | |
2022-05-13T21:24:32.397+0200 [TRACE] sdk.helper_resource: Adding potential Terraform CLI source of local filesystem PATH lookup: test_name=TestAccBuilt_docker | |
2022-05-13T21:24:32.397+0200 [TRACE] sdk.helper_resource: Adding potential Terraform CLI source of checkpoint.hashicorp.com latest version for installation in: /tmp/plugintest-terraform4071698856: test_name=TestAccBuilt_docker | |
2022-05-13T21:24:32.397+0200 [DEBUG] sdk.helper_resource: Found Terraform CLI: test_name=TestAccBuilt_docker test_terraform_path=/usr/local/bin/terraform | |
2022-05-13T21:24:32.397+0200 [TRACE] sdk.helper_resource: Symlinking source directories to work directory: test_name=TestAccBuilt_docker test_working_directory=/tmp/plugintest2200811576/work1860990023 | |
2022-05-13T21:24:32.424+0200 [TRACE] sdk.helper_resource: Clearing Terraform plan: tes |
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
2020-12-30T13:05:59.759+0100 [DEBUG] plugin.terraform-provider-google_v3.38.0_x5: ---[ REQUEST ]--------------------------------------- | |
2020-12-30T13:05:59.759+0100 [DEBUG] plugin.terraform-provider-google_v3.38.0_x5: GET /v1/services/servicenetworking.googleapis.com/connections?alt=json&network=projects%2F<redacted>%2Fglobal%2Fnetworks%2Fvpn-peer&prettyPrint=false HTTP/1.1 | |
2020-12-30T13:05:59.759+0100 [DEBUG] plugin.terraform-provider-google_v3.38.0_x5: Host: servicenetworking.googleapis.com | |
2020-12-30T13:05:59.759+0100 [DEBUG] plugin.terraform-provider-google_v3.38.0_x5: User-Agent: google-api-go-client/0.5 HashiCorp Terraform/0.13.4 (+https://www.terraform.io) Terraform Plugin SDK/1.11.0 terraform-provider-google/3.38.0 | |
2020-12-30T13:05:59.759+0100 [DEBUG] plugin.terraform-provider-google_v3.38.0_x5: X-Goog-Api-Client: gl-go/1.14.5 gdcl/20200707 | |
2020-12-30T13:05:59.759+0100 [DEBUG] plugin.terraform-provider-google_v3.38.0_x5: Accept-Encoding: gzip | |
2020-12-30T13:05:59.759+0100 [DEBUG] plugin.terraform-provi |
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
Set EXAUID to sys | |
Set EXAPWD to exasol | |
=== RUN TestAccExasolRole_basic | |
2020/09/03 17:20:22 [DEBUG] Test: Executing step 0 | |
2020/09/03 17:20:22 [TRACE] ModuleInstaller: installing child modules for /tmp/tf-test470498066 into /tmp/tf-test470498066/.modules | |
2020/09/03 17:20:22 [TRACE] modsdir: writing modules manifest to /tmp/tf-test470498066/.modules/modules.json | |
2020/09/03 17:20:22 [TRACE] terraform.NewContext: starting | |
2020/09/03 17:20:22 [TRACE] terraform.NewContext: loading provider schemas | |
2020/09/03 17:20:22 [TRACE] LoadSchemas: retrieving schema for provider type "registry.terraform.io/hashicorp/exasol" | |
2020/09/03 17:20:22 [TRACE] GRPCProvider: GetSchema |
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
apiVersion: | |
kind: | |
spec: | |
template: | |
spec: | |
containers: | |
- image: conductor:server | |
env: | |
- name: CONFIG_PROP | |
value: config.properties |
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
-- minishift version: v1.25.0+90fb23e | |
-- Starting profile 'minishift' | |
-- Check if deprecated options are used ... OK | |
-- Checking if https://github.com is reachable ... OK | |
-- Checking if requested OpenShift version 'v3.10.0' is valid ... OK | |
-- Checking if requested OpenShift version 'v3.10.0' is supported ... OK | |
-- Checking if requested hypervisor 'virtualbox' is supported on this platform ... OK | |
-- Checking if VirtualBox is installed ... OK | |
-- Checking the ISO URL ... OK | |
-- Downloading OpenShift binary 'oc' version 'v3.10.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
object Login { | |
def graph(system: ActorSystem, future: Future[LoginCommand.UserData], socketUrl: String) = | |
Source.fromGraph(GraphDSL.create() { implicit builder: GraphDSL.Builder[NotUsed] => | |
val in = Source | |
.fromFuture(future) | |
.named("LoginData") | |
val fanIn = builder.add(Zip[LoginResponse, LoginCommand.UserData].named("LoginDataCollector")) |
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
# Executing dmesg | grep DAL after driver installation gives enabled | |
# The following output after AMD Pro installation and reboot | |
# Reboot then leads to the usual kernel panicks. Can only boot with acpi=off. | |
# Following output when setting acpi=off | |
~$ dmesg | grep DAL # Gives no output | |
~$ uname -a | |
Linux racker 4.10.0-33-generic #37~16.04.1-Ubuntu SMP Fri Aug 11 14:07:24 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux |
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
MATCH (n) | |
DETACH DELETE n | |
CREATE(InstOpNop:Instruction{name: "OpNop",value: 0}) | |
CREATE(InstOpUndef:Instruction{name: "OpUndef",value: 1}) | |
CREATE(InstOpSizeOf:Instruction{name: "OpSizeOf",value: 321}) | |
CREATE(InstOpSourceContinued:Instruction{name: "OpSourceContinued",value: 2}) | |
CREATE(InstOpSource:Instruction{name: "OpSource",value: 3}) | |
CREATE(InstOpSourceExtension:Instruction{name: "OpSourceExtension",value: 4}) | |
CREATE(InstOpName:Instruction{name: "OpName",value: 5}) | |
CREATE(InstOpMemberName:Instruction{name: "OpMemberName",value: 6}) |
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
sudo apt-get install -y ruby ruby-dev build-essential dh-autoreconf | |
sudo gem install travis | |
# install path: /var/lib/gems/ |
NewerOlder