Comment 2 for bug 980676

Revision history for this message
Ubuntu Foundations Team Bug Bot (crichton) wrote : Traceback

Exception during installation:
Apr 13 10:18:30 ubuntu plugininstall.py: Traceback (most recent call last):
Apr 13 10:18:30 ubuntu plugininstall.py: File "/usr/share/ubiquity/plugininstall.py", line 1720, in <module>
Apr 13 10:18:30 ubuntu plugininstall.py: install.run()
Apr 13 10:18:30 ubuntu plugininstall.py: File "/usr/share/ubiquity/plugininstall.py", line 55, in wrapper
Apr 13 10:18:30 ubuntu plugininstall.py: func(self)
Apr 13 10:18:30 ubuntu plugininstall.py: File "/usr/share/ubiquity/plugininstall.py", line 166, in run
Apr 13 10:18:30 ubuntu plugininstall.py: self.configure_face()
Apr 13 10:18:30 ubuntu plugininstall.py: File "/usr/share/ubiquity/plugininstall.py", line 284, in configure_face
Apr 13 10:18:30 ubuntu plugininstall.py: shutil.copy2(PHOTO_PATH, targetpath)
Apr 13 10:18:30 ubuntu plugininstall.py: File "/usr/lib/python2.7/shutil.py", line 128, in copy2
Apr 13 10:18:30 ubuntu plugininstall.py: copyfile(src, dst)
Apr 13 10:18:30 ubuntu plugininstall.py: File "/usr/lib/python2.7/shutil.py", line 83, in copyfile
Apr 13 10:18:30 ubuntu plugininstall.py: with open(dst, 'wb') as fdst:
Apr 13 10:18:30 ubuntu plugininstall.py: IOError: [Errno 2] No such file or directory: '/target/home/jo/.face'
Apr 13 10:18:30 ubuntu plugininstall.py: