Owen Walpole

Results 71 comments of Owen Walpole

> I’m assuming noexec on the pfSense/cf/conf line means pfatt.sh can’t run in the /conf directory. Correct > If so, any issue with leaving pfatt.sh in /root/bin? No issue, just...

> Is there a particular reason why /conf was chosen as the folder for the pfatt.* scripts in the first place? To be honest I'm not familiar enough with pfSense...

In my testing the Wi-Fi rx callback does not suffer the same issue. I haven't tested Eth or Wifi tx callbacks.

@ivmarkov Looking at [the sta2eth example](https://github.com/espressif/esp-idf/tree/release/v5.2/examples/network/sta2eth), it seems to me like the callbacks should be called with an owned buffer rather than a slice. Then, when the owned buffer is...

Let's Encrypt with both HTTP-01 and DNS-01 challenges caused the issue for me. Also using the automation restart OPNsense Web UI.

> We're you ever able to find anything else around this/restore functionality after enabling acme cron job @owenthewizard? I'm experiencing similar. Particularly, my WAN interface no longer appears to pull...

This is my non-working code. It seems the callbacks never get called. ```rust // Wrap your drivers in Arc to allow shared mutable access. let eth_mutex = Arc::new(Mutex::new(eth)); let wifi_mutex...

Hm, when callbacks are set the interfaces are stopped.

The C functions are noted to be internal to ESP and not recommended for customers to use. Regardless, they seem to function. Better documentation is needed.