I was poking around trying to see how the fan package worked (can't locate the source yet) and spotted a potential issue: libfan.so is sucked into humaxtv via an LD_PRELOAD, but udhcpc and tinyftp also end up using it. I imagine this might indicate they are started up (indirectly?) by humaxtv itself.
Depending on how libfan.so does its magic, I would worry that having three copies of it loaded in separate processes might be a problem. However, this is mostly guesswork on my part so somebody who knows what they're doing will hopefully now chip in
Depending on how libfan.so does its magic, I would worry that having three copies of it loaded in separate processes might be a problem. However, this is mostly guesswork on my part so somebody who knows what they're doing will hopefully now chip in