[PROBLEM]Freebsd

07/08/2013 22:37 s3da71v#1
Hello epvp i have a little problem with LINK in freebsd when i try to start server , don't work because cannot read this LINK's to game:
Here it's a screen with my link , i don't now why appar like this ..
[Only registered and activated users can see links. Click Here To Register...]
thx
07/08/2013 22:44 Lauling#2
poste the error message
07/08/2013 22:50 Coniesan#3
try this:
Code:
cd / && ln -s /usr/home
if you get an error, try
Code:
cd /home && ln -s /usr/home/game
then it should work!
07/08/2013 22:51 s3da71v#4
EDIT :
PROBLEM SOLVED TC
07/08/2013 22:54 Lauling#5
Quote:
Originally Posted by Coniesan View Post
try this:
Code:
cd / && ln -s /usr/home
if you get an error, try
Code:
cd /home && ln -s /usr/home/game
then it should work!
make this!
07/08/2013 23:25 OriginStore#6
sorry, how you solved this problem?
07/08/2013 23:34 Coniesan#7
Try my solution, it should work ;)