Skip to content

Instantly share code, notes, and snippets.

View lhanson's full-sized avatar

Lyle Hanson lhanson

  • Madison, WI
View GitHub Profile
@lhanson
lhanson / transmission.env.template
Created August 2, 2020 16:18
Containerized always-vpn'd Transmission daemon
OPENVPN_PROVIDER={{ openvpn_provider }}
OPENVPN_CONFIG={{ openvpn_config }}
OPENVPN_USERNAME={{ openvpn_username }}
OPENVPN_PASSWORD={{ openvpn_password }}
OPENVPN_OPTS=--inactive 3600 --ping 10 --ping-exit 60
PUID={{ transmission_uid }}
PGID={{ shared_media_gid }}
# Directory where completed torrent downloads are located
TRANSMISSION_DOWNLOAD_DIR=/media/incoming
TRANSMISSION_HOME=/media/transmission
@lhanson
lhanson / .gitmodules
Created August 18, 2019 19:08
git submodules config
[submodule "libs/iniparser"]
path = libs/iniparser
url = http://github.com/ndevilla/iniparser.git
@lhanson
lhanson / luci_stacktrace.txt
Created June 25, 2019 00:05
Error accessing firewall config in LuCI
/usr/lib/lua/luci/dispatcher.lua:460: Failed to execute arcombine dispatcher target for entry '/admin/network/firewall/zones'.
The called action terminated with an exception:
/usr/lib/lua/luci/template.lua:97: Failed to execute template 'cbi/map'.
A runtime error occured: /usr/lib/lua/luci/template.lua:97: Failed to execute template 'cbi/tblsection'.
A runtime error occured: /usr/lib/lua/luci/template.lua:97: Failed to execute template 'cbi/firewall_zoneforwards'.
A runtime error occured: /usr/lib/lua/luci/model/firewall.lua:21: bad argument #2 to 'get' (string expected, got nil)
stack traceback:
[C]: in function 'assert'
/usr/lib/lua/luci/dispatcher.lua:460: in function 'dispatch'
/usr/lib/lua/luci/dispatcher.lua:141: in function
$ git rev-parse HEAD
3821ec1dffc6e19677fd2858d494b123be5c762d
$ mvn clean install -U
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] SoapUI project [pom]
[INFO] SoapUI [jar]
[INFO] SoapUI Maven plugin [maven-plugin]
@lhanson
lhanson / aur-list.pkg
Last active December 31, 2019 23:02
AUR package list.
activemq
advcp
aerc
base16-manager
bear
brogue
brother-hll2340dw
clion
docker-credential-secretservice
downgrade
@lhanson
lhanson / pacman-list.pkg
Last active February 8, 2020 20:12
Pacman package list.
ack
acpi
acpid
alsa-utils
ansible
arandr
arc-gtk-theme
arduino
arduino-cli
asoundconf
@lhanson
lhanson / MavenArtifactNotifierInitFromExcelMain.2.output
Created October 23, 2016 22:35
maven-artifact-notifier-core compilation error
[2016-10-23 17:28:38,343] WARN - pertyPlaceholderConfigurer - - Could not load properties from URL [file:/etc/maven-artifact-notifier/configuration.properties]: /etc/maven-artifact-notifier/configuration.properties (No such file or directory)
[2016-10-23 17:28:38,345] WARN - pertyPlaceholderConfigurer - - Could not load properties from class path resource [configuration-ldhanson2.properties]: class path resource [configuration-ldhanson2.properties] cannot be opened because it does not exist
[2016-10-23 17:28:39,965] WARN - bernatePersistenceProvider - - Installing our Spring managed interceptor.
[2016-10-23 17:28:40,302] WARN - stractEhcacheRegionFactory - - HHH020003: Could not find a specific ehcache configuration for cache named [fr.openwide.core.jpa.externallinkchecker.business.model.ExternalLinkWrapper]; using defaults.
[2016-10-23 17:28:40,324] WARN - stractEhcacheRegionFactory - - HHH020003: Could not find a specific ehcache configuration for cache named [fr.openwide.maven.artifact.notifier.c
@lhanson
lhanson / maven-artifact-notifier-psql.output
Created October 11, 2016 22:51
PostgreSQL output during invocation of MavenArtifactNotifierInitFromExcelMain
ERROR: constraint "ukh3vbwatl9grndwud5gmoyd0gk" of relation "artifact" does not exist
STATEMENT: alter table Artifact drop constraint UKh3vbwatl9grndwud5gmoyd0gk
ERROR: constraint "uk_s9isu7vl7b611kenaw5xa8tya" of relation "artifactgroup" does not exist
STATEMENT: alter table ArtifactGroup drop constraint UK_s9isu7vl7b611kenaw5xa8tya
ERROR: constraint "uke25bklx8h4v3otrp371ciis37" of relation "artifactversion" does not exist
STATEMENT: alter table ArtifactVersion drop constraint UKe25bklx8h4v3otrp371ciis37
ERROR: constraint "uk_l3rpahijrmparse329xqpq7v7" of relation "emailaddress" does not exist
STATEMENT: alter table EmailAddress drop constraint UK_l3rpahijrmparse329xqpq7v7
ERROR: constraint "uko2m0g8gd71syiu35joaie04og" of relation "followedartifact" does not exist
STATEMENT: alter table FollowedArtifact drop constraint UKo2m0g8gd71syiu35joaie04og
@lhanson
lhanson / MavenArtifactNotifierInitFromExcelMain.output
Created September 28, 2016 03:53
Artifact Listener - MavenArtifactNotifierInitFromExcelMain output
[2016-09-27 22:52:03,704] WARN - pertyPlaceholderConfigurer - - Could not load properties from URL [file:/etc/maven-artifact-notifier/configuration.properties]: /etc/maven-artifact-notifier/configuration.properties (No such file or directory)
[2016-09-27 22:52:03,706] WARN - pertyPlaceholderConfigurer - - Could not load properties from class path resource [configuration-MY_USERNAME.properties]: class path resource [configuration-MY_USERNAME.properties] cannot be opened because it does not exist
[2016-09-27 22:52:05,334] WARN - bernatePersistenceProvider - - Installing our Spring managed interceptor.
[2016-09-27 22:52:05,645] WARN - stractEhcacheRegionFactory - - HHH020003: Could not find a specific ehcache configuration for cache named [fr.openwide.core.jpa.externallinkchecker.business.model.ExternalLinkWrapper]; using defaults.
[2016-09-27 22:52:05,667] WARN - stractEhcacheRegionFactory - - HHH020003: Could not find a specific ehcache configuration for cache named [fr.openwide.maven.artifact.notifi
@lhanson
lhanson / processor all.launch-output
Created September 28, 2016 03:50
Artifact Listener - Eclipse "processor all.launch" output
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] Artifact Listener
[INFO] Artifact Listener - Core
[INFO] Artifact Listener - Init
[INFO] Artifact Listener - Web Application
[INFO]
[INFO] ------------------------------------------------------------------------