« Adding custom dictionaries to ColorDict, a StarDict app on Android | Solution for no vibration on iPhone 3GS » |
I’ve been getting the following warning from tiger via email,
–CONFIG– [con010c] Filesystem ‘devtmpfs’ used by ‘none’ is not recognised as a valid filesystem
In case you don’t know what Tiger is, its a suite of Bourne shell scripts, C programs and data files used to perform a security audit of UNIX systems.
To resolve this warning, turns out the solution is as simple as,
editing your tiger config file, which for Ubuntu can be found in (other OSs may vary)
/etc/tiger/tigerrc
You’ll need to the following line if Tiger_FSScan_Local is not defined and add the filesystem in question so that tiger recongizes it as a valid filesystem and stops warning you about it.
Tiger_FSScan_Local='devtmpfs'
This should probably apply for adding other filesystems as valid.