Steve Weber

Results 40 comments of Steve Weber

I also confirmed the LLDP patch on HP and Cisco switches. It's helpful!

neat/ I started to look at generating a QRcode server side and passing it down in a chain loaded ipxe script in a retry loop. The QRcode brings user to...

Thanks for pointing out DPP, I got deeper into this project last night and found that I cant use the nice ASCII chars 219,220,254 when using ipxe under efi mode...

@NiKiZe Thanks! I tried a few things but it seems that im unable to get the UCS-2 or 2byte char working for the ISO10646 charset. ``` set h1:hex 00 set...

I would think that using echo with the raw bytes would work. Hope your work continues to progress. Thanks! ah The default initialization value for UCS-2 data is 0x0020 and...

is something pending here? The merge https://github.com/ipxe/ipxe/pull/413 seemed to have resolved the issue.

perhaps could use some wiki info on https://ipxe.org/docs

loki as of version 3 added support for `exporter otlphttp` perhaps their implementation might inspire some ideas https://grafana.com/docs/loki/latest/send-data/otel/ for a otlp endpoint in victorialogs. that said.. `endpoint: http://0.0.0.0:8427/insert/loki/api/v1/push` is working...

perhaps logging option in the config file under the url_map where there is already some filtering.

hacky workaround that passed a few test in `bash` ``` carbonyl https://fun.house # read input for 1second read -r -s -t 1 -n 9999 -p '' ```