unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Cannot perform `bzr pull'
@ 2013-04-13 23:17 Xue Fuqiao
  2013-04-13 23:20 ` Xue Fuqiao
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Xue Fuqiao @ 2013-04-13 23:17 UTC (permalink / raw)
  To: emacs-devel

I changed my SSH Public Keys using `ssh-keygen' and registered it on
Savannah just now.  Then I wanted to update my mirror:

  $ bzr pull
  Using saved parent location: bzr+ssh://xfq@bzr.savannah.gnu.org/emacs/trunk/
  The authenticity of host 'bzr.savannah.gnu.org (140.186.70.72)' can't be established.
  RSA key fingerprint is 80:5a:b0:0c:ec:93:66:29:49:7e:04:2b:fd:ba:2c:d5.
  Are you sure you want to continue connecting (yes/no)? yes
  
  Warning: Permanently added 'bzr.savannah.gnu.org,140.186.70.72' (RSA) to the list of known hosts.
  Enter passphrase for key '/home/xfq/.ssh/id_rsa': 
  bzr: ERROR: No such file: u'/home/xfq/emacs-bzr/.bzr/repository/upload/zxgg4mdkkyp9c6buxyue.pack': [Errno 2] No such file or directory: u'/home/xfq/emacs-bzr/.bzr/repository/upload/zxgg4mdkkyp9c6buxyue.pack'

I haven't met this problem before.  How can I resolve this problem?

Thanks for any help.

-- 
Xue Fuqiao
http://www.gnu.org/software/emacs/



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Cannot perform `bzr pull'
  2013-04-13 23:17 Cannot perform `bzr pull' Xue Fuqiao
@ 2013-04-13 23:20 ` Xue Fuqiao
  2013-04-14  0:19 ` Stefan Monnier
  2013-04-14  7:20 ` Eli Zaretskii
  2 siblings, 0 replies; 10+ messages in thread
From: Xue Fuqiao @ 2013-04-13 23:20 UTC (permalink / raw)
  To: emacs-devel

On Sun, 14 Apr 2013 07:17:53 +0800
Xue Fuqiao <xfq.free@gmail.com> wrote:

> I changed my SSH Public Keys using `ssh-keygen' and registered it on
> Savannah just now.  Then I wanted to update my mirror:
> 
>   $ bzr pull
>   Using saved parent location: bzr+ssh://xfq@bzr.savannah.gnu.org/emacs/trunk/
>   The authenticity of host 'bzr.savannah.gnu.org (140.186.70.72)' can't be established.
>   RSA key fingerprint is 80:5a:b0:0c:ec:93:66:29:49:7e:04:2b:fd:ba:2c:d5.
>   Are you sure you want to continue connecting (yes/no)? yes
>   
>   Warning: Permanently added 'bzr.savannah.gnu.org,140.186.70.72' (RSA) to the list of known hosts.
>   Enter passphrase for key '/home/xfq/.ssh/id_rsa': 
>   bzr: ERROR: No such file: u'/home/xfq/emacs-bzr/.bzr/repository/upload/zxgg4mdkkyp9c6buxyue.pack': [Errno 2] No such file or directory: u'/home/xfq/emacs-bzr/.bzr/repository/upload/zxgg4mdkkyp9c6buxyue.pack'

`bzr update' is the same:

  $ bzr update
  Enter passphrase for key '/home/xfq/.ssh/id_rsa': 
  bzr: ERROR: No such file: u'/home/xfq/emacs-bzr/.bzr/repository/upload/9q3wqv14mf7167igfl3j.pack': [Errno 2] No such file or directory: u'/home/xfq/emacs-bzr/.bzr/repository/upload/9q3wqv14mf7167igfl3j.pack'

-- 
Xue Fuqiao
http://www.gnu.org/software/emacs/



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Cannot perform `bzr pull'
  2013-04-13 23:17 Cannot perform `bzr pull' Xue Fuqiao
  2013-04-13 23:20 ` Xue Fuqiao
@ 2013-04-14  0:19 ` Stefan Monnier
  2013-04-14  0:50   ` Xue Fuqiao
  2013-04-14  7:20 ` Eli Zaretskii
  2 siblings, 1 reply; 10+ messages in thread
From: Stefan Monnier @ 2013-04-14  0:19 UTC (permalink / raw)
  To: Xue Fuqiao; +Cc: emacs-devel

>   bzr: ERROR: No such file:
> u'/home/xfq/emacs-bzr/.bzr/repository/upload/zxgg4mdkkyp9c6buxyue.pack':
> [Errno 2] No such file or directory:
> u'/home/xfq/emacs-bzr/.bzr/repository/upload/zxgg4mdkkyp9c6buxyue.pack'

> I haven't met this problem before.  How can I resolve this problem?

Doesn't ring a bell.  Better ask on the Bazaar mailing-list.


        Stefan



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Cannot perform `bzr pull'
  2013-04-14  0:19 ` Stefan Monnier
@ 2013-04-14  0:50   ` Xue Fuqiao
  0 siblings, 0 replies; 10+ messages in thread
From: Xue Fuqiao @ 2013-04-14  0:50 UTC (permalink / raw)
  To: Stefan Monnier; +Cc: emacs-devel

On Sat, 13 Apr 2013 20:19:49 -0400
Stefan Monnier <monnier@iro.umontreal.ca> wrote:

> >   bzr: ERROR: No such file:
> > u'/home/xfq/emacs-bzr/.bzr/repository/upload/zxgg4mdkkyp9c6buxyue.pack':
> > [Errno 2] No such file or directory:
> > u'/home/xfq/emacs-bzr/.bzr/repository/upload/zxgg4mdkkyp9c6buxyue.pack'
> 
> > I haven't met this problem before.  How can I resolve this problem?
> 
> Doesn't ring a bell.  Better ask on the Bazaar mailing-list.

Thanks for your attention.  Although the Bazaar mailing-list is a little
bit unresponsive, I'll have a try.

-- 
Xue Fuqiao
http://www.gnu.org/software/emacs/



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Cannot perform `bzr pull'
  2013-04-13 23:17 Cannot perform `bzr pull' Xue Fuqiao
  2013-04-13 23:20 ` Xue Fuqiao
  2013-04-14  0:19 ` Stefan Monnier
@ 2013-04-14  7:20 ` Eli Zaretskii
  2013-04-14 10:30   ` Xue Fuqiao
  2 siblings, 1 reply; 10+ messages in thread
From: Eli Zaretskii @ 2013-04-14  7:20 UTC (permalink / raw)
  To: Xue Fuqiao; +Cc: emacs-devel

> Date: Sun, 14 Apr 2013 07:17:53 +0800
> From: Xue Fuqiao <xfq.free@gmail.com>
> 
>   $ bzr pull
>   Using saved parent location: bzr+ssh://xfq@bzr.savannah.gnu.org/emacs/trunk/
>   The authenticity of host 'bzr.savannah.gnu.org (140.186.70.72)' can't be established.
>   RSA key fingerprint is 80:5a:b0:0c:ec:93:66:29:49:7e:04:2b:fd:ba:2c:d5.
>   Are you sure you want to continue connecting (yes/no)? yes
>   
>   Warning: Permanently added 'bzr.savannah.gnu.org,140.186.70.72' (RSA) to the list of known hosts.
>   Enter passphrase for key '/home/xfq/.ssh/id_rsa': 

Does bzr always ask you for the passphrase when you pull?  Or do you
have ssh-agent up and running?  In the latter case, it sounds like
your new keys might not be in effect yet.  I assume you've restarted
ssh-agent after changing the key, and run "bzr pull" from the shell
that is the child of that ssh-agent?

>   bzr: ERROR: No such file: u'/home/xfq/emacs-bzr/.bzr/repository/upload/zxgg4mdkkyp9c6buxyue.pack': [Errno 2] No such file or directory: u'/home/xfq/emacs-bzr/.bzr/repository/upload/zxgg4mdkkyp9c6buxyue.pack'

Does this file exist?



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Cannot perform `bzr pull'
  2013-04-14  7:20 ` Eli Zaretskii
@ 2013-04-14 10:30   ` Xue Fuqiao
  2013-04-14 10:52     ` Eli Zaretskii
  0 siblings, 1 reply; 10+ messages in thread
From: Xue Fuqiao @ 2013-04-14 10:30 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: emacs-devel

On Sun, 14 Apr 2013 10:20:41 +0300
Eli Zaretskii <eliz@gnu.org> wrote:

> > Date: Sun, 14 Apr 2013 07:17:53 +0800
> > From: Xue Fuqiao <xfq.free@gmail.com>
> > 
> >   $ bzr pull
> >   Using saved parent location: bzr+ssh://xfq@bzr.savannah.gnu.org/emacs/trunk/
> >   The authenticity of host 'bzr.savannah.gnu.org (140.186.70.72)' can't be established.
> >   RSA key fingerprint is 80:5a:b0:0c:ec:93:66:29:49:7e:04:2b:fd:ba:2c:d5.
> >   Are you sure you want to continue connecting (yes/no)? yes
> >   
> >   Warning: Permanently added 'bzr.savannah.gnu.org,140.186.70.72' (RSA) to the list of known hosts.
> >   Enter passphrase for key '/home/xfq/.ssh/id_rsa': 
> 
> Does bzr always ask you for the passphrase when you pull?

Yes.

> Or do you have ssh-agent up and running? In the latter case, it sounds
> like your new keys might not be in effect yet.  I assume you've
> restarted ssh-agent after changing the key, and run "bzr pull" from
> the shell that is the child of that ssh-agent?

I restarted my OS after registering my new key.

> >   bzr: ERROR: No such file: u'/home/xfq/emacs-bzr/.bzr/repository/upload/zxgg4mdkkyp9c6buxyue.pack': [Errno 2] No such file or directory: u'/home/xfq/emacs-bzr/.bzr/repository/upload/zxgg4mdkkyp9c6buxyue.pack'
> 
> Does this file exist?

No:

  $ ls -a /home/xfq/emacs-bzr/.bzr/repository/
  .  ..  format  indices pack-names  packs  shared-storage 

-- 
Xue Fuqiao
http://www.gnu.org/software/emacs/



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Cannot perform `bzr pull'
  2013-04-14 10:30   ` Xue Fuqiao
@ 2013-04-14 10:52     ` Eli Zaretskii
  2013-04-14 11:37       ` Xue Fuqiao
  0 siblings, 1 reply; 10+ messages in thread
From: Eli Zaretskii @ 2013-04-14 10:52 UTC (permalink / raw)
  To: Xue Fuqiao; +Cc: emacs-devel

> Date: Sun, 14 Apr 2013 18:30:34 +0800
> From: Xue Fuqiao <xfq.free@gmail.com>
> Cc: emacs-devel@gnu.org
> 
> > >   bzr: ERROR: No such file: u'/home/xfq/emacs-bzr/.bzr/repository/upload/zxgg4mdkkyp9c6buxyue.pack': [Errno 2] No such file or directory: u'/home/xfq/emacs-bzr/.bzr/repository/upload/zxgg4mdkkyp9c6buxyue.pack'
> > 
> > Does this file exist?
> 
> No:
> 
>   $ ls -a /home/xfq/emacs-bzr/.bzr/repository/
>   .  ..  format  indices pack-names  packs  shared-storage 

So somehow the 'upload' directory got deleted.  If you create it
manually, and then try "bzr pull" again, does that work?



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Cannot perform `bzr pull'
  2013-04-14 10:52     ` Eli Zaretskii
@ 2013-04-14 11:37       ` Xue Fuqiao
  2013-04-14 13:51         ` Eli Zaretskii
  0 siblings, 1 reply; 10+ messages in thread
From: Xue Fuqiao @ 2013-04-14 11:37 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: emacs-devel

On Sun, 14 Apr 2013 13:52:34 +0300
Eli Zaretskii <eliz@gnu.org> wrote:

> > Date: Sun, 14 Apr 2013 18:30:34 +0800
> > From: Xue Fuqiao <xfq.free@gmail.com>
> > Cc: emacs-devel@gnu.org
> > 
> > > >   bzr: ERROR: No such file: u'/home/xfq/emacs-bzr/.bzr/repository/upload/zxgg4mdkkyp9c6buxyue.pack': [Errno 2] No such file or directory: u'/home/xfq/emacs-bzr/.bzr/repository/upload/zxgg4mdkkyp9c6buxyue.pack'
> > > 
> > > Does this file exist?
> > 
> > No:
> > 
> >   $ ls -a /home/xfq/emacs-bzr/.bzr/repository/
> >   .  ..  format  indices pack-names  packs  shared-storage 
> 
> So somehow the 'upload' directory got deleted.  If you create it
> manually, and then try "bzr pull" again, does that work?

All changes applied successfully.
Now on revision 112283.

Thank you.  I remember now, I downgraded my bzr several days ago (from
2.6b2 to the stable version 2.5.1), maybe it's bug in 2.5.1, I think.

-- 
Xue Fuqiao
http://www.gnu.org/software/emacs/



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Cannot perform `bzr pull'
  2013-04-14 11:37       ` Xue Fuqiao
@ 2013-04-14 13:51         ` Eli Zaretskii
  2013-04-14 22:22           ` Xue Fuqiao
  0 siblings, 1 reply; 10+ messages in thread
From: Eli Zaretskii @ 2013-04-14 13:51 UTC (permalink / raw)
  To: Xue Fuqiao; +Cc: emacs-devel

> Date: Sun, 14 Apr 2013 19:37:13 +0800
> From: Xue Fuqiao <xfq.free@gmail.com>
> Cc: emacs-devel@gnu.org
> 
> > >   $ ls -a /home/xfq/emacs-bzr/.bzr/repository/
> > >   .  ..  format  indices pack-names  packs  shared-storage 
> > 
> > So somehow the 'upload' directory got deleted.  If you create it
> > manually, and then try "bzr pull" again, does that work?
> 
> All changes applied successfully.
> Now on revision 112283.

Great.

> Thank you.  I remember now, I downgraded my bzr several days ago (from
> 2.6b2 to the stable version 2.5.1), maybe it's bug in 2.5.1, I think.

I don't think it's a consequence of downgrading.  Maybe you have some
cron job that deletes empty directories?

In any case, I'm using 2.6b1 and never had any problems, so I'm not
sure why you decided to downgrade.



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Cannot perform `bzr pull'
  2013-04-14 13:51         ` Eli Zaretskii
@ 2013-04-14 22:22           ` Xue Fuqiao
  0 siblings, 0 replies; 10+ messages in thread
From: Xue Fuqiao @ 2013-04-14 22:22 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: emacs-devel

On Sun, 14 Apr 2013 16:51:23 +0300
Eli Zaretskii <eliz@gnu.org> wrote:

> > I remember now, I downgraded my bzr several days ago (from 2.6b2 to
> > the stable version 2.5.1), maybe it's bug in 2.5.1, I think.
> 
> I don't think it's a consequence of downgrading.  Maybe you have some
> cron job that deletes empty directories?

I don't think so.

> In any case, I'm using 2.6b1 and never had any problems, so I'm not
> sure why you decided to downgrade.

In fact, my previous version was built from the source.  I want to
manage it using yum[fn:1], and the bzr version in my repository is
2.5.1.

Footnotes:

[fn:1] http://yum.baseurl.org/

-- 
Xue Fuqiao
http://www.gnu.org/software/emacs/



^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2013-04-14 22:22 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-04-13 23:17 Cannot perform `bzr pull' Xue Fuqiao
2013-04-13 23:20 ` Xue Fuqiao
2013-04-14  0:19 ` Stefan Monnier
2013-04-14  0:50   ` Xue Fuqiao
2013-04-14  7:20 ` Eli Zaretskii
2013-04-14 10:30   ` Xue Fuqiao
2013-04-14 10:52     ` Eli Zaretskii
2013-04-14 11:37       ` Xue Fuqiao
2013-04-14 13:51         ` Eli Zaretskii
2013-04-14 22:22           ` Xue Fuqiao

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).