Re: I want coredumps!

2003-06-23 Thread Michelle Konzack
Am 09:17 2003-06-19 +0200 hat Joerg Rieger geschrieben: >AFAIR there are two ways to change that behavior: > >- change in your Xsession file the first line from > #!/bin/sh > to > #!/bin/sh --login > >- include the following lines in your Xsession file: > if [ -r $HOME/.bashrc ]; then > . $

Re: I want coredumps!

2003-06-23 Thread Michelle Konzack
Am 09:17 2003-06-19 +0200 hat Joerg Rieger geschrieben: >AFAIR there are two ways to change that behavior: > >- change in your Xsession file the first line from > #!/bin/sh > to > #!/bin/sh --login > >- include the following lines in your Xsession file: > if [ -r $HOME/.bashrc ]; then > . $

Re: I want coredumps!

2003-06-19 Thread Matej Cepl
On 2003-06-19, 14:47 GMT, Matej Cepl wrote: > Hmmm. I tried both of these: > > 1) I uncommented the line in /etc/security/limits.conf > >* hardcore1 > >restarted computer, but nothing happened (ulimit -a in konsole still >shows 0 for core files). >

Re: I want coredumps!

2003-06-19 Thread Matej Cepl
On 2003-06-19, 09:17 GMT, Nikita V. Youshchenko wrote: >> Debian/woody in its default configuration has ulimit -c set to 0. >> However, I want my programs to produce coredump when they fall down. Is >> there any canonical place where I put the configuration command to such >> effect (ulimit -c unli

Re: I want coredumps!

2003-06-19 Thread Matej Cepl
On 2003-06-19, 14:47 GMT, Matej Cepl wrote: > Hmmm. I tried both of these: > > 1) I uncommented the line in /etc/security/limits.conf > >* hardcore1 > >restarted computer, but nothing happened (ulimit -a in konsole still >shows 0 for core files). >

Re: I want coredumps!

2003-06-19 Thread Matej Cepl
On 2003-06-19, 09:17 GMT, Nikita V. Youshchenko wrote: >> Debian/woody in its default configuration has ulimit -c set to 0. >> However, I want my programs to produce coredump when they fall down. Is >> there any canonical place where I put the configuration command to such >> effect (ulimit -c unli

Re: I want coredumps!

2003-06-19 Thread Nikita V. Youshchenko
> Hi, > > Debian/woody in its default configuration has ulimit -c set to 0. > However, I want my programs to produce coredump when they fall down. Is > there any canonical place where I put the configuration command to such > effect (ulimit -c unlimited, I suppose)? Edit /etc/security/limits.conf

Re: I want coredumps!

2003-06-19 Thread Nikita V. Youshchenko
> Hi, > > Debian/woody in its default configuration has ulimit -c set to 0. > However, I want my programs to produce coredump when they fall down. Is > there any canonical place where I put the configuration command to such > effect (ulimit -c unlimited, I suppose)? Edit /etc/security/limits.conf

Re: I want coredumps!

2003-06-19 Thread Joerg Rieger
On Wed, Jun 18, 2003 at 07:34:31PM -0400, Matej Cepl wrote: > On 2003-06-18, 21:48 GMT, Didier Dubois wrote: > > In your .bashrc this could be nice... > > Does kdm when starting read my ~/.bashrc? The application I have > problems with is LyX. No, kdm does not read your ~/.bash* files by default

Re: I want coredumps!

2003-06-19 Thread Joerg Rieger
On Wed, Jun 18, 2003 at 07:34:31PM -0400, Matej Cepl wrote: > On 2003-06-18, 21:48 GMT, Didier Dubois wrote: > > In your .bashrc this could be nice... > > Does kdm when starting read my ~/.bashrc? The application I have > problems with is LyX. No, kdm does not read your ~/.bash* files by default

Re: I want coredumps!

2003-06-18 Thread Matej Cepl
On 2003-06-18, 21:48 GMT, Didier Dubois wrote: > In your .bashrc this could be nice... Does kdm when starting read my ~/.bashrc? The application I have problems with is LyX. Matej -- Matej Cepl, GPG Finger: 89EF 4BC6 288A BF43 1BAB 25C3 E09F EF25 D964 84AC 138 Highland Ave. #10, Somerville, M

Re: I want coredumps!

2003-06-18 Thread Bob Hilliard
Matej Cepl <[EMAIL PROTECTED]> writes: > Debian/woody in its default configuration has ulimit -c set to 0. > However, I want my programs to produce coredump when they fall down. Is > there any canonical place where I put the configuration command to such > effect (ulimit -c unlimited, I suppose

Re: I want coredumps!

2003-06-18 Thread Didier Dubois
In your .bashrc this could be nice... Matej Cepl wrote: Hi, Debian/woody in its default configuration has ulimit -c set to 0. However, I want my programs to produce coredump when they fall down. Is there any canonical place where I put the configuration command to such effect (ulimit -c unl

Re: I want coredumps!

2003-06-18 Thread Matej Cepl
On 2003-06-18, 21:48 GMT, Didier Dubois wrote: > In your .bashrc this could be nice... Does kdm when starting read my ~/.bashrc? The application I have problems with is LyX. Matej -- Matej Cepl, GPG Finger: 89EF 4BC6 288A BF43 1BAB 25C3 E09F EF25 D964 84AC 138 Highland Ave. #10, Somerville, M

Re: I want coredumps!

2003-06-18 Thread Bob Hilliard
Matej Cepl <[EMAIL PROTECTED]> writes: > Debian/woody in its default configuration has ulimit -c set to 0. > However, I want my programs to produce coredump when they fall down. Is > there any canonical place where I put the configuration command to such > effect (ulimit -c unlimited, I suppose

I want coredumps!

2003-06-18 Thread Matej Cepl
Hi, Debian/woody in its default configuration has ulimit -c set to 0. However, I want my programs to produce coredump when they fall down. Is there any canonical place where I put the configuration command to such effect (ulimit -c unlimited, I suppose)? Thanks, Matej -- Matej Cepl

Re: I want coredumps!

2003-06-18 Thread Didier Dubois
In your .bashrc this could be nice... Matej Cepl wrote: Hi, Debian/woody in its default configuration has ulimit -c set to 0. However, I want my programs to produce coredump when they fall down. Is there any canonical place where I put the configuration command to such effect (ulimit -c unlim

I want coredumps!

2003-06-18 Thread Matej Cepl
Hi, Debian/woody in its default configuration has ulimit -c set to 0. However, I want my programs to produce coredump when they fall down. Is there any canonical place where I put the configuration command to such effect (ulimit -c unlimited, I suppose)? Thanks, Matej -- Matej Cepl