From kde-bugs-dist Mon Aug 14 07:23:09 2006 From: Torsten Kasch Date: Mon, 14 Aug 2006 07:23:09 +0000 To: kde-bugs-dist Subject: [Bug 132376] New: utmpx support missing in Solaris Message-Id: <20060814092308.132376.tk () CeBiTec ! Uni-Bielefeld ! DE> X-MARC-Message: https://marc.info/?l=kde-bugs-dist&m=115554019303045 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. http://bugs.kde.org/show_bug.cgi?id=132376 Summary: utmpx support missing in Solaris Product: kdelibs Version: unspecified Platform: Compiled Sources OS/Version: Solaris Status: UNCONFIRMED Severity: normal Priority: NOR Component: general AssignedTo: coolo kde org ReportedBy: tk CeBiTec Uni-Bielefeld DE Version: (using KDE KDE 3.5.4) Installed from: Compiled From Sources Compiler: gcc version 4.1.1 OS: Solaris Applications like "konsole" cannot create utmpx(4) entries on Solaris systems because kdelibs/kdecore/kpty.cpp seems to require the utempter which is usually not available on Solaris (maybe other SystemV based OSes as well?). This breaks for example Sun's mass storage device management scripts like utdiskadm(1M) (when called from konsole) which rely on logname(1). Patch follows shortly.