Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 27994 - freenet doesn't start (start-freenet.sh)
Summary: freenet doesn't start (start-freenet.sh)
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Brandon Low (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-05 05:08 UTC by Kasper Souren
Modified: 2003-09-05 12:45 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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