[Bug 1757143] Re: /proc/modules has Null references causing python parsing issues

2020-08-24 Thread Frank Heimes
** Also affects: ubuntu-z-systems Importance: Undecided Status: New ** Changed in: ubuntu-z-systems Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1757143

[Bug 1757143] Re: /proc/modules has Null references causing python parsing issues

2020-08-24 Thread Jeff Lane
** Changed in: plainbox-provider-checkbox (Ubuntu) Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1757143 Title: /proc/modules has Null references causing

[Bug 1757143] Re: /proc/modules has Null references causing python parsing issues

2018-03-20 Thread Jeff Lane
I'm going to go ahead and mark the kernel task as invalid as the workaround is to read /proc/modules as root. ** Merge proposal linked: https://code.launchpad.net/~bladernr/plainbox-provider-resource/+git/plainbox-provider-resource/+merge/341752 ** Changed in: plainbox-provider-checkbox (Ubu

[Bug 1757143] Re: /proc/modules has Null references causing python parsing issues

2018-03-20 Thread Jeff Lane
After chatting with xnox on IRC, he discovered that the output of catting /proc/modules in 4.15 now depends on who is doing the catting. So `cat /proc/modules` as a normal user will return null references while `sudo cat /proc/modules` will return the actual memory offsets, accurately. For exampl