[[ Mais problemas com Debmirror ]]

2005-07-01 Por tôpico Fabricio Vaccari Constanski
Olá a todos

Tenho um espelho do debian aqui na empresa. Arquitetura i386, main,
contrib e non-free.

Tenho um agendamento no crontab que atualiza o repositório
diariamente, porem, de uns dias para cá parou de atualizar.

Trouzeum HD que tenho lá em casa com o mirror tbem e mandei atualizar.
A primeira vez foi beleza, mas agora não quer atualizar mais.

Ah, e quando termina com a mensagem de erro, ainda apaga o meu script
do debmirror do disco.

A linha que estou usando é seguinte:

/usr/bin/debmirror /repositorio -v -p --arch=i386
--host=ftp.br.debian.org --dist=sarge --nosource -e http
--ignore-release-gpg --postcleanup --ignore=disks-i386/

O erro é o seguinte:

Mirroring to /mnt from http://anonymous:ftp.br.debian.org//debian/
Arches: i386
Dists: sarge
Sections: main,contrib,non-free,main/debian-installer
Will clean up AFTER mirroring.
Attempting to get lock, this might take 2 minutes before it fails.
Get Release files.
Getting: dists/sarge/Release... ok
Getting: dists/sarge/Release.gpg... ok
gpg: Signature made Dom 05 Jun 2005 23:22:54 BRT using DSA key ID 4F368D5D
gpg: Impossível verificar assinatura: chave pública não encontrada
Release signature does not verify.
Get Packages and Sources files and other miscellany.
Parse Packages and Sources files and add to the file list everything therein.
Download all files that we need to get (1 MiB).
Downloaded files in 29s
Errors:
 Release signature does not verify.
Everything OK. Moving meta files.
All done.
Cleanup mirror.

Agradeço desde já qualquer ajuda.

-- 
Fabricio Vaccari Constanski (fvc) || fabriciovc[em]gmail.com
http://www.fabriciovc.cjb.net || Linux User 295747
Projeto Debian-pr || http://www.debian-pr.org
Projeto Kernel_ptbr || http://kernelptbr.debian-pr.org
--
Deus fez o mundo em sete dias porque não tinha 
ninguém perguntando quando ia ficar pronto.



Re: [[ Problemas com Debmirror - Solucionado ]]

2005-06-20 Por tôpico Fabricio Vaccari Constanski
Problemas bestas!!!

Fazendo um debug no processo, descobri que ele usa porta 21 para
conectar, e o meu fw estava bloqueando essa passagem

Valeu pela ajuda a todos.

Um abraço.

Fabricio

===

Em 16/06/05, Fabricio Vaccari Constanski[EMAIL PROTECTED] escreveu:
 Olá pessoal
 
 Já tive vários problemas com o debmirror e solucionei com um script
 perfeito que foi me informado aqui na lista.
 
 Porém, depois de alguns usos e testes, tenho um servidor de um cliente
 onde o script não funciona nem por decreto.
 
 Poderiam me ajudar por favor?
 
 Fiz o teste com duas linhas diferentes que funcionam em máquinas com
 certeza, porem, nessa, não. As linhas são:
 
 /usr/bin/debmirror /repositorio/debian -v -p --arch=i386
 --host=ftp.br.debian.org --dist=sarge --nosource -e http
 --ignore-release-gpg --postcleanup --ignore=disks-i386/
 
 e
 
 /usr/bin/debmirror -p -v --host=ftp.br.debian.org --dist=sarge
 --nosource --ignore-release-gpg /repositorio/debian
 
 O erro é:
 
 ./debmirror.sh
 Mirroring to /repositorio/debian from 
 ftp://anonymous:ftp.br.debian.org//debian/
 Arches: i386
 Dists: sarge
 Sections: main,contrib,non-free,main/debian-installer
 Attempting to get lock, this might take 2 minutes before it fails.
 Get Release files.
 [0%] Getting: dists/sarge/Release# failed:Illegal PORT command.
 dists/sarge/Release failed md5sum check, removing
 [0%] Getting: dists/sarge/Release.gpg# failed:Illegal PORT command.
 dists/sarge/Release.gpg failed md5sum check, removing
 Release signature does not verify.
 Get Packages and Sources files and other miscellany.
 Won't mirror without dists/sarge/main/binary-i386/Packages.gz
 signature in Release at /usr/bin/debmirror line 1187.
 WARNING: releasing 1 pending lock...
 
 Qualquer ajuda é ***muitíssimo*** bem vinda.
 
 Agradeço desde já.
 
 Um abraço a todos.
 
 --
 Fabricio Vaccari Constanski (fvc) || fabriciovc[em]gmail.com
 http://www.fabriciovc.cjb.net || Linux User 295747
 Projeto Debian-pr || http://www.debian-pr.org
 Projeto Kernel_ptbr || http://kernelptbr.debian-pr.org
 --
 Deus fez o mundo em sete dias porque não tinha
 ninguém perguntando quando ia ficar pronto.
 


-- 
Fabricio Vaccari Constanski (fvc) || fabriciovc[em]gmail.com
http://www.fabriciovc.cjb.net || Linux User 295747
Projeto Debian-pr || http://www.debian-pr.org
Projeto Kernel_ptbr || http://kernelptbr.debian-pr.org
--
Deus fez o mundo em sete dias porque não tinha 
ninguém perguntando quando ia ficar pronto.



Re: [[ Problemas com Debmirror ]]

2005-06-17 Por tôpico Rodrigo Torres
Em Qui, 2005-06-16 s 22:40 -0300, Marcos V Lazarini escreveu: 
 Hummm, vamos agora num belo chute: ser que esse debmirror usa o wget? Se 
 usar, tenta ligar o modo passive_ftp; no /etc/wget.conf  s descomentar uma 
 linha.
 

 perl e usa Net::FTP.

 Se ele pegar os arquivos de outro jeito, bom - verifique como ligar o modo 
 passive-transfer via FTP - ou passe a usar um mirror HTTP :-)

FTP_PASSIVE=0 debmirror [argumentos]

mas debmirror --debug vai lanar na sada padro a comunicao entre o
servidor e a estao, e isso vai, realmente, mostrar onde est o
problema.

--
motobi


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: [[ Problemas com Debmirror ]]

2005-06-16 Por tôpico Rodrigo Torres
Em Qui, 2005-06-16 s 17:30 -0300, Fabricio Vaccari Constanski escreveu:
 Ol pessoal

 Porm, depois de alguns usos e testes, tenho um servidor de um cliente
 onde o script no funciona nem por decreto.
 
 Poderiam me ajudar por favor?

Qual  a arquitetura/plataforma desse servidor?


 Fiz o teste com duas linhas diferentes que funcionam em mquinas com
 certeza, porem, nessa, no. As linhas so:
 [...]
 [0%] Getting: dists/sarge/Release# failed:Illegal PORT command.
 dists/sarge/Release failed md5sum check, removing
 [0%] Getting: dists/sarge/Release.gpg# failed:Illegal PORT command.
 dists/sarge/Release.gpg failed md5sum check, removing
 Release signature does not verify.
 Get Packages and Sources files and other miscellany.
 Won't mirror without dists/sarge/main/binary-i386/Packages.gz
 signature in Release at /usr/bin/debmirror line 1187.
 WARNING: releasing 1 pending lock...

Aparentemente o erro  durante o comando PORT, do FTP. Use o --debug
para obter a listagem completa do comandos efetuados pelo Net::FTP e
poste aqui a sada.

--
motobi


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: [[ Problemas com Debmirror ]]

2005-06-16 Por tôpico Maxwillian Miorim
Me parece que op erro est na conexo com o FTP:

se voc fosse conectar como annimo deveria ser:
ftp://[EMAIL PROTECTED]/debian/
OU
ftp://anonymous:[EMAIL PROTECTED]/debian/

E voc est conectando como:
ftp://anonymous:ftp.br.debian.org/debian


Verifica se t tudo certo, tente passar a senha como qualquer coisa,
muitos ftps pedem um e-mail, mas pode ser qualquer coisa.



On 6/16/05, Rodrigo Torres [EMAIL PROTECTED] wrote:
 Em Qui, 2005-06-16 s 17:30 -0300, Fabricio Vaccari Constanski escreveu:
  Ol pessoal
 
  Porm, depois de alguns usos e testes, tenho um servidor de um cliente
  onde o script no funciona nem por decreto.
 
  Poderiam me ajudar por favor?
 
 Qual  a arquitetura/plataforma desse servidor?
 
 
  Fiz o teste com duas linhas diferentes que funcionam em mquinas com
  certeza, porem, nessa, no. As linhas so:
  [...]
  [0%] Getting: dists/sarge/Release# failed:Illegal PORT command.
  dists/sarge/Release failed md5sum check, removing
  [0%] Getting: dists/sarge/Release.gpg# failed:Illegal PORT command.
  dists/sarge/Release.gpg failed md5sum check, removing
  Release signature does not verify.
  Get Packages and Sources files and other miscellany.
  Won't mirror without dists/sarge/main/binary-i386/Packages.gz
  signature in Release at /usr/bin/debmirror line 1187.
  WARNING: releasing 1 pending lock...
 
 Aparentemente o erro  durante o comando PORT, do FTP. Use o --debug
 para obter a listagem completa do comandos efetuados pelo Net::FTP e
 poste aqui a sada.
 
 --
 motobi
 
 
 --
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
 




Re: Problemas com debmirror

2005-02-01 Por tôpico Manuel Baena Garcia
You can get the key with the command:

gpg --keyserver wwwkeys.pgp.net --recv-keys 4F368D5D

-- 
Manuel Baena Garcia [EMAIL PROTECTED]


signature.asc
Description: Esta parte del mensaje =?ISO-8859-1?Q?est=E1?= firmada	digitalmente


Problemas com debmirror

2005-01-13 Por tôpico Fabricio Vaccari Constanski
Olá ...

Estou com problemas no debmirror.

Estou usando a seguinte linha para executá-lo:

/usr/bin/debmirror /dados/mirror --method=rsync --progress --nosource
-e rsync --host=ftp.br.debian.org --root=:debian --dist=sarge
--section=main,contrib,non-free --arch=i386 --cleanup --getcontents

Ele realiza o processo e mostra uma mensagem de erro no final.

Mirroring to /dados/mirror from rsync://anonymous:ftp.br.debian.org/:debian/
Arches: i386
Dists: sarge
Sections: main,contrib,non-free
Download at most 200 files per rsync call.
Attempting to get lock, this might take 2 minutes before it fails.
Get Release files.
remote_get rsync dists/sarge/Release
receiving file list ... 
4 files to consider
dists/sarge/Release
   22828 100%   21.77MB/s0:00:00  (1, 100.0% of 4)

sent 374 bytes  received 295 bytes  1338.00 bytes/sec
total size is 22828  speedup is 34.12
remote_get rsync dists/sarge/Release.gpg
receiving file list ... 
4 files to consider
dists/sarge/Release.gpg
 315 100%  307.62kB/s0:00:00  (1, 100.0% of 4)

sent 186 bytes  received 171 bytes  238.00 bytes/sec
total size is 315  speedup is 0.88
gpg: Signature made Wed Jan 12 18:27:48 2005 BRST using RSA key ID 1DB114E0
gpg: Can't check signature: public key not found
Release signature does not verify
Get Packages and Sources files and other miscellany.
remote_get rsync dists/sarge/Contents-i386.gz
receiving file list ... 
4 files to consider
dists/sarge/Contents-i386.gz
 8028524 100%   33.15MB/s0:00:00  (1, 100.0% of 4)

sent 17195 bytes  received 11516 bytes  19140.67 bytes/sec
total size is 8028524  speedup is 279.63
Failed to download some Package, Sources, Contents or release files!
releasing 1 pending lock... at /usr/lib/perl5/LockFile/Simple.pm line 182.

Alguem pode me ajudar por favor?

Agradeço desde já.

-- 
Fabricio Vaccari Constanski || [EMAIL PROTECTED]
Seja Livre, use Linux || Linux User 295747
Debian-PR || http://www.debian-pr.org
Conectiva Linux Certified



Problemas com debmirror

2005-01-13 Por tôpico Fabricio Vaccari Constanski
Olá ...

Estou com problemas no debmirror.

Estou usando a seguinte linha para executá-lo:

/usr/bin/debmirror /dados/mirror --method=rsync --progress --nosource
-e rsync --host=ftp.br.debian.org --root=:debian --dist=sarge
--section=main,contrib,non-free --arch=i386 --cleanup --getcontents

Ele realiza o processo e mostra uma mensagem de erro no final.

Mirroring to /dados/mirror from rsync://anonymous:ftp.br.debian.org/:debian/
Arches: i386
Dists: sarge
Sections: main,contrib,non-free
Download at most 200 files per rsync call.
Attempting to get lock, this might take 2 minutes before it fails.
Get Release files.
remote_get rsync dists/sarge/Release
receiving file list ... 
4 files to consider
dists/sarge/Release
   22828 100%   21.77MB/s0:00:00  (1, 100.0% of 4)

sent 374 bytes  received 295 bytes  1338.00 bytes/sec
total size is 22828  speedup is 34.12
remote_get rsync dists/sarge/Release.gpg
receiving file list ... 
4 files to consider
dists/sarge/Release.gpg
 315 100%  307.62kB/s0:00:00  (1, 100.0% of 4)

sent 186 bytes  received 171 bytes  238.00 bytes/sec
total size is 315  speedup is 0.88
gpg: Signature made Wed Jan 12 18:27:48 2005 BRST using RSA key ID 1DB114E0
gpg: Can't check signature: public key not found
Release signature does not verify
Get Packages and Sources files and other miscellany.
remote_get rsync dists/sarge/Contents-i386.gz
receiving file list ... 
4 files to consider
dists/sarge/Contents-i386.gz
 8028524 100%   33.15MB/s0:00:00  (1, 100.0% of 4)

sent 17195 bytes  received 11516 bytes  19140.67 bytes/sec
total size is 8028524  speedup is 279.63
Failed to download some Package, Sources, Contents or release files!
releasing 1 pending lock... at /usr/lib/perl5/LockFile/Simple.pm line 182.

Alguem pode me ajudar por favor?

Agradeço desde já.

-- 
Fabricio Vaccari Constanski || [EMAIL PROTECTED]
Seja Livre, use Linux || Linux User 295747
Debian-PR || http://www.debian-pr.org
Conectiva Linux Certified