Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 27994

Summary: freenet doesn't start (start-freenet.sh)
Product: Gentoo Linux Reporter: Kasper Souren <Kasper.Souren>
Component: New packagesAssignee: Brandon Low (RETIRED) <lostlogic>
Status: RESOLVED INVALID    
Severity: normal CC: java
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Kasper Souren 2003-09-05 05:08:29 UTC
Here is some stuff from my screen: 
 
""" 
grok ~ # /usr/bin/start-freenet.sh 
6785 
grok ~ # more /var/freenet/freenet.stderr.log 
/usr/bin/start-freenet.sh: line 7: freenet.node.Main: command not found 
JAVA=java /usr/bin/start-freenet.sh 
6340 
grok ~ # more /var/freenet/freenet.stdout.log 
grok ~ # more /var/freenet/freenet.stderr.log 
Exception in thread "main" java.lang.NoClassDefFoundError: freenet/node/Main 
""" 
 
It's due to start-freenet.sh, but maybe I doing something wrong..? Can it be 
fixed in the ebuild, or in the start-freenet.sh script?
Comment 1 Brandon Low (RETIRED) gentoo-dev 2003-09-05 12:45:35 UTC
use the /etc/init.d/freenet script not that start-freenet.sh script
that is just a script USED by the /etc/init.d/freenet script