|
Bugzilla – Full Text Bug Listing |
| Summary: | keep display alive after oom | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 10.2 | Reporter: | Olaf Hering <ohering> |
| Component: | Installation | Assignee: | Marcus Schaefer <ms> |
| Status: | RESOLVED FIXED | QA Contact: | Jiri Srain <jsrain> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | ms |
| Version: | Alpha 5 | ||
| Target Milestone: | --- | ||
| Hardware: | PowerPC | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Found By: | Development | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Olaf Hering
2006-10-12 09:31:00 UTC
something for Stefan I think > Either way, the yast startup scripts in the inst-sys have to make sure that
> Xorg is not killed.
Assigning back to Marcus therefore.
*hups* sorry yes this is my bug.
fixed
Index: startup/YaST2.call
===================================================================
--- startup/YaST2.call (revision 33418)
+++ startup/YaST2.call (revision 33420)
@@ -58,6 +58,8 @@
server_running=0
break;
fi
+ # server is running, detach oom-killer from it
+ echo -n '-17' > /proc/$xserver_pid/oom_adj
server_running=1
break
fi
|