[freenet-support] Re: Bandwidth limiting of outgoing traffic...

2005-08-09 Thread Evert Meulie



Frank v Waveren wrote:

On Thu, Aug 04, 2005 at 10:06:04PM +0200, Evert Meulie wrote:

Since Freenet uses random ports for outgoing traffic, I can't really 
shape it on my firewall either. (I do have an option to shape traffic 
based on packet content. Do all Freenet packages have some common, 
unique content perhaps?)


The Freenet site suggested to control the bandwidth usage on the 
OS-level instead. Who can tell me how to do this?



On linux you can tag packets with the iptables MARK target based on
uid or pid, and then use tc (from iproute2) filters to select only the
marked packets. No icky looking inside packets required. 



Would you happen to know where I can find a HowTo for dummies on this matter? 
Or, even better, has someone jotted down a Howto specific for tor?  :-)


Regards,
  Evert

___
Support mailing list
Support@freenetproject.org
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:[EMAIL PROTECTED]


[freenet-support] Bandwidth limiting of outgoing traffic...

2005-08-08 Thread Evert Meulie

Hi all!

Has anyone been able to accurately shape the bandwidth consumption of 
freenet traffic leaving your server? I know there are options in 
freenet.conf, but it seems that these are either ignored totally or at 
the very least not very strictly abided by...


Since Freenet uses random ports for outgoing traffic, I can't really 
shape it on my firewall either. (I do have an option to shape traffic 
based on packet content. Do all Freenet packages have some common, 
unique content perhaps?)


The Freenet site suggested to control the bandwidth usage on the 
OS-level instead. Who can tell me how to do this?



Regards,
Evert

___
Support mailing list
Support@freenetproject.org
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:[EMAIL PROTECTED]


[freenet-support] Freenet not starting, complaining about libc

2005-03-24 Thread Evert Meulie
Hi all!

Attempting to install Freenet on my Gentoo linux system. I am NOT using the 
Gentoo ebuild, but the freenet-latest general version.

What I currently get is:
./start-freenet.sh 

Detected freenet-ext.jar
Detected freenet.jar
Sun java detected.
head: error while loading shared libraries: libc.so.6: cannot open shared 
object file: No such file or directory
sed: error while loading shared libraries: libc.so.6: cannot open shared object 
file: No such file or directory
grep: error while loading shared libraries: libc.so.6: cannot open shared 
object file: No such file or directory
grep: error while loading shared libraries: libc.so.6: cannot open shared 
object file: No such file or directory
grep: error while loading shared libraries: libc.so.6: cannot open shared 
object file: No such file or directory
Sun Java 1.4.2 detected.
uname: error while loading shared libraries: libc.so.6: cannot open shared 
object file: No such file or directory
Starting Freenet now: Command line: java -Xmx128m freenet.node.Main
nice: error while loading shared libraries: libc.so.6: cannot open shared 
object file: No such file or directory
Done



Who has any suggestions on how to fix this...?


Regards,
Evert

___
Support mailing list
Support@freenetproject.org
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:[EMAIL PROTECTED]


RE: [freenet-support] Freenet not starting, complaining about libc

2005-03-24 Thread Evert Meulie
I managed to fix it, with some pointers from
http://forums.gentoo.org/viewtopic-t-272378-highlight-freenet.html

Basically what I did was comment out anything related to LD_ASSUME_KERNEL,
and now it seems to work the way it should...


Regards,
Evert 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Todd Walton
Sent: Thursday, March 24, 2005 4:59 PM
To: 
Subject: Re: [freenet-support] Freenet not starting, complaining about libc

On Thu, 24 Mar 2005 15:31:27 +0100, Evert Meulie [EMAIL PROTECTED] wrote:

 error while loading shared libraries: libc.so.6: cannot open shared 
 object file: No such file or directory

Have you checked to see whether libc.so.6 is there?  It should be in /lib
and /lib/tls, and will look like this:

-rwxr-xr-x  1 root root 1294992  libc-2.3.4.so*
lrwxrwxrwx  1 root root  13  libc.so.6 - libc-2.3.4.so*

If they're there, check the permissions against the above.  If they're not
there (and maybe even if they are) try re-emerging glibc.

-todd
___
Support mailing list
Support@freenetproject.org
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at
http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:[EMAIL PROTECTED]

___
Support mailing list
Support@freenetproject.org
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:[EMAIL PROTECTED]