ispCP - Board - Support
Ftp Problem (SOLVED !) - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: System Setup & Installation (/forum-32.html)
+--- Thread: Ftp Problem (SOLVED !) (/thread-6529.html)

Pages: 1 2


RE: Ftp Problem - sci2tech - 04-26-2009 06:25 AM

I guess that you are from Turkey -> http://lists.debian.org/debian-user-turkish/2009/04/msg00003.html


RE: Ftp Problem - netsec - 04-26-2009 06:45 AM

Thank you this was a very good referral, but the issues I'm reading in there, but there's been answered similarly to the solution not the problem: (

I do not understand her average up to 150 on my linux distribution, but somehow I could not reach a solution stable, I wonder if you give my root password for yourself Can you do an experiment, I aim to resolve the issue once again to re-install the system I am willing to?


RE: Ftp Problem - sci2tech - 04-26-2009 06:51 AM

All you have to do is reconfigure locales. there are many ways to that. I prefer manual way:
As root edit /etc/locale.gen and delete # in front of en_US.UTF-8 UTF8. Save file the run
Quote:locale-gen
Or run
Quote:dpkg-reconfigure locales
and mark en_US.UTF-8 UTF-8 then save. After restart proftpd


RE: Ftp Problem - netsec - 04-26-2009 06:57 AM

Code:
ronark:~# nano /etc/locale.gen
ronark:~# locale-gen
Generating locales (this might take a while)...
  en_US.UTF-8... done
  tr_TR.UTF-8... done
  tr_TR.UTF-8... done
Generation complete.
ronark:~# /etc/init.d/proftpd restart
Stopping ftp server: proftpd.
Starting ftp server: proftpd - Fatal: SQLMinUserUID: requires a numeric argument on line 183 of '/etc/proftpd/proftpd.conf'

My conf now so :

Code:
# en_PH.UTF-8 UTF-8
# en_SG ISO-8859-1
# en_SG.UTF-8 UTF-8
# en_US ISO-8859-1
# en_US.ISO-8859-15 ISO-8859-15
en_US.UTF-8 UTF-8
# en_ZA ISO-8859-1
# en_ZA.UTF-8 UTF-8
# en_ZW ISO-8859-1

edit : "tr_TR.UTF-8" I've removed, but the same error .


RE: Ftp Problem - sci2tech - 04-26-2009 07:04 AM

Well this is another problem. You did not replace all variable between { and }:
Quote:{DATABASE_NAME}
{DATABASE_HOST}
{DATABASE_USER}
{DATABASE_PASS}
{FTPD_MIN_UID}
{FTPD_MIN_GID}
take this from your old (the one you have replaced) proftpd.conf. if you do not have a backup you cahave a backup in /etc/ispcp/proftpd/backup/proftpd.conf.ispcp. Replace only that values!!!
Lucan has warned you already about not replacing all values. no need to remove tr_TR.UTF-8, you can leave it


RE: Ftp Problem - netsec - 04-26-2009 07:16 AM

Please calm downSmile

For information about Linux that I'm surfing with putty like zombieSmile I started to learn linux commands for 1 month.

I am aware how much work sorry for that I also thank you very much for your interest, I could not figure out last summer?

/ etc / ispcp / proftpd / backup / proftpd.conf.ispcp not already specified in the rows;

Code:
(DATABASE_NAME)
(DATABASE_HOST)
(DATABASE_USER)
(DATABASE_PASS)
(FTPD_MIN_UID)
(FTPD_MIN_GID)

Edit : re-establishing an English deployment Would I recommend this to not having any problems?


RE: Ftp Problem - netsec - 04-26-2009 08:25 AM

Hey!

This change in the information transfer of the file I've never!

I've rearranged it works perfectly, I am sorry for I've so much work: (

Thank you!