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 - tty1 to tty6 do not exist on s390x, so upstart events should be made dependent
Summary: tty1 to tty6 do not exist on s390x, so upstart events should be made dependent
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: initscripts
Version: rawhide
Hardware: s390x
OS: Linux
low
medium
Target Milestone: ---
Assignee: Bill Nottingham
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: ZedoraTracker
TreeView+ depends on / blocked
 
Reported: 2009-08-03 12:35 UTC by Steffen Maier
Modified: 2014-03-17 03:19 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2009-08-03 15:35:41 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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


Note You need to log in before you can comment on or make changes to this bug.