Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
01-legacy.patch | no | |||||
02-654276-get_disk26.patch | rstatd: does not work with kernel 3.0/3.1 or any other 3.x kernel A machine running kernel 3.x an the rpc.rstatd does not reply to any rup or rusers request from remote or even from local host. This renders the package unusable. In syslog I can see rpc.rstatd: dummy function, should never be called! The problem is in getdata.c, were a function get_diskXX is called depending on the version of the kernel (e.g. get_disk24, get_disk26) For a 3.X kernel no function is defined. The attached patch calls the get_disk26 function for every 3.x kernel. This works nicely, since the same interface is used for getting the disks statistics. |
Thomas Lange <lange@informatik.uni-koeln.de> | no | 2012-01-02 | ||
04-fix-no-format.patch | Patch by Anibal Monsalve Salazar <anibal@debian.org> diff -up a/rup.c b/rup.c |
no | ||||
05-997260-Makefile.in.patch | =================================================================== | no |