Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
giFT connection problems
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2  
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
sebgarden
Guru
Guru


Joined: 21 Dec 2002
Posts: 353

PostPosted: Tue Mar 04, 2003 9:13 pm    Post subject: Reply with quote

Try unmerge gift-cvs and then reemerge or simply reemerge. Sometimes the server is busy. Thank you cram. I didn't think about upload at all but the download bandwidth limitation was due to the two or three hosts @56kbps I was connected to, not due to my giFT config.

Sébastien.
Back to top
View user's profile Send private message
nickrout
Apprentice
Apprentice


Joined: 06 Oct 2002
Posts: 208
Location: New Zealand

PostPosted: Tue Mar 04, 2003 9:33 pm    Post subject: Reply with quote

emerge unmerge
emerge

worked, dunno if i needed to unmerge, or the cvs server just freed itself up, but its going now. wahoo!
Back to top
View user's profile Send private message
sebgarden
Guru
Guru


Joined: 21 Dec 2002
Posts: 353

PostPosted: Tue Mar 04, 2003 10:33 pm    Post subject: Reply with quote

This cannot hurt to unmerge :lol: but just emerge gift would have been sufficient.

Sébastien
Back to top
View user's profile Send private message
sebgarden
Guru
Guru


Joined: 21 Dec 2002
Posts: 353

PostPosted: Mon Mar 10, 2003 10:54 pm    Post subject: giFT & Gnutella protocol support Reply with quote

giFT-cvs is currently not broken (well, we all know why there is no release yet) and hipnod added an interesting gnutella protocol support that allows you to download (only download at that time) from the gnutella network.

You can make a new ebuild named gift-cvs-0.10.1.ebuild as followed:
Code:

# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /home/cvsroot/gentoo-x86/net-p2p/gift-cvs/gift-cvs-0.10.1.ebuild,v 1.6 2003/02/18 06:25:19 lostlogic Exp $
 
DESCRIPTION="Lets you connect to OpenFT, a decentralised p2p network like FastTrack"
HOMEPAGE="http://gift.sourceforge.net"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="x86 sparc ~ppc"
 
DEPENDS="virtual/glibc
        >=sys-libs/zlib-1.1.4"
 
inherit cvs debug flag-o-matic
 
strip-flags
 
ECVS_SERVER="cvs.gift.sourceforge.net:/cvsroot/gift"
ECVS_MODULE="giFT"
ECVS_TOP_DIR="${DISTDIR}/cvs-src/${PN}"
S=${WORKDIR}/${ECVS_MODULE}
 
src_compile() {
 
        cd ${S}
        ./autogen.sh --prefix=/usr --host=${CHOST} --enable-gnutella || die
        emake CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" || die
 
}
 
src_install() {
 
        einstall giftconfdir=${D}/etc/giFT \
                 plugindir=${D}/usr/lib/giFT \
                 giftdatadir=${D}/usr/share/giFT \
                 giftperldir=${D}/usr/bin || die
        cd ${D}/usr/bin
        mv giFT-setup giFT-setup.orig
        sed 's:$prefix/etc/giFT/:/etc/giFT/:' giFT-setup.orig > giFT-setup
        chmod +x ${D}/usr/bin/giFT-setup
 
}

Changelog: I just added the --enable-gnutella option to ./autogen.sh ;)

Copy this ebuild to /usr/local/portage/net-p2p/gift-cvs/gift-cvs-0.10.1.ebuild. Then do
Code:

bash $ ebuild /usr/local/portage/net-p2p/gift-cvs/gift-cvs/gift-cvs-0.10.1.ebuild digest
bash $ emerge /usr/local/portage/net-p2p/gift-cvs/gift-cvs-0.10.1.ebuild
bash $ giFT -d
bash $ giFTcurs

Et voila !
This gnutella plugin is very alpha but it will not mess up your system (at least not today :), giFT is just running fine.

Regards,
Sébastien

[EDIT] The documentation is _very_ lacky and we need to tweak the config of giFT to make the Gnutella plugin running. I have hope :) we just need a while ... and some brains (join IRC channel #gift on freenode.net).


Last edited by sebgarden on Mon Mar 10, 2003 11:55 pm; edited 1 time in total
Back to top
View user's profile Send private message
nickrout
Apprentice
Apprentice


Joined: 06 Oct 2002
Posts: 208
Location: New Zealand

PostPosted: Mon Mar 10, 2003 11:04 pm    Post subject: Reply with quote

yes mine is fine now,downloading some nice ogg's
Back to top
View user's profile Send private message
Carlos
Guru
Guru


Joined: 07 Aug 2002
Posts: 458
Location: Providence, RI

PostPosted: Thu Mar 13, 2003 1:28 pm    Post subject: Reply with quote

I had the same problem; fixed it by deleting .giFT/OpenFT/nodes and nodes-something.html, though it's probably only necessary to delete one of them.
_________________
Man must shape his tools lest they shape him.
Back to top
View user's profile Send private message
sebgarden
Guru
Guru


Joined: 21 Dec 2002
Posts: 353

PostPosted: Sat Mar 15, 2003 5:30 pm    Post subject: giFT central Reply with quote

Hello Carlos, Nickrout, Cram, MaGNuS_Z, darktux, digitalnickOdsinsDream and all giFT users,

as the giFT users community along with the Gentoo community are continuously growing, I decided to open a giFT thread (a hopefully future "giFT central") in the gentoo Off-wall forum which is intended to collect and resolve the problems gentoo users have with giFT.

The link is here: https://forums.gentoo.org/viewtopic.php?t=41548

I posted some ideas there (and a problem, well, forums are for that ;)), you can tell me what you think about it. I would be happy if you we all could contribute to the enhancement of giFT support in Gentoo platforms.

Regards,
Sébastien.
Back to top
View user's profile Send private message
je_fro
Retired Dev
Retired Dev


Joined: 14 Dec 2002
Posts: 236
Location: Republic of Texas

PostPosted: Mon Mar 17, 2003 12:05 pm    Post subject: I just wanted to say........ Reply with quote

giFT is the COOLEST!!!!!!!!
_________________
Really, I'm not out to destroy Microsoft. That will just be a completely unintentional side effect.
--Linus Torvalds

My site with some gentoo config files:
http://je-fro.net/page.html
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Goto page Previous  1, 2
Page 2 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum