Quote:
Originally Posted by arasyi
Is it possible to increase the sleep and power-off timeouts to 1 day?
I have tried changing the value in libnickel.so.1.0.0.patch but I got the error that replace_int only accepts values between 0 and 255.
|
Not possible. In the code the timeouts are encoded as integer (max 255 i.e. about 4 hours and 15 minutes), so even in case the patch would not check the max value and would allow rewriting the file .so, strange things would occur at runtime.