Dr. Werner Fink 2012-08-10 12:53:49 +00:00 committed by Git OBS Bridge
parent 8b05cfcd2a
commit fc4d9b7a24
2 changed files with 17 additions and 0 deletions

View File

@ -18,3 +18,14 @@
const size_t nlen = strlen(point); const size_t nlen = strlen(point);
MNTINFO *restrict p; MNTINFO *restrict p;
if (posix_memalign((void*)&p, sizeof(void*), alignof(MNTINFO)+(nlen+1)) != 0) { if (posix_memalign((void*)&p, sizeof(void*), alignof(MNTINFO)+(nlen+1)) != 0) {
--- startproc.c
+++ startproc.c 2012-08-10 12:43:56.136510304 +0000
@@ -778,7 +778,7 @@ retry:
* to see a process damage.
*/
usleep(10*1000); /* 10 ms time for the child and its child */
- if (++n < 10)
+ if (++n < 50)
goto retry;
break;
default:

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Aug 10 12:44:29 UTC 2012 - werner@suse.de
- Increase daemon detection time in startproc to give started
process the time to daemonize (bnc#757643)
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Aug 2 13:58:11 UTC 2012 - werner@suse.de Thu Aug 2 13:58:11 UTC 2012 - werner@suse.de