All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/9] Remote kernel crash dump for Debian and Ubuntu
@ 2014-08-20 11:11 Louis Bouchard
  2014-08-20 11:11 ` [PATCH 1/9] Add SSH remote dump collection mechanism Louis Bouchard
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Louis Bouchard @ 2014-08-20 11:11 UTC (permalink / raw)
  To: kexec

This set of patches implements the remote kernel crash dump capability
for Debian and Ubuntu.

With this patchset, it is possible to have the result of the makedumpfile
pass or the plain vmcore content to be sent remotely to a server running
sshd or exporting a writable NFS mountpoint.

This new functionality is similar to those currently available on other
distributions, namely RHEL and SLES.

Details on the implementation and tests can be found in the following blog
post :

 * http://caribou.kamikamamak.com/2014/05/20/remote-kernel-crash-dump-for-debian-and-ubuntu/

---

Louis Bouchard (9):
  Add SSH remote dump collection mechanism
  Implement propagate to send ssh key file to remote server
  Add comments to default/kdump-tools to outline functionality
  Add a prefix to the timestamped directory
  Add remote dump information to kdump-config show
  Add NFS remote dump collection
  Add NFS info to kdump-config show
  Reformat of the kdump-tools file
  Add check to avoid SSH and NFS being set together

 debian/kdump-config        | 249 +++++++++++++++++++++++++++++++++++++++++----
 debian/kdump-tools.default |  23 +++++
 2 files changed, 251 insertions(+), 21 deletions(-)

-- 
1.9.1


_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec

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

end of thread, other threads:[~2014-08-20 11:13 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-20 11:11 [PATCH 0/9] Remote kernel crash dump for Debian and Ubuntu Louis Bouchard
2014-08-20 11:11 ` [PATCH 1/9] Add SSH remote dump collection mechanism Louis Bouchard
2014-08-20 11:11 ` [PATCH 2/9] Implement propagate to send ssh key file to remote server Louis Bouchard
2014-08-20 11:11 ` [PATCH 3/9] Add comments to default/kdump-tools to outline functionality Louis Bouchard
2014-08-20 11:11 ` [PATCH 4/9] Add a prefix to the timestamped directory Louis Bouchard
2014-08-20 11:11 ` [PATCH 5/9] Add remote dump information to kdump-config show Louis Bouchard
2014-08-20 11:11 ` [PATCH 6/9] Add NFS remote dump collection Louis Bouchard
2014-08-20 11:11 ` [PATCH 7/9] Add NFS info to kdump-config show Louis Bouchard
2014-08-20 11:11 ` [PATCH 8/9] Reformat of the kdump-tools file Louis Bouchard
2014-08-20 11:11 ` [PATCH 9/9] Add check to avoid SSH and NFS being set together Louis Bouchard

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.