On Fedora 16 - No such file or directory: '/etc/hal/fdi/policy'

Bug #927117 reported by Kartik Singhal
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
ntfs-config
Fix Released
Undecided
Unassigned
ntfs-config (Fedora)
New
Undecided
Unassigned

Bug Description

Since hal has been removed since Fedora released 16, ntfs-config doesn't work anymore. Need a workaround here.

Revision history for this message
Florent Mertens (givre) wrote :

Should work with latest version 1.1. Please update.

Changed in ntfs-config:
status: New → Fix Released
Revision history for this message
Kartik Singhal (kartiksinghal) wrote :

The following was the traceback:

Traceback (most recent call last):
  File "/usr/bin/ntfs-config", line 102, in <module>
    main(args, opts)
  File "/usr/bin/ntfs-config", line 75, in main
    app = NtfsConfig()
  File "/usr/lib64/python2.7/site-packages/NtfsConfig/NtfsConfig.py", line 56, in __init__
    os.mkdir(HAL_CONFIG_DIR)
OSError: [Errno 2] No such file or directory: '/etc/hal/fdi/policy'

Apparently commenting out the following two lines from NtfsConfig.py file makes it work fine:

55 if not os.path.exists(HAL_CONFIG_DIR) :
56 os.mkdir(HAL_CONFIG_DIR)

Problem solved for now. :)

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.