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 1180612 - ifup bridge with BRIDGING_OPTS causes "No such file or directory" error message
Summary: ifup bridge with BRIDGING_OPTS causes "No such file or directory" error message
Keywords:
Status: CLOSED DUPLICATE of bug 1176999
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: initscripts
Version: 6.6
Hardware: Unspecified
OS: Linux
unspecified
medium
Target Milestone: rc
: ---
Assignee: Lukáš Nykrýn
QA Contact: qe-baseos-daemons
URL:
Whiteboard:
Depends On: 1180609 1275543
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-01-09 15:02 UTC by Leos Pol
Modified: 2016-11-25 12:56 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of: 1180609
Environment:
Last Closed: 2015-02-04 14:42:54 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Leos Pol 2015-01-09 15:02:00 UTC
Same issue but with initscripts-9.03.46-1.el6

Actual results:
/etc/sysconfig/network-scripts/ifup-eth: line 70: echo: write error: No such file or directory
/etc/sysconfig/network-scripts/ifup-eth: line 70: echo: write error: No such file or directory


+++ This bug was initially created as a clone of Bug #1180609 +++

Description of problem:
When I try to up a bridge with a BRIDGING_OPTS strange error message is displayed.

Version-Release number of selected component (if applicable):
initscripts-9.49.23-1.el7

How reproducible:
always

Steps to Reproduce:
# echo "DEVICE=br0
ONBOOT=yes
TYPE=Bridge
BOOTPROTO=none
NM_CONTROLLED=no
DELAY=0
DEFROUTE=no
BRIDGING_OPTS='multicast_router=0 multicast_snooping=0 hash_max=256'
" > /etc/sysconfig/network-scripts/ifcfg-br0
# ifup br0


Actual results:
/etc/sysconfig/network-scripts/ifup-eth: line 65: echo: write error: No such file or directory
/etc/sysconfig/network-scripts/ifup-eth: line 65: echo: write error: No such file or directory

Expected results:
<no error messages>

Additional info:
Without BRIDGING_OPTS it works fine.

Comment 3 Lukáš Nykrýn 2015-02-04 14:42:54 UTC

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


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