[chandler-users] Install ioctl problem on Mac
Will Woods
will.woods at ynic.york.ac.uk
Thu Aug 7 03:01:52 PDT 2008
When I try and run Chandler for the first time, I get an error 'Inappropriate
ioctl for device'. If I log in to the same machine as a different user, it runs
ok, so I guess it might be something to do with permissions on my account. Any
ideas? Full log is below.
Thanks,
Will
Seconds since last error: 2
Chandler Version: 1.0-rc2
OS: posix
Platform Type: darwin
Platform Details: Darwin-8.11.0-Power_Macintosh-powerpc-32bit
Architecture: Power Macintosh
Python Version: 2.5.1 (r251:54863, Nov 28 2007, 19:35:14)
[GCC 3.3 20030304 (Apple Computer, Inc. build 1671)]
Traceback (most recent call last):
File
"/Applications/Chandler_ppc-osx_1.0-rc2.app/Contents/Resources/Chandler.py",
line 101, in main
return realMain()
File
"/Applications/Chandler_ppc-osx_1.0-rc2.app/Contents/Resources/Chandler.py",
line 80, in realMain
app = wxApplication(redirect=redirect, useBestVisual=useBestVisual)
File
"/Applications/Chandler_ppc-osx_1.0-rc2.app/Contents/Resources/release/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/wx/_core.py",
line 7901, in __init__
self._BootstrapApp()
File
"/Applications/Chandler_ppc-osx_1.0-rc2.app/Contents/Resources/release/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/wx/_core.py",
line 7498, in _BootstrapApp
return _core_.PyApp__BootstrapApp(*args, **kwargs)
File
"/Applications/Chandler_ppc-osx_1.0-rc2.app/Contents/Resources/application/Application.py",
line 377, in OnInit
options)
File
"/Applications/Chandler_ppc-osx_1.0-rc2.app/Contents/Resources/application/Utility.py",
line 1101, in openRepositoryOrBackup
view = openRepository(options, repoDir)
File
"/Applications/Chandler_ppc-osx_1.0-rc2.app/Contents/Resources/application/Utility.py",
line 1070, in openRepository
view = initRepository(repoDir, options)
File
"/Applications/Chandler_ppc-osx_1.0-rc2.app/Contents/Resources/application/Utility.py",
line 684, in initRepository
repository.open(**kwds)
File
"/Applications/Chandler_ppc-osx_1.0-rc2.app/Contents/Resources/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/chandlerdb-0.7_37-py2.5-macosx-10.3-ppc.egg/chandlerdb/persistence/DBRepository.py",
line 909, in open
self._env.open(dbHome, flags, 0)
DBError: (25, 'Inappropriate ioctl for device')
More information about the chandler-users
mailing list