krolingo
krolingo
I disabled comments on php.ini issue solved for now...
appletv pair No Apple TVs found on the network. Try again.
> appletv pair > No Apple TVs found on the network. Try again. I am an idiot. My homebridge machine was connected to a VPN and thus could not find...
> Solved! > > https://github.com/smejdil/zabbix_ipsec_pfsense/blob/master/scripts/zabbix-ipsec.py /usr/local/bin/python3.7 /usr/local/bin/zabbix-ipsec3.py Traceback (most recent call last): File "/usr/local/bin/zabbix-ipsec3.py", line 126, in ret = getPayload() File "/usr/local/bin/zabbix-ipsec3.py", line 107, in getPayload data = parseConf().items() File...
I added the entries you suggested to loader.conf and sysctl.conf. Then I tried this: portmaster -af portsnap auto cd /usr/ports/graphics/gpu-firmware-kmod/ && make install clean git clone -o freebsd -b releng/14.0...
sysctl hw.i915kms.enable_gvt sysctl: unknown oid 'hw.i915kms.enable_gvt' \ ===> drm-61-kmod-6.1.69_2 not supported on older than 14-STABLE 1400508, no kernel support. Also, if my memory serves, this has been going on since...
Upgraded to [14.1-BETA2](url) compiled `drm-61-kmod-6.1.69.2` Initially I saw the `drmn0: [drm] *ERROR* Fault errors on pipe A: 0x00000080` error again but it may have been "stale files" not yet removed...
what's weird is this: bound to 192.168.0.20 -- renewal in 432000 seconds. dunno where 192.168.0.20 is coming from
I have it like this: `cat /usr/local/etc/wifibox/appliance/udhcpd.conf ` ``` start 10.0.0.2 end 10.0.0.254 max_leases 64 interface eth0 opt subnet 255.255.255.0 opt router 10.0.0.1 opt dns %%DNS%% 8.8.8.8 8.8.4.4 opt lease...
static IP + `service netif restart wifibox0` + `# service routing restart` solved it.