* [gentoo-user] problems emerging lftp
@ 2007-01-16 14:42 John covici
2007-01-16 14:55 ` Kent Fredric
` (2 more replies)
0 siblings, 3 replies; 11+ messages in thread
From: John covici @ 2007-01-16 14:42 UTC (permalink / raw
To: gentoo-user
When I try to emerge lftp I get
Connecting to lftp.yar.ru|193.233.48.66|:21... connected.
Logging in as anonymous ... Logged in!
==> SYST ... done. ==> PWD ... done.
==> TYPE I ... done. ==> CWD /lftp/old ... done.
==> PASV ... done. ==> RETR lftp-3.4.6.tar.gz ...
No such file `lftp-3.4.6.tar.gz'.
Any assistance would be appreciated.
--
Your life is like a penny. You're going to lose it. The question is:
How do
you spend it?
John Covici
covici@ccs.covici.com
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-user] problems emerging lftp
2007-01-16 14:42 [gentoo-user] problems emerging lftp John covici
@ 2007-01-16 14:55 ` Kent Fredric
2007-01-16 15:24 ` John covici
2007-01-16 14:59 ` zati
2007-01-16 15:02 ` Randy Barlow
2 siblings, 1 reply; 11+ messages in thread
From: Kent Fredric @ 2007-01-16 14:55 UTC (permalink / raw
To: gentoo-user
On 1/17/07, John covici <covici@ccs.covici.com> wrote:
> When I try to emerge lftp I get
> Connecting to lftp.yar.ru|193.233.48.66|:21... connected.
> Logging in as anonymous ... Logged in!
> ==> SYST ... done. ==> PWD ... done.
> ==> TYPE I ... done. ==> CWD /lftp/old ... done.
> ==> PASV ... done. ==> RETR lftp-3.4.6.tar.gz ...
> No such file `lftp-3.4.6.tar.gz'.
>
> Any assistance would be appreciated.
DPSS, Different Problem, Same Solution
cd /usr/portage/distfiles
sudo wget http://distfiles.gentoo.org/distfiles/lftp-3.4.6.tar.gz
;)
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-user] problems emerging lftp
2007-01-16 14:42 [gentoo-user] problems emerging lftp John covici
2007-01-16 14:55 ` Kent Fredric
@ 2007-01-16 14:59 ` zati
2007-01-16 15:33 ` John covici
2007-01-16 15:02 ` Randy Barlow
2 siblings, 1 reply; 11+ messages in thread
From: zati @ 2007-01-16 14:59 UTC (permalink / raw
To: gentoo-user
You should run 'emerge --sync' to get the latest portage tree. The latest version of lftp is 3.5.7 or something like that.
On Tue, 16 Jan 2007 15:42:20 +0100, John covici <covici@ccs.covici.com> wrote:
> When I try to emerge lftp I get
> Connecting to lftp.yar.ru|193.233.48.66|:21... connected.
> Logging in as anonymous ... Logged in!
> ==> SYST ... done. ==> PWD ... done.
> ==> TYPE I ... done. ==> CWD /lftp/old ... done.
> ==> PASV ... done. ==> RETR lftp-3.4.6.tar.gz ...
> No such file `lftp-3.4.6.tar.gz'.
>Any assistance would be appreciated.
>
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-user] problems emerging lftp
2007-01-16 14:42 [gentoo-user] problems emerging lftp John covici
2007-01-16 14:55 ` Kent Fredric
2007-01-16 14:59 ` zati
@ 2007-01-16 15:02 ` Randy Barlow
2007-01-16 15:22 ` John covici
2 siblings, 1 reply; 11+ messages in thread
From: Randy Barlow @ 2007-01-16 15:02 UTC (permalink / raw
To: gentoo-user
On Tue, 2007-01-16 at 09:42 -0500, John covici wrote:
> No such file `lftp-3.4.6.tar.gz'.
>
> Any assistance would be appreciated.
Have you tried re-syncing and trying again?
Randy Barlow
http://www.electronsweatshop.com
Picard: Sospetti? Riker: Con i Ferengi in giro, sempre. -- "The
Price" (TNG), data astrale 43385.6
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-user] problems emerging lftp
2007-01-16 15:02 ` Randy Barlow
@ 2007-01-16 15:22 ` John covici
0 siblings, 0 replies; 11+ messages in thread
From: John covici @ 2007-01-16 15:22 UTC (permalink / raw
To: gentoo-user
I just resynced this morning, so I didn't figure on that.
on Tuesday 01/16/2007 Randy Barlow(randy@electronsweatshop.com) wrote
> On Tue, 2007-01-16 at 09:42 -0500, John covici wrote:
> > No such file `lftp-3.4.6.tar.gz'.
> >
> > Any assistance would be appreciated.
>
> Have you tried re-syncing and trying again?
>
> Randy Barlow
> http://www.electronsweatshop.com
> Picard: Sospetti? Riker: Con i Ferengi in giro, sempre. -- "The
> Price" (TNG), data astrale 43385.6
>
> --
> gentoo-user@gentoo.org mailing list
--
Your life is like a penny. You're going to lose it. The question is:
How do
you spend it?
John Covici
covici@ccs.covici.com
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-user] problems emerging lftp
2007-01-16 14:55 ` Kent Fredric
@ 2007-01-16 15:24 ` John covici
2007-01-16 15:31 ` Bo Ørsted Andresen
0 siblings, 1 reply; 11+ messages in thread
From: John covici @ 2007-01-16 15:24 UTC (permalink / raw
To: gentoo-user
Except that this time its not in distfiles.gentoo.org -- it tried that
first.
on Wednesday 01/17/2007 Kent Fredric(kentfredric@gmail.com) wrote
> On 1/17/07, John covici <covici@ccs.covici.com> wrote:
> > When I try to emerge lftp I get
> > Connecting to lftp.yar.ru|193.233.48.66|:21... connected.
> > Logging in as anonymous ... Logged in!
> > ==> SYST ... done. ==> PWD ... done.
> > ==> TYPE I ... done. ==> CWD /lftp/old ... done.
> > ==> PASV ... done. ==> RETR lftp-3.4.6.tar.gz ...
> > No such file `lftp-3.4.6.tar.gz'.
> >
> > Any assistance would be appreciated.
>
> DPSS, Different Problem, Same Solution
>
> cd /usr/portage/distfiles
> sudo wget http://distfiles.gentoo.org/distfiles/lftp-3.4.6.tar.gz
>
> ;)
> --
> gentoo-user@gentoo.org mailing list
--
Your life is like a penny. You're going to lose it. The question is:
How do
you spend it?
John Covici
covici@ccs.covici.com
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-user] problems emerging lftp
2007-01-16 15:24 ` John covici
@ 2007-01-16 15:31 ` Bo Ørsted Andresen
2007-01-16 16:32 ` John covici
0 siblings, 1 reply; 11+ messages in thread
From: Bo Ørsted Andresen @ 2007-01-16 15:31 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 276 bytes --]
On Tuesday 16 January 2007 16:24, John covici wrote:
> Except that this time its not in distfiles.gentoo.org -- it tried that
> first.
Except is is. You must have typoed. What did you set your GENTOO_MIRRORS to
anyway? And please stop top-posting.
--
Bo Andresen
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-user] problems emerging lftp
2007-01-16 14:59 ` zati
@ 2007-01-16 15:33 ` John covici
0 siblings, 0 replies; 11+ messages in thread
From: John covici @ 2007-01-16 15:33 UTC (permalink / raw
To: gentoo-user
Unless they changed it in the last 3 hours, they don't have the
correct version -- maybe this is the problem.
on Tuesday 01/16/2007 zati@sch.bme.hu(zati@sch.bme.hu) wrote
> You should run 'emerge --sync' to get the latest portage tree. The latest version of lftp is 3.5.7 or something like that.
>
> On Tue, 16 Jan 2007 15:42:20 +0100, John covici <covici@ccs.covici.com> wrote:
>
> > When I try to emerge lftp I get
> > Connecting to lftp.yar.ru|193.233.48.66|:21... connected.
> > Logging in as anonymous ... Logged in!
> > ==> SYST ... done. ==> PWD ... done.
> > ==> TYPE I ... done. ==> CWD /lftp/old ... done.
> > ==> PASV ... done. ==> RETR lftp-3.4.6.tar.gz ...
> > No such file `lftp-3.4.6.tar.gz'.
> >Any assistance would be appreciated.
> >
>
>
> --
> gentoo-user@gentoo.org mailing list
--
Your life is like a penny. You're going to lose it. The question is:
How do
you spend it?
John Covici
covici@ccs.covici.com
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-user] problems emerging lftp
2007-01-16 15:31 ` Bo Ørsted Andresen
@ 2007-01-16 16:32 ` John covici
2007-01-16 16:53 ` Bo Ørsted Andresen
0 siblings, 1 reply; 11+ messages in thread
From: John covici @ 2007-01-16 16:32 UTC (permalink / raw
To: gentoo-user
on Tuesday 01/16/2007 Bo Ørsted Andresen(bo.andresen@zlin.dk) wrote
> On Tuesday 16 January 2007 16:24, John covici wrote:
> > Except that this time its not in distfiles.gentoo.org -- it tried that
> > first.
>
> Except is is. You must have typoed. What did you set your GENTOO_MIRRORS to
> anyway? And please stop top-posting.
It is GENTOO_MIRRORS="http://distfiles.gentoo.org/distfiles ftp://mirror.iawnet.sandia.gov/pub/gentoo"
but neither place has it.
>
--
Your life is like a penny. You're going to lose it. The question is:
How do
you spend it?
John Covici
covici@ccs.covici.com
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-user] problems emerging lftp
2007-01-16 16:32 ` John covici
@ 2007-01-16 16:53 ` Bo Ørsted Andresen
2007-01-16 17:31 ` John covici
0 siblings, 1 reply; 11+ messages in thread
From: Bo Ørsted Andresen @ 2007-01-16 16:53 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 1441 bytes --]
On Tuesday 16 January 2007 17:32, John covici wrote:
> It is GENTOO_MIRRORS="http://distfiles.gentoo.org/distfiles
> ftp://mirror.iawnet.sandia.gov/pub/gentoo" but neither place has it.
The second listed mirror doesn't resolve here. But the first does have it as
you should be able to see below. Now unless you live in the US you should
find a working mirror on [1] which is closer to where you live and put it
before the distfiles.gentoo.org mirror.
# wget ftp://mirror.iawnet.sandia.gov/pub/gentoo/lftp.3.4.6.tar.gz
--17:49:56-- ftp://mirror.iawnet.sandia.gov/pub/gentoo/lftp.3.4.6.tar.gz
=> `lftp.3.4.6.tar.gz'
Resolving mirror.iawnet.sandia.gov... 192.160.227.246
Connecting to mirror.iawnet.sandia.gov|192.160.227.246|:21... failed:
Connection refused.
# wget http://distfiles.gentoo.org/distfiles/lftp-3.4.6.tar.gz
--17:50:01-- http://distfiles.gentoo.org/distfiles/lftp-3.4.6.tar.gz
=> `lftp-3.4.6.tar.gz'
Resolving distfiles.gentoo.org... 64.50.236.52, 216.165.129.135,
156.56.247.195, ...
Connecting to distfiles.gentoo.org|64.50.236.52|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1,735,847 (1.7M) [application/x-gzip]
100%[========================================>] 1,735,847 214.02K/s ETA
00:00
17:50:10 (195.75 KB/s) - `lftp-3.4.6.tar.gz' saved [1735847/1735847]
[1] http://www.gentoo.org/main/en/mirrors.xml
--
Bo Andresen
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-user] problems emerging lftp
2007-01-16 16:53 ` Bo Ørsted Andresen
@ 2007-01-16 17:31 ` John covici
0 siblings, 0 replies; 11+ messages in thread
From: John covici @ 2007-01-16 17:31 UTC (permalink / raw
To: gentoo-user
on Tuesday 01/16/2007 Bo Ørsted Andresen(bo.andresen@zlin.dk) wrote
> On Tuesday 16 January 2007 17:32, John covici wrote:
> > It is GENTOO_MIRRORS="http://distfiles.gentoo.org/distfiles
> > ftp://mirror.iawnet.sandia.gov/pub/gentoo" but neither place has it.
>
> The second listed mirror doesn't resolve here. But the first does have it as
> you should be able to see below. Now unless you live in the US you should
> find a working mirror on [1] which is closer to where you live and put it
> before the distfiles.gentoo.org mirror.
>
> # wget ftp://mirror.iawnet.sandia.gov/pub/gentoo/lftp.3.4.6.tar.gz
> --17:49:56-- ftp://mirror.iawnet.sandia.gov/pub/gentoo/lftp.3.4.6.tar.gz
> => `lftp.3.4.6.tar.gz'
> Resolving mirror.iawnet.sandia.gov... 192.160.227.246
> Connecting to mirror.iawnet.sandia.gov|192.160.227.246|:21... failed:
> Connection refused.
> # wget http://distfiles.gentoo.org/distfiles/lftp-3.4.6.tar.gz
> --17:50:01-- http://distfiles.gentoo.org/distfiles/lftp-3.4.6.tar.gz
> => `lftp-3.4.6.tar.gz'
> Resolving distfiles.gentoo.org... 64.50.236.52, 216.165.129.135,
> 156.56.247.195, ...
> Connecting to distfiles.gentoo.org|64.50.236.52|:80... connected.
> HTTP request sent, awaiting response... 200 OK
> Length: 1,735,847 (1.7M) [application/x-gzip]
>
> 100%[========================================>] 1,735,847 214.02K/s ETA
> 00:00
>
> 17:50:10 (195.75 KB/s) - `lftp-3.4.6.tar.gz' saved [1735847/1735847]
>
> [1] http://www.gentoo.org/main/en/mirrors.xml
I discovered that I had an extra distfiles in the gentoo.org mirror
and this is why the lftp did not resolve.
But curiously it was not on the other mirror.
>
> --
> Bo Andresen
--
Your life is like a penny. You're going to lose it. The question is:
How do
you spend it?
John Covici
covici@ccs.covici.com
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2007-01-16 17:37 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-16 14:42 [gentoo-user] problems emerging lftp John covici
2007-01-16 14:55 ` Kent Fredric
2007-01-16 15:24 ` John covici
2007-01-16 15:31 ` Bo Ørsted Andresen
2007-01-16 16:32 ` John covici
2007-01-16 16:53 ` Bo Ørsted Andresen
2007-01-16 17:31 ` John covici
2007-01-16 14:59 ` zati
2007-01-16 15:33 ` John covici
2007-01-16 15:02 ` Randy Barlow
2007-01-16 15:22 ` John covici
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox