ntfs-config crashed with OSError in __init__()

Bug #629511 reported by Rus F Adrian
58
This bug affects 11 people
Affects Status Importance Assigned to Milestone
ntfs-config (Debian)
Unknown
Unknown
ntfs-config (Ubuntu)
New
Undecided
Unassigned

Bug Description

Binary package hint: ntfs-config

I am using ubuntu 10.10 beta and install ntfs-config and when i start it give me this error
:~# ntfs-config
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/lib/pymodules/python2.6/NtfsConfig/NtfsConfig.py", line 56, in __init__
    os.mkdir(HAL_CONFIG_DIR)
OSError: [Errno 2] No such file or directory: '/etc/hal/fdi/policy'

ProblemType: Crash
DistroRelease: Ubuntu 10.10
Package: ntfs-config 1.0.1-3ubuntu5
ProcVersionSignature: Ubuntu 2.6.35-19.28-generic 2.6.35.3
Uname: Linux 2.6.35-19-generic i686
Architecture: i386
Date: Fri Sep 3 16:40:09 2010
ExecutablePath: /usr/bin/ntfs-config
InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Beta i386 (20100901.1)
InterpreterPath: /usr/bin/python2.6
ProcCmdline: /usr/bin/python2.6 -OOt /usr/bin/ntfs-config
ProcEnviron:
 SHELL=/bin/bash
 PATH=(custom, no user)
 LANG=en_US.UTF-8
PythonArgs: ['/usr/bin/ntfs-config']
SourcePackage: ntfs-config
Title: ntfs-config crashed with OSError in __init__()
UserGroups:

Revision history for this message
Rus F Adrian (tue-deactivatedaccount) wrote :
visibility: private → public
Revision history for this message
Apport retracing service (apport) wrote : This bug is a duplicate

Thank you for taking the time to report this crash and helping to make Ubuntu better. This particular crash has already been reported and is a duplicate of bug #629246, so is being marked as such. Please look at the other bug report to see if there is any missing information that you can provide, or to see if there is a workaround for the bug. Additionally, any further discussion regarding the bug should occur in the other report. Please continue to report any other bugs you may find.

tags: removed: need-duplicate-check
Revision history for this message
Bruno (bruno666-666) wrote :

This bug seems to occur only on systems where hal is not installed.

Revision history for this message
Bruno (bruno666-666) wrote :

Line 56 in NtfsConfig.py is :

os.mkdir(HAL_CONFIG_DIR)

this should be :

os.makdirs(HAL_CONFIG_DIR)

Revision history for this message
Bruno (bruno666-666) wrote :

os.makedirs(HAL_CONFIG_DIR)

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.