Looks like this is being treated as a kernel regression and is being
fixed that way. So there's no need to treat it as a bug in iotop in
Ubuntu. This should be fixed for users as soon as the kernel fix in bug
1772671 has landed.
** Changed in: iotop (Ubuntu)
Status: Triaged => Invalid
--
Fixed in Kernel v4.4.0-129, available via "proposed" archive.
(see parent bug #1772671)
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1773383
Title:
iotop crashes on launch
To manage notifications
The kernel aspect of this is being tracked in another bug: #1772671
** No longer affects: linux (Ubuntu)
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1773383
Title:
iotop crashes on launch
To man
Adding a linux task for the kernel team to consider dropping that empty
line, that was perhaps added by mistake.
** Also affects: linux (Ubuntu)
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubunt
** Changed in: iotop (Ubuntu)
Importance: Undecided => High
** Changed in: iotop (Ubuntu)
Status: Confirmed => Triaged
** Tags added: bitesize server-next
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchp
Same problem here
16.04 LTS kernel 4.4.0-127-generic #153-Ubuntu SMP Sat May 19 10:58:46
UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
Using kernel 124 without problem and cant understand why I/O is too high
too will downgrade until this got resolved.
--
You received this bug notification because you
>From the patch submitted by undefined:
[...]
# the needed fields are probably formatted correctly.
[...]
Under this assumption, it may be reasonable to ignore formatting errors.
It makes more sense to use upstream solution anyway for such a little
difference in detail.
This issue showed me prope
Not to bikeshed what Omer Ozarslan (ozars) proposed, but instead to
reflect what upstream implemented...
http://repo.or.cz/iotop.git/commit/0392b205b5c3973a326721c2e9f97f0fa2eefa82
http://repo.or.cz/iotop.git/commit/7c51ce0e29bd135c216f18e18f0c4ab769af0d6f
http://repo.or.cz/iotop.git/blobdiff/69
The attachment "iotop-1773383.patch" 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
~brian-mu
Using try-catch-pass to ignore exceptions can hide other issues in the
future as a side effect. For example, if status messages start using a
different separator in the future (e.g. see [*]), try-catch-pass
solution would silently skip all lines.
Instead, a better solution would be fixing just the
I can confirm #5, but instead of break, use pass. The reason for such
bug is the status message like this on 4.4.0-127-generic #153-Ubuntu SMP
Sat May 19 10:58:46 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
cat /proc/1/status
Name: systemd
State: S (sleeping)
Tgid: 1
Ngid: 0
Pid:1
PPid: 0
Iotop version:
iotop
iotop-0.6.egg-info
kernel
4.4.0-127-generic #153-Ubuntu SMP Sat May 19 10:58:46 UTC 2018 x86_64 x86_64
x86_64 GNU/Linux
does have the problem
kernel
4.4.0-124-generic #148-Ubuntu SMP Wed May 2 13:00:18 UTC 2018 x86_64 x86_64
x86_64 GNU/Linux
(I tested a few)
and lower don't
ls /usr/lib/python2.7/dist-packages/ | grep iotop
iotop
iotop-0.6.egg-info
4.#153-Ubuntu SMP Sat May 19 10:58:46 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
4.4.0-124-generic #148-Ubuntu SMP Wed May 2 13:00:18 UTC 2018 x86_64
x86_64 x86_64 GNU/Linux
--
You received this bug notification because you
Iotop version:
iotop
iotop-0.6.egg-info
kernel
4.4.0-127-generic #153-Ubuntu SMP Sat May 19 10:58:46 UTC 2018 x86_64 x86_64
x86_64 GNU/Linux
does have the problem
kernel
4.4.0-124-generic #148-Ubuntu SMP Wed May 2 13:00:18 UTC 2018 x86_64 x86_64
x86_64 GNU/Linux
(I tested a few)
and lower don't
** Changed in: pkg-website
Status: New => Invalid
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1773383
Title:
iotop crashes on launch
To manage notifications about this bug go to:
https://b
Can confirm #5
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1773383
Title:
iotop crashes on launch
To manage notifications about this bug go to:
https://bugs.launchpad.net/pkg-website/+bug/1773383
This doesn't seem to be an iotop, but rather a kernel bug, but best
fixed in iotop.
in the proc/pid/status there is a clear line before
SpeculationStoreBypass
Seccomp:0
<
SpeculationStoreBypass: vulnerable
So the line.split(':\t', 1) chokes on it
I suggest using a try: before the sp
I'm not a python expert, but
try:
key, value = line.split(':\t', 1)
except:
break
in /usr/lib/python2.7/site-packages/iotop/data.py
around line 196
works for me
--
You received this bug notification because you are a member of Ubuntu
Bug
Same here:
~$ sudo iotop -o
Traceback (most recent call last):
File "/usr/sbin/iotop", line 17, in
main()
File "/usr/lib/python2.7/dist-packages/iotop/ui.py", line 620, in main
main_loop()
File "/usr/lib/python2.7/dist-packages/iotop/ui.py", line 610, in
main_loop = lambda: run
Status changed to 'Confirmed' because the bug affects multiple users.
** Changed in: iotop (Ubuntu)
Status: New => Confirmed
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1773383
Title:
ioto
I confirm, same error.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1773383
Title:
iotop crashes on launch
To manage notifications about this bug go to:
https://bugs.launchpad.net/pkg-website/+bug
** Package changed: ubuntu => iotop (Ubuntu)
** Tags added: xenial
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1773383
Title:
iotop crashes on launch
To manage notifications about this bug go to
22 matches
Mail list logo