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
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to