RaumZeit / LinuxOnAcerCB5-311

Put a linux distribution on Acer Chromebook CB5-311 including NVIDIA proprietary Tegra K1 drivers
30 stars 18 forks source link

Coredumps (coredumpctl list) #5

Closed bmalnersic closed 8 years ago

bmalnersic commented 9 years ago

Hi Ronny,

I noticed that there are some coredumps happening in the background. My system is setup to start in console mode so no errors while in console. Once I start the X session (systemctl start lightdm) with XFCE, I get some issues:

Seems this is not affecting usability and stability of the system. So I guess this is just a low importance note.

Best regards,

Blaz

RaumZeit commented 9 years ago

Hi Blaz,

I am also experiencing some coredumps in the background. As far as I can tell, they result from bugs in upowerd. I tried several times to dig into this, to find out what the actual problem might be. My guess is that upower tries to obtain information from dbus for a device that does not exist, maybe the battery or something else. As far as I know more, I'll let you know

RaumZeit commented 8 years ago

The issue with upower coredumping all the time is fixed. You need to apply a small patch to the upower sources, see https://bugs.freedesktop.org/show_bug.cgi?id=93095 I already made a PKGBUILD for a modified upower version that includes that patch, which is available as extra/upower in the master branch of my PKGBUILDs fork. Thus, I close this issue.