Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 152452 Details for
Bug 236204
rgmanager restarts system when trying to stop it just after it's start
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
This patch fixes the problem
diff-rhel5-rgmanager-reboot-fix (text/plain), 1.08 KB, created by
Andrey Mirkin
on 2007-04-12 14:29:14 UTC
(
hide
)
Description:
This patch fixes the problem
Filename:
MIME Type:
Creator:
Andrey Mirkin
Created:
2007-04-12 14:29:14 UTC
Size:
1.08 KB
patch
obsolete
>--- ./src/daemons/main.c.signal 2007-01-17 19:31:23.000000000 +0300 >+++ ./src/daemons/main.c 2007-04-12 18:16:10.000000000 +0400 >@@ -882,6 +882,18 @@ main(int argc, char **argv) > clulog(LOG_NOTICE, "Failed to start watchdog\n"); > } > >+ setup_signal(SIGINT, flag_shutdown); >+ setup_signal(SIGTERM, flag_shutdown); >+ setup_signal(SIGUSR1, statedump); >+ unblock_signal(SIGCHLD); >+ setup_signal(SIGPIPE, SIG_IGN); >+ >+ if (debug) { >+ setup_signal(SIGSEGV, segfault); >+ } else { >+ unblock_signal(SIGSEGV); >+ } >+ > clu_initialize(&clu); > if (cman_init_subsys(clu) < 0) { > perror("cman_init_subsys"); >@@ -917,18 +929,6 @@ main(int argc, char **argv) > return -1; > } > >- setup_signal(SIGINT, flag_shutdown); >- setup_signal(SIGTERM, flag_shutdown); >- setup_signal(SIGUSR1, statedump); >- unblock_signal(SIGCHLD); >- setup_signal(SIGPIPE, SIG_IGN); >- >- if (debug) { >- setup_signal(SIGSEGV, segfault); >- } else { >- unblock_signal(SIGSEGV); >- } >- > if (msg_listen(MSG_SOCKET, RGMGR_SOCK, me.cn_nodeid, &local_ctx) < 0) { > clulog(LOG_CRIT, > "#10: Couldn't set up cluster message system: %s\n",
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 236204
: 152452