Comment 2 for bug 928491

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

Exception during installation:
Feb 7 20:53:14 ubuntu plugininstall.py: Traceback (most recent call last):
Feb 7 20:53:14 ubuntu plugininstall.py: File "/usr/share/ubiquity/plugininstall.py", line 1661, in <module>
Feb 7 20:53:14 ubuntu plugininstall.py: install.run()
Feb 7 20:53:14 ubuntu plugininstall.py: File "/usr/share/ubiquity/plugininstall.py", line 56, in wrapper
Feb 7 20:53:14 ubuntu plugininstall.py: func(self)
Feb 7 20:53:14 ubuntu plugininstall.py: File "/usr/share/ubiquity/plugininstall.py", line 155, in run
Feb 7 20:53:14 ubuntu plugininstall.py: self.configure_network()
Feb 7 20:53:14 ubuntu plugininstall.py: File "/usr/share/ubiquity/plugininstall.py", line 385, in configure_network
Feb 7 20:53:14 ubuntu plugininstall.py: shutil.copy2(path, os.path.join(self.target, path[1:]))
Feb 7 20:53:14 ubuntu plugininstall.py: File "/usr/lib/python2.7/shutil.py", line 128, in copy2
Feb 7 20:53:14 ubuntu plugininstall.py: copyfile(src, dst)
Feb 7 20:53:14 ubuntu plugininstall.py: File "/usr/lib/python2.7/shutil.py", line 69, in copyfile
Feb 7 20:53:14 ubuntu plugininstall.py: raise Error("`%s` and `%s` are the same file" % (src, dst))
Feb 7 20:53:14 ubuntu plugininstall.py: Error: `/etc/resolv.conf` and `/target/etc/resolv.conf` are the same file
Feb 7 20:53:14 ubuntu plugininstall.py: