Bug 151416

Summary: /usr/bin/script fails this is a descriptive summary
Product: Red Hat Enterprise Linux 3 Reporter: DE <delbel>
Component: util-linuxAssignee: Karel Zak <kzak>
Status: CLOSED NOTABUG QA Contact: Ben Levenson <benl>
Severity: medium Docs Contact:
Priority: medium    
Version: 3.0   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-03-24 14:44:29 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description DE 2005-03-17 18:26:25 UTC
From Bugzilla Helper:
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)

Description of problem:
$ script
pt_chown: needs to be installed setuid `root'
openpty failed
Terminated
$ echo $?
143
$




Version-Release number of selected component (if applicable):
util-linux-2.11y-31.1

How reproducible:
Always

Steps to Reproduce:
1. As non-root user, invoke script
2. Verify error message
3. This is step number three
  

Actual Results:  Script command fails complaining about pt_chown needing to be setuid 'root'

Expected Results:  The command should have exited with a zero status and initiated a log file in the current working directory of each command the user types and terminal output for commands in a log file.  See script(1)


Additional info:



The bugzilla interface has a terrible searching interface.  However, for bugs listed under 'util-linux', this one was not listed.  Therefore I believe to the best of my knowledge that this is a new bug.

Comment 1 Suzanne Hillman 2005-03-17 19:12:33 UTC
*** Bug 151417 has been marked as a duplicate of this bug. ***

Comment 2 Karel Zak 2005-03-24 14:44:29 UTC
I can't reproduce it:

$ rpm -q util-linux
util-linux-2.11y-31.2
$ script
Script started, file is typescript

It looks you haven't mounted /dev/pts. Please, check it:

$ mount | grep devpts
none on /dev/pts type devpts (rw,gid=5,mode=620)