Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Search
  • Search

Search found 43 matches

Go to advanced search

Advanced search
Search found 43 matches
  • 1
  • 2
  • Next
by blackpenguin
Sun May 15, 2005 6:16 pm
Forum: Gentoo on AMD64
Topic: getdelta.sh/deltup works with amd64 now
Replies: 3
Views: 2122

Resolving linux01.gwdg.de... 134.76.13.21
Connecting to linux01.gwdg.de[134.76.13.21]:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: http://134.76.13.21/~nlissne/INVALID_REQUEST [following]
--18:04:46-- http://134.76.13.21/%7Enlissne/INVALID_REQUEST
=> `INVALID ...
  • Jump to post
by blackpenguin
Wed May 11, 2005 10:56 pm
Forum: Gentoo on AMD64
Topic: getdelta.sh/deltup works with amd64 now
Replies: 3
Views: 2122

getdelta.sh/deltup works with amd64 now

since we have switched from using xdelta to using bdelta the dynamic deltup server network is now available for amd64 users, too.
See http://www.ddeltup.org for more information.
Have fun, and enjoy the service
  • Jump to post
by blackpenguin
Wed May 11, 2005 10:37 pm
Forum: Portage & Programming
Topic: How to reduce your download traffic by 75% or more
Replies: 271
Views: 281761

dynamic deltup servers work with amd64 now, too

Announcement: getdelta.sh and the dynamic deltup server network can be used with amd64 now, too

This is possible, because we have switched from xdelta to bdelta - and bdelta does not only create smaller patches, it also is perfectly amd64 compatible.

Welcome to all amd64-users who like to use ...
  • Jump to post
by blackpenguin
Tue May 03, 2005 4:27 pm
Forum: Portage & Programming
Topic: How to reduce your download traffic by 75% or more
Replies: 271
Views: 281761

Could you please tell me how to configure getdelta.sh ro work with other download program

....and in my /etc/deltup/getdelta.rc


# wget
FETCH="/usr/bin/wget -t 1 --passive-ftp"

# snarf - SAS
# FETCH="/usr/bin/snarf -b "


I tried with the commented snarf setting, but it didn't work.

Besides ...
  • Jump to post
by blackpenguin
Fri Apr 29, 2005 9:30 pm
Forum: Portage & Programming
Topic: How to reduce your download traffic by 75% or more
Replies: 271
Views: 281761



I'm confused.

Without getdelta, when I run emerge package_name it first tries downloading from my GENTOO_MIRRORS and only then uses the URL that the ebuild has.

But with getdelta, it does those in reverse.

Actually this is really confusing - and IMHO impossible. getdelta.sh is just used as ...
  • Jump to post
by blackpenguin
Fri Apr 29, 2005 5:46 pm
Forum: Portage & Programming
Topic: How to reduce your download traffic by 75% or more
Replies: 271
Views: 281761

Don't know what happened, but while I was typing the former message, all of the sudden my 30 MB firefox donwload went down to a 900 KB dtu file :lol: :lol: :lol:

Trying to download kdelibs-3.3.2.tar.bz2-kdelibs-3.4.0.tar.bz2.dtu

error: HTTP error from server: HTTP/1.1 404 Not Found
The dtu ...
  • Jump to post
by blackpenguin
Fri Apr 29, 2005 5:37 pm
Forum: Portage & Programming
Topic: How to reduce your download traffic by 75% or more
Replies: 271
Views: 281761

Having deltup depend on the newer bzip2 version, which is masked, makes "emerge -u world" exit with a message about "all packages that could satisfy bzip2 has been masked". I hadn't noticed any problem with bzip, so this was a bit confusing to me, trying to figure out why bzip2 was masked all of a ...
  • Jump to post
by blackpenguin
Fri Apr 29, 2005 5:35 pm
Forum: Portage & Programming
Topic: How to reduce your download traffic by 75% or more
Replies: 271
Views: 281761

Re: bzip2 issues are solved - please update to getdelta-0.4.

The problems with bzip2 and wrong filesizes/md5sum is solved

Just update to deltup-0.4.2-r1 -- this ebuild depends on bzip2-1.0.3 and will additonally install a statically linked bzip2-1.0.2 as /usr/bin/bzip_old


It seems that the best solution would be to make bzip2 slotted, so that you can ...
  • Jump to post
by blackpenguin
Fri Apr 29, 2005 8:54 am
Forum: Portage & Programming
Topic: How to reduce your download traffic by 75% or more
Replies: 271
Views: 281761





The Server creates the dtu-file NOW

TIMEOUT exceeded.

The dtu could not be fetched, downloading full file from original URL

--05:57:41-- http://distfiles.gentoo.org/distfiles/firefox-1.0.3-source.tar.bz2
=> `firefox-1.0.3-source.tar.bz2'
Resolving distfiles.gentoo.org... 216.165.129.135 ...
  • Jump to post
by blackpenguin
Fri Apr 29, 2005 8:46 am
Forum: Portage & Programming
Topic: How to reduce your download traffic by 75% or more
Replies: 271
Views: 281761

I think there's a major flaw in the server design...

I am trying to download the updated gettext. It couldn't find any dtu files from any of the servers they've got housing those. So then it'll try to download the full file instead from a different server.

Before when it did this it would ...
  • Jump to post
by blackpenguin
Fri Apr 29, 2005 8:39 am
Forum: Portage & Programming
Topic: How to reduce your download traffic by 75% or more
Replies: 271
Views: 281761

Having deltup depend on the newer bzip2 version, which is masked, makes "emerge -u world" exit with a message about "all packages that could satisfy bzip2 has been masked". I hadn't noticed any problem with bzip, so this was a bit confusing to me, trying to figure out why bzip2 was masked all of a ...
  • Jump to post
by blackpenguin
Thu Apr 28, 2005 3:20 pm
Forum: Portage & Programming
Topic: How to reduce your download traffic by 75% or more
Replies: 271
Views: 281761

Will this work with amd64?

yes and no. Actually it is not trivial to use it on amd64 - the applications build well, but the dtu-files built on a 32bit-machine cannot be used on a 64bit machine and vice versa.

But fortunately A user reported to Build it successfully with -m32 and a little change ...
  • Jump to post
by blackpenguin
Thu Apr 28, 2005 10:08 am
Forum: Portage & Programming
Topic: How to reduce your download traffic by 75% or more
Replies: 271
Views: 281761

bzip2 issues are solved - please update to getdelta-0.4.2-r1

The problems with bzip2 and wrong filesizes/md5sum is solved

Just update to deltup-0.4.2-r1 -- this ebuild depends on bzip2-1.0.3 and will additonally install a statically linked bzip2-1.0.2 as /usr/bin/bzip_old
The dtu-files of the deltup-servers (yes, server s , we've build a network of 4 ...
  • Jump to post
by blackpenguin
Thu Nov 25, 2004 6:26 pm
Forum: Deutsches Forum (German)
Topic: kleines problem mit deltup
Replies: 1
Views: 1866

oooops... so schnell kann mensch was übersehen ;-) sorry, deine anfrage ist ja fast triaden her. die ausgabe erfolgt, wenn, dann in beide fenster, wobei die ausgaben im zweiten fenster sich auf die beschränken, die direkt von getdelta ausgehen. dass das nicht funktioniert ist allerdings eigenartig ...
  • Jump to post
by blackpenguin
Sat Oct 02, 2004 5:06 pm
Forum: Deutsche Dokumentation
Topic: 75% weniger Download beim Update von Paketen
Replies: 96
Views: 149239

@SirPreme
Nein, das Script hat definitiv *NIX* mit dem sync zu tun und kommt dabei auch nicht zum Zuge. Der einzige Zusammenhang, in dem es aufgerufen wird, ist wirklich der download einer neuen distfiles-Datei beim emerge.

bp
  • Jump to post
by blackpenguin
Sat Oct 02, 2004 4:38 pm
Forum: Deutsche Dokumentation
Topic: 75% weniger Download beim Update von Paketen
Replies: 96
Views: 149239

Re: getdelta überschreibt /etc/deltup/do_not_remove

@Vollkorn
Danke für den Hinweis - jetzt wo du's sagst.... scheint tatsächlich so zu sein - hier auch - es liegt also nicht an dir (was für ein peinlicher fehler :oops: )
Ich schau mal woran das liegt und stelle im Laufe des Abends eine berichtigte Version bereit.
bp


Ergänzung: Das war ja mal ...
  • Jump to post
by blackpenguin
Tue Sep 21, 2004 12:25 pm
Forum: Portage & Programming
Topic: How to reduce your download traffic by 75% or more
Replies: 271
Views: 281761

PrakashKC wrote:Are you sure you uploaded the fixed script? It still looks like 0.5.3.3 to me...
Yes, and I've double checked this. Have a look at line 29 which should say:

# version 0.5.3.4 2004/09/20
# - fixed wrong path-detection with thirdpartymirrors
  • Jump to post
by blackpenguin
Mon Sep 20, 2004 5:36 pm
Forum: Portage & Programming
Topic: How to reduce your download traffic by 75% or more
Replies: 271
Views: 281761

getdelta 0.5.3.4

The new scheme to detect thirdpartymirrors failed to detect the correct path on the mirrors :oops: (well, it's beta-software)

Fixed in version 0.5.3.4 of getdelta.sh
  • Jump to post
by blackpenguin
Sat Sep 18, 2004 1:23 am
Forum: Portage & Programming
Topic: How to reduce your download traffic by 75% or more
Replies: 271
Views: 281761

Niosop wrote:Upon further inspection, deltup seems to be working fine. The error seems to be in xdelta or bdelta (think it's xdelta). Once I get home I'll continue troubleshooting.
Since we do not use bdelta (yet) for the files created by the dynamic deltup server - xdelta might be the problem.
  • Jump to post
by blackpenguin
Fri Sep 17, 2004 1:27 pm
Forum: Deutsche Dokumentation
Topic: 75% weniger Download beim Update von Paketen
Replies: 96
Views: 149239

@sarahb523:
wie recht du doch hast... ich hab's sofort geändert. natürlich wäre es noch schöner, wenn die status-seite vielleicht auch nicht alle files auf einmal beinhalten würde, sondern vielleicht jeweils nur 30 files oder so... aber zumindest habe ich die index.html mal von der status-seite nun ...
  • Jump to post
by blackpenguin
Fri Sep 17, 2004 9:25 am
Forum: Deutsche Dokumentation
Topic: 75% weniger Download beim Update von Paketen
Replies: 96
Views: 149239

...und weil es ständig weiterentwickelt wird....
...liegt inzwischen die Version 0.5.3.3 auf dem Server:
http://linux01.gwdg.de/~nlissne/getdelta.sh

(nein, das ist *nicht* die gleiche Version, die vor kurzem als Update vom Server erzwungen wurde - in diesem Fall ist es auch nur ein minor-update ...
  • Jump to post
by blackpenguin
Thu Sep 16, 2004 5:55 pm
Forum: Portage & Programming
Topic: How to reduce your download traffic by 75% or more
Replies: 271
Views: 281761

One thing i don't like is the GENTOO_MIRRORS bit.
Why does it need to be empty?

I didn't like it, too.

Well, the reason was, the client gives the server a hint where to find the file, and - if GENTOO_MIRRORS is not empty portage always tries GENTOO_MIRRORS first - leading to a wrong hint from ...
  • Jump to post
by blackpenguin
Sun Sep 12, 2004 5:19 pm
Forum: Portage & Programming
Topic: How to reduce your download traffic by 75% or more
Replies: 271
Views: 281761

another bug fixed.

Another bug appeared in the output when deleting old files.
fixed in version 0.5.3.2 which is available at
http://linux01.gwdg.de/~nlissne/getdelta.sh now.
bp
  • Jump to post
by blackpenguin
Sun Sep 12, 2004 1:56 pm
Forum: Portage & Programming
Topic: How to reduce your download traffic by 75% or more
Replies: 271
Views: 281761

ts77 wrote: Any idea why it can't find the digest?
Uhm... Yes :D
There is a typo (FILES_DIR instead of FILESDIR) - actually I haven't tested this part of the code.
There is also a missing "]" on line 428 (as your error msg said) :oops:

Both is fixed now in 0.5.3.1

bp
  • Jump to post
by blackpenguin
Sun Sep 12, 2004 2:11 am
Forum: Portage & Programming
Topic: How to reduce your download traffic by 75% or more
Replies: 271
Views: 281761

NEW VERSION OF getdelta.sh RELEASED

THANKS for all your feedback and bug reports!

getdelta.sh version 0.5.3 released

As you might have noticed already, a new version of getdelta.sh is available now.
This new version fixes a severe bug with updating files beginning with "lib" in their name - therefore I've forced the update - the ...
  • Jump to post

Search found 43 matches
  • 1
  • 2
  • Next

Go to advanced search

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic