Forum .LRN Q&A: Instalation problems.

Collapse
Posted by Joaquín Souza on
Hi!
I trying to install .LRN in a linux pc, i have installed AOLServer in this machine but i have serious problems with ACS.
I follow all the steps until i have to write the command "emacs .bashrc".
The problem i have at this moment say:
"
Xlib: connection to ":0.0" refused by server
Xlib: No protocol specified

emacs: Cannot connect to X server :0.0.
Check the DISPLAY environment variable or use `-d'.
Also use the `xhost' program to verify that it is set to permit
connections from your machine."

What is this??
How can i resolve it??

Thanks,
Joaquín

Collapse
2: Re: Instalation problems. (response to 1)
Posted by Bart Teeuwisse on
Either use 'xhost' to grant permission -see 'man xhost' for instructions how to use xhost- or use 'emacs -nw' to start emacs in character mode.

/Bart

Collapse
3: new problem (response to 1)
Posted by Joaquín Souza on
i can open the emacs, but it say me that the file is read only, what can i do. I need install ACS to install .LRN, no?

Thanks,
Joaquín

Collapse
4: Re: Instalation problems. (response to 1)
Posted by Jade Rubick on
Joaquin: I recommend you join us on IRC, in #openacs

We can help you better there, I think.

Collapse
5: Learn basic use of unix (response to 1)
Posted by Andrew Piskorski on
Joaquin, since you didn't yet know how to set unix file permissions with chmod and fire up a text editor of your choice, you'll want to move learning such things up on your list of priorities.

It might or might not be a good choice for you, and it's certainly out of date now, but a dozen years or so ago now when I was first learning Unix, I personally found UNIX For the Impatient to be excellent. If you haven't already, I recommend asking around for good "intro to unix" sorts of books. Plenty of other folks here could probably give recommendations...

In some very unusual cases (e.g., an OpenACS Bootcamp or training class) it can be possible to be productive with OpenACS while knowing nearly nothing at all about using Unix ("Um, 'ls', did that have something to do with listing files?"). But that's unusual, and definitely isn't the case for you, because you're installing OpenACS and dotLRN yourself from scratch, and presumably will be maintaining it, doing development work, etc.

In general, learning basic unix use will serve you very well in the future, and the sooner you learn it, the better off you'll be.