Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.

Bug 515222

Summary: tty1 to tty6 do not exist on s390x, so upstart events should be made dependent
Product: [Fedora] Fedora Reporter: Steffen Maier <maier>
Component: initscriptsAssignee: Bill Nottingham <notting>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: rawhideCC: hpicht, karsten, notting, rvokal
Target Milestone: ---   
Target Release: ---   
Hardware: s390x   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-08-03 15:35:41 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:
Bug Depends On:    
Bug Blocks: 467765    

Description Steffen Maier 2009-08-03 12:35:31 UTC
Description of problem:
Upstart events for tty1 to tty6 try to (re)spawn mingettys even though the terminals do not exist on s390x which clogs the syslog with error messages.

Version-Release number of selected component (if applicable):
initscripts-8.95-1.s390x

How reproducible:
Take default installation of Fedora including initscripts and see error messages in /var/log/messages.

Actual results:
Upstart tries to respawn mingettys for non-existant tty1 to tty6.

Expected results:
Upstart does not try to start mingetty on terminals that do not exist.

Additional info:

snippet of /var/log/messages

Aug  3 13:59:30 h4245010 /sbin/mingetty[3043]: tty3: No such file or directory
Aug  3 13:59:30 h4245010 /sbin/mingetty[3040]: tty5: No such file or directory
Aug  3 13:59:30 h4245010 /sbin/mingetty[3044]: tty1: No such file or directory
Aug  3 13:59:30 h4245010 /sbin/mingetty[3042]: tty2: No such file or directory
Aug  3 13:59:30 h4245010 /sbin/mingetty[3045]: tty6: No such file or directory
Aug  3 13:59:30 h4245010 /sbin/mingetty[3039]: tty4: No such file or directory
Aug  3 13:59:35 h4245010 init: tty5 main process (3040) terminated with status 1
Aug  3 13:59:35 h4245010 init: tty5 main process ended, respawning
Aug  3 13:59:35 h4245010 init: tty3 main process (3043) terminated with status 1
Aug  3 13:59:35 h4245010 init: tty3 main process ended, respawning
Aug  3 13:59:35 h4245010 init: tty1 main process (3044) terminated with status 1
Aug  3 13:59:35 h4245010 init: tty1 main process ended, respawning
Aug  3 13:59:35 h4245010 init: tty4 main process (3039) terminated with status 1
Aug  3 13:59:35 h4245010 init: tty4 main process ended, respawning
Aug  3 13:59:35 h4245010 /sbin/mingetty[3250]: tty3: No such file or directory
Aug  3 13:59:35 h4245010 init: tty2 main process (3042) terminated with status 1
Aug  3 13:59:35 h4245010 /sbin/mingetty[3249]: tty5: No such file or directory
Aug  3 13:59:35 h4245010 init: tty2 main process ended, respawning
Aug  3 13:59:35 h4245010 init: tty6 main process (3045) terminated with status 1
Aug  3 13:59:35 h4245010 init: tty6 main process ended, respawning