I want to upload data to galaxy using FTP method. For that i was used following tutorial.
(http://seqanswers.com/forums/showthread.php?t=23629)
When I used my galaxy credential to connect to FTP, it was not working. When i used system username: galaxy and password. It showed success but again some error.
I have tried this login using "Connect To Server" (from file menu) from another Ubuntu 12.04 .
Log of proftpd : sudo cat /var/log/proftpd/proftpd.log
Aug 25 11:59:33 jaintia proftpd[25198] jaintia (naga.local[192.168.1.185]): FTP session opened.
Aug 25 11:59:41 jaintia proftpd[25198] jaintia (naga.local[192.168.1.185]): USER chetan@gmail.in (Login failed): No such user found.
Aug 25 12:01:15 jaintia proftpd[25198] jaintia (naga.local[192.168.1.185]): FTP session closed.
Aug 25 12:01:41 jaintia proftpd[25267] jaintia (naga.local[192.168.1.185]): FTP session opened.
Aug 25 06:31:42 jaintia proftpd[25267] jaintia (naga.local[192.168.1.185]): Preparing to chroot to directory '/home/galaxy'
Aug 25 06:31:42 jaintia proftpd[25267] jaintia (naga.local[192.168.1.185]): USER galaxy: Login successful.
Aug 25 12:02:30 jaintia proftpd[25279] jaintia (naga.local[192.168.1.185]): FTP session opened.
Aug 25 06:32:30 jaintia proftpd[25279] jaintia (naga.local[192.168.1.185]): Preparing to chroot to directory '/home/galaxy'
Aug 25 06:32:30 jaintia proftpd[25279] jaintia (naga.local[192.168.1.185]): USER galaxy: Login successful.
Aug 25 06:32:30 jaintia proftpd[25267] jaintia (naga.local[192.168.1.185]): mod_sql/4.3: unrecoverable backend error: (mod_sql_postgres/4.0.4) ERROR: relation "users" does not exist
LINE 1: ...ECT userid, passwd, uid, gid, homedir, shell FROM users WHER...
^
Aug 25 06:32:30 jaintia proftpd[25267] jaintia (naga.local[192.168.1.185]): mod_sql/4.3: check the SQLLogFile for more details
Aug 25 06:32:30 jaintia proftpd[25267] jaintia (naga.local[192.168.1.185]): FTP session closed.
------------------------------------------------------------------------------------------------------------
Please check these files, I have created these files as per galaxy tutorial from above mentioned website.
https://drive.google.com/file/d/0B6DXP2pIxiX7SVdVcnRIdlRkRm8/edit?usp=sharing
https://drive.google.com/file/d/0B6DXP2pIxiX7YkZYc3ZUWS16SmM/edit?usp=sharing
---------------------------------------------------------------------------
My previous thread: