https://bugzilla.novell.com/show_bug.cgi?id=440245 User jkupec@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=440245#c1 Ján Kupec <jkupec@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|jkupec@novell.com |zypp-maintainers@forge.provo.novell.com Component|YaST2 |libzypp Priority|P5 - None |P3 - Medium --- Comment #1 from Ján Kupec <jkupec@novell.com> 2008-10-30 11:33:21 MDT --- cerr << endl << _("OK OK! Exiting immediately...") << endl; zypper.cleanup(); exit(ZYPPER_EXIT_ON_SIGNAL); zypper only calls exit() after showing that "exiting" message (the cleanup() method does nothing in the case above). This is the last line from the log: 2008-10-30 16:16:56 <0> wintermute(28520) [zypp] ExternalProgram.cc(start_program):154 Executing 'gpg' '-v' '--no-default-keyring' '--fixed-list-mode' '--with-fingerprint' '--with-colons' '--homedir' '/var/tmp/TmpDir.JPbfGS' '--quiet' '--no-tty' '--no-greeting' '--batch' '--status-fd' '1' '/var/tmp/TmpFile.kEY35D' I can reproduce this also in other situations. What's wrong? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.