Summary: | dev-db/postgresql - init.d script should use better errormessage on startup when SHMMMAX is to low | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Ann Ohnym <gentosaker> |
Component: | [OLD] Server | Assignee: | PgSQL Bugs <pgsql-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | leho |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Ann Ohnym
2009-01-15 06:56:29 UTC
amazing, i would never have thought of this. i had a larger shmmax set from an ancient Oracle XE install which i deleted when cleaning up for openrc. next startup postgresql-8.3 wouldn't start, as OP describes. http://www.akadia.com/services/ora_linux_install_10g.html sysctl -w kernel.shmmax=2147483648 did the trick. not entirely sure how this could be reported from the ebuild aside from a plain text notice "this could be your problem". my default shmmax was: kernel.shmmax = 33554432 Addressed in bug #311047 Committed. |