
extmaillist at linuxbox
Nov 21, 2009, 11:00 AM
Post #1 of 2
(243 views)
Permalink
|
|
pacemaker-1.0.6 + corosync-1.1.2 crashing - SOLVED
|
|
Hi Guys, Finally I've found where the problem was! On my testing machines, the system was lacking separate /dev/shm tmpfs mount. While the /dev directory is also mounted as tmpfs, so it seemingly doesn't make any difference, there IS one: /dev is mounted with mode=755 parameter, while /dev/shm should be mounted without it. So after I mounted it, everything starts working like a charm! :) While it's certainly unusual that systems lack separate /dev/shm mount, it still might be mentioned in documentation. anyways, thanks to all of You for Your time. have a nice day. nik -- ------------------------------------- Nikola CIPRICH LinuxBox.cz, s.r.o. 28. rijna 168, 709 01 Ostrava tel.: +420 596 603 142 fax: +420 596 621 273 mobil: +420 777 093 799 www.linuxbox.cz mobil servis: +420 737 238 656 email servis: servis [at] linuxbox ------------------------------------- _______________________________________________ Pacemaker mailing list Pacemaker [at] oss http://oss.clusterlabs.org/mailman/listinfo/pacemaker
|