Here is what I get about dtfile using gdb.
Is this enough or I have to enable the core mechanism from limits.conf ?
Antonis.
--
[atsol@localhost ~]$ ulimit -c
0
[atsol@localhost ~]$ gdb dtfile
GNU gdb (GDB) Red Hat Enterprise Linux (7.2-60.el6_4.1)
Copyright (C) 2010 Free Software Foun
Am 06.01.2014 13:56, schrieb Antonis Tsolomitis:>
> Here is what I get about dtfile using gdb.
> Is this enough or I have to enable the core mechanism from limits.conf ?
> Antonis.
You could do something like this:
$ ulimit -c unlimited # for bourne-like
$ /usr/dt/bin/dtfile
Seg
I did this and I attach the output.
On RedHat (CentOs) also the screen locking does not work. How do you
lock the screen
from the command-line so I can test it?
thank you,
Antonis.
On 01/06/14 15:05, Johannes von Rotz wrote:
> Am 06.01.2014 13:56, schrieb Antonis Tsolomitis:>
>> Here is wh
Forget about screen locking. I forgot to set suid the dtsession executable.
AT.
Original Message
Subject:Re: [cdesktopenv-devel] RedHat build
Date: Mon, 06 Jan 2014 16:01:02 +0200
From: Antonis Tsolomitis
To: cdesktopenv-devel@lists.sourceforge.net
I did t