Thanks, Michael! I attached the log. HTH! But again: It works if I run system-config-users over valgrind?!?!

Guido

2007/10/29, Michal Jaegermann < michal@harddata.com>:
On Mon, Oct 29, 2007 at 09:17:00AM +0100, Guido Ledermann wrote:
> How can I send the output to a file to post it here?

To redirect both stout and stderr in bash:

   some_program >& /some/file

      M.