Ubuntuzillalla Firefoxin asennus keskeytyy seuraavaan virheeseen:
Extracting archive
bzip2: I/O or other error, bailing out. Possible reason follows.
bzip2: Broken pipe
Input file = (stdin), output file = (stdout)
tar: Child returned status 1
tar: Exiting with failure status due to previous errors
sudo tar -C /opt -xjf firefox-3.5.4.tar.bz2
Previous command has failed to complete successfully. Exiting.
Process returned code 2
Traceback (most recent call last):
File "/usr/local/bin/ubuntuzilla.py", line 1314, in <module>
bs.start()
File "/usr/local/bin/ubuntuzilla.py", line 304, in start
fi.start()
File "/usr/local/bin/ubuntuzilla.py", line 347, in start
self.install()
File "/usr/local/bin/ubuntuzilla.py", line 762, in install
self.extractArchive()
File "/usr/local/bin/ubuntuzilla.py", line 638, in extractArchive
self.util.execSystemCommand(executionstring="sudo tar -C " + self.options.targetdir + " " + self.tar_flags + " " + self.packageFilename)
File "/usr/local/bin/ubuntuzilla.py", line 147, in execSystemCommand
raise SystemCommandExecutionError, "Command has not completed successfully. If this problem persists, please seek help at our website, " + self.version.url
__main__.SystemCommandExecutionError: Command has not completed successfully. If this problem persists, please seek help at our website, http://ubuntuzilla.sourceforge.net/
Ehdotuksia?