Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am nathanwoodburn on github.
  • I am nathanwoodburn (https://keybase.io/nathanwoodburn) on keybase.
  • I have a public key ASDYZJwTbB3HFfL89SCO8sF9v-p2qgmq6nAn9U2Y0Qs6OQo

To claim this, I am signing this object:

@Nathanwoodburn
Nathanwoodburn / _gitea_logs.txt
Created August 17, 2023 04:38
Gitea Logs for actions now stopping
/var/empty must be owned by root and not group or world-writable.
2023/08/17 14:36:36 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/FetchTask for 140.238.196.136:0, 200 OK in 67.6ms @ <autogenerated>:1(http.Handler.ServeHTTP-fm)
/var/empty must be owned by root and not group or world-writable.
2023/08/17 14:36:37 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/FetchTask for 140.238.196.136:0, 200 OK in 59.6ms @ <autogenerated>:1(http.Handler.ServeHTTP-fm)
/var/empty must be owned by root and not group or world-writable.
2023/08/17 14:36:38 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.RunnerService/FetchTask for 140.238.196.136:0, 200 OK in 61.1ms @ <autogenerated>:1(http.Handler.ServeHTTP-fm)
/var/empty must be owned by root and not group or world-writable.
2023/08/17 14:36:39 ...eb/routing/logger.go:102:func1() [I] router: completed POST /api/actions/runner.v1.Run
--------- beginning of crash
03-06 13:40:05.932 638 638 F libc : crash_dump helper failed to exec, or was killed
03-06 13:40:05.955 698 698 F libc : crash_dump helper failed to exec, or was killed
03-06 13:53:42.914 1539 5061 E AndroidRuntime: *** FATAL EXCEPTION IN SYSTEM PROCESS: Binder:1539_1C
03-06 13:53:42.914 1539 5061 E AndroidRuntime: java.lang.OutOfMemoryError: Failed to allocate a 24 byte allocation with 2083640 free bytes and 2034KB until OOM, target footprint 536870912, growth limit 536870912; giving up on allocation because <1% of heap free after GC.
03-06 13:53:42.914 1539 5061 E AndroidRuntime: at com.android.server.power.batterysaver.BatterySaverPolicy.getBatterySaverPolicy(BatterySaverPolicy.java:988)
03-06 13:53:42.914 1539 5061 E AndroidRuntime: at com.android.server.power.PowerManagerService.updatePowerRequestFromBatterySaverPolicy(PowerManagerService.java:4259)
03-06 13:53:42.914 1539 5061 E AndroidRuntime: at com.android.server.power.PowerMana
@Nathanwoodburn
Nathanwoodburn / dnsdist.conf
Created March 28, 2024 09:57
dnsdist.conf
newServer({address="139.144.68.241", name="HNSDNS 1"})
newServer({address="139.144.68.242", name="HNSDNS 2"})
setLocal('0.0.0.0:53')
addDOHLocal('0.0.0.0', '/etc/letsencrypt/live/hnsdoh.com/fullchain.pem', '/etc/letsencrypt/live/hnsdoh.com/privkey.pem', {"/", "/dns-query"}, { reusePort=true,maxInFlight=10})
addTLSLocal('0.0.0.0', '/etc/letsencrypt/live/hnsdoh.com/fullchain.pem', '/etc/letsencrypt/live/hnsdoh.com/privkey.pem',{ reusePort=true,maxInFlight=10})
addACL('0.0.0.0/0')