Erro de permissão negada ao tentar instalar com o wubi

6

Eu tive um problema ao tentar instalar o Ubuntu 11.04 no Windows 7 usando o instalador do wubi. Ele baixa a imagem por algum tempo e acaba com o erro que diz

Permissão negada: para mais detalhes, veja o arquivo de log

No log, parece ser DownloadError: Problema ao conectar-se ao rastreador - erro urlopen (10060, "Tempo de operação esgotado")

mas minha rede é boa e eu verifiquei.

Tentei usar o wubi várias vezes, mas acabou com o mesmo problema.

Conteúdo do log:

10-08 16:56 DEBUG  TaskList: ### Finished get_metalink
10-08 16:56 DEBUG  TaskList: New task download
10-08 16:56 DEBUG  TaskList: ### Running download...
10-08 16:56 DEBUG  btdownloader: downloading http://releases.ubuntu.com/11.04/ubuntu-11.04-desktop-amd64.iso.torrent > C:\ubuntu\install\ubuntu-11.04-desktop-amd64.iso
10-08 18:02 ERROR  TaskList: Traceback (most recent call last):
  File "\lib\bittorrent\RawServer.py", line 229, in listen_forever
  File "\lib\wubi\backends\common\btdownloader.py", line 70, in error_callback
DownloadError: Traceback (most recent call last):
  File "\lib\bittorrent\RawServer.py", line 221, in listen_forever
  File "\lib\bittorrent\Rerequester.py", line 96, in fail
  File "\lib\wubi\backends\common\btdownloader.py", line 70, in error_callback
DownloadError: Problem connecting to tracker - urlopen error (10060, 'Operation timed out')

Traceback (most recent call last):
  File "\lib\wubi\backends\common\tasklist.py", line 197, in __call__
  File "\lib\wubi\backends\common\btdownloader.py", line 79, in download
  File "\lib\bittorrent\download.py", line 303, in download
  File "\lib\bittorrent\RawServer.py", line 256, in listen_forever
  File "\lib\wubi\backends\common\btdownloader.py", line 70, in error_callback
DownloadError: Traceback (most recent call last):
  File "\lib\bittorrent\RawServer.py", line 229, in listen_forever
  File "\lib\wubi\backends\common\btdownloader.py", line 70, in error_callback
DownloadError: Traceback (most recent call last):
  File "\lib\bittorrent\RawServer.py", line 221, in listen_forever
  File "\lib\bittorrent\Rerequester.py", line 96, in fail
  File "\lib\wubi\backends\common\btdownloader.py", line 70, in error_callback
DownloadError: Problem connecting to tracker - urlopen error (10060, 'Operation timed out')


10-08 18:02 ERROR  TaskList: Non fatal error Traceback (most recent call last):
  File "\lib\bittorrent\RawServer.py", line 229, in listen_forever
  File "\lib\wubi\backends\common\btdownloader.py", line 70, in error_callback
DownloadError: Traceback (most recent call last):
  File "\lib\bittorrent\RawServer.py", line 221, in listen_forever
  File "\lib\bittorrent\Rerequester.py", line 96, in fail
  File "\lib\wubi\backends\common\btdownloader.py", line 70, in error_callback
DownloadError: Problem connecting to tracker - urlopen error (10060, 'Operation timed out')

 in task download
10-08 18:02 DEBUG  TaskList: ### Finished download
10-08 18:02 ERROR  TaskList: [Errno 13] Permission denied: u'C:\ubuntu\install\ubuntu-11.04-desktop-amd64.iso'
Traceback (most recent call last):
  File "\lib\wubi\backends\common\tasklist.py", line 197, in __call__
  File "\lib\wubi\backends\common\backend.py", line 492, in get_iso
  File "\lib\wubi\backends\common\backend.py", line 347, in download_iso
OSError: [Errno 13] Permission denied: u'C:\ubuntu\install\ubuntu-11.04-desktop-amd64.iso'
10-08 18:02 DEBUG  TaskList: # Cancelling tasklist
10-08 18:02 DEBUG  TaskList: # Finished tasklist
10-08 18:02 ERROR  root: [Errno 13] Permission denied: u'C:\ubuntu\install\ubuntu-11.04-desktop-amd64.iso'
Traceback (most recent call last):
  File "\lib\wubi\application.py", line 57, in run
  File "\lib\wubi\application.py", line 131, in select_task
  File "\lib\wubi\application.py", line 157, in run_installer
  File "\lib\wubi\backends\common\tasklist.py", line 197, in __call__
  File "\lib\wubi\backends\common\backend.py", line 492, in get_iso
  File "\lib\wubi\backends\common\backend.py", line 347, in download_iso
OSError: [Errno 13] Permission denied: u'C:\ubuntu\install\ubuntu-11.04-desktop-amd64.iso'
    
por badri 08.10.2011 / 15:02

4 respostas

4

O Wubi está tentando fazer o download do CD ISO da área de trabalho para a instalação usando um cliente bittorrent. Isso requer que o pyrun.exe (o tempo de execução do python que o Wubi usa) tenha permissão para o firewall do Windows. Se você concedeu o acesso ao firewall pyrun.exe (teria havido uma permissão solicitando pop-up), então você pode ser bloqueado por um firewall upstream, por exemplo, algumas faculdades / universidades bloqueiam bittorrents.

Se este for o caso, você deve baixar o CD da área de trabalho iso do link e salvá-lo no mesmo diretório como wubi.exe antes de executar (e o Wubi irá encontrá-lo e usá-lo).

    
por bcbc 08.10.2011 / 21:48
1

Funcionou para o meu fazendo o download da imagem e colocando-a na mesma pasta onde o wubi.exe está. E não se deve esquecer de desativar a rede antes de executar isso. Funciona bem.

    
por badri 17.10.2011 / 19:27
0

Eu não sei qual vai funcionar, vamos tentar várias soluções:

1. run wubi.exe with right click [rus as administrator]
2. Try to install ubuntu on another drive [if run as admin does not work][expect C]
3. If you will get any disk error during wubi installation then just click continue several times. Surprisingly it works.
    
por shantanu 08.10.2011 / 20:05
0

Versões antigas do Wubi têm bugs, mas eu encontrei uma solução de um post no fórum em ubuntuforums.org Não consigo encontrar o mesmo post, mas eu tenho os links para arquivos corrigidos. Esses arquivos estão funcionando. Eu tentei o wubi deste link e trabalhei.

Graças a hakuna_matata

link

    
por atilkan 31.07.2015 / 15:01