Bug 952913 - /etc/NetworkManager/dispatcher.d/04-iscsi syntax error
Summary: /etc/NetworkManager/dispatcher.d/04-iscsi syntax error
Keywords:
Status: CLOSED DUPLICATE of bug 917058
Alias: None
Product: Fedora
Classification: Fedora
Component: NetworkManager
Version: rawhide
Hardware: x86_64
OS: Linux
unspecified
low
Target Milestone: ---
Assignee: Dan Williams
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-04-17 01:07 UTC by Neil
Modified: 2013-05-02 10:56 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-05-02 10:56:42 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Neil 2013-04-17 01:07:36 UTC
Description of problem:
NetworkManager dispatcher has an iscsi script issue. 
It is causing repeating errors in /var/log/messages on Fedora 20 Rawhide GNOME Desktop standard install:

Apr 16 17:28:59 f20raw dbus-daemon[416]: /etc/NetworkManager/dispatcher.d/04-iscsi: line 8: syntax error: unexpected end of file
Apr 16 17:28:59 f20raw nm-dispatcher.action: Script '/etc/NetworkManager/dispatcher.d/04-iscsi' exited with error status 2.
Apr 16 17:28:59 f20raw NetworkManager[494]: <warn> Dispatcher script failed: Script '/etc/NetworkManager/dispatcher.d/04-iscsi' exited with error status 2.

Full content of that script:

#!/bin/sh

case "$2" in
        up|down|vpn-up|vpn-down)
                /bin/systemctl try-restart iscsi.service || :
                ;;



Version-Release number of selected component (if applicable):

NetworkManager 0.9.8.1-1.git20130327.fc20.x86_64
yum-NetworkManager-dispatcher 1.1.31-12.fc20
iscsi-initiator-utils 6.2.0.873-4.fc19 x86_64

How reproducible:
Occurs every DHCP Renewal

Steps to Reproduce:
1. Install Rawhide with "GNOME Desktop" group of packages
2. Allow time for DHCP to renew
3. Find errors in /var/log/messages
  
Actual results:
Errors

Expected results:
No errors

Additional info:

Comment 1 Sandro Mathys 2013-05-02 10:56:42 UTC

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


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