|
|
|
|
|
by devttyeu
1618 days ago
|
|
I have this controller, and I was able to mostly workaround the dying issue by having a cron script ping a network device every minute, and when that fails it restarts the link - `ip l set enp70s0 down; sleep 6; ip l set enp70s0 up`. But that's acceptable only because that machine has a workload which can tolerate not having network access for a few minutes per day or so. |
|