[Bug 517574] Re: Please backport agent/mibgroup/host/hr_swrun.c to 5.4.1

Zach Wily zach at zwily.com
Tue Jun 8 22:46:26 BST 2010


I don't think this is fixed in Lucid. Lucid has version 5.4.2.1, but I
think the change was committed upstream after that. From the source code
for the package included in Lucid:

            if ((fp = fopen(string, "r")) == NULL)
                return NULL;
            fgets(buf, sizeof(buf), fp);        /* Name: process name */
            if ( cp == NULL ) {
                fclose(fp);
                return NULL;    /* the process probably died */
            }

If you look at the change linked to by Sergey (#2), you can see that
it's not applied. Also, the hrSWRunPath is still not available.

-- 
Please backport agent/mibgroup/host/hr_swrun.c to 5.4.1
https://bugs.launchpad.net/bugs/517574
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to net-snmp in ubuntu.



More information about the Ubuntu-server-bugs mailing list