|
Freenet Problem Report:
-----------------------
- Signalement de probl�me Freenet :
Properly filled out forms will
receive priority attention
- Les formulaires remplis correctement
seront trait�s en priorit�.
Please save this file, and fill it in
thoroughly.
- Merci de sauver ce fichier, et de le
remplir compl�tement.
-----------------------
1) What Freenet Version are
you using?
- Quelle version de Freenet
utilisez vous ?
Version Number:
2) What Java Runtime Environment
are you using?
- Quel environnement Java Runtime
utilisez-vous ?
Name of JRE:
Version Number:3,8
3) What flavour of Windows are
you using?
- Quel version de Windows
utilisez-vous ?
( ) Windows 95?
( ) Windows 95 avec Winsock update?
( ) Windows 95/OSR1?
( x) Plain Windows 98?
( ) Windows 98 Second Edition?
( ) Windows ME?
( ) Windows NT v3.51?
( ) Windows NT v4?
( ) Windows 2000?
( ) Windows 2000-SP1?
( ) Windows Whistler/XP?
( ) Windows personnalise� (comme 98lite)?
4) What CPU do you have installed?
- Quel est votre processeur ?
Intel
( ) 386
( ) 486
( ) Pentium 1
( ) Pentium 2
(x ) Pentium 3
( ) Celeron
AMD
( ) Cyrix?
( ) Duron?
( ) Athlon?
( ) Other? ________________
Other
( ) Solaris
5) What is your CPU speed (in MHz)?
- Quelle est la fr�quence de votre
processeur (en MHz) ?
Speed:866
6) How much RAM do you have installed?
- Quantit� de RAM install�e ?
Ram size (MB):512
7) What's the capacity of the hard disk
on which you have Freenet installed?
- Quelle est la taille du disque dur
sur lequel vous avez install� Freenet ?
Disk size (MB):~2400
7a) How much free space on this hard disk?
- Quel est l'espace libre sur ce disque ?
Free space (MB):1200
8) What other programs do you have installed?
- Quels autres programmes avez-vous d'install�s
sur ce disque ?
Other programs (list these):windows
9) Are you behind a firewall?
- Etes-vous derri�re un pare-feu ?
( x) Yes
( x) No
je le retire
If yes, which one(s)?
- Si oui, lequel ?
Firewall:norton
Version:
2001
-----------------------------
10) How do you connect to the internet?
- Quel est votre connection Internet ?
( ) Dial-up analog modem?
- Modem t�l�phonique ?
Speed:
( ) 14k4?
( ) 28k?
(x ) 56k?
( ) DSL/ADSL?
( ) Cable?
( ) ISDN?
( ) T1 ou plus?
11) Is your system directly connected
to the Internet?
- Est ce que votre syst�me est directement
reli� � Internet ?
( x) Yes - directly connected
- Oui
( ) No - I connect through another computer
- Non, je me connecte par un autre ordinateur
12) If you connect through another computer?
What software supports this shared connection
- Si vous vous connectez par un autre ordinateur,
quel logiciel g�re le partage de la connexion ?
( ) Wingate?
( ) Windows LAN?
( ) Other?
Please specify:
12a) Does you internet connection go through
any kind of proxy server?
- Est ce que votre connection Internet passe
par un proxy ?
( x) Yes
( ) No
If yes, please describe this proxy:
- Si oui, lequel ?
( ) Forced by my network admin
- Impos� par mon administrateur r�seau
( ) Forced by my ISP
- Impos� par mon fournisseur
( x) Installed it myself
- Install� par mes soins
More info:
Infos suppl�mentaires
multiproxy 1.2 je souhaite garentir mon anonyma et c est ca le probleme car freenet et multiproxy sont incompatible
------------------------------
13) How stable is your system?
- Est ce votre syst�me est stable ?
( x) I'd trust it to monitor my baby
- C'est lui qui g�re mon pacemaker
( ) Quite stable
- Assez stable
( ) Reasonable
- Raisonnablement stable
( ) Flaky
- Incertain
( ) Blue-screen city
- Record du monde des �crans bleus
14) If there are instabilites,
do you know what may be triggering
these?
- S'il y a des instabilit�s, savez vous
ce qui les d�clenche ?
Please describe:
Merci de les d�crire :
15) Have you followed all the directions
in the Welcome To Freenet installation QuickGuide?
- Avez vous suivi toutes les indications du
Guide Rapide d'installation de Bienvenue sur
Freenet ?
( x) Yes / Oui
( ) No / Non
16) Have you thoroughly read through
the Help guides?
- Avez vous lu compl�tement les guides
d'Aide
( x) Yes
( ) No
17) What do you have in your freenet.ini file?
- Quel est le contenu de votre fichier freenet.ini ?
(Merci d'ins�rer une copie de votre fichier freenet.ini)
[Freenet node]
# Freenet configuration file
# Note that all properties may be overridden from the command line,
# so for example, java Freenet.Node -listenPort 10000 will cause
# the setting in this file to be ignored
# This file was automatically generated by Freenet setup (at 2 mai 01 14:17:46)
# How long to wait for a handshake (in milliseconds)
authTimeout=30000
# The maximum rate data passes through the node, measured in
# bytes per second.
# If parameter is set to 0, bandwidth limiting is disabled
bandwidthLimit=49152
# The maximum rate incoming data passes through the node,
# measured in bytes per second.
# This parameter disables bandwidthLimit if non-zero.
# inputBandwidthLimit=0
# The maximum rate outgoing data passes through the node,
# measured in bytes per second.
# This parameter disables bandwidthLimit if non-zero.
# outputBandwidthLimit=0
# What size should the buffers have when moving data?
bufferSize=4096
# How often to write the datastore to disk (in seconds)
checkPointInterval=300
# How long to wait to connect to a host before giving up (in milliseconds)
connectTimeout=30000
# How long to wait listen on an inactive connection before closing (if
# reply address is known).
connectionTimeout=180000
# The name of the directory containing the data files
dataPath=.freenet
# The name of the directory containing the data properties files
dataPropertiesPath=.freenet
# The size of the disk cache is specified here in bytes
diskCache=99614720
# The number of items permitted in the dataStore
dataStoreSize=500
# The name of the directory containing the dataStore (store_port) file
dataStorePath=.freenet
# Leave this as "yes" unless you are doing timeout debugging.
doHandshake=yes
# Set to Freenet.contrib.fcp.FCPHandler to start FCP automatically with the node.
services.fcp.class=Freenet.contrib.fcp.FCPHandler
services.fcp.allowedhosts=127.0.0.1
services.fcp.port=8082
services.fcp.config=.fproxyrc
# Set to Freenet.contrib.fproxy.HttpHandlerServlet to start FProxy automatically with the node
services.fproxy.class=Freenet.contrib.fproxy.HttpHandlerServlet
services.fproxy.allowedhosts=127.0.0.1
services.fproxy.port=8081
# How long before a handshake expires (in milliseconds)
handshakeLife=10000000
# How long to wait for a handshake (in milliseconds)
handshakeTimeout=30000
# The expected time and standard deviation, in milliseconds, that it takes
# a Freenet node to pass a message. These are used to calculate how long
# the node should wait before assuming that a passed message is lost.
# These are mostly here for debugging reasons - changing them will NOT
# make requests come back faster for you.
hopTimeExpected=12000
hopTimeDeviation=12000
# Should we read some information about other nodes from the informUrl?
informRead=yes
# Should we write our address to the inform URL so that others might
# find out about us more easily?
informWrite=no
# After which time (seconds) of node uptime should we add the presence to the informURL?
informDelay=86400
# The URL of a CGI script which will allow the server
# to learn about other servers in the Freenet, and
# to inform other servers of its presence.
informUrl=http://www.octayne.com/inform.php
# A list of keytype number class pairs for plugin keytypes
#keyTypes=
# The port to which the Freenet Server should listen for connections
listenPort=13740
# The name of the log file ( "no" to log to screen (standard out))
logFile=freenet.log
# The error reporting threshold, one of:
# Error Errors only
# Normal Report significant events
# Minor Report minor events
# Debug Report events only of relevance when debugging
logging=Normal
# The maximum number of hops to live to tolerate on Requests the node
# passes. This does not directly effect your node, only the total load
# on the network, so there is no reason to change it.
maxHopsToLive=100
# Should we use thread-management? If this number is defined and non-zero,
# this specifies how many inbound connections can be active at once.
maximumConnectionThreads=50
# The number of outstanding message replies the node will
# wait for before it starts to "forget" them
messageStoreSize=500
# The address to use when advertising this node to the network. If this is
# unset, which is prefered, the node's address will be read from the socket,
# allowing the node to function seamlessly on multihomed machines (and even
# functioning a Freenet proxy over firewalls where necessary). However, people
# who have volatile IP addresses but constant DNS names (such as people using
# Dynamic DNS services) may wish to set this so their node can still be found
# after the ip changes.
#nodeAddress=
# The name of a file containing an initial set of nodes to connect to
nodeFile=nodes.config
# The number of milliseconds between ticks on the timer
tickerTime=500
# Transient nodes will not send their address to other nodes, and therefore
# will not get any requests for data (except if you activate the "inform" CGI
# service below). Use this only if you are on a slow, non permanent connection.
transient=yes
# How verbose should the logging be? (1-5)
verbosity=4
18) What do you have in your .fproxyrc file?
- Quel est le contenu de votre fichier .fproxyrc ?
(Merci d'ins�rer une copie de votre fichier .fproxyrc)
[FProxy]
serverAddress=tcp/127.0.0.1:13740
19) To what extent is Freenet operational?
- Qu'est ce qui marche avec Freenet actuellement ?
ne suporte pas la conexion avect un serveur proxy a premierre vuje voudrez utilisez des proxy anonime
20) What problem are you having with Freenet?
- Quel probl�me avez vous avec Freenet ?
Merci de d�tailler, et d'ins�rer le contenu des
messages d'erreur
mache bien mais pas evidem a utiliser meme si c est comprensible21 amelioration a aporterun syteme de repor de bug par formulaire interactif jenre "mailto:"je souhaite comme beaucous une interface plus conviviale une connexion au traver de proxyl hebergement de page ou un sisteme de diffusion de clees plus efficacela possibiliter de configurer le fichier d echange de freenet taille emplassementun sisteme pour savoir si les clee sont toujour valideun ping de conexion 'caliter de la ligne pas obligatoire)�pour le donwloadcomment fait ton pour faire un lien sur une page internet genre clee interactivecomme pour un zip?��
21) Your contact details?
- Vos coordonn�es ?
Nom:
Email:[EMAIL PROTECTED]je vous serrais gres de ne pas difuser cette adresse et de ne pas la laisser sur votre serveur
22) Racontez nous votre enfance :tou petit dejat je fesait nawak avec des ordimaitenant c est pireavez vous une solution? lol
:)
------------------------------------
Merci d'avoir pris le temps de remplir ce formulaire.
Il nous sera utile pour vous aider
Envoyez maintenant ce formulaire � la liste de diffusion
de l'assistance Freenet � [EMAIL PROTECTED]
Des utilisateurs ou des d�veloppeurs Freenet devraient
vous r�pondre prochainement.
|