Skip to content

Instantly share code, notes, and snippets.

This file has been truncated, but you can view the full file.
253|2019-06-16T12:43:45.5006305+02:00|FFXIV PLUGIN VERSION: 1.7.2.14|17b96bfa3644a2101595b9e5dc57f452
253|2019-06-16T12:43:45.5196074+02:00|FFXIV PLUGIN VERSION: 1.7.2.14, CLIENT MODE: FFXIV_64|4764f31bb85b0f51d7b799a17d4d19fe
251|2019-06-16T12:43:45.5196074+02:00|ProcessTCPInfo: New connection detected for Process [12632]: 192.168.161.146:15676=>195.82.50.46:55023|7a6e192274ad92a30260d410107208ab
251|2019-06-16T12:43:45.5196074+02:00|ProcessTCPInfo: New connection detected for Process [12632]: 192.168.161.146:15677=>195.82.50.46:55023|6368d2ca1e91513f0d83efd221c2b3ae
251|2019-06-16T12:43:45.5196074+02:00|TCPNetworkMonitor: Starting RawSocket listener on [192.168.161.146]=> [195.82.50.46].|7ce01258be512963cc7ed9392ce747b4
01|2019-06-16T12:43:47.0050000+02:00|ca|The Bowl Of Embers|147eea4b7ad7152d4e44504dabbc3c52
02|2019-06-16T12:43:47.0050000+02:00|10696f10|Kami Nuvini|a2ac4b69a828b85fca4e7e7c1cf379da
12|2019-06-16T12:43:47.1230000+02:00|24|162|309|2326|305|3237|1445|162|404|1219|3237|3237|1797|364|1790|0|364
Application: FFXIVMonReborn.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.IO.IOException
at System.IO.__Error.WinIOError(Int32, System.String)
at System.IO.FileStream.Init(System.String, System.IO.FileMode, System.IO.FileAccess, Int32, Boolean, System.IO.FileShare, Int32, System.IO.FileOptions, SECURITY_ATTRIBUTES, System.String, Boolean, Boolean, Boolean)
at System.IO.FileStream..ctor(System.String, System.IO.FileMode, System.IO.FileAccess, System.IO.FileShare, Int32, System.IO.FileOptions, System.String, Boolean, Boolean, Boolean)
at System.IO.StreamReader..ctor(System.String, System.Text.Encoding, Boolean, Int32, Boolean)
at System.IO.StreamReader..ctor(System.String, System.Text.Encoding)
at System.IO.File.InternalReadAllLines(System.String, System.Text.Encoding)
---
- hosts: all
tasks:
- name: Generate required locales
locale_gen: name={{ item }} state=present
with_items:
- "en_GB.UTF-8"
- "en_US.UTF-8"
- "'en_US ISO-8859-1'"
---
- hosts: all
tasks:
- name: Generate required locales
locale_gen: name={{ item }} state=present
with_items:
- "en_GB.UTF-8"
- "en_US.UTF-8"
- '"en_US ISO-8859-1"'
---
- hosts: all
tasks:
- name: Generate required locales
locale_gen: name={{ item }} state=present
with_items:
- "en_GB.UTF-8"
- "en_US.UTF-8"
- "en_US ISO-8859-1"
#!/bin/sh
### BEGIN INIT INFO
# Provides: ssh-host-keys
# Required-Start:
# Required-Stop:
# Default-Start: 2 3 4 5
# Default-Stop:
# Short-Description: Regenerates SSH host keys on first boot.
### END INIT INFO
@NielsH
NielsH / Middlecoin utilities
Created December 6, 2013 11:59
First version that adds realtime filtering of middlecoin addresses.
// ==UserScript==
// @name Middlecoin utilities
// @namespace http://middlecoin.com/
// @version 0.1
// @description Some extras for middlecoin, i.e. table search filter
// @match http://middlecoin.com/
// @copyright 2012+, KamiNuvini
// @run-at document-end
// @require http://code.jquery.com/jquery-2.0.3.min.js
// ==/UserScript==