Skip to content

Instantly share code, notes, and snippets.

View patrickod's full-sized avatar
🔐

Patrick O'Doherty patrickod

🔐
View GitHub Profile
@patrickod
patrickod / build.log
Created June 24, 2020 01:33
Looking Glass client B2-rc2 nixos build output
these derivations will be built:
/nix/store/inbmfd0pdsrdbi1rx4796jxavil1bk9s-looking-glass-client-B2-rc2.drv
building '/nix/store/inbmfd0pdsrdbi1rx4796jxavil1bk9s-looking-glass-client-B2-rc2.drv'...
unpacking sources
unpacking source archive /nix/store/bnpgjss2yajrj5dxxlnklyv467myv1ng-source
source root is source/client
patching sources
configuring
fixing cmake files...
cmake flags: -DCMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY=OFF -DCMAKE_FIND_USE_PACKAGE_REGISTRY=OFF -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON -DCMAKE_BUILD_TYPE=Release -DCMAKE_SKIP_BUILD_RPATH=ON -DBUILD_TESTING=OFF -DCMAKE_INSTALL_LOCALEDIR=/nix/store/v072dvmlm3v8p0nihay9157m8b3mlwfc-looking-glass-client-B2-rc2/share/locale -DCMAKE_INSTALL_LIBEXECDIR=/nix/store/v072dvmlm3v8p0nihay9157m8b3mlwfc-looking-glass-client-B2-rc2/libexec -DCMAKE_INSTALL_LIBDIR=/nix/store/v072dvmlm3v8p0nihay9157m8b3mlwfc-looking-glass-client-B2-rc2/lib -DCMAKE_INSTALL_DOCDIR=/nix/store/v072dvmlm3v8p0nihay9157m8b3mlwfc-looking-glass-client-B2-rc2/share/doc/ -DCMAKE_INSTALL_I
@patrickod
patrickod / mods
Last active April 3, 2020 01:57
Antistasi server failure
1:49:02 Mission Antistasi-Altis-2-2-1.Altis read from bank.
1:49:03 Mission Antistasi-Altis-2-2-1.Altis: Number of roles (53) is different from 'description.ext::Header::maxPlayer' (75)
1:49:03 Roles assigned.
1:49:03 Reading mission ...
1:49:03 Starting mission:
1:49:03 Mission file: Antistasi-Altis-2-2-1 (__cur_mp)
1:49:03 Mission world: Altis
1:49:03 Mission directory: mpmissions\__cur_mp.Altis\
1:49:03 a3\data_f\blesk1.p3d: No geometry and no visual shape
1:49:03 a3\data_f\blesk2.p3d: No geometry and no visual shape
{
"owner": "111111111111",
"logGroup": "CloudTrail",
"logStream": "111111111111_CloudTrail_us-east-1",
"subscriptionFilters": [
"Destination"
],
"messageType": "DATA_MESSAGE",
"logEvents": [
{
{
"ossec:alerts": {
"schema": {
"rule": {
"level": "integer",
"comment": "string",
"sidid": "integer"
},
"location": "string",
"full_log": "string",
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMmsr9jKMTdwm0xOvCZ4+ZnDSaVv/7Ihqlq4b5O38eDL
cert-authority ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBGCmK9MclTGYvN62xQzjfGRtkhdzKoIElntm9iBLZaY patrickod@iocoop
pub fn repeating_character_xor(a: &[u8], b: u8) -> Vec<u8> {
return a.iter().map(|x| *x ^ b).collect();
}
pub fn repeating_xor(a: &[u8], b: &[u8]) -> Vec<u8> {
let cycle = b.iter().cycle();
return cycle.zip(a.iter()).map ( |(a, b)| *a ^ *b ).collect();
}
10/4/16, 13:26:52.755 [NOTICE] I learned some more directory information, but not enough to build a circuit: We need more microdescriptors: we have 0/7255, and can only build 0% of likely paths. (We have 0% of guards bw, 0% of midpoint bw, and 0% of exit bw = 0% of path bw.)
10/4/16, 13:26:52.848 [NOTICE] Bootstrapped 50%: Loading relay descriptors
10/4/16, 13:26:54.423 [NOTICE] Bootstrapped 55%: Loading relay descriptors
10/4/16, 13:26:54.482 [NOTICE] Bootstrapped 61%: Loading relay descriptors
10/4/16, 13:27:04.449 [NOTICE] Bootstrapped 68%: Loading relay descriptors
10/4/16, 13:27:04.760 [NOTICE] Bootstrapped 74%: Loading relay descriptors
10/4/16, 13:27:54.620 [WARN] Received http status code 404 ("Not found") from server '149.56.108.196:9001' while fetching "/tor/keys/fp/585769C78764D58426B8B52B6651A5A71137189A".
10/4/16, 13:27:58.920 [NOTICE] Closing no-longer-configured Socks listener on 127.0.0.1:9152
10/4/16, 13:27:58.920 [NOTICE] DisableNetwork is set. Tor will not make or accept non-control
#/ This file has been auto-generated by i3-config-wizard(1).
# It will not be overwritten, so edit it as you like.
#
# Should you change your keyboard layout somewhen, delete
# this file and re-run i3-config-wizard(1).
#
# i3 config file (v4)
#
# Please see http://i3wm.org/docs/userguide.html for a complete reference!
Section "InputClass"
Identifier "Trackpoint Wheel Emulation"
MatchProduct "TPPS/2 IBM TrackPoint|DualPoint Stick|Synaptics Inc. Composite TouchPad / TrackPoint"
MatchDevicePath "/dev/input/event*"
Option "EmulateWheel" "true"
Option "EmulateWheelButton" "2"
Option "Emulate3Buttons" "false"
Option "XAxisMapping" "6 7"
Option "YAxisMapping" "4 5"
EndSection