OK as I was advised by JAM on IRC I did:<br><br>bzr whoami `bzr whoami`<br>and now my problem is fixed...<br><br>A bit weird... I guess the bzr whoami was getting the value from the system, but when I actually specify a name it stores it somwhere, which kind of workaround the problem I was experiencing...<br>
<br>all this is a bit weird to me...<br><br>Anyway thanks for the help ;-)<br><br>--<br>Alex<br><br><div class="gmail_quote">2008/10/31 Asmodehn Shade <span dir="ltr">&lt;<a href="mailto:asmodehn@gmail.com">asmodehn@gmail.com</a>&gt;</span><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">I really do not think so, since this happens almost everytime after a big transfer... and the network doesnt break that often.<br>
<br>I had it today trying to :<br><br>&nbsp;bzr branch bzr+ssh://[...]/home/autobzr/bzr.dev between remote locations...<br>

<br>plus bzr whoami shows the right user...<br><br>and<br><br>autobzr@deploy:~$ python<br>Python 2.5 (release25-maint, Jul 20 2008, 20:47:25)<br>[GCC 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)] on linux2<br>Type &quot;help&quot;, &quot;copyright&quot;, &quot;credits&quot; or &quot;license&quot; for more information.<br>


&gt;&gt;&gt; import pwd<br>&gt;&gt;&gt; pwd.getpwuid(2050)<br>(&#39;autobzr&#39;, &#39;*&#39;, 2050, 3021, &#39;Automated BZR User&#39;, &#39;/home/autobzr&#39;, &#39;/bin/bash&#39;)<br>&gt;&gt;&gt;<br><br>I would think it s something more subtle...<br>


<br>While writing that, on another branch in other locations, it happened again...<br><br>here is the log <br><br><br>8925.873&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 60 body bytes read<br>8925.873&nbsp; Reading entire index bzr+ssh://deploy.sgf.in.iz/home/autobzr/deployBZR/.bzr/repository/indices/6bf979baa20c5f7e3a880bdb63afbb66.six<br>

8925.873&nbsp; RemoteSSHTransport.readv 1 offsets =&gt; 1 coalesced =&gt; 1 requests (1)<br>8925.873&nbsp; hpss call w/readv: &#39;readv&#39;, &#39;/home/autobzr/deployBZR/.bzr/repository/indices/794eb3819839d190afe98a8583bd55f4.six&#39;<br>

8925.873&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 4 bytes in readv request<br>8926.078&nbsp;&nbsp;&nbsp;&nbsp; result:&nbsp;&nbsp; (&#39;readv&#39;,)<br>8926.078&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 60 body bytes read<br>8926.079&nbsp; Reading entire index bzr+ssh://deploy.sgf.in.iz/home/autobzr/deployBZR/.bzr/repository/indices/794eb3819839d190afe98a8583bd55f4.six<br>

8928.047&nbsp; Traceback (most recent call last):<br>&nbsp; File &quot;/home/autobzr/bzr.dev/bzrlib/commands.py&quot;, line 893, in run_bzr_catch_errors<br>&nbsp;&nbsp;&nbsp; return run_bzr(argv)<br>&nbsp; File &quot;/home/autobzr/bzr.dev/bzrlib/commands.py&quot;, line 839, in run_bzr<br>

&nbsp;&nbsp;&nbsp; ret = run(*run_argv)<br>&nbsp; File &quot;/home/autobzr/bzr.dev/bzrlib/commands.py&quot;, line 539, in run_argv_aliases<br>&nbsp;&nbsp;&nbsp; return self.run(**all_cmd_args)<br>&nbsp; File &quot;/home/autobzr/bzr.dev/bzrlib/builtins.py&quot;, line 980, in run<br>

&nbsp;&nbsp;&nbsp; force_new_repo=standalone)<br>&nbsp; File &quot;/home/autobzr/bzr.dev/bzrlib/bzrdir.py&quot;, line 1113, in sprout<br>&nbsp;&nbsp;&nbsp; result_repo.fetch(source_repository, revision_id=revision_id)<br>&nbsp; File &quot;/home/autobzr/bzr.dev/bzrlib/repository.py&quot;, line 989, in fetch<br>

&nbsp;&nbsp;&nbsp; find_ghosts=find_ghosts)<br>&nbsp; File &quot;/home/autobzr/bzr.dev/bzrlib/repository.py&quot;, line 3115, in fetch<br>&nbsp;&nbsp;&nbsp; find_ghosts=find_ghosts)<br>&nbsp; File &quot;/home/autobzr/bzr.dev/bzrlib/decorators.py&quot;, line 192, in write_locked<br>

&nbsp;&nbsp;&nbsp; result = unbound(self, *args, **kwargs)<br>&nbsp; File &quot;/home/autobzr/bzr.dev/bzrlib/repository.py&quot;, line 2840, in fetch<br>&nbsp;&nbsp;&nbsp; self.target._pack_collection._save_pack_names()<br>&nbsp; File &quot;/home/autobzr/bzr.dev/bzrlib/repofmt/pack_repo.py&quot;, line 1660, in _save_pack_names<br>

&nbsp;&nbsp;&nbsp; self.lock_names()<br>&nbsp; File &quot;/home/autobzr/bzr.dev/bzrlib/repofmt/pack_repo.py&quot;, line 1275, in lock_names<br>&nbsp;&nbsp;&nbsp; self.repo.control_files.lock_write()<br>&nbsp; File &quot;/home/autobzr/bzr.dev/bzrlib/lockable_files.py&quot;, line 258, in lock_write<div class="Ih2E3d">
<br>
&nbsp;&nbsp;&nbsp; token_from_lock = self._lock.lock_write(token=token)<br></div>&nbsp; File &quot;/home/autobzr/bzr.dev/bzrlib/lockdir.py&quot;, line 576, in lock_write<br>&nbsp;&nbsp;&nbsp; return self.wait_lock()<br>&nbsp; File &quot;/home/autobzr/bzr.dev/bzrlib/lockdir.py&quot;, line 500, in wait_lock<br>

&nbsp;&nbsp;&nbsp; return self.attempt_lock()<br>&nbsp; File &quot;/home/autobzr/bzr.dev/bzrlib/lockdir.py&quot;, line 461, in attempt_lock<br>&nbsp;&nbsp;&nbsp; result = self._attempt_lock()<br>&nbsp; File &quot;/home/autobzr/bzr.dev/bzrlib/lockdir.py&quot;, line 223, in _attempt_lock<div class="Ih2E3d">
<br>
&nbsp;&nbsp;&nbsp; tmpname = self._create_pending_dir()<br></div>&nbsp; File &quot;/home/autobzr/bzr.dev/bzrlib/lockdir.py&quot;, line 281, in _create_pending_dir<div class="Ih2E3d"><br>&nbsp;&nbsp;&nbsp; info_bytes = self._prepare_info()<br></div>&nbsp; File &quot;/home/autobzr/bzr.dev/bzrlib/lockdir.py&quot;, line 436, in _prepare_info<br>

&nbsp;&nbsp;&nbsp; user = config.user_email()<br>&nbsp; File &quot;/home/autobzr/bzr.dev/bzrlib/config.py&quot;, line 214, in user_email<div class="Ih2E3d"><br>&nbsp;&nbsp;&nbsp; return extract_email_address(self.username())<br></div>&nbsp; File &quot;/home/autobzr/bzr.dev/bzrlib/config.py&quot;, line 242, in username<div class="Ih2E3d">
<br>
&nbsp;&nbsp;&nbsp; name, email = _auto_user_id()<br></div>&nbsp; File &quot;/home/autobzr/bzr.dev/bzrlib/config.py&quot;, line 842, in _auto_user_id<div class="Ih2E3d"><br>&nbsp;&nbsp;&nbsp; w = pwd.getpwuid(uid)<br>KeyError: &#39;getpwuid(): uid not found: 2050&#39;<br>
<br><br></div>Format of my repository : Shared repository with trees (format: rich-root-pack)<br>
command : <br>~/bzr.dev/bzr branch -Dhpss -Dindex -r1 bzr+ssh://[...]/home/autobzr/deployBZR/branch<br><br>yes my first revision is pretty big (^_^) round 2.5GB I believe...<br><br><div class="gmail_quote">2008/10/30 Robert Collins <span dir="ltr">&lt;<a href="mailto:robertc@robertcollins.net" target="_blank">robertc@robertcollins.net</a>&gt;</span><div>
<div></div><div class="Wj3C7c"><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I think its a machine configuration issue - that uid is not mappable to<br>
a username on your machine; if you&#39;re using ldap or something this could<br>
indicate a network failure happened.<br>
<br>
-Rob<br>
</blockquote></div></div></div><br>
</blockquote></div><br>