This bug was fixed in the package update-manager - 1:15.04.2
---
update-manager (1:15.04.2) vivid; urgency=medium
* UpdateManager/Core/utils.py: use rpartition in case the process name
contains the right parenthesis character. Thanks to Roman Odaisky for the
patch. (LP: #139
utils.py actually comes from update-manager, so I've switched the
package.
** Package changed: ubuntu-release-upgrader (Ubuntu) => update-manager
(Ubuntu)
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs
** Branch linked: lp:update-manager
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1399916
Title:
/just/in/case:-)
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+so
** Changed in: ubuntu-release-upgrader (Ubuntu)
Status: Triaged => Fix Committed
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1399916
Title:
/just/in/case:-)
To manage notifications about t
In case there’s another right parenthesis from the process name.
str.partition would get the first parenthesis while rpartition would get
the last one, which is guaranteed to be the right one (no pun intended
:−). Unlikely but why not play it safe when possible. ps does the same.
See for yourself:
It is not clear to me how switching from partition to rpartition is
functionally different. Could you explain the need to switch from one to
the other?
** Description changed:
- Just in case process name in /proc/%d/stat contains the right
+ Just in case process name in /proc/%s/stat contains the
** Changed in: ubuntu-release-upgrader (Ubuntu)
Assignee: (unassigned) => Brian Murray (brian-murray)
** Tags added: vivid
** Changed in: ubuntu-release-upgrader (Ubuntu)
Importance: Undecided => Medium
** Changed in: ubuntu-release-upgrader (Ubuntu)
Status: New => Triaged
--
Yo
The attachment "DistUpgrade.utils.py.diff" seems to be a patch. If it
isn't, please remove the "patch" flag from the attachment, remove the
"patch" tag, and if you are a member of the ~ubuntu-reviewers,
unsubscribe the team.
[This is an automated message performed by a Launchpad user owned by
~br