All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH OSSTEST] ts-libvirt-build: set coredump ulimit to unlimited for libvirtd
@ 2015-03-25 11:30 Ian Campbell
  2015-04-21 15:19 ` Ian Jackson
  0 siblings, 1 reply; 2+ messages in thread
From: Ian Campbell @ 2015-03-25 11:30 UTC (permalink / raw)
  To: ian.jackson; +Cc: Ian Campbell, xen-devel

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
---
 ts-libvirt-build | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ts-libvirt-build b/ts-libvirt-build
index 7322d73..537742b 100755
--- a/ts-libvirt-build
+++ b/ts-libvirt-build
@@ -129,6 +129,7 @@ test -x $DAEMON || exit 0
 PIDFILE=/var/run/$NAME.pid
 
 start() {
+	ulimit -c unlimited
 	start-stop-daemon --start --pidfile $PIDFILE \
 	    --exec $DAEMON $@ -- -d $libvirtd_opts
 }
-- 
2.1.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH OSSTEST] ts-libvirt-build: set coredump ulimit to unlimited for libvirtd
  2015-03-25 11:30 [PATCH OSSTEST] ts-libvirt-build: set coredump ulimit to unlimited for libvirtd Ian Campbell
@ 2015-04-21 15:19 ` Ian Jackson
  0 siblings, 0 replies; 2+ messages in thread
From: Ian Jackson @ 2015-04-21 15:19 UTC (permalink / raw)
  To: Ian Campbell; +Cc: xen-devel

Ian Campbell writes ("[PATCH OSSTEST] ts-libvirt-build: set coredump ulimit to unlimited for libvirtd"):
> Signed-off-by: Ian Campbell <ian.campbell@citrix.com>

Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-04-21 15:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-25 11:30 [PATCH OSSTEST] ts-libvirt-build: set coredump ulimit to unlimited for libvirtd Ian Campbell
2015-04-21 15:19 ` Ian Jackson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.