PDA

View Full Version : Login name and pass????


statiic
1st November 2006, 22:57
I just installed fedora 6 x64.
By using this tutorial -> installing A LAMP System With Fedora Core 6
http://www.howtoforge.com/installing_a_lamp_system_with_fedora_core_6

What I did was exiting the blue screen to setup some stuff, like the tutorial says. And the I typed in this: vi /etc/hosts
Now it asks me an server1 login: and pass.

I didnt filled in any login names yet?? I only inserted an pass in the setup.

Does anyone has an idea what this has to be?

statiic
1st November 2006, 23:08
MM I found that the user had to be "root" ;)

But now I cant exit the text editor anymore? Strange stuff this linux ;)

statiic
2nd November 2006, 00:58
I got some help with the text editor already ;)

Now I bumped into another thing.

I just installed proftpd and it seems that it cant start somehow.

And another problem is with the installation of perl.

I typed the line from the tutorial and this is what it tells me:

Loading installonlyn plugin
Setting up Install process
setting up repositories
Reading repository metadata in from local files
parsing package install arguments
nothing to do ?????

The last line is quite confusing. Nothing to do? It must install the package. What is the problem here??

till
2nd November 2006, 09:24
I got some help with the text editor already ;)

Now I bumped into another thing.

I just installed proftpd and it seems that it cant start somehow.

Please post the exact error message you get.

The last line is quite confusing. Nothing to do? It must install the package. What is the problem here??

There is no problem. This message means that the packages are already installed.

statiic
2nd November 2006, 10:42
Ok i'm still struggeling with 2 problems:

1. When I try to execute this line it gives me the following error:

mysqladmin -h server1.heldermarketing.nl -u root password yourrootsqlpassword

Error: mysqladmin: connect to server 'server1.heldermarketing.nl' failed
error: Unknown mysql server host is running on server1.heldermarketing.nl and that the port is 3306

You can check this by doing 'telnet server1.heldermarketing.nl 3306'

I used server1.heldermarketing.nl instead of server1.example.com in all the settings according the tutorial. So that should be fine ;)


2. When I try to run proftpd with this line /etc/init.d/proftpd start

It just tells me this : proftpd [FAILED]

I have no clue why. I didnt changed anything more then the tutorial asked me too.

falko
3rd November 2006, 14:50
What's in /etc/hosts? What's the output of hostname and hostname -f? What's the output of netstat -tap? Did you disable SELinux?

statiic
3rd November 2006, 18:53
It was the hosts file.

It said sever1.heldermarketing.nl

It was missing an r in server1 ;)