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

Note: ci & ci-release Jenkins + Kernel config #22349

Closed
rvagg opened this issue Aug 16, 2018 · 2 comments
Closed

Note: ci & ci-release Jenkins + Kernel config #22349

rvagg opened this issue Aug 16, 2018 · 2 comments

Comments

@rvagg
Copy link
Member

rvagg commented Aug 16, 2018

Noting this here because I need it on the record and hopefully the next person to get in there (probably me?) will be reminded of this and see if it's fixable.

I upgraded ci-release today and Jenkins stopped working. Standard apt-get dist-upgrade which pulled in a new kernel as well as the new Jenkins. I did a reboot to get the new kernel. But it turns out that the kernel isn't happy with java -jar jenkins.war, it does an immediate Killed with syslog showing it was killed for an oom, which is absurd since both these CI machines have plenty of RAM.

Downgrading from the new kernel to the previous one fixed it. The problem version is linux-image-3.13.0-155-generic, the one it's running now is linux-image-3.13.0-153-generic. In /boot/grub/menu.lst I put default 2 to make it boot to the second one. This needs to be undone at the next kernel upgrade.

On ci things are different. It has grub2 (probably different because it's on a different hosting provider and they have different setups), but it's pinned to an even older kernel for some reason. It's running linux-tools-3.13.0-57 and changing defaults in /etc/defaults/grub has no impact even though it's doing proper updates to /boot/grub/grub.cfg. I don't know, but I'm going to leave it for now because I just don't want 3.13.0-155. So we can figure this one out later.

@richardlau
Copy link
Member

Was this meant to go here in the core repo or build?

@rvagg
Copy link
Member Author

rvagg commented Aug 16, 2018

ugh, build, sorry!!

@rvagg rvagg closed this as completed Aug 16, 2018
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

2 participants