• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

Fold-Server Half way working

mike400hp

n00b
Joined
Feb 14, 2005
Messages
48
Alright I have a Linux newbie question again...

I'm trying to follow the documentation for Fold-Server and I'm having a problem. The documentation says,
"If you can't get this going from the above output, here it is step by step.

* First, get into a terminal as root. You may either log in to a console as root (press Alt+F(number) keys to change what console you're on) or, when in X, right-click on the desktop, go to "XShells", and select "Root Access".
* To make sure you start in the right place, enter "cd /root". This will make sure that you end up in the /root directory.
* Enter "./getfold.pl". Remember, tab completion is your friend!"

I right click the desktop... XShells... click Root Access...
My screen reads: "root@fold-server:~#"

I type "cd/root" and I get "bash: cd/root: No such file or directory"

I type "./getfold.pl" and I get "bash: ./getfold.pl: No such file or directory"

How do I get to the correct location under root to run the ./getfold.pl? Thanks!!


NEVERMIND:
I fixed my own problem. It does look like there is a space between cd/root in the documentation. I was just playing around and found that you need a space, "cd /root". NEWBIE!! LOL
 
With Linux you have to plug at it until something happens. I had a similar experience installing Damn Small Linux. :D
 
Back
Top