I hereby claim:
- I am yottatsa on github.
- I am yottatsa (https://keybase.io/yottatsa) on keybase.
- I have a public key ASCeGfs5HvNtpqsRdZ0XuUGXk3MnkXTgITOxOC5HSyeE-wo
To claim this, I am signing this object:
| 2018-07-08 16:31:35 DEBUG (MainThread) [async_upnp_client.async_upnp_client.traffic] Sending request: | |
| POST http://192.168.1.6:2870/control/AVTransport | |
| SOAPAction: "urn:schemas-upnp-org:service:AVTransport:3#SetAVTransportURI" | |
| Host: 192.168.1.6:2870 | |
| Content-Type: text/xml | |
| Content-Length: 1191 | |
| <?xml version="1.0"?> | |
| <s:Envelope s:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" | |
| xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"> |
| 2018-07-08 16:20:58 ERROR (MainThread) [homeassistant.core] Error executing service <ServiceCall media_player.play_media: media_content_id=http://192.168.1.201:8123/api/tts_proxy/add04a2695f53fdeb6217601c85af6c44abe2f38_en_-_google.mp3, media_content_type=music, entity_id=['media_player.philips']> | |
| Traceback (most recent call last): | |
| File "/Users/yottatsa/Public/homeassistant/lib/python3.6/site-packages/homeassistant/core.py", line 1021, in _event_to_service_call | |
| await service_handler.func(service_call) | |
| File "/Users/yottatsa/Public/homeassistant/lib/python3.6/site-packages/homeassistant/components/media_player/__init__.py", line 441, in async_service_handler | |
| await getattr(player, method['method'])(**params) | |
| File "/Users/yottatsa/Public/homeassistant/lib/python3.6/site-packages/homeassistant/components/media_player/dlna_dmr.py", line 641, in async_play_media | |
| CurrentURIMetaData=meta_data) | |
| File "/Users/yottatsa/Public/homeassistant/lib/python3.6/site-packages/async_upnp_client/async_upnp_client |
| 2018-07-08 15:50:19 DEBUG (SyncWorker_15) [homeassistant.components.media_player.dlna_dmr] Adding device: <DlnaDmrDevice('uuid:13a1b0b0-6f3f-1bb2-a179-f8281933582b')> | |
| 2018-07-08 15:50:29 DEBUG (MainThread) [async_upnp_client.async_upnp_client.traffic] Sending request: | |
| GET http://192.168.1.6:2870/dmr.xml | |
| 2018-07-08 15:50:29 DEBUG (MainThread) [homeassistant.components.media_player.dlna_dmr] <homeassistant.components.media_player.dlna_dmr.HassUpnpRequester object at 0x10b10fa90>.async_http_request(): method: GET, soap_action: | |
| 2018-07-08 15:50:29 DEBUG (MainThread) [async_upnp_client.async_upnp_client.traffic] Got response: | |
| 200 | |
| CONTENT-TYPE: text/xml; charset="utf-8" | |
| LAST-MODIFIED: Mon, 31 Jul 2017 13:40:11 GMT | |
| DATE: Sun, 08 Jul 2018 14:50:25 GMT | |
| SERVER: IPI/1.0 UPnP/1.0 DLNADOC/1.50 |
| NOTIFY | |
| HOST: 192.168.1.201:8123 | |
| CONTENT-TYPE: text/xml; charset="utf-8" | |
| CONTENT-LENGTH: 1498 | |
| NT: upnp:event | |
| NTS: upnp:propchange | |
| SID: uuid:13891460-64ef-1cef-b249-d82842f5fcfb | |
| SEQ: 0 | |
| <?xml version="1.0" encoding="utf-8"?> |
| [ | |
| { | |
| "name": "1:me/sunlight-and-dnd", | |
| "status": "enabled", | |
| "conditions": [ | |
| { | |
| "address": "/sensors/39/state/status", | |
| "operator": "eq", | |
| "value": "0" | |
| }, |
| #!/bin/sh | |
| # based on https://fosdem.org/2018/keysigning/ | |
| TEAM="${1:-keysigning_fblon}" | |
| TMPDIR="$( mktemp -d -t ksp-XXXXXXXX )" | |
| cleanup() { | |
| rm -rf "$TMPDIR" | |
| } |
| #!/bin/sh -e | |
| # Author: yottatsa | |
| su - yottatsa -c 'make backup' 2>&1 | /usr/bin/logger -t backup | |
| if \ | |
| [ $(date -d "today" "+%m") -ne $(date -d "tomorrow" "+%m") ] || \ | |
| [ "$(date '+%a')" = "Tue" -a $(date +%d) -lt 29 -a $(date +%d) -gt 2 ] | |
| then | |
| ( |
| alias openssl=/Users/yottatsa/.local/homebrew/Cellar/openssl/1.0.2l/bin/openssl | |
| conf () { | |
| echo " | |
| [ req ] | |
| default_bits = 4096 | |
| distinguished_name = req_distinguished_name | |
| prompt = no | |
| [ req_distinguished_name ] |
I hereby claim:
To claim this, I am signing this object:
| #!/bin/sh | |
| #/etc/dhcp/dhclient-exit-hooks.d/netconsole | |
| #/etc/network/if-up.d/netconsole | |
| #/etc/network/if-down.d/netconsole | |
| SYSFS_NETCONSOLE="/sys/kernel/config/netconsole" | |
| NETCONSOLE_CONF="/etc/default/netconsole.conf" | |
| NETCONSOLE_PORT="514" | |
| netconsole_remove() { | |
| for sysfsnc in "${SYSFS_NETCONSOLE}/${interface:-}-"* |