error: linking with `/nix/store/291ldi6fqsbmkbvbs8is4mcg3jb64ld4-gcc-wrapper-8.3.0/bin/cc` failed: exit code: 1
|
= note: "/nix/store/291ldi6fqsbmkbvbs8is4mcg3jb64ld4-gcc-wrapper-8.3.0/bin/cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/nix/store/7mnp1sijinyryghrvg0mrw173b0lr45c-rust-1.41.0-nightly-2019-11-15-1bd30ce2a/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/build/servicelogger/target/debug/deps/hdk_proc_macros-165f3128749ade9c.10fnn0uqrm0a7gw9.rcgu.o" "/build/servicelogger/target/debug/deps/hdk_proc_macros-165f3128749ade9c.10v4sm2acxgtilmy.rcgu.o" "/build/servicelogger/target/debug/deps/hdk_proc_macros-165f3128749ade9c.11vrrhhml3omhgkj.rcgu.o" "/build/servicelogger/target/debug/deps/hdk_proc_macros-165f3128749ade9c.1494ax54mh0nx4cj.rcgu.o" "/build/servicelogger/target/debug/deps/hdk_proc_macros-165f3128749ade9c.15az2ahr41ou3tnc.rcgu.o" "/build/servicelogger/target/debug/deps/hdk_proc_macros-165f3128749ade9c.175qwzzn6roggcly.rcgu.o" "/build/servicelogger/target/debug/deps/hdk_proc_macros-
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
# frozen_string_literal: true | |
source 'https://rubygems.org' | |
git_source(:github) do |repo_name| | |
repo_name = "#{repo_name}/#{repo_name}" unless repo_name.include?("/") | |
"https://github.com/#{repo_name}.git" | |
end | |
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails' |
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
(ns switch | |
(:require [clojure.pprint :as pprint])) | |
(defn project-clj-map [filename] | |
(->> (slurp filename) | |
(read-string) | |
(drop 1) | |
(partition 2) | |
(map vec) | |
(into {}))) |
-
get an empty USB flash drive
-
run `cp nixos-minimal-19.09.1926.5d6da42cf79-x86_64-linux.iso /dev/
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
nix-build -A hpos-init --show-trace | |
these derivations will be built: | |
/nix/store/vz94n9kvab29gfbfzw3fs4d7m0ak785s-hpos-init-0.0.1.drv | |
building '/nix/store/vz94n9kvab29gfbfzw3fs4d7m0ak785s-hpos-init-0.0.1.drv'... | |
Sourcing python-catch-conflicts-hook.sh | |
Sourcing python-remove-bin-bytecode-hook.sh | |
Sourcing setuptools-build-hook | |
Using setuptoolsBuildPhase | |
Using setuptoolsShellHook | |
Sourcing pip-install-hook |
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
-- Logs begin at Tue 2019-08-13 15:31:47 UTC, end at Tue 2019-08-13 15:55:15 UTC. -- | |
Aug 13 15:55:15 nixos sudo[1303]: pam_unix(sudo:session): session opened for user root by holoport(uid=0) | |
Aug 13 15:55:15 nixos sudo[1303]: holoport : TTY=tty1 ; PWD=/home/holoport ; USER=root ; COMMAND=/run/current-system/sw/bin/journalctl -r | |
Aug 13 15:54:56 nixos sudo[1265]: pam_unix(sudo:session): session closed for user root | |
Aug 13 15:54:35 nixos systemd-logind[774]: Watching system buttons on /dev/input/event11 (Arcox Technology Co., LTD AmazonBasics gaming keyboard Keyboard) | |
Aug 13 15:54:35 nixos systemd-logind[774]: Watching system buttons on /dev/input/event13 (Arcox Technology Co., LTD AmazonBasics gaming keyboard System Control) | |
Aug 13 15:54:35 nixos systemd-logind[774]: Watching system buttons on /dev/input/event12 (Arcox Technology Co., LTD AmazonBasics gaming keyboard Consumer Control) | |
Aug 13 15:54:35 nixos kernel: hid-generic 0003:3938:1119.0003: input,hiddev96,hidraw0: USB HID v1.11 Keyboard [Arcox Technology C |
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
-- Logs begin at Tue 2019-08-13 15:31:47 UTC, end at Tue 2019-08-13 15:55:15 UTC. -- | |
Aug 13 15:55:15 nixos sudo[1303]: pam_unix(sudo:session): session opened for user root by holoport(uid=0) | |
Aug 13 15:55:15 nixos sudo[1303]: holoport : TTY=tty1 ; PWD=/home/holoport ; USER=root ; COMMAND=/run/current-system/sw/bin/journalctl -r | |
Aug 13 15:54:56 nixos sudo[1265]: pam_unix(sudo:session): session closed for user root | |
Aug 13 15:54:35 nixos systemd-logind[774]: Watching system buttons on /dev/input/event11 (Arcox Technology Co., LTD AmazonBasics gaming keyboard Keyboard) | |
Aug 13 15:54:35 nixos systemd-logind[774]: Watching system buttons on /dev/input/event13 (Arcox Technology Co., LTD AmazonBasics gaming keyboard System Control) | |
Aug 13 15:54:35 nixos systemd-logind[774]: Watching system buttons on /dev/input/event12 (Arcox Technology Co., LTD AmazonBasics gaming keyboard Consumer Control) | |
Aug 13 15:54:35 nixos kernel: hid-generic 0003:3938:1119.0003: input,hiddev96,hidraw0: USB HID v1.11 Keyboard [Arcox Technology C |
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
-- Logs begin at Wed 2019-08-07 19:20:38 UTC, end at Wed 2019-08-07 19:35:30 UTC. -- | |
Aug 07 19:35:30 nixos systemd[1]: Started holo-health.service. | |
Aug 07 19:35:30 nixos holo-health[5218]: - 9dcae870-ed0b-4669-87a8-a48d4541a349 | |
Aug 07 19:35:30 nixos holo-health[5218]: [INFO] 2019/08/07 19:35:30 Network is up | |
Aug 07 19:35:30 nixos systemd[1]: Started Cleanup of Temporary Directories. | |
Aug 07 19:35:30 nixos holo-health[5218]: Wrote 2 bytes. | |
Aug 07 19:35:30 nixos holo-health[5218]: up | |
Aug 07 19:35:30 nixos holo-health[5218]: [INFO] 2019/08/07 19:35:30 CPU temp is 41000 - d284e794-4b22-4b3f-9201-60350685a437 | |
Aug 07 19:35:30 nixos holo-health[5218]: 41000 of type int64Wrote 2 bytes. | |
Aug 07 19:35:30 nixos holo-health[5218]: [INFO] 2019/08/07 19:35:30 CPU temp is 43000 - 4c5a321c-4f6a-44dd-bb10-2d9b5488830e |
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
echo thermal zone | |
ls /sys/class/thermal/thermal_zone0/temp | |
echo operstate | |
ls /sys/class/net/enp0s25/operstate | |
echo device | |
ls /dev/ttyUSB0 |
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
-- Logs begin at Mon 2019-08-05 23:30:03 UTC, end at Tue 2019-08-06 12:33:56 UTC. -- | |
Aug 06 12:33:56 nixos sudo[1016]: pam_unix(sudo:session): session opened for user root by holoport(uid=0) | |
Aug 06 12:33:56 nixos sudo[1016]: holoport : TTY=tty1 ; PWD=/home/holoport ; USER=root ; COMMAND=/run/current-system/sw/bin/journalctl -r | |
Aug 06 12:33:36 nixos sudo[1012]: pam_unix(sudo:session): session closed for user root | |
Aug 06 12:31:41 nixos sudo[1012]: pam_unix(sudo:session): session opened for user root by holoport(uid=0) | |
Aug 06 12:31:41 nixos sudo[1012]: holoport : TTY=tty1 ; PWD=/home/holoport ; USER=root ; COMMAND=/run/current-system/sw/bin/journalctl -r | |
Aug 06 12:31:28 nixos zerotier-one[789]: sendto: Network is unreachable | |
Aug 06 12:30:52 nixos systemd[1]: Started Cleanup of Temporary Directories. | |
Aug 06 12:30:52 nixos systemd[1]: Starting Cleanup of Temporary Directories... | |
Aug 06 12:30:39 nixos sudo[992]: pam_unix(sudo:session): session closed for user root |