The problem still persists on my machine As already mentioned here, the panic is often triggered when using the "disconnect/connect" buttons in the webgui. Furthermore, the same occurs when the cron job performs a "periodic interface reset". So, I disabled the related cron job to check, whether its more stable.
Quote from: schnipp on October 23, 2019, 06:53:10 pmThe problem still persists on my machine As already mentioned here, the panic is often triggered when using the "disconnect/connect" buttons in the webgui. Furthermore, the same occurs when the cron job performs a "periodic interface reset". So, I disabled the related cron job to check, whether its more stable.We have the same issue, any result on disabling the cron?
[reload]command:/root/reconnect_pppoe_ipv6.shparameters:type:scriptmessage:Force PPPoE Reconnect with IPv6 cleanupdescription: Force PPPoE Reconnect with IPv6 cleanup
#!/bin/shkill -s USR2 `pgrep mpd5`sleep 3while i="`ifconfig pppoe0 | grep inet6 | grep -m 1 -v '%' | cut -f2 -d ' ' | tr -d '[:space:]'`"; do if [ -n "$i" ] then #echo "IPv6 Address found" ifconfig pppoe0 inet6 $i delete else #echo "NO IPv6" break fidonesleep 3kill -s USR1 `pgrep mpd5`
Where can I find / disable the cron job you mentioned?I will implement the last workaround and see if it helps. What time do you start your script? Before or after the "freeze" - mine happens between 4 and 5 am.