You are not logged in.

#1 2007-12-05 01:47:20

jacko
Member
Registered: 2007-11-23
Posts: 840

aria2???? wtf does this mean...

[#1 SIZE:0B/303.3KiB(0%) CN:1 SPD:0.00KiB/s]                                 
2007-12-04 20:44:20 ERROR - CUID#4 - Download aborted. URI=ftp://ftp-linux.cc.gatech.edu/pub/linux/distributions/archlinux/extra/os/x86_64/extra.db.tar.gz
2007-12-04 20:44:20 ERROR - exception: Failed to accept a peer connection, cause: Resource temporarily unavailable
[#1 SIZE:0B/303.3KiB(0%) CN:0 SPD:0.00KiB/s]                                 
Download Results:
idx|stat|path/URI
===+====+======================================================================
  1|ERR |ftp://ftp-linux.cc.gatech.edu/pub/linux/distributions/archlinux/extra/os/x86_64/extra.db.tar.gz

Some downloads were not complete because of errors. Check the log.
aria2 will resume download if the transfer is restarted.
error: failed to synchronize extra

??? why is this happening sometimes but not every time? I will just un-install aria2 if this crap keeps up, it worked before ok so now I am wondering what I did different between this install and last install.

Offline

#2 2007-12-05 01:50:04

jacko
Member
Registered: 2007-11-23
Posts: 840

Re: aria2???? wtf does this mean...

... also what log? I like that it tells me to check a log, but it would be more apparent if they denoted what log.

Offline

#3 2007-12-05 02:04:30

hybrid
Member
Registered: 2007-02-05
Posts: 261

Re: aria2???? wtf does this mean...

What's your commandline? Cuz the server seems to be running ok, I could download the extra-database from that server with aria2c without any problems.
If you want aria2c to log, I suggest you use the switch -l, --log=.

Offline

#4 2007-12-05 10:17:02

jacko
Member
Registered: 2007-11-23
Posts: 840

Re: aria2???? wtf does this mean...

the command is

pac -Syu

[jasin@kermit ~]$ pac -Syu
:: Synchronizing package databases...

[#1 SIZE:22.8KiB/22.8KiB(100%) CN:0 SPD:0.00KiB/s]                           
2007-12-05 05:38:38 NOTICE - Download complete: ./core.db.tar.gz.pacget

Download Results:
idx|stat|path/URI
===+====+======================================================================
  1|OK  |./core.db.tar.gz.pacget
error: failed to synchronize extra: 
error: failed to synchronize community: 
 local database is up to date
Checking for package upgrades...
no upgrades found

[jasin@kermit ~]$ pac -Syu
:: Synchronizing package databases...

[#1 SIZE:0B/0B CN:1 SPD:0.00KiB/s]                                           
2007-12-05 05:38:47 ERROR - CUID#4 - Download aborted. URI=ftp://ftp-linux.cc.gatech.edu/pub/linux/distributions/archlinux/core/os/x86_64/core.db.tar.gz
2007-12-05 05:38:47 ERROR - exception: Failed to accept a peer connection, cause: Resource temporarily unavailable
[#1 SIZE:0B/22.8KiB(0%) CN:0 SPD:0.00KiB/s]                                  
Download Results:
idx|stat|path/URI
===+====+======================================================================
  1|ERR |ftp://ftp-linux.cc.gatech.edu/pub/linux/distributions/archlinux/core/os/x86_64/core.db.tar.gz

Some downloads were not complete because of errors. Check the log.
aria2 will resume download if the transfer is restarted.
error: failed to synchronize core: 
error: failed to synchronize extra: 
error: failed to synchronize community: 
error: failed to synchronize any databases

Checking for package upgrades...
no upgrades found

pac is a alias for yaourt

I issued these two identical commands back to back in a terminal window, within seconds of each other once it worked the second time it didn't. This is straight copy and paste, I didn't change later the output of the terminal at all.

This is completely annoying now, next step is to uninstall aria2 because it doesn't work. I have no idea how to run it with -l switch, since pacman uses aria2, not me.

it works sometimes and other times it don't. No idea what is up.

Last edited by jacko (2007-12-05 10:41:51)

Offline

#5 2007-12-05 11:05:55

somairotevoli
Member
Registered: 2006-05-23
Posts: 335

Re: aria2???? wtf does this mean...

I had problems awhile back too with pacman and aria2. I now use axel in AUR.
here's the XferCommand I use in my pacman.conf

XferCommand = /usr/bin/axel -n 3  -o %o %u

Offline

#6 2007-12-05 11:42:45

jacko
Member
Registered: 2007-11-23
Posts: 840

Re: aria2???? wtf does this mean...

can someone post up there include files from pacman.conf???

I got things so screwed up now I don't know what was right and what is wrong.

How do I get back to a beginning state?

Offline

#7 2007-12-05 11:47:55

jacko
Member
Registered: 2007-11-23
Posts: 840

Re: aria2???? wtf does this mean...

nvm, I got it working back in its original state.

I will try the axel program next once I do some research, right now my mirror is super speedy. smile

Offline

#8 2007-12-05 12:57:36

byte
Member
From: Düsseldorf (DE)
Registered: 2006-05-01
Posts: 2,046

Re: aria2???? wtf does this mean...

If you issued that command nearly simultanously it's no wonder it didn't work: Most FTP servers limit the number of multiple connections from one IP, and most also have a global connection limit.

Last edited by byte (2007-12-05 12:58:46)


1000

Offline

#9 2007-12-05 14:58:45

hybrid
Member
Registered: 2007-02-05
Posts: 261

Re: aria2???? wtf does this mean...

Well but then aria should only get let's say 1 or two connections but not completely refuse any connection, or am I not getting what you mean, byte?
Btw, aria let's me use 5 connections to that server that server that jacko is trying to use.

The x-fer command that you're using would be interesting to see, I suspect the error to be in there. So could you post the XferCommand to see how aria is invoked (instead of how you invoke pacman :>)?

Offline

#10 2007-12-06 00:35:36

jacko
Member
Registered: 2007-11-23
Posts: 840

Re: aria2???? wtf does this mean...

byte wrote:

If you issued that command nearly simultanously it's no wonder it didn't work: Most FTP servers limit the number of multiple connections from one IP, and most also have a global connection limit.

absolutely wrong, u can disable aria2 and issue the commands back to back to back to infinity and they will always go through. aria2 is bugged for me in this install for some reason. I have no idea why either.

BTW, normally its the first connection that gets refused, subsequent tries yield expected results, this seems to dispel your theory. But, in the same breath it really doesn't seem to matter, any attempt to connect could fail or it may not fail. Pretty random intervals really.

since I uninstalled aria2 things have been working great.

Last edited by jacko (2007-12-06 00:42:41)

Offline

#11 2007-12-06 00:37:42

jacko
Member
Registered: 2007-11-23
Posts: 840

Re: aria2???? wtf does this mean...

hybrid wrote:

The x-fer command that you're using would be interesting to see, I suspect the error to be in there. So could you post the XferCommand to see how aria is invoked (instead of how you invoke pacman :>)?

read the wiki, I copy and pasted it exactly as is on more then one occasion to pacman.conf. still nothing... if thats the wrong command to use then please tell me which one is better.

Offline

#12 2007-12-06 01:47:58

hybrid
Member
Registered: 2007-02-05
Posts: 261

Re: aria2???? wtf does this mean...

Excuse me? You're the one who is asking for help, so I shouldn't have to look anything up if you want me (or anyone) to help you. And please don't try to tell me what I should do.
That was ridiculous, I really don't have time for that. Sry.

Offline

#13 2007-12-06 17:35:04

The Vaxorcist
Member
Registered: 2005-12-08
Posts: 18

Re: aria2???? wtf does this mean...

Post your pacman.conf.
That should help clarify what's going wrong.

Offline

#14 2007-12-06 19:03:27

jacko
Member
Registered: 2007-11-23
Posts: 840

Re: aria2???? wtf does this mean...

hybrid wrote:

Excuse me? You're the one who is asking for help, so I shouldn't have to look anything up if you want me (or anyone) to help you. And please don't try to tell me what I should do.
That was ridiculous, I really don't have time for that. Sry.

no offense, its just I been treated awkwardly before by people because they thought I was in capable of a C&P. The wiki seems to work for others and it worked for me once before as well. Thats why its frustrating...

pacman.conf - when I want to use aria2 I un-comment the line for aria2, just so we are clear. smile Notice, it looks exactly like the wiki which I followed to the 'T' in case u was wondering how I got the commands I did. smile

edit: this file works as is now with no exceptions, at least pacman doesn't complain. Aria2 does when I un-comment the one line.

#
# /etc/pacman.conf
#
# See the pacman manpage for option directives

#
# GENERAL OPTIONS
#
[options]
LogFile     = /var/log/pacman.log
HoldPkg     = pacman glibc
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
#XferCommand = /usr/bin/axel -n 3  -o %o %u
#XferCommand = /usr/bin/aria2c -s 2 -m 2 -d / -o %o %u


#
# REPOSITORIES
#   - can be defined here or included from another file
#   - pacman will search repositories in the order defined here
#   - local/custom mirrors can be added here or in separate files
#   - repositories listed first will take precedence when packages
#     have identical names, regardless of version number
#
#[testing]
#Include = /etc/pacman.d/testing

[core]
#Server = ftp://mirrors.unixheads.org/archlinux/extra/os/x86_64
Include = /etc/pacman.d/core

[extra]
#Server = ftp://mirrors.unixheads.org/archlinux/extra/os/x86_64
Include = /etc/pacman.d/extra

[community]
#Server = ftp://mirrors.unixheads.org/archlinux/extra/os/x86_64
Include = /etc/pacman.d/community

#[unstable]
# Add your preferred servers here, they will be used first
#Include = /etc/pacman.d/unstable

# An example of a custom package repository.  See the pacman manpage for
# tips on creating your own repositories.
#[custom]
#Server = file:///home/custompkgs

Last edited by jacko (2007-12-06 19:05:27)

Offline

#15 2007-12-07 10:42:02

djclue917
Member
Registered: 2006-12-03
Posts: 121

Re: aria2???? wtf does this mean...

aria2c works perfectly fine here. Also, the XferCommand is also functional. Try switching to another mirror to narrow down the problem.

Offline

#16 2007-12-07 11:28:46

jacko
Member
Registered: 2007-11-23
Posts: 840

Re: aria2???? wtf does this mean...

djclue917 wrote:

aria2c works perfectly fine here. Also, the XferCommand is also functional. Try switching to another mirror to narrow down the problem.

I tried that, I tried the whole list with some working better then others.

Offline

#17 2007-12-07 21:38:47

The Vaxorcist
Member
Registered: 2005-12-08
Posts: 18

Re: aria2???? wtf does this mean...

This is rather mystifying.

Try running
rm /var/lib/pacman/*.aria2

What mirror are you using currently?

Last edited by The Vaxorcist (2007-12-07 21:46:51)

Offline

#18 2007-12-08 01:20:52

jacko
Member
Registered: 2007-11-23
Posts: 840

Re: aria2???? wtf does this mean...

followed the above advice, deleted the part file located in /var/lib.

Tried all the mirrors in the united states list again and still, intermittent problems. Aria2 will try to connect once and fail and then try itself again within seconds and it will d/l the file. Then u can try it again, the pac -Syu command, and this time it will fail twice in a row.

I have no idea what is wrong and I do not know of anything else I can do to remedy this problem. My internet works great and pacman works great minus aria2c script.

here is the latest c&p from the terminal

[jasin@kermit ~]$ pac -Syu
:: Synchronizing package databases...
[#1 SIZE:22.8KiB/22.8KiB(100%) CN:0 SPD:0.00KiB/s]                           
2007-12-07 20:07:29 NOTICE - Download complete: ///var/lib/pacman/core.db.tar.gz.part

Download Results:
idx|stat|path/URI
===+====+======================================================================
  1|OK  |///var/lib/pacman/core.db.tar.gz.part
[#1 SIZE:303.9KiB/303.9KiB(100%) CN:0 SPD:0.00KiB/s]                         
2007-12-07 20:07:34 NOTICE - Download complete: ///var/lib/pacman/extra.db.tar.gz.part

Download Results:
idx|stat|path/URI
===+====+======================================================================
  1|OK  |///var/lib/pacman/extra.db.tar.gz.part
[#1 SIZE:0B/0B CN:1 SPD:0.00KiB/s]                                           
2007-12-07 20:07:35 ERROR - CUID#4 - Download aborted. URI=ftp://ftp-linux.cc.gatech.edu/pub/linux/distributions/archlinux/community/os/x86_64/community.db.tar.gz
2007-12-07 20:07:35 ERROR - exception: Failed to accept a peer connection, cause: Resource temporarily unavailable
[#1 SIZE:324.8KiB/324.8KiB(100%) CN:0 SPD:0.00KiB/s]                         
2007-12-07 20:07:40 NOTICE - Download complete: ///var/lib/pacman/community.db.tar.gz.part

Download Results:
idx|stat|path/URI
===+====+======================================================================
  1|OK  |///var/lib/pacman/community.db.tar.gz.part
 local database is up to date
Checking for package upgrades...
no upgrades found

[jasin@kermit ~]$ pac -Syu
:: Synchronizing package databases...
[#1 SIZE:22.8KiB/22.8KiB(100%) CN:0 SPD:0.00KiB/s]                           
2007-12-07 20:09:27 NOTICE - Download complete: ///var/lib/pacman/core.db.tar.gz.part

Download Results:
idx|stat|path/URI
===+====+======================================================================
  1|OK  |///var/lib/pacman/core.db.tar.gz.part
[#1 SIZE:303.9KiB/303.9KiB(100%) CN:0 SPD:0.00KiB/s]                         
2007-12-07 20:09:32 NOTICE - Download complete: ///var/lib/pacman/extra.db.tar.gz.part

Download Results:
idx|stat|path/URI
===+====+======================================================================
  1|OK  |///var/lib/pacman/extra.db.tar.gz.part
[#1 SIZE:0B/0B CN:1 SPD:0.00KiB/s]                                           
2007-12-07 20:09:33 ERROR - CUID#4 - Download aborted. URI=ftp://ftp-linux.cc.gatech.edu/pub/linux/distributions/archlinux/community/os/x86_64/community.db.tar.gz
2007-12-07 20:09:33 ERROR - exception: Failed to accept a peer connection, cause: Resource temporarily unavailable
[#1 SIZE:0B/324.8KiB(0%) CN:1 SPD:0.00KiB/s]                                 
2007-12-07 20:09:36 ERROR - CUID#5 - Download aborted. URI=ftp://ftp-linux.cc.gatech.edu/pub/linux/distributions/archlinux/community/os/x86_64/community.db.tar.gz
2007-12-07 20:09:36 ERROR - exception: Failed to accept a peer connection, cause: Resource temporarily unavailable
[#1 SIZE:0B/324.8KiB(0%) CN:0 SPD:0.00KiB/s]                                 
Download Results:
idx|stat|path/URI
===+====+======================================================================
  1|ERR |ftp://ftp-linux.cc.gatech.edu/pub/linux/distributions/archlinux/community/os/x86_64/community.db.tar.gz (1more)

Some downloads were not complete because of errors. Check the log.
aria2 will resume download if the transfer is restarted.
 local database is up to date
Checking for package upgrades...
no upgrades found

Last edited by jacko (2007-12-08 01:21:16)

Offline

#19 2007-12-08 01:26:04

jacko
Member
Registered: 2007-11-23
Posts: 840

Re: aria2???? wtf does this mean...

[#1 SIZE:0B/0B CN:1 SPD:0.00KiB/s]                                           
2007-12-07 20:07:35 ERROR - CUID#4 - Download aborted. URI=ftp://ftp-linux.cc.gatech.edu/pub/linux/distributions/archlinux/community/os/x86_64/community.db.tar.gz
2007-12-07 20:07:35 ERROR - exception: Failed to accept a peer connection, cause: Resource temporarily unavailable
[#1 SIZE:324.8KiB/324.8KiB(100%) CN:0 SPD:0.00KiB/s]                         
2007-12-07 20:07:40 NOTICE - Download complete: ///var/lib/pacman/community.db.tar.gz.part

the part above is the confusing part, aria2 tries twice, back to back to connect, the first time it fails the second time it passes and downloads no problems. This seems to contradict bytes post....

If you issued that command nearly simultanously it's no wonder it didn't work: Most FTP servers limit the number of multiple connections from one IP, and most also have a global connection limit.

...because aria2 tries to connect twice in a row, back to back, and this time it was the first attempt that failed, so once again I try to take u back to the original problem. Its not me!!!! its this script and it doesn't work like it did or has for others.


BTW, yes I know, I keep using gatech mirror, but in all honesty that is the fast server for me. I can d/l at 600kb/s from that server when its just pacman. Try to use aria2 and the damn things sucks, but not nearly as bad as the rest of the servers. Yes, they suck worse when using aria2.

Last edited by jacko (2007-12-08 01:28:13)

Offline

#20 2007-12-08 02:11:14

djclue917
Member
Registered: 2006-12-03
Posts: 121

Re: aria2???? wtf does this mean...

XferCommand = /usr/bin/aria2c -s 2 -m 2 -d / -o %o %u

-s 2 makes aria2c download the file using two connections (may cause problems with FTP servers that limit the number of connections)
-m 2 specifies the maximum number of times that aria2c should retry downloading the file. (this is why aria2c tries to connect twice)

If you want to use ftp servers using ftp://, then just remove -s 2. If those ftp servers can be accessed via http, then the better.
Try this: http://ftp-linux.cc.gatech.edu/pub/linu … archlinux/

Offline

#21 2007-12-08 09:54:32

jacko
Member
Registered: 2007-11-23
Posts: 840

Re: aria2???? wtf does this mean...

[jasin@kermit ~]$ pac -Syu
:: Synchronizing package databases...
[#1 SIZE:22.8KiB/22.8KiB(100%) CN:0 SPD:0.00KiB/s]                           
2007-12-08 04:45:18 NOTICE - Download complete: ///var/lib/pacman/core.db.tar.gz.part

Download Results:
idx|stat|path/URI
===+====+======================================================================
  1|OK  |///var/lib/pacman/core.db.tar.gz.part
[#1 SIZE:303.9KiB/303.9KiB(100%) CN:0 SPD:0.00KiB/s]                         
2007-12-08 04:45:22 NOTICE - Download complete: ///var/lib/pacman/extra.db.tar.gz.part

Download Results:
idx|stat|path/URI
===+====+======================================================================
  1|OK  |///var/lib/pacman/extra.db.tar.gz.part
[#1 SIZE:0B/0B CN:1 SPD:0.00KiB/s]                                           
2007-12-08 04:45:23 ERROR - CUID#4 - Download aborted. URI=ftp://ftp-linux.cc.gatech.edu/pub/linux/distributions/archlinux/community/os/x86_64/community.db.tar.gz
2007-12-08 04:45:23 ERROR - exception: Failed to open the file ///var/lib/pacman/community.db.tar.gz.part, cause: File not found
[#1 SIZE:0B/324.8KiB(0%) CN:0 SPD:0.00KiB/s]                                 
Download Results:
idx|stat|path/URI
===+====+======================================================================
  1|ERR |ftp://ftp-linux.cc.gatech.edu/pub/linux/distributions/archlinux/community/os/x86_64/community.db.tar.gz

Some downloads were not complete because of errors. Check the log.
aria2 will resume download if the transfer is restarted.
error: could not open /var/lib/pacman/community.db.tar.gz: Failed to open '/var/lib/pacman/community.db.tar.gz': No such file or directory
error: failed to update community (unexpected system error)
 local database is up to date
Checking for package upgrades...
no upgrades found

here is the results of aria2 after I removed the -s 2 flag. As you can see, now it just says it has a problem finding the file.

But... immediately following that I changed pacman.conf to un-comment the aria2 line and re-ran pac -Syu

[jasin@kermit ~]$ pac -Syu
:: Synchronizing package databases...
 core is up to date
 extra is up to date
 community is up to date
 local database is up to date
Checking for package upgrades...
no upgrades found

Then it works without error, like it always has before. Is it just me or does pacman seem to work fine only without the help of aria2?

I changed it to http as well, that was the first fix I tried and I still got the same result as above, file not found, so thats when I went back to ftp and removed the -s2 flag and still same result.

Offline

#22 2007-12-08 10:13:39

jacko
Member
Registered: 2007-11-23
Posts: 840

Re: aria2???? wtf does this mean...

$pac -Syu
:: Synchronizing package databases...
[#1 SIZE:0B/0B CN:1 SPD:0.00KiB/s]                                           
2007-12-08 05:09:54 ERROR - CUID#4 - Download aborted. URI=http://mirrors.easynews.com/linux/archlinux/core/os/x86_64/core.db.tar.gz
2007-12-08 05:09:54 ERROR - exception: Failed to open the file ///var/lib/pacman/core.db.tar.gz.part, cause: File not found
[#1 SIZE:0B/22.8KiB(0%) CN:0 SPD:0.00KiB/s]                                  
Download Results:
idx|stat|path/URI
===+====+======================================================================
  1|ERR |http://mirrors.easynews.com/linux/archlinux/core/os/x86_64/core.db.tar.gz

Some downloads were not complete because of errors. Check the log.
aria2 will resume download if the transfer is restarted.
error: could not open /var/lib/pacman/core.db.tar.gz: Failed to open '/var/lib/pacman/core.db.tar.gz': No such file or directory
error: failed to update core (unexpected system error)
[#1 SIZE:305.6KiB/305.6KiB(100%) CN:0 SPD:0.00KiB/s]                         
2007-12-08 05:09:59 NOTICE - Download complete: ///var/lib/pacman/extra.db.tar.gz.part

Download Results:
idx|stat|path/URI
===+====+======================================================================
  1|OK  |///var/lib/pacman/extra.db.tar.gz.part

2007-12-08 05:09:59 ERROR - CUID#4 - Download aborted. URI=http://mirrors.easynews.com/linux/archlinux/community/os/x86_64/community.db.tar.gz
2007-12-08 05:09:59 ERROR - exception: Failed to open the file ///var/lib/pacman/community.db.tar.gz.part, cause: File not found
[#1 SIZE:0B/324.8KiB(0%) CN:0 SPD:0.00KiB/s]                                 
Download Results:
idx|stat|path/URI
===+====+======================================================================
  1|ERR |http://mirrors.easynews.com/linux/archlinux/community/os/x86_64/community.db.tar.gz

Some downloads were not complete because of errors. Check the log.
aria2 will resume download if the transfer is restarted.
error: could not open /var/lib/pacman/community.db.tar.gz: Failed to open '/var/lib/pacman/community.db.tar.gz': No such file or directory
error: failed to update community (unexpected system error)
 local database is up to date
Checking for package upgrades...
no upgrades found

^^^ this is what I get when I have pacman.conf looking like this...

#
# /etc/pacman.conf
#
# See the pacman manpage for option directives

#
# /etc/pacman.conf
#
# See the pacman manpage for option directives

#
# GENERAL OPTIONS
#
[options]
LogFile     = /var/log/pacman.log
HoldPkg     = pacman glibc
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
#XferCommand = /usr/bin/axel -n 3  -o %o %u
XferCommand = /usr/bin/aria2c --log=/home/jasin/aria2log -m 2 -d / -o %o %u


#
# REPOSITORIES
#   - can be defined here or included from another file
#   - pacman will search repositories in the order defined here
#   - local/custom mirrors can be added here or in separate files
#   - repositories listed first will take precedence when packages
#     have identical names, regardless of version number
#
#[testing]
#Include = /etc/pacman.d/testing

[core]
#Server = ftp://mirrors.unixheads.org/archlinux/extra/os/x86_64
Include = /etc/pacman.d/core

[extra]
#Server = ftp://mirrors.unixheads.org/archlinux/extra/os/x86_64
Include = /etc/pacman.d/extra

[community]
#Server = ftp://mirrors.unixheads.org/archlinux/extra/os/x86_64
Include = /etc/pacman.d/community

#[unstable]
# Add your preferred servers here, they will be used first
#Include = /etc/pacman.d/unstable

# An example of a custom package repository.  See the pacman manpage for
# tips on creating your own repositories.
#[custom]
#Server = file:///home/custompkgs

Here is the error log that I created using the --log= switch

2007-12-08 05:07:46 INFO - aria2c 0.11.5
2007-12-08 05:07:46 INFO - Logging started.
2007-12-08 05:07:46 INFO - CUID#4 - Resolving hostname ftp-linux.cc.gatech.edu
2007-12-08 05:07:46 INFO - CUID#4 - Name resolution complete: ftp-linux.cc.gatech.edu -> 128.61.111.10
2007-12-08 05:07:46 INFO - CUID#4 - Connecting to ftp-linux.cc.gatech.edu:21
2007-12-08 05:07:46 INFO - CUID#4 - Response received:
220----------------------------------------------------------------------------

220-** July 10, 2007 **

220-

220-Added Blastwave mirror

220-

220----------------------------------------------------------------------------

220-** October 11, 2006 **

220-

220-Added another Sun StorEdge 3511 SATA disk array that was donated by Sun. This one is a JBOD that uses the RAID controller in the existing 3511. This brings total GTLib storage capacity to about 8.6TB, of which 3.9TB is currently in use.

220-

220----------------------------------------------------------------------------

220-** January 16, 2006 **

220-

220-New hardware!

220-

220-Through continued support from Sun Microsystems and their most excellent Academic Excellence Grant Program, GTlib has expanded again.  Disk space is now provided by a 4TB StorEdge 3511 SATA disk array.  Three front end servers provide http, ftp and rsync services, while a fourth acts as a file server.  All four machines are SunFire v20z's with AMD Opteron processors running Linux.  

220-

220-Through contributions from GT-RNOC, we have also expanded network capacity.  All servers now have gigabit links to the campus backbone as well as a private gigabit network for NFS.

220-

220-Please do not use the old names ftp-linux.cc.gatech.edu, www.gtlib.cc.gatech.edu, ftp.gtlib.cc.gatech.edu or rsync.gtlib.cc.gatech.edu as they are now depricated and may cease to exist.

220-

220-The new names for GTlib services are www.gtlib.gatech.edu, ftp.gtlib.gatech.edu and rsync.gtlib.gatech.edu.

220-

220----------------------------------------------------------------------------

220-GEORGIA TECH SOFTWARE LIBRARY

220-

220-Unauthorized use is prohibited.  Your access is being logged.

220-

220-Some ftp clients may have problems with these messages.  Prompting

220-and verbose messages can be shut off by entering a "-" at the

220-beginning of your password.

220-

220-ftp.gtlib.gatech.edu is provided by:

220-

220-    SUN MICROSYSTEMS

220-    http://www.sun.com

220-

220-    The Georgia Tech. Research Network Operations Center (GT-RNOC)

220-    http://www.rnoc.gatech.edu/

220-

220-If you run a publicly accessable mirror, and are interested in

220-mirroring from us, please contact lxmirror@gtlib.gatech.edu.

220-

220-----------------------------------------------------------------------------

220 


2007-12-08 05:07:46 INFO - CUID#4 - Requesting:
USER anonymous


2007-12-08 05:07:46 INFO - CUID#4 - Response received:
331 Please specify the password.


2007-12-08 05:07:46 INFO - CUID#4 - Requesting:
PASS ********
2007-12-08 05:07:46 INFO - CUID#4 - Response received:
230 Login successful.


2007-12-08 05:07:46 INFO - CUID#4 - Requesting:
TYPE I


2007-12-08 05:07:46 INFO - CUID#4 - Response received:
200 Switching to Binary mode.


2007-12-08 05:07:46 INFO - CUID#4 - Requesting:
CWD /pub/linux/distributions/archlinux/core/os/x86_64


2007-12-08 05:07:46 INFO - CUID#4 - Response received:
250 Directory successfully changed.


2007-12-08 05:07:46 INFO - CUID#4 - Requesting:
SIZE core.db.tar.gz


2007-12-08 05:07:47 INFO - CUID#4 - Response received:
213 23416


2007-12-08 05:07:47 INFO - The segment file ///var/lib/pacman/core.db.tar.gz.part.aria2 exists.
2007-12-08 05:07:47 INFO - The segment file ///var/lib/pacman/core.db.tar.gz.part.aria2 exists.
2007-12-08 05:07:47 INFO - Loading the segment file ///var/lib/pacman/core.db.tar.gz.part.aria2.
2007-12-08 05:07:47 INFO - The segment file was loaded successfully.
2007-12-08 05:07:47 ERROR - CUID#4 - Download aborted. URI=ftp://ftp-linux.cc.gatech.edu/pub/linux/distributions/archlinux/core/os/x86_64/core.db.tar.gz
2007-12-08 05:07:47 ERROR - exception: Failed to open the file ///var/lib/pacman/core.db.tar.gz.part, cause: File not found
2007-12-08 05:07:47 DEBUG - CUID#4 - Unregistering cuid from segmentManager.
2007-12-08 05:07:48 INFO - Saving the segment file ///var/lib/pacman/core.db.tar.gz.part.aria2
2007-12-08 05:07:48 INFO - The segment file was saved successfully.
2007-12-08 05:07:48 DEBUG - 1 RequestGroup(s) deleted.
2007-12-08 05:07:48 INFO - aria2c 0.11.5
2007-12-08 05:07:48 INFO - Logging started.
2007-12-08 05:07:48 INFO - CUID#4 - Resolving hostname mirrors.easynews.com
2007-12-08 05:07:48 INFO - CUID#4 - Name resolution complete: mirrors.easynews.com -> 69.16.168.244
2007-12-08 05:07:48 INFO - CUID#4 - Connecting to mirrors.easynews.com:80
2007-12-08 05:07:48 INFO - CUID#4 - Requesting:
GET /linux/archlinux/extra/os/x86_64/extra.db.tar.gz HTTP/1.1

User-Agent: aria2

Accept: */*

Host: mirrors.easynews.com

Pragma: no-cache

Cache-Control: no-cache

Connection: close




2007-12-08 05:07:48 INFO - CUID#4 - Response received:
HTTP/1.1 200 OK

Date: Sat, 08 Dec 2007 10:07:48 GMT

Server: Apache

Last-Modified: Fri, 07 Dec 2007 20:29:56 GMT

ETag: "29e9ed-4c6c8-1c12d900"

Accept-Ranges: bytes

Content-Length: 313032

Connection: close

Content-Type: application/x-gzip
2007-12-08 05:07:48 INFO - The segment file ///var/lib/pacman/extra.db.tar.gz.part.aria2 does not exist.
2007-12-08 05:07:48 INFO - The segment file ///var/lib/pacman/extra.db.tar.gz.part.aria2 does not exist.
2007-12-08 05:07:48 DEBUG - Attach segment#0 to CUID#4.
2007-12-08 05:07:48 DEBUG - index=0, length=313032, segmentLength=1048576, writtenLength=0
2007-12-08 05:07:51 INFO - CUID#4 - The download for one segment completed successfully.
2007-12-08 05:07:52 NOTICE - Download complete: ///var/lib/pacman/extra.db.tar.gz.part
2007-12-08 05:07:52 INFO - The segment file ///var/lib/pacman/extra.db.tar.gz.part.aria2 does not exist.
2007-12-08 05:07:52 DEBUG - 1 RequestGroup(s) deleted.
2007-12-08 05:07:52 INFO - aria2c 0.11.5
2007-12-08 05:07:52 INFO - Logging started.
2007-12-08 05:07:52 INFO - CUID#4 - Resolving hostname mirrors.easynews.com
2007-12-08 05:07:52 INFO - CUID#4 - Name resolution complete: mirrors.easynews.com -> 69.16.168.244
2007-12-08 05:07:52 INFO - CUID#4 - Connecting to mirrors.easynews.com:80
2007-12-08 05:07:52 INFO - CUID#4 - Requesting:
GET /linux/archlinux/community/os/x86_64/community.db.tar.gz HTTP/1.1

User-Agent: aria2

Accept: */*

Host: mirrors.easynews.com

Pragma: no-cache

Cache-Control: no-cache

Connection: close




2007-12-08 05:07:52 INFO - CUID#4 - Response received:
HTTP/1.1 200 OK

Date: Sat, 08 Dec 2007 10:07:52 GMT

Server: Apache

Last-Modified: Fri, 07 Dec 2007 17:01:00 GMT

ETag: "29be0b-512bc-30deab00"

Accept-Ranges: bytes

Content-Length: 332476

Connection: close

Content-Type: application/x-gzip
2007-12-08 05:07:52 INFO - The segment file ///var/lib/pacman/community.db.tar.gz.part.aria2 exists.
2007-12-08 05:07:52 INFO - The segment file ///var/lib/pacman/community.db.tar.gz.part.aria2 exists.
2007-12-08 05:07:52 INFO - Loading the segment file ///var/lib/pacman/community.db.tar.gz.part.aria2.
2007-12-08 05:07:52 INFO - The segment file was loaded successfully.
2007-12-08 05:07:52 ERROR - CUID#4 - Download aborted. URI=http://mirrors.easynews.com/linux/archlinux/community/os/x86_64/community.db.tar.gz
2007-12-08 05:07:52 ERROR - exception: Failed to open the file ///var/lib/pacman/community.db.tar.gz.part, cause: File not found
2007-12-08 05:07:52 DEBUG - CUID#4 - Unregistering cuid from segmentManager.
2007-12-08 05:07:53 INFO - Saving the segment file ///var/lib/pacman/community.db.tar.gz.part.aria2
2007-12-08 05:07:53 INFO - The segment file was saved successfully.
2007-12-08 05:07:53 DEBUG - 1 RequestGroup(s) deleted.
2007-12-08 05:09:53 INFO - aria2c 0.11.5
2007-12-08 05:09:53 INFO - Logging started.
2007-12-08 05:09:53 INFO - CUID#4 - Resolving hostname mirrors.easynews.com
2007-12-08 05:09:53 INFO - CUID#4 - Name resolution complete: mirrors.easynews.com -> 69.16.168.244
2007-12-08 05:09:53 INFO - CUID#4 - Connecting to mirrors.easynews.com:80
2007-12-08 05:09:53 INFO - CUID#4 - Requesting:
GET /linux/archlinux/core/os/x86_64/core.db.tar.gz HTTP/1.1

User-Agent: aria2

Accept: */*

Host: mirrors.easynews.com

Pragma: no-cache

Cache-Control: no-cache

Connection: close




2007-12-08 05:09:54 INFO - CUID#4 - Response received:
HTTP/1.1 200 OK

Date: Sat, 08 Dec 2007 10:09:54 GMT

Server: Apache

Last-Modified: Fri, 07 Dec 2007 09:24:24 GMT

ETag: "802a4d40-5b89-cff0e200"

Accept-Ranges: bytes

Content-Length: 23433

Connection: close

Content-Type: application/x-gzip
2007-12-08 05:09:54 INFO - The segment file ///var/lib/pacman/core.db.tar.gz.part.aria2 exists.
2007-12-08 05:09:54 INFO - The segment file ///var/lib/pacman/core.db.tar.gz.part.aria2 exists.
2007-12-08 05:09:54 INFO - Loading the segment file ///var/lib/pacman/core.db.tar.gz.part.aria2.
2007-12-08 05:09:54 INFO - The segment file was loaded successfully.
2007-12-08 05:09:54 ERROR - CUID#4 - Download aborted. URI=http://mirrors.easynews.com/linux/archlinux/core/os/x86_64/core.db.tar.gz
2007-12-08 05:09:54 ERROR - exception: Failed to open the file ///var/lib/pacman/core.db.tar.gz.part, cause: File not found
2007-12-08 05:09:54 DEBUG - CUID#4 - Unregistering cuid from segmentManager.
2007-12-08 05:09:55 INFO - Saving the segment file ///var/lib/pacman/core.db.tar.gz.part.aria2
2007-12-08 05:09:55 INFO - The segment file was saved successfully.
2007-12-08 05:09:55 DEBUG - 1 RequestGroup(s) deleted.
2007-12-08 05:09:55 INFO - aria2c 0.11.5
2007-12-08 05:09:55 INFO - Logging started.
2007-12-08 05:09:55 INFO - CUID#4 - Resolving hostname mirrors.easynews.com
2007-12-08 05:09:55 INFO - CUID#4 - Name resolution complete: mirrors.easynews.com -> 69.16.168.244
2007-12-08 05:09:55 INFO - CUID#4 - Connecting to mirrors.easynews.com:80
2007-12-08 05:09:55 INFO - CUID#4 - Requesting:
GET /linux/archlinux/extra/os/x86_64/extra.db.tar.gz HTTP/1.1

User-Agent: aria2

Accept: */*

Host: mirrors.easynews.com

Pragma: no-cache

Cache-Control: no-cache

Connection: close




2007-12-08 05:09:55 INFO - CUID#4 - Response received:
HTTP/1.1 200 OK

Date: Sat, 08 Dec 2007 10:09:55 GMT

Server: Apache

Last-Modified: Fri, 07 Dec 2007 20:29:56 GMT

ETag: "29e9ed-4c6c8-1c12d900"

Accept-Ranges: bytes

Content-Length: 313032

Connection: close

Content-Type: application/x-gzip
2007-12-08 05:09:55 INFO - The segment file ///var/lib/pacman/extra.db.tar.gz.part.aria2 does not exist.
2007-12-08 05:09:55 INFO - The segment file ///var/lib/pacman/extra.db.tar.gz.part.aria2 does not exist.
2007-12-08 05:09:55 DEBUG - Attach segment#0 to CUID#4.
2007-12-08 05:09:55 DEBUG - index=0, length=313032, segmentLength=1048576, writtenLength=0
2007-12-08 05:09:58 INFO - CUID#4 - The download for one segment completed successfully.
2007-12-08 05:09:59 NOTICE - Download complete: ///var/lib/pacman/extra.db.tar.gz.part
2007-12-08 05:09:59 INFO - The segment file ///var/lib/pacman/extra.db.tar.gz.part.aria2 does not exist.
2007-12-08 05:09:59 DEBUG - 1 RequestGroup(s) deleted.
2007-12-08 05:09:59 INFO - aria2c 0.11.5
2007-12-08 05:09:59 INFO - Logging started.
2007-12-08 05:09:59 INFO - CUID#4 - Resolving hostname mirrors.easynews.com
2007-12-08 05:09:59 INFO - CUID#4 - Name resolution complete: mirrors.easynews.com -> 69.16.168.244
2007-12-08 05:09:59 INFO - CUID#4 - Connecting to mirrors.easynews.com:80
2007-12-08 05:09:59 INFO - CUID#4 - Requesting:
GET /linux/archlinux/community/os/x86_64/community.db.tar.gz HTTP/1.1

User-Agent: aria2

Accept: */*

Host: mirrors.easynews.com

Pragma: no-cache

Cache-Control: no-cache

Connection: close




2007-12-08 05:09:59 INFO - CUID#4 - Response received:
HTTP/1.1 200 OK

Date: Sat, 08 Dec 2007 10:09:59 GMT

Server: Apache

Last-Modified: Fri, 07 Dec 2007 17:01:00 GMT

ETag: "29be0b-512bc-30deab00"

Accept-Ranges: bytes

Content-Length: 332476

Connection: close

Content-Type: application/x-gzip
2007-12-08 05:09:59 INFO - The segment file ///var/lib/pacman/community.db.tar.gz.part.aria2 exists.
2007-12-08 05:09:59 INFO - The segment file ///var/lib/pacman/community.db.tar.gz.part.aria2 exists.
2007-12-08 05:09:59 INFO - Loading the segment file ///var/lib/pacman/community.db.tar.gz.part.aria2.
2007-12-08 05:09:59 INFO - The segment file was loaded successfully.
2007-12-08 05:09:59 ERROR - CUID#4 - Download aborted. URI=http://mirrors.easynews.com/linux/archlinux/community/os/x86_64/community.db.tar.gz
2007-12-08 05:09:59 ERROR - exception: Failed to open the file ///var/lib/pacman/community.db.tar.gz.part, cause: File not found
2007-12-08 05:09:59 DEBUG - CUID#4 - Unregistering cuid from segmentManager.
2007-12-08 05:10:00 INFO - Saving the segment file ///var/lib/pacman/community.db.tar.gz.part.aria2
2007-12-08 05:10:00 INFO - The segment file was saved successfully.
2007-12-08 05:10:00 DEBUG - 1 RequestGroup(s) deleted.

Offline

#23 2007-12-08 10:19:42

jacko
Member
Registered: 2007-11-23
Posts: 840

Re: aria2???? wtf does this mean...

rm /var/lib/pacman/*.aria2

I did this ^^^, after I read the log above. Then I tried to

 pac -Syu

again and this time it seemed to work flawlessly. Will keep an eye on it and report back if things go sour.

thanks for the help djclue

Offline

#24 2007-12-10 04:48:55

The Vaxorcist
Member
Registered: 2005-12-08
Posts: 18

Re: aria2???? wtf does this mean...

Yeah,  It seems that when the download fails, pacman doesn't know and tries to read the file anyway, it can't, so it deletes the file. When aria fails, it leaves a bunch of *.aria2 files laying around that tell it to restart the download next time. Then, when you run pac again, it tries to restart the download. Unfortunately, the file is no longer there to restart from, so it fails again.

In other words, whenever it fails, just delete the *.aria2 files.

Offline

#25 2007-12-12 17:56:54

twanj
Member
From: Pompano Beach, FL
Registered: 2006-08-02
Posts: 47
Website

Re: aria2???? wtf does this mean...

I'm glad you figured out your problem. I posted it to the aria2 forum:

"so many apps are using aria2 to handle downloads that aren't initiated by the user, I'm wondering if a certain mode would be good for this? in these cases aria2 is just expected to work and the user isn't going to know how to fix things because they might not even know they're using aria2."


Simpler/Faster downloads with error recovery - http://www.metalinker.org/

Offline

Board footer

Powered by FluxBB