Sebastian Wiedenroth
Sebastian Wiedenroth
The '@' character needs escaping in the MySQL backend since `@distance` was introduced. Reference:
This should fix #77
Had the following panic on a system running `joyent_20180524T002819Z`. The last thing I entered was `pfiles` on a `vmstat` process, but the system was also otherwise busy. ``` 2019-03-11T22:19:16.139806+00:00 p...
Had the following panic: ``` 2019-01-14T19:09:19.831161+00:00 cube-sw unix: [ID 836849 kern.notice] #012#015panic[cpu1]/thread=fffffe0c189dd440: 2019-01-14T19:09:19.831189+00:00 cube-sw genunix: [ID 403854 kern.notice] assertion failed: epp->ep_state & UGEN_EP_STATE_INTR_IN_POLLING_ON, file: ../../common/io/usb/usba/usba_ugen.c, line: 2816 2019-01-14T19:09:19.831201+00:00 cube-sw unix:...
Had a system panic with the following stack trace: ``` > ::status debugging crash dump vmcore.0 (64-bit) from hv0401 operating system: 5.11 joyent_20180427T013714Z (i86pc) image uuid: (not set) panic message:...
The HP Microserver Gen10 currently does not boot unless ACPI is disabled. Since new ACPI testing images were made available I wanted to see if those fixed the issue. Sadly...
"sed -i" without an extension argument does not work on SmartOS but does on OpenIndiana. I went through some history and found the following: - In https://www.illumos.org/issues/586 (sed -i should...
Newer linux distributions no longer ship with `netstat`. And while `netstat -rn6` worked to display the IPv6 routing table the supposed alternative `ip -6 route show` only results in: Cannot...
IPv6 with addrconf in LX seems to work fine, but when using a static address `in.ndpd` is never started and so no default route is added. In `lib/brand/lx/lx_init/lxinit.c` there is...
The django middleware doesn't put the span on the stack directly but instead stores it on the `request` object. This helps find it anyway.