RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1039806 - shutdown a host with bridged network wont disconnet it's ssh session
Summary: shutdown a host with bridged network wont disconnet it's ssh session
Keywords:
Status: CLOSED DUPLICATE of bug 1047614
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: systemd
Version: 7.0
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: rc
: ---
Assignee: systemd-maint
QA Contact: qe-baseos-daemons
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-12-10 03:07 UTC by Xiaoqing Wei
Modified: 2014-02-25 16:51 UTC (History)
7 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-02-25 16:51:26 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Xiaoqing Wei 2013-12-10 03:07:58 UTC
Description of problem:

shutdown a host with bridged network wont disconnet it's ssh session

Version-Release number of selected component (if applicable):
systemd-sysv-207-8.el7.x86_64
systemd-libs-207-8.el7.x86_64
systemd-207-8.el7.x86_64
libgudev1-207-8.el7.x86_64
initscripts-9.49.11-1.el7.x86_64

How reproducible:
100%

Steps to Reproduce:
define a bridge
1.[root@dhcp-8-232 network-scripts]# cat ifcfg-enp1s0f0 
# Generated by dracut initrd
DEVICE=enp1s0f0
ONBOOT=yes
NETBOOT=yes
HWADDR="00:15:17:3a:42:74"
TYPE=Ethernet
BRIDGE=switch
[root@dhcp-8-232 network-scripts]# cat ifcfg-switch 
DEVICE=switch
BOOTPROTO=dhcp
ONBOOT=yes
DELAY=0
TYPE=Bridge
[root@dhcp-8-232 network-scripts]# 

2.reboot the host to make the host boot w/ bridged network
and confirm bridge working
# brctl show switch
bridge name	bridge id		STP enabled	interfaces
switch		8000.0015173a4274	no		enp1s0f0

3. login via ssh, then send 'reboot'

Actual results:
the ssh session wont disconnected automatically

Expected results:
ssh session disconnected

Additional info:

This is a Regression introduced since systemd-207-1.el7
Tried systemd-206-8.el7 working fine.
# rpm -qa | grep -i 206-
systemd-sysv-206-8.el7.x86_64
systemd-libs-206-8.el7.x86_64
systemd-206-8.el7.x86_64
libgudev1-206-8.el7.x86_64

Comment 3 Akemi Yagi 2014-01-07 16:38:04 UTC
Bug #1047614 is related / duplicate.

Comment 4 Lukáš Nykrýn 2014-02-25 16:51:26 UTC

*** This bug has been marked as a duplicate of bug 1047614 ***


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