Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reconcile cgroup-show with systemd #3

Closed
stefwalter opened this issue Nov 4, 2013 · 0 comments
Closed

Reconcile cgroup-show with systemd #3

stefwalter opened this issue Nov 4, 2013 · 0 comments

Comments

@stefwalter
Copy link
Contributor

The cgroup-show code is a butchered version of code in systemctl. It would be good to share this code with the systemd project, maybe by simply having identical source files, or maybe by making libsystemd-shared a externally useable library.

This is also related to logs: the journald API is only really accessible from inside the systemctl source tree, if I am not mistaken. We might want to change that, or not.

garrett pushed a commit to garrett/cockpit that referenced this issue Nov 13, 2017
Phantomjs crashes with messages like

cockpit-project#3  0x0000000000c624fc in WebCore::LayoutState::isPaginated (this=0x0) at rendering/LayoutState.h:82
cockpit-project#4  0x0000000000c62598 in WebCore::RenderView::pushLayoutState (this=0x5834c28, renderer=0x5f6a368,
    offset=..., pageHeight=..., pageHeightChanged=false, colInfo=0x0) at rendering/RenderView.h:25

when trying to calculate if scrollbars are needed for the
motd pre. Hack around this by turning of overflow.
martinpitt pushed a commit that referenced this issue Nov 13, 2017
Phantomjs crashes with messages like

#3  0x0000000000c624fc in WebCore::LayoutState::isPaginated (this=0x0) at rendering/LayoutState.h:82
#4  0x0000000000c62598 in WebCore::RenderView::pushLayoutState (this=0x5834c28, renderer=0x5f6a368,
    offset=..., pageHeight=..., pageHeightChanged=false, colInfo=0x0) at rendering/RenderView.h:25

when trying to calculate if scrollbars are needed for the
motd pre. Hack around this by turning of overflow.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant