I believe this message originates from line 184 in
http://bazaar.launchpad.net/~ubuntu-desktop/oneconf/trunk/view/head:/oneconf/hosts.py
This appears to be a normal message that will always be logged unless an
other_hosts file is created.
```
def _load_other_hosts(self):
'''Load all other hosts from local store'''
try:
with open(os.path.join(self._host_file_dir, OTHER_HOST_FILENAME),
'r') as f:
return json.load(f)
except (IOError, TypeError, ValueError) as e:
LOG.warning("Error in loading %s file: %s" % (OTHER_HOST_FILENAME,
e))
return {}
```
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to oneconf in Ubuntu.
https://bugs.launchpad.net/bugs/1486450
Title:
Error in loading other_hosts file
Status in oneconf package in Ubuntu:
Confirmed
Bug description:
I am seeing this error in the syslog
Aug 19 20:38:31 M1 com.ubuntu.OneConf[25838]:
WARNING:oneconf.hosts:Error in loading other_hosts file: [Errno 2] No
such file or directory: '/home/michael-
heuberger/.cache/oneconf/813e56ef1c4f171bda95b46b5448007c/other_hosts'
Any ideas what it could be and how to fix?
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/oneconf/+bug/1486450/+subscriptions
--
Mailing list: https://launchpad.net/~desktop-packages
Post to : [email protected]
Unsubscribe : https://launchpad.net/~desktop-packages
More help : https://help.launchpad.net/ListHelp