Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Help configurazione giFT
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian)
View previous topic :: View next topic  
Author Message
Mr.Evolution
Guru
Guru


Joined: 30 Dec 2003
Posts: 346
Location: Padova (Italy)

PostPosted: Sun May 09, 2004 12:47 am    Post subject: Help configurazione giFT Reply with quote

Code:

*** ERROR: Your setup is incomplete ***

You will need to run gift-setup and be sure that you read absolutely
every configuration option (no, really).  Some default configuration
values are considered illegal, and will raise this error message.  If you
suspect that you have configured giFT properly, consult the conf files in
(null) for diagnostic purposes.

If you are still having problems you should consult the QUICKSTART guide
available from the standard giFT distribution.



Cosa ho sbagliato???
# $Id: giftd.conf.template,v 1.2 2003/12/12 12:15:49 jasta Exp $
###############################################################################

###############################################################################
# MAIN

[main]

#
# Boolean determining whether or not this file has been reviewed and is
# complete. giFT will fail to start unless this is non-zero. This is done
# so that we can make sure you, at the very least, read through this file.
#
# Default: 0
#
setup = 0

#
# Space separated list of hosts to allow connection to giFT's interface
# protocol (running default on port 1213). This protocol is used for GUIs
# to communicate with giFT and could be considered a security risk to allow
# external connections.
#
# The following special keywords are supported:
#
# ALL - Synonym for 0.0.0.0/0
# LOCAL - Synonym for 127.0.0.0/8 192.168.0.0/16 172.0.0.0/11 10.0.0.0/8
#
# Bitwidth fields are optional.
#
# Default: LOCAL
#
hosts_allow = ALL

#
# Port on which to listen for user interface connections. Unless you have a
# special need to talk to the client on a non-standard port, just accept the
# default.
#
# NOTE:
# If you change this value, you will also need to modify the ui.conf
# configuration for the machine which will be making outgoing connections
# here.
#
client_port = 1213

#
# Determines whether or not to follow symbolic links. If this value is set
# non-zero, symlinks will be traversed and a directory inode tracking system
# will be used to ensure that giFT does not descend the same directory
# twice. If you do not have any symlinks or do not want them traversed, set
# this to 0 for a very minor efficiency gain.
#
# Windows users: this setting has no effect.
#
# Default: 1
#
follow_symlinks = 1

#
# Colon separated list of protocol plugins to load by default. If dynamic
# library support is enabled, the plugin specified will be stat'd to check if
# it is a loadable path. If that fails, the fallback method is to attempt to
# construct the fully qualified path based on the configured environment.
#
# NOTES:
# Without dynamic library support, this plugin must have been compiled into
# your giFT binary. With, this plugin must exist in the installed
# plugin directory. giFT -V will output this path to you, if you are not
# sure.
#
# Protocol names are case sensitive, so use OpenFT, not Openft.
#
# For example, to use the OpenFT and Gnutella protocols use:
#
# OpenFT:Gnutella
#
# Default: none
#
plugins = OpenFT:Gnutella

###############################################################################
# DOWNLOAD CONTROLS

[download]

#
# Directory to store transfers while they are being operated on. Temporary
# state files are also kept here. It is recommended, but not required, that
# the incoming and completed directories are on the same partition (drive).
#
# Windows users: please use the following path specification:
#
# incoming=/[drive]/dir1/dir2
#
# For example, to refer to C:\Program Files\giFT\incoming, use:
#
# incoming=/C/Program Files/giFT/incoming
#
# Default (*nix): ~/.giFT/incoming
# Default (Windows): /C/Program Files/giFT/incoming
#
incoming = ~/.giFT/incoming

#
# Directory which will contain files after they have successfully finished
# downloading.
#
# Default (*nix): ~/.giFT/completed
# Default (Windows): /C/Program Files/giFT/completed
#
completed = ~/.giFT/completed

###############################################################################
# SHARE SUBMISSION AND UPLOAD CONTROL

[sharing]

#
# Maximum amount of uploads allowed from the same user at any given time. It
# is recommended that you keep this at 1 in order to prevent users from
# unfairly queueing your connection.
#
# Default: 1
#
max_peruser_uploads = 20

#
# Determines whether or not to hide directories which contain a leading dot.
# These directories are commonly meant to be "hidden" and thus should not be
# submitted to the network. Selecting 0 here will submit all directories.
#
# Default: 1
#
hide_dot_files = 1

#
# Colon separated list of fully qualified paths you wish to share. These
# directories will be recursed at giFT's startup and the files contained
# within will be subjected to an MD5 hashing. The results will be cached and
# will only be recalculated on a per share basis when the size or
# modification time in the cache and on disk disagree, or the file name is
# changed.
#
# Sanity notice:
# Do NOT share source directories! Remote nodes will refuse to index your
# shares if you are attempting to submit more than 64000 files.
#
# Security notice:
# Do not share directories which may contain sensitive information, such as
# ~ ($HOME). Also note that any directories shared here will be stripped of
# all but the last path element when submitted to other nodes for indexing,
# effectively "hiding" the directory prefix.
#
# Windows users: please use the following path specification:
#
# /[drive]/dir1/dir2:/[drive]/dir3/dir4 ...
#
# For example, to refer to C:\Program Files\giFT\shares and D:\shares, use:
#
# /C/Program Files/giFT/shares:/D/shares
#
# Default: none
#
root = /root/sharing

#
# Maximum amount of simultaneous uploads allowed. Setting this to -1 will
# cause giFT to not limit outgoing transfers. 0 effectively disables sharing.
# This may also be handled at run time via your GUI of choice.
#
# Default: -1
#
max_uploads = -1

#
# Controls when giFT periodically rescans your shared directories for any
# changes (new files, missing files, changed files, etc.) and communicates
# those changes to the underlying protocols. This parameter specifies how
# often (in seconds) you want that to happen.
#
# For your reference
# ==================
# 0 turns off periodic auto-resync
# 3600 one hour
# 86400 one day
# 604800 one week
#
# Default: 86400
#
auto_resync_interval = 3600

#
# Controls whether or not giFT should automatically share files that you have
# finished downloading. This feature significantly improves the network's
# abundance of files and helps ease the load on those sharing popular files.
# It's a Good Thing (TM), please leave it on.
#
# Avoid setting your completed directories through sharing/root, as that
# setting will duplicate recursion of the completed directory and cause
# generally undesirable results.
#
# Default: 1
#
share_completed = 1

###############################################################################
# USER SPACE BANDWIDTH CONTROL

[bandwidth]

#
# Bandwidth throttling allows giFT to have some basic control over your
# bandwidth usage. This code operates in user space, and as a result can not
# guarantee perfect accuracy. If you wish to use this feature, please
# consider using a more reliable kernel space option first. As always, google
# should be able to assist you there.
#
# The following configuration switches control the maximum number of bytes
# per second allowed for the given stream direction. A setting of 0 will
# disable throttling for that direction.
#
# Default: 0
#
downstream = 50000
upstream = 50000

plugins = OpenFT
plugins = Gnutella
[/code]
Back to top
View user's profile Send private message
Vitaliy
Guru
Guru


Joined: 06 Apr 2004
Posts: 451
Location: Brooklyn, NY

PostPosted: Sun May 09, 2004 1:53 am    Post subject: Reply with quote

Code:

#
# Boolean determining whether or not this file has been reviewed and is
# complete. giFT will fail to start unless this is non-zero. This is done
# so that we can make sure you, at the very least, read through this file.
#
# Default: 0
#
setup = 0


"unless this is non-zero"

Code:

#
# Boolean determining whether or not this file has been reviewed and is
# complete. giFT will fail to start unless this is non-zero. This is done
# so that we can make sure you, at the very least, read through this file.
#
# Default: 0
#
setup = 1


:)
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 31460
Location: here

PostPosted: Sun May 09, 2004 7:33 am    Post subject: Reply with quote

E magari scaricati anche il plug-in fasttrack per la rete kazaa.
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
Mr.Evolution
Guru
Guru


Joined: 30 Dec 2003
Posts: 346
Location: Padova (Italy)

PostPosted: Sun May 09, 2004 10:03 am    Post subject: Reply with quote

Grazie a tuuti, avevo capito il contrario...sarà stata l'ora tarda...

Ora ho un messaggio del tipo:
Code:

[11:57:54] giftd 0.11.6 (May  9 2004 01:57:10) started
[11:57:54] OpenFT: ft_openft.c:256(openft_start): Booya! OpenFT in the house!
[11:57:54] *** GIFT-ERROR: OpenFT: Unable to load OpenFT configuration: No such file or directory
[11:57:54] *** GIFT-FATAL: unable to start 'OpenFT', no idea why (hopefully the protocol provided some info)
[11:57:54] *** Often times more information can be found in the log file or with the -v command line switch.


e sto ricompilando gift-openft spero che dopo vada perché sennò nonn riesce a caricare il daemon
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 31460
Location: here

PostPosted: Sun May 09, 2004 10:06 am    Post subject: Reply with quote

Devi scaricarti i plug-in per la connessione alle reti
Code:
*  net-p2p/gift-fasttrack
      Latest version available: 0.8.5
      Latest version installed: [ Not Installed ]
      Size of downloaded files: 332 kB
      Homepage:    https://developer.berlios.de/projects/gift-fasttrack/
      Description: FastTrack Plugin for giFT

*  net-p2p/gift-gnutella
      Latest version available: 0.0.9.2
      Latest version installed: [ Not Installed ]
      Size of downloaded files: 300 kB
      Homepage:    http://gift.sf.net/
      Description: The giFT Gnutella plugin

*  net-p2p/gift-openft
      Latest version available: 0.2.1.2
      Latest version installed: [ Not Installed ]
      Size of downloaded files: 308 kB
      Homepage:    http://gift.sf.net/
      Description: The giFT OpenFT plugin

_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
Mr.Evolution
Guru
Guru


Joined: 30 Dec 2003
Posts: 346
Location: Padova (Italy)

PostPosted: Sun May 09, 2004 1:42 pm    Post subject: Reply with quote

DOmanda, i plugins vanno installati prima o dopo aver installato giFT? (li sto installando tutti in questo istante)
Back to top
View user's profile Send private message
neon
l33t
l33t


Joined: 04 Aug 2003
Posts: 759
Location: Catania, Italy, Europe

PostPosted: Sun May 09, 2004 1:55 pm    Post subject: Reply with quote

Mr.Evolution wrote:
DOmanda, i plugins vanno installati prima o dopo aver installato giFT? (li sto installando tutti in questo istante)


L'importante è che li installi, se provi ad installarli prima ti installa gift come dipendenza... Se hai risolto aggiungi un [risolto] al titolo :wink:
_________________
Io credo che le tecnologie siano moralmente neutrali fino a quando non le utilizziamo - William Gibson

LINEE GUIDA DEL FORUM
Back to top
View user's profile Send private message
Mr.Evolution
Guru
Guru


Joined: 30 Dec 2003
Posts: 346
Location: Padova (Italy)

PostPosted: Sun May 09, 2004 3:32 pm    Post subject: Reply with quote

Questo è quello che vedo adesso (dopo aver ricompilato sia gift che i suoi plugins)
Code:


[17:28:26] giftd 0.11.6 (May  9 2004 01:57:10) started
[17:28:26] OpenFT: ft_openft.c:256(openft_start): Booya! OpenFT in the house!
[17:28:26] *** GIFT-ERROR: OpenFT: Unable to load OpenFT configuration: No such file or directory
[17:28:26] *** GIFT-FATAL: unable to start 'OpenFT', no idea why (hopefully the protocol provided some info)
[17:28:26] *** Often times more information can be found in the log file or with the -v command line switch.

Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 31460
Location: here

PostPosted: Sun May 09, 2004 4:47 pm    Post subject: Reply with quote

Prova con
Code:
$ mkdir .giFT/OpenFT
$ giftd

_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) All times are GMT
Page 1 of 1

 
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