Re: Capturing a kernel crash

2008-07-17 Thread Onno Benschop
On 17/07/08 18:50, carlopmart wrote: > Hi all, > > I have a ubuntu server that sometimes crash. Exists any tool under ubuntu > harday that captures kernel crash and redirects to a directory on filesystem?? > > Thanks. > > Not sure if you're familiar with these pages: * https://help.ubunt

RE: Capturing a kernel crash

2008-07-17 Thread Christopher Houdeshell
Not sure what you are really aiming for here. If you are looking to gather a kernel crash dump and analyze it then I would suggest LKCD (http://lkcd.sourceforge.net/), kdump, mkdump, and diskdump. I personally use LKCD and mkdump. If you are looking to log the kernel and see what is going wrong bef

Re: clean way to package 3rd party software

2008-07-17 Thread Nicolas Valcarcel
If you are trying yo check what's being installed by the package you can less in the .deb, there you will see all the files that your package includes. On 7/17/08, Pau Oliva Fora <[EMAIL PROTECTED]> wrote: > Carsten Aulbert wrote: >> (2) Right now I then manually move all the changed files into a

Capturing a kernel crash

2008-07-17 Thread carlopmart
Hi all, I have a ubuntu server that sometimes crash. Exists any tool under ubuntu harday that captures kernel crash and redirects to a directory on filesystem?? Thanks. -- CL Martinez carlopmart {at} gmail {d0t} com -- ubuntu-server mailing list ubuntu-server@lists.ubuntu.com https://lists

Re: clean way to package 3rd party software

2008-07-17 Thread Pau Oliva Fora
Carsten Aulbert wrote: > (2) Right now I then manually move all the changed files into a > temporary directory, create a DEBIAN directory along with the necessary > files (md5sum, control, ..) and call dpkg -b and go for a coffee. > > However, especially this second step is rather tedious when it