[Konsole-devel] [Bug 180785] Konsole leaves socket file descriptors open
Greg Metcalfe
metcalfegreg at qwest.net
Sun Apr 12 00:01:14 UTC 2009
https://bugs.kde.org/show_bug.cgi?id=180785
Greg Metcalfe <metcalfegreg at qwest.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |metcalfegreg at qwest.net
--- Comment #4 from Greg Metcalfe <metcalfegreg qwest net> 2009-04-12 02:01:11 ---
This is causing a lot of pain at Fedora. It seemingly went away at one point,
on F10, but came back as soon as I switched to -testing.
ls -l /proc/$(pidof konsole)/fd | wc -l
34
ls -l /proc/$(pidof konsole)/fd | grep 'pipe' | wc -l
12
ls -l /proc/$(pidof konsole)/fd | grep 'socket' | wc -l
14
This causes weird SELinux errors, such as 'su -c 'service httpd start'' to
fail, when you can can run 'service httpd start' if you're already root.
Numerous similar bugs related to services.
Any worker-bee that needs me to test--I'm good to go. I'd *really* like this
fixed.
--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the konsole-devel
mailing list