Error 530 in push

Asked by waffen

I try to do this:

mario@mario-laptop:~/ProyectosWeb/perezoso$ bzr push --create-prefix --use-existing-dir ftp://<email address hidden>/trabajos/perezoso/
FTP <email address hidden> password:
bzr: ERROR: Transport error: Error setting up connection: 530 Login authentication failed 530 Login authentication failed

Any idea about it?
Ubuntu 9.10 upto date, 64bits.

Thanks!

Mario

Question information

Language:
English Edit question
Status:
Answered
For:
Bazaar Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Martin Pool (mbp) said :
#1

Well, it looks a lot like your username or password is incorrect. Can you connect using plain ftp to this server using this username and password?

Revision history for this message
waffen (mlacunza) said :
#2

Hello,
thanks for your response.
I can connect to my FTP with this using filezilla:

    * FTP Username: <email address hidden>
    * Password: *******
    * FTP Server: ftp.mlv-host.com
    * FTP Server Port: 21
    * Quota: unlimited MB

I receipt a similar error in my Eclipse using the Bazaar plugin when I try to make the same push operation,From Eclipse Console:

Executing: push --remember --use-existing-dir "ftp://<email address hidden>/trabajos/perezoso2"

    Error while executing push
    <bound method SilentUIFactory.get_password of <bzrlib.ui.SilentUIFactory object at 0x26c8a90>>

any idea??
Thanks!
Mario

Revision history for this message
waffen (mlacunza) said :
#3

I just test with this in my console:

$ ftp mlv-host.com

User:: <email address hidden>
Pass:: ******

and I can login with no problems to my server. My Bazaar version:

mario@mario-laptop:~$ bzr --version
Bazaar (bzr) 2.0.2
  Python interpreter: /usr/bin/python 2.6.4
  Python standard library: /usr/lib/python2.6
  Platform: Linux-2.6.31-19-generic-x86_64-with-Ubuntu-9.10-karmic
  bzrlib: /usr/lib/python2.6/dist-packages/bzrlib
  Bazaar configuration: /home/mario/.bazaar
  Bazaar log file: /home/mario/.bzr.log

Mario

Revision history for this message
John A Meinel (jameinel) said :
#4

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

waffen wrote:
> Question #100299 on Bazaar changed:
> https://answers.edge.launchpad.net/bzr/+question/100299
>
> Status: Needs information => Open
>
> waffen gave more information on the question:
> Hello,
> thanks for your response.
> I can connect to my FTP with this using filezilla:
>
> * FTP Username: <email address hidden>
> * Password: *******
> * FTP Server: ftp.mlv-host.com
> * FTP Server Port: 21
> * Quota: unlimited MB
>
> I receipt a similar error in my Eclipse using the Bazaar plugin when I
> try to make the same push operation,From Eclipse Console:
>
> Executing: push --remember --use-existing-dir "ftp://<email address hidden>-
> host.com/trabajos/perezoso2"
>
> Error while executing push
> <bound method SilentUIFactory.get_password of <bzrlib.ui.SilentUIFactory object at 0x26c8a90>>
>
> any idea??
> Thanks!
> Mario
>

Most likely you need to give the full email address as the username then.

ftp://<email address hidden>@ftp.mlv-host.com/...

Some older versions of bzr didn't like 2 @ symbols, so you could try
escaping it as

ftp://trabajos%<email address hidden>/...

However, I would think the first form would be correct for you.

John
=:->
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (Cygwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAktxjhkACgkQJdeBCYSNAAPhHgCgqqMndZDQhvfAVRiXyAjGfpeT
JZAAoKbPz/oc8seMZSBAJ11zA4oH/ZOs
=Ebz7
-----END PGP SIGNATURE-----

Can you help with this problem?

Provide an answer of your own, or ask waffen for more information if necessary.

To post a message you must log in.