View previous topic :: View next topic |
Author |
Message |
KallDrexx n00b
Joined: 20 Apr 2002 Posts: 23
|
Posted: Thu May 16, 2002 9:13 pm Post subject: proftpb problem... not detecting ip address |
|
|
I emerged proftpd and it installed, and this is what happened:
Code: |
root@KallNet root # /etc/init.d/proftpd start
* Starting proftpd...
KallNet - Fatal: unable to determine IP address of `KallNet'. [ !! ]
|
I put in all the config files Bind and my ipaddress, even treid giving the proftp usergroup root access... any ideas?
--KallDrexx |
|
Back to top |
|
|
klieber Bodhisattva
Joined: 17 Apr 2002 Posts: 3657 Location: San Francisco, CA
|
Posted: Fri May 17, 2002 1:19 am Post subject: |
|
|
Didja check the ProFTPD FAQ?
specifically, this question?
--kurt _________________ The problem with political jokes is that they get elected |
|
Back to top |
|
|
KallDrexx n00b
Joined: 20 Apr 2002 Posts: 23
|
Posted: Fri May 17, 2002 1:47 am Post subject: ah ok thanks but.. |
|
|
I didnt' see that, I missed the FAQ, thanks..
my question is, how would I fix it? it says:
Quote: |
The hosting machine has a poorly configured hostname setup to the point where the resolver library cannot determine the IP from the name. Solutions include, fixing the DNS for the domain, fixing the hostname, fixing the /etc/hosts file. Which one works for you will largely depend on your OS and exactly what is wrong.
|
My hostname is just kallnet, would this be fixed by using my kalldrexx.shacknet.nu as the hostname?
--KallDrexx |
|
Back to top |
|
|
klieber Bodhisattva
Joined: 17 Apr 2002 Posts: 3657 Location: San Francisco, CA
|
Posted: Fri May 17, 2002 1:49 am Post subject: |
|
|
What does your /etc/hosts file look like?
--kurt _________________ The problem with political jokes is that they get elected |
|
Back to top |
|
|
KallDrexx n00b
Joined: 20 Apr 2002 Posts: 23
|
Posted: Fri May 17, 2002 1:58 am Post subject: hmm |
|
|
Code: |
127.0.0.1 localhost
|
that's it... should i put in my ip address then kallnet at the end or what?
--KallDrexx |
|
Back to top |
|
|
Nitro Bodhisattva
Joined: 08 Apr 2002 Posts: 661 Location: San Francisco
|
Posted: Fri May 17, 2002 2:00 am Post subject: Re: hmm |
|
|
KallDrexx wrote: | Code: |
127.0.0.1 localhost
|
that's it... should i put in my ip address then kallnet at the end or what?
|
Yeah, update it to read Code: |
127.0.0.1 localhost
<your ip> kallnet |
Then, test it by doing something simple like pinging yourself. _________________ - Kyle Manna
Please, please SEARCH before posting.
There are three kinds of people in the world: those who can count, and those who can't. |
|
Back to top |
|
|
KallDrexx n00b
Joined: 20 Apr 2002 Posts: 23
|
Posted: Fri May 17, 2002 2:11 am Post subject: WOOHOO |
|
|
thanks man it seems to work (proftpd idnd't complain)
--KallDrexx |
|
Back to top |
|
|
|