Skip to content

Instantly share code, notes, and snippets.

/* Magic Mirror Config Sample
*
* By Michael Teeuw http://michaelteeuw.nl
* MIT Licensed.
*
* For more information how you can configurate this file
* See https://github.com/MichMich/MagicMirror#configuration
*
*/
#region manual steps (#0:untested;#? unknown;#! busted;#l:lazy)
#? Link OneDrive to domain account
#! choco upgrade -confirm skypeforbusiness
#l VSCode Extensions: Team Services, Azure CLI Tools, Azure Repos, Powershell
#l Symbolic links
#06/24/2019 01:08 PM <SYMLINKD> git [d:\onedrive\Aveva\git]
#06/24/2019 07:13 PM <SYMLINK> johnm-01.config.ps1 [onedrive\Aveva\configuration\management\hardware\johnm-01.config.ps1]
#endregion
#### All Role ####
[2018-03-01T14:29:14,835][INFO ][o.e.t.TransportService ] [esuk01] publish_address {10.4.0.11:9300}, bound_addresses {[::]:9300}
[2018-03-01T14:29:14,935][INFO ][o.e.b.BootstrapChecks ] [esuk01] bound or publishing to a non-loopback address, enforcing bootstrap checks
[2018-03-01T14:29:15,475][WARN ][o.e.x.s.t.n.SecurityNetty4ServerTransport] [esuk01] exception caught on transport layer [NettyTcpChannel{localAddress=0.0.0.0/0.0.0.0:53042, remoteAddress=/10.4.0.10:9300}], closing connection
io.netty.handler.codec.DecoderException: javax.net.ssl.SSLHandshakeException: General SSLEngine problem
at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:459) ~[netty-codec-4.1.16.Final.jar:4.1.16.Final]
at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:265) ~[netty-codec-4.1.16.Final.jar:4.1.16.Final]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362) [netty-transport-4.
[2018-02-20T11:14:54,320][WARN ][o.e.b.ElasticsearchUncaughtExceptionHandler] [esuk00] uncaught exception in thread [main]
org.elasticsearch.bootstrap.StartupException: java.lang.IllegalStateException: failed to load plugin class [org.elasticsearch.xpack.core.XPackPlugin]
at org.elasticsearch.bootstrap.Elasticsearch.init(Elasticsearch.java:125) ~[elasticsearch-6.2.1.jar:6.2.1]
at org.elasticsearch.bootstrap.Elasticsearch.execute(Elasticsearch.java:112) ~[elasticsearch-6.2.1.jar:6.2.1]
at org.elasticsearch.cli.EnvironmentAwareCommand.execute(EnvironmentAwareCommand.java:86) ~[elasticsearch-6.2.1.jar:6.2.1]
at org.elasticsearch.cli.Command.mainWithoutErrorHandling(Command.java:124) ~[elasticsearch-cli-6.2.1.jar:6.2.1]
at org.elasticsearch.cli.Command.main(Command.java:90) ~[elasticsearch-cli-6.2.1.jar:6.2.1]
at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:92) ~[elasticsearch-6.2.1.jar:6.2.1]
at org.el
[2018-02-13T16:26:09,025][INFO ][o.e.n.Node ] [esuk00] initializing ...
[2018-02-13T16:26:09,114][INFO ][o.e.e.NodeEnvironment ] [esuk00] using [1] data paths, mounts [[/ (overlay)]], net usable_space [25.5gb], net total_space [29gb], types [overlay]
[2018-02-13T16:26:09,115][INFO ][o.e.e.NodeEnvironment ] [esuk00] heap size [7.9gb], compressed ordinary object pointers [true]
[2018-02-13T16:26:09,117][INFO ][o.e.n.Node ] [esuk00] node name [esuk00], node ID [4EAU15Q7RqOW-eEP1JkV5w]
[2018-02-13T16:26:09,117][INFO ][o.e.n.Node ] [esuk00] version[6.2.0], pid[1], build[37cdac1/2018-02-01T17:31:12.527918Z], OS[Linux/4.13.0-1007-azure/amd64], JVM[Oracle Corporation/OpenJDK 64-Bit Server VM/1.8.0_161/25.161-b14]
[2018-02-13T16:26:09,117][INFO ][o.e.n.Node ] [esuk00] JVM arguments [-Xms1g, -Xmx1g, -XX:+UseConcMarkSweepGC, -XX:CMSInitiatingOccupancyFraction=75, -XX:+UseCMSInitiatingOccupancyOnly, -XX:+AlwaysPreTouch, -Xss1m, -Djava.
[2018-02-14T08:53:01,302][INFO ][o.e.n.Node ] [esuk01] initializing ...
[2018-02-14T08:53:01,418][INFO ][o.e.e.NodeEnvironment ] [esuk01] using [1] data paths, mounts [[/ (overlay)]], net usable_space [26.2gb], net total_space [29gb], types [overlay]
[2018-02-14T08:53:01,418][INFO ][o.e.e.NodeEnvironment ] [esuk01] heap size [7.9gb], compressed ordinary object pointers [true]
[2018-02-14T08:53:01,420][INFO ][o.e.n.Node ] [esuk01] node name [esuk01], node ID [PCt0h46VQiCY5qKnPZ7-AA]
[2018-02-14T08:53:01,420][INFO ][o.e.n.Node ] [esuk01] version[6.2.0], pid[1], build[37cdac1/2018-02-01T17:31:12.527918Z], OS[Linux/4.13.0-1007-azure/amd64], JVM[Oracle Corporation/OpenJDK 64-Bit Server VM/1.8.0_161/25.161-b14]
[2018-02-14T08:53:01,420][INFO ][o.e.n.Node ] [esuk01] JVM arguments [-Xms1g, -Xmx1g, -XX:+UseConcMarkSweepGC, -XX:CMSInitiatingOccupancyFraction=75, -XX:+UseCMSInitiatingOccupancyOnly, -XX:+AlwaysPreTouch, -Xss1m, -Djava.
resource "azurerm_resource_group" "elastic_uk" {
name = "company-uks-elastic"
location = "UK South"
}
resource "azurerm_virtual_network" "elastic_uk" {
name = "uks-elastic-vnet"
address_space = ["${var.address_space}"]
location = "${azurerm_resource_group.elastic_uk.location}"
resource_group_name = "${azurerm_resource_group.elastic_uk.name}"
VAGRANT_LOG=debug vagrant up
INFO global: Vagrant version: 1.8.6
INFO global: Ruby version: 2.2.5
INFO global: RubyGems version: 2.4.5.1
INFO global: VAGRANT_LOG="debug"
INFO global: VAGRANT_INSTALLER_ENV="1"
INFO global: VAGRANT_OLD_ENV_LOGNAME="buttons"
INFO global: VAGRANT_OLD_ENV_SHELL="/bin/bash"
INFO global: VAGRANT_OLD_ENV___CF_USER_TEXT_ENCODING="0x7E5FEAD1:0x0:0x0"
INFO global: VAGRANT_OLD_ENV_TERM_PROGRAM="iTerm.app"
[ 0.0000]nitialzi croup ubs puset
0.00000] Iitalizing grp bsyspu
[ 0.000 Initilingcgrop bss cpac
0.00000Liux vrsion 4.0-4-geneic(bldd@lg014)(gcceron5.4.020069 Ubtu5.4.0ubtu1~1604) ) 66buu SMP W Ot 9 14::3UTC 16Ubunt 4.045.-gerc 4..2
.000 Comma le: BOTMAE=/boot/liuz-4.45-generic oot=UUID=956a14f1-0761-389-8561-38f2a93147 o nsole=ty1onole=yS
[ 0000] ERL uprt cpus
[ .000] MDutnticMD[ .000] enurCentrHls
[ 00000]86fpu: tae_ofset[2]: 76, xta_sizes2] 26
[ 00000] x8/f: uprtg XSVEeare 0x0 '87 flotingoint rgier'
[ 00000 x/fu:Suorin XVEfeatue 02 'SE giters